/external/v8/test/mjsunit/regress/ |
D | regress-convert-hole.js | 30 function f_store(test, test2, a, i) { argument 60 function f_call(f, test, test2, i) { argument 83 function f_external(test, test2, test3, a, i) { argument
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p8.cpp | 29 void test2() { in test2() function 62 void test2() { in test2() function 69 namespace test2 { namespace
|
D | p12.cpp | 41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() function 53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } in test2() function 66 void test2() { Opaque<1> _ = foo(Opaque<2>()); } in test2() function 72 namespace test2 { namespace
|
/external/clang/test/CXX/class.access/ |
D | p4.cpp | 88 namespace test2 { namespace 169 Public test2() { return *this; } in test2() function in test4::Derived1 173 …Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its p… in test2() function 179 Public test2() { return *this; } in test2() function in test4::Derived2 182 Public test2(Derived2 &d) { return d; } in test2() function 190 …Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member … in test2() function 198 Public test2(Derived4 &d) { return d; } in test2() function 214 void test2() { in test2() function 233 void test2(const Test2 &t) { in test2() function 382 int test2(A<int> &a) { in test2() function in test15::A [all …]
|
/external/clang/test/Misc/ |
D | serialized-diags.m | 3 - (void) test2; method 10 - (void) test2 {} method
|
/external/clang/test/SemaObjC/ |
D | method-conflict-1.m | 68 - (B*) test2; // broken-note {{previous definition is here}} method 73 - (A*) test2 { return 0; } // broken-warning {{conflicting return type in implementation of 'test2'… method 79 - (A*) test2; method 83 - (id) test2 { return 0; } method
|
D | method-conflict-2.m | 29 - (B*) test2; // expected-note {{previous definition is here}} method 34 - (A*) test2 { return 0; } // expected-warning {{conflicting return type in implementation of 'test… method 40 - (A*) test2; method 44 - (id) test2 { return 0; } method
|
/external/libcxxabi/test/ |
D | catch_pointer_nullptr.pass.cpp | 37 void test2() in test2() function 71 void test2() in test2() function
|
D | catch_member_pointer_nullptr.pass.cpp | 39 void test2() in test2() function 61 void test2() in test2() function
|
D | catch_const_pointer_nullptr.pass.cpp | 33 void test2() in test2() function 117 void test2() {} in test2() function
|
/external/clang/test/SemaCXX/ |
D | attr-gnu.cpp | 19 virtual void test2() {} in test2() function in __anon3be197bf0111::B 26 void test2() [[]] override {} // Ok in test2() function in __anon3be197bf0111::D
|
D | warn-tautological-undefined-compare.cpp | 14 class test2 { class 15 test2() : x(y) {} in test2() function in test2
|
D | warn-undefined-bool-conversion.cpp | 15 class test2 { class 16 test2() : x(y) {} in test2() function in test2
|
/external/clang/test/SemaTemplate/ |
D | typename-specifier-3.cpp | 18 template<class T> struct test2 { T b() { return typename T::a; } }; // expected-error{{expected '('… in b() argument
|
D | instantiate-attr.cpp | 26 int test2[__builtin_offsetof(type, b) == 4 ? 1 : -1]; variable 29 namespace test2 { namespace
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p6.cpp | 33 void test2() { in test2() function 75 void test2() { in test2() function
|
/external/icu/icu4c/source/test/intltest/ |
D | ustrtest.cpp | 94 UnicodeString test2(temp, 15); in TestBasicManipulation() local 257 UnicodeString test2("this is a test"); in TestCompare() local 457 UnicodeString test2; in TestExtract() local 645 UnicodeString test2("eat SPAMburgers!"); in TestRemoveReplace() local 690 UnicodeString test2("test"); in TestSearching() local 865 UnicodeString test2(" there"); in TestSpacePadding() local 926 UnicodeString test2("Now"); in TestPrefixAndSuffix() local 983 UnicodeString test2("potato"); in TestFindAndReplace() local 1035 UnicodeString test2("This is a test"); in TestMiscellaneous() local 1436 UnicodeString test2("This is a test"); in TestBogus() local
|
/external/libcxx/test/std/utilities/function.objects/func.memfn/ |
D | member_function.pass.cpp | 22 char test2(int, double) {return 'c';} in test2() function 55 test2(F f) in test2() function
|
D | member_function_volatile.pass.cpp | 22 char test2(int, double) volatile {return 'c';} in test2() function 59 test2(F f) in test2() function
|
D | member_function_const_volatile.pass.cpp | 22 char test2(int, double) const volatile {return 'c';} in test2() function 59 test2(F f) in test2() function
|
D | member_function_const.pass.cpp | 22 char test2(int, double) const {return 'c';} in test2() function 59 test2(F f) in test2() function
|
/external/clang/test/CodeGen/ |
D | ppc64-align-struct.c | 6 struct test2 { int x; int y; } __attribute__((aligned (16))); struct 19 void test2 (int x, struct test2 y) in test2() function
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationAPITest.java | 61 String test2 = "abcda"; in TestCollationKey() local 201 String test2 = "abcda"; in TestCompare() local 417 String test2 = "abcda"; in TestHashCode() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationAPITest.java | 57 String test2 = "abcda"; in TestCollationKey() local 197 String test2 = "abcda"; in TestCompare() local 413 String test2 = "abcda"; in TestHashCode() local
|
/external/clang/test/Sema/ |
D | warn-shadow.c | 34 struct test2 { struct 35 int i;
|