/external/guava/src/com/google/common/collect/ |
D | ImmutableSortedSetFauxverideShim.java | 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()
|
D | ImmutableList.java | 98 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()
|
D | ImmutableSet.java | 112 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()
|
D | ImmutableSortedSet.java | 147 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/ |
D | p9-0x.cpp | 3 auto j() -> enum { e3 }; // expected-error{{can not be defined in a type specifier}} enumerator
|
D | p8.cpp | 9 enum { e3 } A::g() { } // expected-error{{can not be defined in the result type}} \ enumerator
|
/external/clang/test/SemaCXX/ |
D | enum-scoped.cpp | 42 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
|
D | member-name-lookup.cpp | 50 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
|
D | warn-sign-compare.cpp | 35 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
|
D | abstract.cpp | 47 C (**e3)[2]; // expected-error {{array of abstract class type 'C'}} variable
|
D | conditional-expr.cpp | 306 Enum e3 = false ? g2() : v; in f() local
|
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-generated-matchers.h | 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() 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/ |
D | 2007-04-11-PR1321.c | 7 unsigned int e3 : 17; member
|
/external/clang/test/CodeGenCXX/ |
D | member-expressions.cpp | 36 A::E e3 = A().Foo; in f() local
|
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/ |
D | p2.cpp | 28 enum {e3}; // expected-note{{unnamed type used in template argument was declared here}} enumerator
|
/external/javassist/src/main/javassist/compiler/ast/ |
D | ASTList.java | 38 public static ASTList make(ASTree e1, ASTree e2, ASTree e3) { in make()
|
/external/openssl/crypto/aes/ |
D | aes_wrap.c | 214 static const unsigned char e3[] = { in main() local
|
/external/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest_pred_impl.h | 185 const char* e3, in AssertPred3Helper() 243 const char* e3, in AssertPred4Helper() 308 const char* e3, in AssertPred5Helper()
|
/external/gtest/include/gtest/ |
D | gtest_pred_impl.h | 185 const char* e3, in AssertPred3Helper() 243 const char* e3, in AssertPred4Helper() 308 const char* e3, in AssertPred5Helper()
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
D | gtest_pred_impl.h | 185 const char* e3, in AssertPred3Helper() 243 const char* e3, in AssertPred4Helper() 308 const char* e3, in AssertPred5Helper()
|
/external/protobuf/gtest/include/gtest/ |
D | gtest_pred_impl.h | 185 const char* e3, in AssertPred3Helper() 243 const char* e3, in AssertPred4Helper() 308 const char* e3, in AssertPred5Helper()
|
/external/chromium/testing/gtest/include/gtest/ |
D | gtest_pred_impl.h | 181 const char* e3, in AssertPred3Helper() 237 const char* e3, in AssertPred4Helper() 300 const char* e3, in AssertPred5Helper()
|
/external/bluetooth/glib/tests/ |
D | regex-test.c | 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 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/ |
D | dsp_sse2.c | 377 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/ |
D | syncable_unittest.cc | 706 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
|