Home
last modified time | relevance | path

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

12345678910>>...15

/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()
[all …]
/external/guava/android/guava/src/com/google/common/collect/
DImmutableSortedMultisetFauxverideShim.java75 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
89 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
103 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
118 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
134 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedSetFauxverideShim.java89 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
103 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
146 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java72 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
81 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
90 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
99 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
113 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/parameter-framework/asio-1.10.6/include/asio/generic/
Dbasic_endpoint.hpp131 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
138 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
145 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
152 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
159 friend bool operator<=(const basic_endpoint<Protocol>& e1, in operator <=()
166 friend bool operator>=(const basic_endpoint<Protocol>& e1, in operator >=()
/external/guava/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java103 public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
117 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
131 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4) { in of()
145 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
160 public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSortedMultisetFauxverideShim.java107 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
121 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
135 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
150 public static <E> ImmutableSortedMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
166 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableList.java101 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
110 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
119 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
128 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
137 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
146 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
155 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
164 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
174 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
184 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 …]
DImmutableMultiset.java120 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of()
132 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of()
144 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
156 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
168 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/parameter-framework/asio-1.10.6/include/asio/ip/
Dbasic_endpoint.hpp175 friend bool operator==(const basic_endpoint<InternetProtocol>& e1, in operator ==()
182 friend bool operator!=(const basic_endpoint<InternetProtocol>& e1, in operator !=()
189 friend bool operator<(const basic_endpoint<InternetProtocol>& e1, in operator <()
196 friend bool operator>(const basic_endpoint<InternetProtocol>& e1, in operator >()
203 friend bool operator<=(const basic_endpoint<InternetProtocol>& e1, in operator <=()
210 friend bool operator>=(const basic_endpoint<InternetProtocol>& e1, in operator >=()
/external/parameter-framework/asio-1.10.6/include/asio/local/
Dbasic_endpoint.hpp148 friend bool operator==(const basic_endpoint<Protocol>& e1, in operator ==()
155 friend bool operator!=(const basic_endpoint<Protocol>& e1, in operator !=()
162 friend bool operator<(const basic_endpoint<Protocol>& e1, in operator <()
169 friend bool operator>(const basic_endpoint<Protocol>& e1, in operator >()
176 friend bool operator<=(const basic_endpoint<Protocol>& e1, in operator <=()
183 friend bool operator>=(const basic_endpoint<Protocol>& e1, in operator >=()
/external/catch2/projects/SelfTest/UsageTests/
DEnumToString.tests.cpp19 Enum1 e1 = Enum1Value1; variable
26 Enum2 e1 = Enum2Value1; variable
53 EnumClass1 e1 = EnumClass1::EnumClass1Value1; variable
61 EnumClass2 e1 = EnumClass2::EnumClass2Value1; variable
/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/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/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.ibits/
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
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
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
/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
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.disc/
Ddiscard.pass.cpp23 std::ranlux24 e1; in test1() local
37 std::ranlux48 e1; in test2() local
Ddefault.pass.cpp23 std::ranlux24 e1; in test1() local
32 std::ranlux48 e1; in test2() local
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java63 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
67 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
71 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
75 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
83 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
88 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
93 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
99 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
105 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 …]
/external/jemalloc_new/test/unit/
Dbackground_thread.c7 bool e0, e1; in test_switch_background_thread_ctl() local
26 bool e0, e1; in test_repeat_background_thread_ctl() local
46 bool e0, e1; in TEST_BEGIN() local

12345678910>>...15