Home
last modified time | relevance | path

Searched defs:test1 (Results 1 – 25 of 710) sorted by relevance

12345678910>>...29

/external/libcxx/test/algorithms/alg.modifying.operations/alg.fill/
Dfill_n.pass.cpp79 struct test1 { struct
80 test1() : c(0) { } in test1() function
81 test1(char c) : c(c + 1) { } in test1() function
89 test1 test1a[n] = {0}; in test_struct_array() argument
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp6.cpp23 void test1() { in test1() function
51 namespace test1 { namespace
68 void test1() { in test1() function
/external/libcxxabi/test/
Dcatch_pointer_nullptr.cpp14 void test1() in test1() function
50 void test1() in test1() function
Dcatch_member_pointer_nullptr.cpp23 void test1() in test1() function
57 void test1() in test1() function
Dcatch_const_pointer_nullptr.cpp16 void test1() in test1() function
116 void test1() {} in test1() function
/external/clang/test/CodeGenCXX/
Dmangle-valist.cpp3 namespace test1 { namespace
4 void test1(const char *fmt, va_list ap) { in test1() function
Dvarargs.cpp11 int test1(...) { in test1() function
21 namespace test1 { namespace
Dexceptions-no-rtti.cpp20 namespace test1 { namespace
38 void test1() throw(B) { in test1() function
/external/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
Dall_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2717.js31 function test1(a) { function
41 function test1(a) { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp8.cpp23 void test1() { in test1() function
37 namespace test1 { namespace
54 void test1() { in test1() function
Dp12.cpp26 namespace test1 { namespace
40 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() function
52 void test1() { Opaque<1> _ = foo(Opaque<1>()); } in test1() function
65 void test1() { Opaque<0> _ = foo(Opaque<1>()); } in test1() function
98 void test1(int i) { in test1() function
/external/clang/test/Sema/
Dbuiltins-arm.c16 void test1() { in test1() function
23 void test1() { in test1() function
/external/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/
Dnone_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == false); in main() argument
/external/libcxx/test/algorithms/alg.nonmodifying/alg.any_of/
Dany_of.pass.cpp21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true); in main() argument
/external/chromium_org/v8/test/webkit/
Ddictionary-no-cache.js34 var test1 = new Test(); variable
51 var test1 = new Test(); variable
72 var test1 = new Test(); variable
/external/clang/test/SemaObjC/
Dmethod-conflict-1.m67 - (A*) test1; method
72 - (B*) test1 { return 0; } method
78 - (id) test1; method
82 - (A*) test1 { return 0; } // id -> A* is rdar://problem/8596987 method
Dmethod-conflict-2.m28 - (A*) test1; method
33 - (B*) test1 { return 0; } method
39 - (id) test1; method
43 - (A*) test1 { return 0; } // id -> A* is rdar://problem/8596987 method
/external/clang/test/CXX/class.access/
Dp4.cpp36 namespace test1 { namespace
168 Private test1() { return *this; } // expected-error {{'operator Private' is a private member}} in test1() function in test4::Derived1
171 …Private test1(Derived1 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() function
178 Private test1() { return *this; } // expected-error {{'operator Private' is a private member}} in test1() function in test4::Derived2
181 …Private test1(Derived2 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() function
189 Private test1(Derived3 &d) { return d; } in test1() function
197 Private test1(Derived4 &d) { return d; } in test1() function
208 void test1() { in test1() function
228 void test1(const Test1 &t) { in test1() function
378 int test1(A<int> &a) { in test1() function in test15::A
[all …]
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/accessibility/
DFontSizePrefsTest.java72 TestingObserver test1 = new TestingObserver(); in testObserversForceEnableZoom() local
95 TestingObserver test1 = new TestingObserver(); in testObserversFontScale() local
120 TestingObserver test1 = new TestingObserver(); in testObserversUserSetForceEnableZoom() local
/external/clang/test/CodeGen/
Dppc64-align-struct.c5 struct test1 { int x; int y; }; argument
11 void test1 (int x, struct test1 y) in test1() function
Dinteger-overflow.c10 void test1() { in test1() function
/external/libcxx/test/utilities/function.objects/func.memfn/
Dmember_function.pass.cpp21 char test1(int) {return 'b';} in test1() function
41 test1(F f) in test1() function
/external/clang/test/Preprocessor/
Dpragma-captured.c5 void test1() in test1() function
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
Dp2.cpp2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable

12345678910>>...29