/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/ |
copy.pass.cpp | 21 test1() function 31 test1();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.sub/ |
eval.pass.cpp | 21 test1() function 40 test1();
|
result_type.pass.cpp | 23 test1() function 40 test1();
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 106 test1 = unittest.FunctionTestCase(lambda: None) 108 suite = unittest.TestSuite((test1, test2)) 110 self.assertEqual(list(suite), [test1, test2]) 129 class Test1(unittest.TestCase): 141 test1 = unittest.FunctionTestCase(lambda: None) 143 suite = unittest.TestSuite((test1, test2)) 153 class Test1(unittest.TestCase): 154 def test1(self): pass member in class:Test_TestSuite.test_countTestCases_nested.Test1 159 child = unittest.TestSuite((Test1('test2'), test2)) 160 parent = unittest.TestSuite((test3, child, Test1('test1')) 200 def test1(self): pass member in class:Test_TestSuite.test_run.LoggingCase [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_suite.py | 106 test1 = unittest.FunctionTestCase(lambda: None) 108 suite = unittest.TestSuite((test1, test2)) 110 self.assertEqual(list(suite), [test1, test2]) 129 class Test1(unittest.TestCase): 141 test1 = unittest.FunctionTestCase(lambda: None) 143 suite = unittest.TestSuite((test1, test2)) 153 class Test1(unittest.TestCase): 154 def test1(self): pass member in class:Test_TestSuite.test_countTestCases_nested.Test1 159 child = unittest.TestSuite((Test1('test2'), test2)) 160 parent = unittest.TestSuite((test3, child, Test1('test1')) 200 def test1(self): pass member in class:Test_TestSuite.test_run.LoggingCase [all...] |
/external/clang/test/CodeGen/ |
decl.c | 3 // CHECK: @test1.x = internal constant [12 x i32] [i32 1 12 void test1() { function 13 // This should codegen as a "@test1.x" global. 17 // CHECK: @test1() 18 // CHECK: {{call.*@foo.*@test1.x}}
|
attr-minsize.cpp | 11 int test1() { function 13 // Oz: @{{.*}}test1{{.*}}[[MINSIZE:#[0-9]+]] 14 // OTHER: @{{.*}}test1{{.*}}[[MS:#[0-9]+]]
|
may-alias.c | 20 struct Test1 { int x; }; 22 void test1(struct Test1MA *p1, struct Test1 *p2) { function
|
/external/clang/test/CodeGenCXX/ |
vtable-available-externally.cpp | 2 // RUN: FileCheck --check-prefix=CHECK-TEST1 %s < %t 9 // Test1::A's key function (f) is not defined in this translation 15 // CHECK-TEST1: @_ZTVN5Test11AE = available_externally 16 // CHECK-TEST1: @_ZTIN5Test11AE = external constant i8* 17 namespace Test1 {
|
/external/llvm/test/Transforms/JumpThreading/ |
indirectbr.ll | 5 i8* blockaddress(@test1, %L1), i8* blockaddress(@test1, %L2), 16 ; CHECK: void @test1 21 define void @test1(i32 %i, i8* %address) nounwind { 39 %indirect.goto.dest = phi i8* [ %address, %if.else ], [ blockaddress(@test1, %L1), %entry ]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.remove/ |
remove.pass.cpp | 46 test1() function 77 test1<forward_iterator<std::unique_ptr<int>*> >(); 78 test1<bidirectional_iterator<std::unique_ptr<int>*> >(); 79 test1<random_access_iterator<std::unique_ptr<int>*> >(); 80 test1<std::unique_ptr<int>*>();
|
remove_if.pass.cpp | 52 test1() function 86 test1<forward_iterator<std::unique_ptr<int>*> >(); 87 test1<bidirectional_iterator<std::unique_ptr<int>*> >(); 88 test1<random_access_iterator<std::unique_ptr<int>*> >(); 89 test1<std::unique_ptr<int>*>();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/ |
ctor_result_type.pass.cpp | 23 test1() function 135 test1<unsigned short>(); 136 test1<unsigned int>(); 137 test1<unsigned long>(); 138 test1<unsigned long long>();
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/ |
perftestsrunner_unittest.py | 68 runner, port = self.create_runner(args=['PerformanceTests/test1.html', 'test2.html']) 73 add_file('test1.html') 77 self.assertItemsEqual(self._collect_tests_and_sort_test_name(runner), ['test1.html', 'test2.html']) 82 self._add_file(runner, 'inspector', 'test1.html') 88 self.assertItemsEqual(self._collect_tests_and_sort_test_name(runner), ['inspector/test1.html', 'inspector/test2.html']) 91 runner, port = self.create_runner(args=['Suite/Test1.html', 'Suite/SkippedTest1.html', 'SkippedSuite/Test1.html']) 93 self._add_file(runner, 'SkippedSuite', 'Test1.html') 95 self._add_file(runner, 'Suite', 'Test1.html') 101 ['SkippedSuite/Test1.html', 'Suite/SkippedTest1.html', 'Suite/Test1.html'] [all...] |
/external/llvm/test/MC/ARM/ |
eh-directive-personality.s | 9 @ TEST1 11 .section .TEST1 24 @ CHECK: Name: .TEST1 30 @ CHECK: Name: .ARM.extab.TEST1 39 @ CHECK: Name: .ARM.exidx.TEST1 45 @ CHECK: 0x0 R_ARM_PREL31 .TEST1 0x0 46 @ CHECK: 0x4 R_ARM_PREL31 .ARM.extab.TEST1 0x0
|
/cts/tests/tests/os/src/android/os/storage/cts/ |
StorageManagerTest.java | 57 target = new File(target, "test1.obb"); 64 final String canonPath = mountObb(R.raw.test1, outFile, OnObbStateChangeListener.MOUNTED); 66 mountObb(R.raw.test1, outFile, OnObbStateChangeListener.ERROR_ALREADY_MOUNTED); 116 final File test1 = new File(target, "test1.obb"); local 118 doMountAndUnmountTwoObbs(test1, test2); 123 ObbObserver oo1 = mountObbWithoutWait(R.raw.test1, file1); 124 ObbObserver oo2 = mountObbWithoutWait(R.raw.test1, file2); 273 assertTrue("unmountObb call on test1.obb should succeed",
|
/cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/ |
TestScannerTest.java | 49 "Case1.\n Test1\n Test2\nCase2.\n Test3\n Test4\n"); 58 assertEquals("test:Test1", it.next()); 67 StringReader singleTestString = new StringReader(" Test1\n");
|
/external/chromium_org/chrome/browser/custom_handlers/ |
protocol_handler_registry_unittest.cc | 455 "test1"); 508 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 520 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 531 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 540 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 555 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 575 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 585 ProtocolHandler ph1 = CreateProtocolHandler("test", "test1"); 595 "test1"); 606 "test1"); [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/animation/ |
compositor-animation-delay.html | 19 .test1 { 77 <div class='test1 anim-left'></div> 78 <div class='test1 anim-transform'></div>
|
/external/chromium_org/v8/test/webkit/ |
duplicate-param-gc-crash.js | 44 function test1(a, b, b, b, b, b, b) { function 50 var test1Closure = test1(["success"]); 52 var extra = test1("success");
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
arguments-scope.js | 41 function test1() { function 43 shouldBeOfType("test1", arguments, 'object'); 70 test1();
|
/external/chromium_org/v8/test/webkit/fast/js/ |
stack-overflow-arrity-catch.js | 35 function test1() function 69 test1(); 81 test1();
|
/external/clang/test/CXX/conv/conv.mem/ |
p4.cpp | 19 namespace test1 { namespace 22 int (Derived::*d) = data_ptr; // expected-error {{cannot cast private base class 'Base' to 'test1::Derived'}} 23 int (Derived::*m)() = method_ptr; // expected-error {{cannot cast private base class 'Base' to 'test1::Derived'}}
|
/external/clang/test/Preprocessor/ |
dependencies-and-pp.c | 6 // RUN: FileCheck -check-prefix=TEST1 %s < %t.d 7 // TEST1: foo: 8 // TEST1: dependencies-and-pp.c
|
/external/clang/test/SemaObjC/ |
weak-attr-ivar.m | 76 @interface Test1 { 82 void test1(Test1 *t) {
|