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

1 2 3 4 5 6 78 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.sub/
default.pass.cpp 21 test1() function
40 test1();
seed_result_type.pass.cpp 21 test1() function
48 test1();
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.results/re.results.state/
ready.pass.cpp 20 test1() function
41 test1();
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/utility.swap/
swap.pass.cpp 36 test1() function
51 test1();
  /ndk/sources/cxx-stl/llvm-libc++/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...]
  /ndk/sources/cxx-stl/llvm-libc++/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>*>();
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p8.cpp 23 void test1() { function in namespace:test0
37 namespace test1 { namespace
54 void test1() { function in namespace:test1
  /external/clang/test/CodeGen/
inline.c 8 // CHECK1: define i32 @test1
30 // CHECK2: define i32 @test1
73 int test1();
74 __inline int test1() { return 4; } function
79 void test_test1() { test1(); }
  /external/clang/test/SemaCXX/
function-redecl.cpp 58 namespace test1 { namespace
65 void f(test1::Foo::Inner foo) const; // expected-note {{member declaration does not match because it is const qualified}}
68 using test1::Foo;
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-192226.js 63 test1(sin);
70 test1(e);
79 function test1(arg) function
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector/vector.cons/
construct_default.pass.cpp 33 test1(const typename C::allocator_type& a) function
46 test1<std::vector<int, test_allocator<int> > >(test_allocator<int>(3));
47 test1<std::vector<NotConstructible, test_allocator<NotConstructible> > >
  /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/clang/test/SemaTemplate/
instantiate-attr.cpp 16 namespace test1 { namespace
25 int test1[__builtin_offsetof(type, a) == 0 ? 1 : -1]; member in namespace:test1
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/vector.bool/
construct_default.pass.cpp 32 test1(const typename C::allocator_type& a) function
44 test1<std::vector<bool, test_allocator<bool> > >(test_allocator<bool>(3));
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.disc/
ctor_sseq.pass.cpp 22 test1() function
53 test1();
discard.pass.cpp 21 test1() function
50 test1();
io.pass.cpp 32 test1() function
61 test1();
seed_sseq.pass.cpp 21 test1() function
46 test1();
values.pass.cpp 33 test1() function
58 test1();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.adapt/rand.adapt.ibits/
ctor_sseq.pass.cpp 22 test1() function
53 test1();
default.pass.cpp 21 test1() function
40 test1();
seed_result_type.pass.cpp 21 test1() function
48 test1();
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.eng/rand.eng.mers/
ctor_sseq.pass.cpp 24 test1() function
307 test1();
discard.pass.cpp 24 test1() function
53 test1();

Completed in 6364 milliseconds

1 2 3 4 5 6 78 91011>>