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

<<11121314151617181920>>

/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp59 template<typename> void test2() = delete;
60 template void test2<int>();
H A Derr_typecheck_assign_const.cpp8 void test2 () { function
13 void test2 (const int parameter) { // expected-note{{variable 'parameter' declared const here}} function
H A Dwarn-tautological-undefined-compare.cpp14 class test2 { class
15 test2() : x(y) {} function in class:test2
H A Dwarn-undefined-bool-conversion.cpp15 class test2 { class
16 test2() : x(y) {} function in class:test2
/external/clang/test/SemaTemplate/
H A Dinstantiate-member-expr.cpp54 namespace test2 { namespace
63 a.test2::template A<T>::foo(); // expected-note {{in instantiation}}
/external/libcxx/test/std/numerics/rand/rand.adapt/rand.adapt.shuf/
H A Deval.pass.cpp69 test2()
91 test2();
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Dparse_curly_brackets.pass.cpp36 test2() function
69 test2();
/external/libcxx/test/std/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.pass.cpp32 void test2 () function
188 test2();
H A Dtest_guard.pass.cpp43 namespace test2 { namespace
136 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/llvm/test/MC/Mips/
H A Dmips-noat.s10 # CHECK-LABEL: test2:
15 test2: label
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/v8/test/mjsunit/
H A Ddebug-stepout-scope-part1.js65 function test2() { function
76 test2();
/external/v8/test/mjsunit/es6/regress/
H A Dregress-2829.js40 (function test2() {
/external/v8/test/mjsunit/regress/
H A Dregress-70066.js47 function test2() { function
56 assertEquals("2:false", test2(), "test2");
57 assertEquals(0, x, "test2"); // Global x is undisturbed.
/external/v8/test/webkit/
H A Dreentrant-caching.js55 function test2() { function
111 test2();
/external/valgrind/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/libxml2/doc/examples/
H A DMakefile.am43 test2.xml \
112 $(CHECKER) ./parse2 test2.xml
118 $(CHECKER) ./reader1 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
120 $(CHECKER) ./reader2 test2.xml > reader1.tmp && diff reader1.tmp $(srcdir)/reader1.res
124 $(CHECKER) ./reader4 test1.xml test2.xml test3.xml > reader4.tmp && diff reader4.tmp $(srcdir)/reader4.res
128 $(CHECKER) ./tree1 test2.xml > tree1.tmp && diff tree1.tmp $(srcdir)/tree1.res
/external/clang/test/Analysis/
H A Dmisc-ps-cxx0x.cpp60 void test2() { function
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp25 namespace test2 { namespace
/external/clang/test/CXX/class.access/class.friend/
H A Dp9-cxx0x.cpp32 namespace test2 { namespace

Completed in 621 milliseconds

<<11121314151617181920>>