HomeSort by relevance Sort by last modified time
    Searched refs:test3 (Results 1 - 25 of 236) sorted by null

1 2 3 4 5 6 7 8 910

  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 27 public void test3(int x, int y) { method in class:Blort
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p13.cpp 20 Opaque0 test3(int*) const;
33 using Base::test3;
34 Opaque1 test3(int*);
52 void test3() { function in namespace:test0
53 Opaque1 a = ((Derived*) 0)->test3((int*) 0);
54 Opaque0 b = ((const Derived*) 0)->test3((int*) 0);
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 27 public short[] test3() { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 35 public static void test3() { method in class:Blort
  /external/clang/test/CodeGen/
asm_arm.c 16 void test3(void) { function
visibility.c 61 // CHECK-DEFAULT: define hidden void @test3()
62 // CHECK-PROTECTED: define hidden void @test3()
63 // CHECK-HIDDEN: define hidden void @test3()
64 extern void test3(void);
65 __private_extern__ void test3(void) {} function
bool-convert.c 5 _Bool test3[10]; variable
2002-04-10-StructParameters.c 15 void test3(foo *X) { function
23 test3(&Y);
address-space.c 24 // CHECK: define void @test3()
29 void test3() { function
asm-inout.c 22 // CHECK: @test3
23 void test3(int *vout, int vin) function
incomplete-function-type.c 9 void test3f(struct tests3), (*test3)(struct tests3) = test3f;
  /external/clang/test/Lexer/
c90.c 31 void test3() { function
  /external/clang/test/Sema/
assign.c 10 void test3() { function
attr-visibility.c 8 void test3() __attribute__((visibility("protected"))); // expected-warning {{target does not support 'protected' visibility; using 'default'}}
  /external/clang/test/CodeGenCXX/
expr.cpp 19 int test3(const char*);
20 int test3g = test3(__PRETTY_FUNCTION__);
throw-expressions.cpp 13 void test3() { function
  /external/clang/test/Parser/
implicit-casts.c 15 int test3() { function
17 a[0] = test3; // expected-warning{{incompatible pointer to integer conversion assigning to 'int' from 'int ()'}}
statements.c 21 void test3() { function
  /external/llvm/test/MC/AsmParser/
macros.s 27 .macro test3
32 test3 1,2 3 label
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 29 public int test3() method in class:Blort
  /external/clang/test/SemaCXX/
runtimediag-ppe.cpp 18 void test3() { 1 ? (void)0 : (void)typeid(P(1 << 32)); } function
  /external/clang/test/SemaTemplate/
instantiate-typedef.cpp 15 test3();
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
ApiTargetTest.class.data 
  /external/icu4c/test/intltest/
ustrtest.cpp 123 UnicodeString test3; local
124 test3.append((UChar32)0x20402);
125 if(test3 != CharsToUnicodeString("\\uD841\\uDC02")){
126 errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
128 if(test3.length() != 2){
129 errln("append or length failed for UChar32, expected 2, got " + test3.length());
131 test3.append((UChar32)0x0074);
132 if(test3 != CharsToUnicodeString("\\uD841\\uDC02t")){
133 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
135 if(test3.length() != 3)
471 UChar test3[13] = {1, 2, 3, 4, 5, 6, 7, 8, 8, 10, 11, 12, 13}; local
659 UChar test3[] = { 0x53, 0x50, 0x41, 0x4d, 0x4d, 0 }; local
    [all...]
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 24 namespace test3 = ns1;

Completed in 139 milliseconds

1 2 3 4 5 6 7 8 910