HomeSort by relevance Sort by last modified time
    Searched full:test1 (Results 176 - 200 of 1933) sorted by null

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.modifying.operations/alg.move/
move_backward.pass.cpp 45 test1() function
76 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
77 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
78 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
80 test1<random_access_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
81 test1<random_access_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
82 test1<random_access_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
84 test1<std::unique_ptr<int>*, bidirectional_iterator<std::unique_ptr<int>*> >();
85 test1<std::unique_ptr<int>*, random_access_iterator<std::unique_ptr<int>*> >();
86 test1<std::unique_ptr<int>*, std::unique_ptr<int>*>()
    [all...]
  /external/clang/test/ARCMT/
GC-no-arc-runtime.m 11 void test1(CFTypeRef *cft) {
21 test1(0);
26 test1(0);
40 test1(0);
69 -(void)test1:(CFTypeRef *)cft {
GC-no-finalize-removal.m.result 11 void test1(CFTypeRef *cft) {
21 test1(0);
27 test1(0);
43 test1(0);
48 test1(0);
84 -(void)test1:(CFTypeRef *)cft {
migrate-space-in-path.m 2 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t.migrate %S/"with space"/test1.m.in -x objective-c
4 // RUN: c-arcmt-test -mt-migrate-directory %t.migrate | arcmt-test -verify-transformed-files %S/"with space"/test1.m.in.result %S/"with space"/test2.m.in.result %S/"with space"/test.h.result
migrate.m 2 // RUN: %clang_cc1 -arcmt-migrate -mt-migrate-directory %t %S/Inputs/test1.m.in -x objective-c
4 // RUN: c-arcmt-test -mt-migrate-directory %t | arcmt-test -verify-transformed-files %S/Inputs/test1.m.in.result %S/Inputs/test2.m.in.result %S/Inputs/test.h.result
  /external/llvm/unittests/Support/
ManagedStatic.cpp 24 namespace test1 { namespace in namespace:__anon22483
47 void *p1 = test1::allocate_stack(a1);
48 void *p2 = test1::allocate_stack(a2);
52 pthread_create(&t1, &a1, test1::helper, NULL);
53 pthread_create(&t2, &a2, test1::helper, NULL);
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector3.cpp 20 namespace test1 { namespace
38 } // test1
62 typedef test1::A Array[10];
64 __cxxabiv1::__cxa_vec_dtor(a, 10, sizeof(test1::A), destroy<test1::A>);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.all_of/
all_of.pass.cpp 21 struct test1 struct
35 input_iterator<const int*>(ia + sa), test1()) == true);
37 input_iterator<const int*>(ia), test1()) == true);
43 input_iterator<const int*>(ia + sa), test1()) == false);
45 input_iterator<const int*>(ia), test1()) == true);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait.pass.cpp 24 int test1 = 0; variable
31 test1 = 1;
42 assert(test1 == 0);
43 while (test1 == 0)
45 assert(test1 != 0);
wait_pred.pass.cpp 26 int test1 = 0; variable
42 test1 = 1;
52 assert(test1 == 0);
53 while (test1 == 0)
55 assert(test1 != 0);
wait_for_pred.pass.cpp 38 int test1 = 0; variable
49 test1 = 1;
72 assert(test1 == 0);
73 while (test1 == 0)
75 assert(test1 != 0);
81 test1 = 0;
86 assert(test1 == 0);
87 while (test1 == 0)
89 assert(test1 != 0);
wait_until.pass.cpp 45 int test1 = 0; variable
54 test1 = 1;
79 assert(test1 == 0);
80 while (test1 == 0)
82 assert(test1 != 0);
88 test1 = 0;
93 assert(test1 == 0);
94 while (test1 == 0)
96 assert(test1 != 0);
wait_until_pred.pass.cpp 55 int test1 = 0; variable
64 test1 = 1;
90 assert(test1 == 0);
91 while (test1 == 0)
93 assert(test1 != 0);
99 test1 = 0;
104 assert(test1 == 0);
105 while (test1 == 0)
107 assert(test1 != 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp 29 int test1 = 0; variable
36 test1 = 1;
47 assert(test1 == 0);
48 while (test1 == 0)
50 assert(test1 != 0);
wait_pred.pass.cpp 30 int test1 = 0; variable
46 test1 = 1;
56 assert(test1 == 0);
57 while (test1 == 0)
59 assert(test1 != 0);
wait_until.pass.cpp 48 int test1 = 0; variable
57 test1 = 1;
82 assert(test1 == 0);
83 while (test1 == 0)
85 assert(test1 != 0);
91 test1 = 0;
96 assert(test1 == 0);
97 while (test1 == 0)
99 assert(test1 != 0);
wait_until_pred.pass.cpp 59 int test1 = 0; variable
68 test1 = 1;
94 assert(test1 == 0);
95 while (test1 == 0)
97 assert(test1 != 0);
103 test1 = 0;
108 assert(test1 == 0);
109 while (test1 == 0)
111 assert(test1 != 0);
  /external/chromium_org/third_party/sqlite/src/test/
index.test 22 execsql {CREATE TABLE test1(f1 int, f2 int, f3 int)}
23 execsql {CREATE INDEX index1 ON test1(f1)}
25 } {index1 test1}
29 } {index1 {CREATE INDEX index1 ON test1(f1)} test1 index}
35 } {index1 {CREATE INDEX index1 ON test1(f1)} test1 index}
40 } {index1 test1}
45 execsql {DROP TABLE test1}
52 set v [catch {execsql {CREATE INDEX index1 ON test1(f1)}} msg
    [all...]
  /art/test/021-string2/src/
Main.java 25 String test1 = new String("0123456789"); // different object local
32 Assert.assertTrue(test.equals(test1));
35 Assert.assertEquals(test.compareTo(test1), 0);
36 Assert.assertTrue(test1.compareTo(test2) > 0);
37 Assert.assertTrue(test2.compareTo(test1) < 0);
62 Assert.assertFalse(test.equals(test1));
  /dalvik/tests/021-string2/src/
Main.java 25 String test1 = new String("0123456789"); // different object local
32 Assert.assertTrue(test.equals(test1));
35 Assert.assertEquals(test.compareTo(test1), 0);
36 Assert.assertTrue(test1.compareTo(test2) > 0);
37 Assert.assertTrue(test2.compareTo(test1) < 0);
62 Assert.assertFalse(test.equals(test1));
  /external/llvm/test/Transforms/ConstantMerge/
unnamed-addr.ll 9 @test1.x = internal constant %struct.foobar { i32 1 }
10 @test1.y = constant %struct.foobar { i32 1 }
24 ; CHECK: @test1.x = internal constant %struct.foobar { i32 1 }
25 ; CHECK-NEXT: @test1.y = constant %struct.foobar { i32 1 }
34 call void @zed(%struct.foobar* @test1.x, %struct.foobar* @test1.y)
  /external/llvm/test/Transforms/InstCombine/
struct-assign-tbaa.ll 10 %struct.test1 = type { float }
16 define void @test1(%struct.test1* nocapture %a, %struct.test1* nocapture %b) {
18 %0 = bitcast %struct.test1* %a to i8*
19 %1 = bitcast %struct.test1* %b to i8*
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p7.cpp 14 namespace test1 { namespace
28 C() : A(), test1::B(Opaque2()) {}
  /external/clang/test/CodeGen/
available-externally-suppress.c 21 // CHECK: @test1
22 int test1(int x) { function
branch-target-layout.c 16 // CHECK: @test1
21 void test1(int a) { function

Completed in 368 milliseconds

1 2 3 4 5 6 78 91011>>