HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 51 - 75 of 312) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/testing/support/tests/src/android/support/test/
JUnit4HogTest.java 53 public void test4() { method in class:JUnit4HogTest
  /external/clang/test/Sema/
asm.c 42 void test4(const volatile void *addr) function
47 asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constraint 'r'}}
48 asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint 'm'}}
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 41 .macro test4
46 test4 (a b)(,)),(cd) label
49 test4 (a b)(,)),(cd) label
  /external/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 107 test4() function
150 test4<unsigned short>();
151 test4<unsigned int>();
152 test4<unsigned long>();
153 test4<unsigned long long>();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/rand/rand.eng/rand.eng.lcong/
ctor_result_type.pass.cpp 107 test4() function
150 test4<unsigned short>();
151 test4<unsigned int>();
152 test4<unsigned long>();
153 test4<unsigned long long>();
  /external/chromium_org/third_party/icu/source/test/intltest/
strcase.cpp 78 UnicodeString test4(test3);
79 test4.toLower(Locale(""));
81 if (test4 != expectedResult)
82 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
84 test4 = test3;
85 test4.toLower(Locale("tr", "TR"));
87 if (test4 != expectedResult)
88 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
93 test4 = test3;
95 test4.toUpper(Locale(""))
    [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 75 UnicodeString test4(test3);
76 test4.toLower(Locale(""));
78 if (test4 != expectedResult)
79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
81 test4 = test3;
82 test4.toLower(Locale("tr", "TR"));
84 if (test4 != expectedResult)
85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
90 test4 = test3;
92 test4.toUpper(Locale(""))
    [all...]
  /external/chromium_org/v8/test/webkit/
dictionary-no-cache.js 82 var test4 = new Test();
83 update(test4);
86 var test4 = {__proto__:{prop:"on prototype"}};
88 test4[i]=[i];
98 getTestProperty(test4);
99 getTestProperty(test4);
100 shouldBe("getTestProperty(test4)", '"on prototype"');
101 test4.prop = "on self";
102 shouldBe("getTestProperty(test4)", '"on self"');
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.java 59 public static void test4() { method in class:Blort
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 31 public static Object test4() { method in class:Blort
  /external/clang/test/CXX/class.access/class.access.dcl/
p1.cpp 69 void test4() { function in struct:test1::B
112 void test4() { function in struct:test2::B
158 void test4() {
171 namespace test4 { namespace
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p4.cpp 66 void test4() { function in struct:test1::B
109 void test4() { function in struct:test2::B
155 void test4() {
186 namespace test4 { namespace
  /external/clang/test/CodeGen/
arm64-aapcs-arguments.c 31 // CHECK: void @test4(<16 x i8> %v0_v2.0, <16 x i8> %v0_v2.1, <16 x i8> %v0_v2.2, <16 x i8> %v3_v5.0, <16 x i8> %v3_v5.1, <16 x i8> %v3_v5.2, [2 x float], <16 x i8> %sp.0, <16 x i8> %sp.1, <16 x i8> %sp.2, double %sp48, <16 x i8> %sp64.0, <16 x i8> %sp64.1, <16 x i8> %sp64.2)
34 void test4(BigHFA v0_v2, BigHFA v3_v5, BigHFA sp, double sp48, BigHFA sp64) { function
atomic-arm64.c 64 // CHECK: define void @test4([[QUAD_T:%.*]]*
71 void test4(pointer_quad_t quad) { function
captured-statements.c 64 void test4(int size, int vla_arr[size]) { function
69 // CHECK-3: test4([[INT:i.+]] {{.*}}[[SIZE:%.+]], [[INT]]*
dostmt.c 53 int test4() { function
switch-dce.c 64 // CHECK: @test4
71 void test4() { function
  /external/clang/test/CodeGenCXX/
2003-11-29-DuplicatedCleanupTest.cpp 34 void test4(int val) { function
debug-info-enum-class.cpp 51 namespace test4 { namespace in namespace:A::B::PR14029
52 // CHECK: metadata !{i32 {{[^,]*}}, {{[^,]*}}, metadata [[TEST4:![0-9]*]], {{.*}}, metadata [[TEST_ENUMS]], {{[^,]*}}, null, null, metadata !"_ZTSN5test41EE"} ; [ DW_TAG_enumeration_type ] [E]
53 // CHECK: [[TEST4]] = {{.*}} ; [ DW_TAG_namespace ] [test4]
static-data-member.cpp 76 namespace test4 { namespace
throw-expressions.cpp 18 int test4() { function
  /external/clang/test/Parser/
brackets.cpp 89 void test4() { function
  /external/clang/test/SemaCXX/
attr-weak.cpp 11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_global.py 37 def test4(self): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_global.py 37 def test4(self): function

Completed in 580 milliseconds

1 23 4 5 6 7 8 91011>>