Home
last modified time | relevance | path

Searched defs:e3 (Results 1 – 25 of 37) sorted by relevance

12

/external/guava/src/com/google/common/collect/
DImmutableSortedSetFauxverideShim.java87 @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()
DImmutableList.java98 public static <E> ImmutableList<E> of(E e1, E e2, E e3) { in of()
107 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4) { in of()
116 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
125 public static <E> ImmutableList<E> of(E e1, E e2, E e3, E e4, E e5, E e6) { in of()
135 E e1, E e2, E e3, E e4, E e5, E e6, E e7) { in of()
146 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8) { in of()
157 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9) { in of()
168 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10) { in of()
179 E e1, E e2, E e3, E e4, E e5, E e6, E e7, E e8, E e9, E e10, E e11) { in of()
DImmutableSet.java112 public static <E> ImmutableSet<E> of(E e1, E e2, E e3) { in of()
124 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4) { in of()
136 public static <E> ImmutableSet<E> of(E e1, E e2, E e3, E e4, E e5) { in of()
DImmutableSortedSet.java147 E e1, E e2, E e3) { in of()
160 E e1, E e2, E e3, E e4) { in of()
173 E e1, E e2, E e3, E e4, E e5) { in of()
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
Dp9-0x.cpp3 auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}} enumerator
Dp8.cpp9 enum { e3 } A::g() { } // expected-error{{can not be defined in the result type}} \ enumerator
/external/clang/test/SemaCXX/
Denum-scoped.cpp42 e3 = 2147483648 // expected-error{{value is not representable}} enumerator
52 e3 // expected-error{{2 is not representable in the underlying}} enumerator
57 e3 // expected-error{{2 is not representable in the underlying}} enumerator
64 e3 // expected-error{{2 is not representable in the underlying}} enumerator
Dmember-name-lookup.cpp50 D::E3 e3; // expected-error{{multiple base classes}} in test_lookup() local
66 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_lookup() local
106 D2::E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup() local
125 E3 e3; // expected-error{{member 'E3' found in multiple base classes of different types}} in test_virtual_lookup() local
Dwarn-sign-compare.cpp35 int e3 = 1 ? E : B; // expected-warning {{operands of ? are integers of different signs}} in doit_anonymous() local
69 int e3 = 1 ? E : B; // expected-warning {{operands of ? are integers of different signs}} in doit_anonymous() local
Dabstract.cpp47 C (**e3)[2]; // expected-error {{array of abstract class type 'C'}} variable
Dconditional-expr.cpp306 Enum e3 = false ? g2() : v; in f() local
/external/chromium/testing/gmock/include/gmock/
Dgmock-generated-matchers.h367 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()
771 const T2& e2, const T3& e3) { in ElementsAre()
777 const T2& e2, const T3& e3, const T4& e4) { in ElementsAre()
[all …]
/external/llvm/test/FrontendC/
D2007-04-11-PR1321.c7 unsigned int e3 : 17; member
/external/clang/test/CodeGenCXX/
Dmember-expressions.cpp36 A::E e3 = A().Foo; in f() local
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
Dp2.cpp28 enum {e3}; // expected-note{{unnamed type used in template argument was declared here}} enumerator
/external/javassist/src/main/javassist/compiler/ast/
DASTList.java38 public static ASTList make(ASTree e1, ASTree e2, ASTree e3) { in make()
/external/openssl/crypto/aes/
Daes_wrap.c214 static const unsigned char e3[] = { in main() local
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest_pred_impl.h185 const char* e3, in AssertPred3Helper()
243 const char* e3, in AssertPred4Helper()
308 const char* e3, in AssertPred5Helper()
/external/gtest/include/gtest/
Dgtest_pred_impl.h185 const char* e3, in AssertPred3Helper()
243 const char* e3, in AssertPred4Helper()
308 const char* e3, in AssertPred5Helper()
/external/chromium/sdch/open-vcdiff/src/gtest/
Dgtest_pred_impl.h185 const char* e3, in AssertPred3Helper()
243 const char* e3, in AssertPred4Helper()
308 const char* e3, in AssertPred5Helper()
/external/protobuf/gtest/include/gtest/
Dgtest_pred_impl.h185 const char* e3, in AssertPred3Helper()
243 const char* e3, in AssertPred4Helper()
308 const char* e3, in AssertPred5Helper()
/external/chromium/testing/gtest/include/gtest/
Dgtest_pred_impl.h181 const char* e3, in AssertPred3Helper()
237 const char* e3, in AssertPred4Helper()
300 const char* e3, in AssertPred5Helper()
/external/bluetooth/glib/tests/
Dregex-test.c418 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \ argument
428 t1, s1, e1, t2, s2, e2, t3, s3, e3, t4, s4, e4) { \ argument
750 #define TEST_FETCH_ALL3(pattern, string, e1, e2, e3) { \ argument
848 #define TEST_SPLIT_SIMPLE3(pattern, string, e1, e2, e3) { \ argument
1046 #define TEST_SPLIT3(pattern, string, start_position, max_tokens, e1, e2, e3) { \ argument
1562 t1, s1, e1, t2, s2, e2, t3, s3, e3) { \ argument
/external/webp/src/enc/
Ddsp_sse2.c377 const __m128i e3 = _mm_srai_epi32(d3, 12); in FTransformSSE2() local
424 const __m128i e3 = _mm_srai_epi32(d3, 16); in FTransformSSE2() local
/external/chromium/chrome/browser/sync/syncable/
Dsyncable_unittest.cc706 MutableEntry e3(&trans, CREATE, trans.root_id(), name); in TEST_F() local
748 MutableEntry e3(&trans, GET_BY_HANDLE, handle1); in TEST_F() local
821 MutableEntry e3(&trans, GET_BY_HANDLE, handle1); in TEST_F() local

12