Searched refs:test2 (Results 276 - 300 of 607) sorted by relevance

<<11121314151617181920>>

/external/libcxx/test/re/re.alg/re.alg.match/
H A Dparse_curly_brackets.pass.cpp36 test2() function
69 test2();
/external/libcxx/test/re/re.alg/re.alg.replace/
H A DAndroid.mk19 test_name := re/re.alg/re.alg.replace/test2
20 test_src := test2.pass.cpp
/external/libcxx/test/strings/basic.string/string.capacity/
H A Dmax_size.pass.cpp32 test2(const S& s) function
58 test2(s);
/external/libcxx/test/strings/basic.string/string.cons/
H A Dalloc.pass.cpp46 test2() function
72 test2<std::basic_string<char, std::char_traits<char>, min_allocator<char> > >();
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp32 void test2 () function
187 test2();
H A Dtest_guard.cpp39 namespace test2 { namespace
130 test2::test();
/external/llvm/test/MC/AsmParser/
H A Dmacros-darwin.s22 .macro test2
26 test2 10 label
H A Dmacros-gas.s22 .macro test2 _a
26 test2 10 label
/external/valgrind/main/gdbserver_tests/
H A Dmcsigpass.stdoutB.exp7 0x........ in test2 () at faultstatus.c:110
/external/lldb/test/unittest2/test/
H A Dtest_suite.py101 test2 = unittest2.FunctionTestCase(lambda: None)
102 suite = unittest2.TestSuite((test1, test2))
104 self.assertEqual(list(suite), [test1, test2])
136 test2 = unittest2.FunctionTestCase(lambda: None)
137 suite = unittest2.TestSuite((test1, test2))
149 def test2(self): pass member in class:Test_TestSuite.test_countTestCases_nested.Test1
151 test2 = unittest2.FunctionTestCase(lambda: None)
153 child = unittest2.TestSuite((Test1('test2'), test2))
195 def test2(sel member in class:Test_TestSuite.test_run.LoggingCase
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp69 int test2() { function in namespace:test_instantiation_or_sfinae_failure
102 void test2() { function in namespace:test_misc
126 int test2() { function
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s9 # NEXT we also test that none of the expressions from the test2 generates
29 test2: label
30 # CHECK-LABEL: test2:
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditercoll.h113 const UnicodeString test2; member in class:CollationIteratorTest
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1853.js107 eval('function test2() { \n' +
114 test2();
/external/clang/test/Analysis/
H A Dmisc-ps-cxx0x.cpp60 void test2() { function
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp32 namespace test2 { namespace
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp28 namespace test2 { namespace
33 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
34 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test2::Derived':}}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp41 void test2() { Opaque<0> _ = foo(Opaque<2>()); } function in struct:test1::Test0
53 void test2() { Opaque<0> _ = foo(Opaque<2>()); } function in struct:test1::Test1
66 void test2() { Opaque<1> _ = foo(Opaque<2>()); } function in struct:test1::Test2
72 namespace test2 { namespace
/external/clang/test/CodeGen/
H A Dalignment.c33 void test2(packedfloat4 *p) { function
36 // CHECK: @test2(
H A Dblocks.c33 ftype ^test2 = ^ftype {
H A Dbuiltin-memfns.c22 // CHECK: @test2
24 char* test2(char* a, char* b) { function
H A Dconditional.c7 double test2(int cond, float a, double b) { function
H A Dmangle.c32 void test2() { function
H A Dpacked-nest-unpacked.c15 struct X test2() { function
16 // CHECK: @test2
/external/clang/test/CodeGenCXX/
H A Dassign-construct-memcpy.cpp32 foo *test2(const foo &x) { function
34 // CHECK-POD: test2
37 // CHECK-NONPOD: test2

Completed in 905 milliseconds

<<11121314151617181920>>