HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/clang/test/Lexer/
c90.c 37 int test4() { function
  /external/clang/test/Parser/
implicit-casts.c 20 short x; void test4(char c) { x += c; } function
pointer-arithmetic.c 6 int test4(int *a, int *b) { return a - b; } function
  /external/clang/test/Sema/
return-noreturn.c 35 test4() { function
typedef-retain.c 23 int test4(const a y) { function
warn-documentation-fixits.cpp 21 void test4(SomeTy aaa, OtherTy bbb);
asm.c 37 void test4(const volatile void *addr) function
42 asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constraint 'r'}}
43 asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint 'm'}}
  /external/clang/test/CodeGen/
blocks-1.c 43 int test4() { function
75 rv += test4();
2003-09-18-BitfieldTests.c 23 int test4(BF *b) { function
  /external/clang/test/SemaCXX/
deleted-function.cpp 66 void test4() {} // expected-note {{previous definition is here}} function
67 void test4() = delete; // expected-error {{redefinition of 'test4'}}
attr-weak.cpp 11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
unknown-anytype.cpp 39 namespace test4 { namespace
warn-func-not-needed.cpp 32 namespace test4 { namespace
warn-vla.cpp 13 void test4(int n) { function
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 56 public static void test4(String[] sa) { method in class:Blort
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 91 public int test4(int x) { method in class:Blort
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 49 public int test4(int x) { method in class:Blort
  /external/clang/test/CodeGenCXX/
internal-linkage.cpp 52 char const * *test4() function
throw-expressions.cpp 18 int test4() { function
  /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/icu4c/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

Completed in 573 milliseconds

12 3 4 5 6 7 8 91011