Home
last modified time | relevance | path

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

12345

/external/guava/guava/src/com/google/common/collect/
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()
DImmutableSortedSetFauxverideShim.java74 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2) { in of()
87 @Deprecated public static <E> ImmutableSortedSet<E> of(E e1, E e2, E e3) { in of()
102 E e1, E e2, E e3, E e4) { in of()
117 E e1, E e2, E e3, E e4, E e5) { in of()
132 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableSet.java98 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
109 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
120 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
131 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
143 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
DImmutableList.java88 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
97 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
106 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
115 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
124 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
134 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
144 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
154 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
164 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
174 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 …]
DImmutableSortedMultiset.java107 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2) { in of()
118 public static <E extends Comparable<? super E>> ImmutableSortedMultiset<E> of(E e1, E e2, E e3) { in of()
130 E e1, E e2, E e3, E e4) { in of()
142 E e1, E e2, E e3, E e4, E e5) { in of()
154 E e1, in of()
DImmutableSortedSet.java137 E e1, E e2) { in of()
150 E e1, E e2, E e3) { in of()
163 E e1, E e2, E e3, E e4) { in of()
176 E e1, E e2, E e3, E e4, E e5) { in of()
190 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
DImmutableMultiset.java80 public static <E> ImmutableMultiset<E> of(E e1, E e2) { in of()
91 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3) { in of()
102 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4) { in of()
113 public static <E> ImmutableMultiset<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
125 E e1, E e2, E e3, E e4, E e5, E e6, E... others) { in of()
/external/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-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableList.java64 public static <E> ImmutableList<E> of(E e1, E e2) { in of()
69 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
74 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
79 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
84 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
90 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
96 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
102 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
108 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
114 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.java62 public static <E> ImmutableSet<E> of(E e1, E e2) { in of()
67 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
72 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
77 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
82 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5, E e6, in of()
DImmutableSortedSet.java83 E e1, E e2) { in of()
89 E e1, E e2, E e3) { in of()
95 E e1, E e2, E e3, E e4) { in of()
101 E e1, E e2, E e3, E e4, E e5) { in of()
107 E e1, E e2, E e3, E e4, E e5, E e6, E... remaining) { in of()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableSetTest.java50 @Override protected Set<String> of(String e1, String e2) { in of()
54 @Override protected Set<String> of(String e1, String e2, String e3) { in of()
59 String e1, String e2, String e3, String e4) { in of()
64 String e1, String e2, String e3, String e4, String e5) { in of()
68 @Override protected Set<String> of(String e1, String e2, String e3, in of()
DAbstractImmutableSetTest.java49 protected abstract Set<String> of(String e1, String e2); in of()
50 protected abstract Set<String> of(String e1, String e2, String e3); in of()
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4); in of()
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of()
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4, in of()
/external/clang/test/FixIt/
Dfixit-c90.c16 e1, enumerator
/external/clang/test/CodeGen/
Dpr12251.c3 enum e1 {e1_a = -1 }; enum
D2007-04-05-PackedBitFields.c12 struct E e1; variable
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp8.cpp4 A::A (enum { e1 }) {} // expected-error{{can not be defined in a parameter}} \ in A()
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h313 explicit ElementsAreMatcher1(const T1& e1) : e1_(e1) {} in ElementsAreMatcher1()
341 ElementsAreMatcher2(const T1& e1, const T2& e2) : e1_(e1), e2_(e2) {} in ElementsAreMatcher2()
367 ElementsAreMatcher3(const T1& e1, const T2& e2, const T3& e3) : e1_(e1), in ElementsAreMatcher3()
396 ElementsAreMatcher4(const T1& e1, const T2& e2, const T3& e3, in ElementsAreMatcher4()
427 ElementsAreMatcher5(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher5()
461 ElementsAreMatcher6(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher6()
498 ElementsAreMatcher7(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher7()
537 ElementsAreMatcher8(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher8()
578 ElementsAreMatcher9(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher9()
622 ElementsAreMatcher10(const T1& e1, const T2& e2, const T3& e3, const T4& e4, in ElementsAreMatcher10()
[all …]
/external/clang/test/SemaCXX/
DPR5086-ambig-resolution-enum.cpp5 enum E { e1=0 }; enumerator
Denum-scoped.cpp40 e1 = -2147483648, // ok enumerator
46 e1 = 2147483647, // ok enumerator
51 e1 = false, e2 = true, enumerator
56 e1 = false, e2 = true, enumerator
63 e1, e2, enumerator
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSampleElements.java31 public final E e1; field in SampleElements
36 public SampleElements(E e0, E e1, E e2, E e3, E e4) { in SampleElements()
/external/clang/test/Parser/
DMicrosoftExtensions.c49 typedef enum E { e1 }; enumerator
58 enum E2 e1; // expected-warning {{'E2' is deprecated}} in deprecated_enum_test() local
/external/bluetooth/glib/tests/
Dregex-test.c227 gchar *e1 = g_strescape (pattern, NULL); in test_match() local
398 t1, s1, e1) { \ argument
408 t1, s1, e1, t2, s2, e2) { \ argument
418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \ argument
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \ argument
734 #define TEST_FETCH_ALL1(pattern, string, e1) { \ argument
742 #define TEST_FETCH_ALL2(pattern, string, e1, e2) { \ argument
750 #define TEST_FETCH_ALL3(pattern, string, e1, e2, e3) { \ argument
832 #define TEST_SPLIT_SIMPLE1(pattern, string, e1) { \ argument
840 #define TEST_SPLIT_SIMPLE2(pattern, string, e1, e2) { \ argument
[all …]
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
Dp2-cxx0x.cpp11 enum { e1 }; in f() enumerator
/external/clang/test/CXX/temp/temp.spec/temp.explicit/
Dp1-0x.cpp19 enum E : T { e1, e2 }; enumerator

12345