HomeSort by relevance Sort by last modified time
    Searched refs:test1 (Results 276 - 300 of 1419) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/thread.condition/thread.condition.condvarany/
wait_until_pred.pass.cpp 61 int test1 = 0; variable
70 test1 = 1;
96 assert(test1 == 0);
97 while (test1 == 0)
99 assert(test1 != 0);
105 test1 = 0;
110 assert(test1 == 0);
111 while (test1 == 0)
113 assert(test1 != 0);
  /external/libunwind_llvm/test/
libunwind_01.pass.cpp 24 void test1(int i) { function
30 test1(j);
39 test1(1);
  /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 43 test1() function
132 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
133 test1<forward_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
134 test1<forward_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
135 test1<forward_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
137 test1<bidirectional_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
138 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
139 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
140 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
142 test1<random_access_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >()
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.swap/
swap_ranges.pass.cpp 43 test1() function
132 test1<forward_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
133 test1<forward_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
134 test1<forward_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
135 test1<forward_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
137 test1<bidirectional_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >();
138 test1<bidirectional_iterator<std::unique_ptr<int>*>, bidirectional_iterator<std::unique_ptr<int>*> >();
139 test1<bidirectional_iterator<std::unique_ptr<int>*>, random_access_iterator<std::unique_ptr<int>*> >();
140 test1<bidirectional_iterator<std::unique_ptr<int>*>, std::unique_ptr<int>*>();
142 test1<random_access_iterator<std::unique_ptr<int>*>, forward_iterator<std::unique_ptr<int>*> >()
    [all...]
  /external/icu/icu4c/source/test/intltest/
ustrtest.cpp 73 UnicodeString test1("Now is the time for all men to come swiftly to the aid of the party.\n");
77 c=(UnicodeString *)test1.clone();
78 test1.insert(24, "good ");
80 if (test1 != expectedValue)
81 errln("insert() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
89 test1.remove(41, 8);
91 if (test1 != expectedValue)
92 errln("remove() failed: expected \"" + expectedValue + "\"\n,got \"" + test1 + "\"");
94 test1.replace(58, 6, "ir country");
96 if (test1 != expectedValue
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
string_string.pass.cpp 46 void 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"),
99 test1(S("abcdefghij"), S(""), S("abcdefghij"))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.nonmembers/string_op+/
string_string.pass.cpp 46 void 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"),
99 test1(S("abcdefghij"), S(""), S("abcdefghij"))
    [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
  /device/google/contexthub/firmware/app/test1.app/
Android.mk 21 LOCAL_MODULE := test1
Makefile 19 # test1 NanoApp Makefile
26 BIN := test1
  /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-LABEL: define void @test1()
bool-convert.c 5 // CHECK-LABEL: @test1 = common global %struct.teststruct1
6 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-LABEL: define void @test1() {{.*}} personality i8* bitcast (i32 (...)* @__gcc_personality_v0 to i8*)
9 // CHECK-ARM-LABEL: define arm_aapcscc void @test1() {{.*}} personality i8* bitcast (i32 (...)* @__gcc_personality_sj0 to i8*)
stack-protector.c 18 // DEF: define {{.*}}void @test1(i8* %msg) #[[A:.*]] {
19 void test1(const char *msg) { function
  /external/clang/test/CodeGenCXX/
default_calling_conv.cpp 11 void test1() {} function
instrument-functions.cpp 4 int test1(int x) { function
mangle-nullptr-arg.cpp 6 void test1(IP<nullptr>) {} function
move-assignment.cpp 16 void test1() { function
variadic-templates.cpp 13 namespace test1 { namespace
  /external/clang/test/Parser/
statements.c 3 void test1() { function
  /external/clang/test/Sema/
conversion-64-32.c 12 int4 test1(long2 a) { function

Completed in 659 milliseconds

<<11121314151617181920>>