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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/string.nonmembers/string_op+/
string_char.pass.cpp 34 test1(S&& lhs, typename S::value_type rhs, const S& x) function
52 test1(S(""), '1', S("1"));
53 test1(S("abcde"), '1', S("abcde1"));
54 test1(S("abcdefghij"), '1', S("abcdefghij1"));
55 test1(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
string_string.pass.cpp 46 test1(S&& lhs, const S& rhs, const S& x) function
90 test1(S(""), S(""), S(""));
91 test1(S(""), S("12345"), S("12345"));
92 test1(S(""), S("1234567890"), S("1234567890"));
93 test1(S(""), S("12345678901234567890"), S("12345678901234567890"));
94 test1(S("abcde"), S(""), S("abcde"));
95 test1(S("abcde"), S("12345"), S("abcde12345"));
96 test1(S("abcde"), S("1234567890"), S("abcde1234567890"));
97 test1(S("abcde"), S("12345678901234567890"), S("abcde12345678901234567890"));
98 test1(S("abcdefghij"), S(""), S("abcdefghij"))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
wait_pred.pass.cpp 26 int test1 = 0; variable
42 test1 = 1;
52 assert(test1 == 0);
53 while (test1 == 0)
55 assert(test1 != 0);
notify_all.pass.cpp 25 int test1 = 0; variable
31 assert(test1 == 0);
32 while (test1 == 0)
34 assert(test1 == 1);
35 test1 = 2;
55 test1 = 1;
65 assert(test1 == 2);
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++/test/thread/thread.condition/thread.condition.condvarany/
wait_pred.pass.cpp 30 int test1 = 0; variable
46 test1 = 1;
56 assert(test1 == 0);
57 while (test1 == 0)
59 assert(test1 != 0);
notify_all.pass.cpp 29 int test1 = 0; variable
35 assert(test1 == 0);
36 while (test1 == 0)
38 assert(test1 == 1);
39 test1 = 2;
59 test1 = 1;
69 assert(test1 == 2);
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);
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.move/
move.pass.cpp 45 test1() function
99 test1<input_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
100 test1<input_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
101 test1<input_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
102 test1<input_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
103 test1<input_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
104 test1<input_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
106 test1<forward_iterator<std::unique_ptr<int>*>, output_iterator<std::unique_ptr<int>*> >();
107 test1<forward_iterator<std::unique_ptr<int>*>, input_iterator<std::unique_ptr<int>*> >();
108 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 45 test1() function
89 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
90 test1<forward_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
91 test1<forward_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
92 test1<forward_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
94 test1<bidirectional_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
95 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
96 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
97 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
99 test1<random_access_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >()
    [all...]
  /external/icu4c/test/intltest/
ustrtest.cpp 75 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n");
79 c=(UnicodeString *)test1.clone();
80 test1.insert(24, "good ");
82 if (test1 != expectedValue)
83 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
91 test1.remove(41, 8);
93 if (test1 != expectedValue)
94 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
96 test1.replace(58, 6, "ir country");
98 if (test1 != expectedValue
    [all...]
  /dalvik/dx/tests/047-dex-wide-args/
Blort.java 19 public static long test1(int w, long x, int y, long z) { method in class:Blort
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 19 public int test1() method in class:Blort
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 14 void test1() { i++; } function in namespace:A
  /external/clang/test/CodeGen/
2002-05-23-TypeNameCollision.c 13 enum bar { test1, test2 }; enumerator in enum:bar
block-byref-aggr.c 36 void test1() { function
40 // CHECK: define void @test1()
bool-convert.c 3 struct teststruct1 {_Bool a, b;} test1; variable in typeref:struct:teststruct1
branch-target-layout.c 16 // CHECK: @test1
21 void test1(int a) { function
exceptions.c 5 void test1() { function
8 // CHECK: define void @test1()
9 // CHECK-ARM: define arm_aapcscc void @test1()
stack-protector.c 2 // NOSSP: define void @test1(i8* %msg) #0 {
4 // WITHSSP: define void @test1(i8* %msg) #0 {
6 // SSPREQ: define void @test1(i8* %msg) #0 {
14 void test1(const char *msg) { function
  /external/clang/test/CodeGenCXX/
extern-c.cpp 18 namespace test1 { namespace
instrument-functions.cpp 4 int test1(int x) { function
mangle-nullptr-arg.cpp 6 void test1(IP<nullptr>) {} function

Completed in 1027 milliseconds

1 2 3 4 56 7 8 91011>>