Home
last modified time | relevance | path

Searched defs:e1 (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/external/selinux/libsepol/src/
Debitmap.c18 int ebitmap_or(ebitmap_t * dst, const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_or()
61 int ebitmap_union(ebitmap_t * dst, const ebitmap_t * e1) in ebitmap_union()
74 int ebitmap_and(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) in ebitmap_and()
88 int ebitmap_xor(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2) in ebitmap_xor()
101 int ebitmap_not(ebitmap_t *dst, ebitmap_t *e1, unsigned int maxbit) in ebitmap_not()
114 int ebitmap_andnot(ebitmap_t *dst, ebitmap_t *e1, ebitmap_t *e2, unsigned int maxbit) in ebitmap_andnot()
128 unsigned int ebitmap_cardinality(ebitmap_t *e1) in ebitmap_cardinality()
137 int ebitmap_hamming_distance(ebitmap_t * e1, ebitmap_t * e2) in ebitmap_hamming_distance()
150 int ebitmap_cmp(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_cmp()
200 int ebitmap_contains(const ebitmap_t * e1, const ebitmap_t * e2) in ebitmap_contains()
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java71 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
84 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
99 E e1, E e2, E e3, E e4) { in of()
114 E e1, E e2, E e3, E e4, E e5) { in of()
129 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedMultisetFauxverideShim.java72 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
86 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
100 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
115 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
131 E e1, in of()
DImmutableList.java97 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
133 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
143 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
153 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
163 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
173 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
183 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
[all …]
DImmutableSet.java104 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
115 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
126 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
137 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
149 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
/external/toybox/kconfig/
Dexpr.c33 struct expr *expr_alloc_two(enum expr_type type, struct expr *e1, struct expr *e2) in expr_alloc_two()
53 struct expr *expr_alloc_and(struct expr *e1, struct expr *e2) in expr_alloc_and()
60 struct expr *expr_alloc_or(struct expr *e1, struct expr *e2) in expr_alloc_or()
132 #define e1 (*ep1) macro
194 int expr_eq(struct expr *e1, struct expr *e2) in expr_eq()
351 struct expr *expr_join_or(struct expr *e1, struct expr *e2) in expr_join_or()
415 struct expr *expr_join_and(struct expr *e1, struct expr *e2) in expr_join_and()
511 #define e1 (*ep1) in expr_eliminate_dups1() macro
563 #define e1 (*ep1) in expr_eliminate_dups2() macro
855 #define e1 (*ep1) in expr_extract_eq() macro
[all …]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java57 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
62 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
67 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
72 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
77 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
83 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
89 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
95 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
101 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
107 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
[all …]
DImmutableSet.java54 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
59 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
64 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
69 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
74 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSetTest.java48 @Override protected Set<String> of(String e1, String e2) { in of()
52 @Override protected Set<String> of(String e1, String e2, String e3) { in of()
57 String e1, String e2, String e3, String e4) { in of()
62 String e1, String e2, String e3, String e4, String e5) { in of()
66 @Override protected Set<String> of(String e1, String e2, String e3, in of()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.sub/
Ddefault.pass.cpp23 std::ranlux24_base e1; in test1() local
32 std::ranlux48_base e1; in test2() local
Ddiscard.pass.cpp23 std::ranlux24_base e1; in test1() local
37 std::ranlux48_base e1; in test2() local
Dctor_result_type.pass.cpp28 std::ranlux24_base e1(0); in test1() local
41 std::ranlux48_base e1(0); in test2() local
Dassign.pass.cpp24 E e1(2); in test1() local
40 E e1(3); in test2() local
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Ddefault.pass.cpp23 std::ranlux24 e1; in test1() local
32 std::ranlux48 e1; in test2() local
Ddiscard.pass.cpp23 std::ranlux24 e1; in test1() local
37 std::ranlux48 e1; in test2() local
Dctor_result_type.pass.cpp28 std::ranlux24 e1(0); in test1() local
41 std::ranlux48 e1(0); in test2() local
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
Ddefault.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() local
32 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1; in test2() local
Ddiscard.pass.cpp23 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1; in test1() local
37 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1; in test2() local
Dctor_result_type.pass.cpp28 std::independent_bits_engine<std::ranlux24, 32, unsigned> e1(0); in test1() local
41 std::independent_bits_engine<std::ranlux48, 64, unsigned long long> e1(0); in test2() local
Dseed_result_type.pass.cpp26 E e1(s); in test1() local
39 E e1(s); in test2() local
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.mers/
Ddiscard.pass.cpp26 std::mt19937 e1; in test1() local
40 std::mt19937_64 e1; in test2() local
Ddefault.pass.cpp26 std::mt19937 e1; in test1() local
35 std::mt19937_64 e1; in test2() local
Dctor_result_type.pass.cpp122 std::mt19937 e1(0); in test1() local
235 std::mt19937_64 e1(0); in test2() local
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java98 @Override protected Set<String> of(String e1, String e2) { in of()
102 @Override protected Set<String> of(String e1, String e2, String e3) { in of()
107 String e1, String e2, String e3, String e4) { in of()
112 String e1, String e2, String e3, String e4, String e5) { in of()
116 @Override protected Set<String> of(String e1, String e2, String e3, in of()
/external/libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dseed_sseq.pass.cpp25 std::linear_congruential_engine<unsigned, 5, 7, 11> e1; in main() local
35 E e1(4309005589); in main() local

12345678910>>...12