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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
attr-minsize.cpp 59 void test5(T arg) { function
64 void test5<int>(int arg);
65 // Oz: define{{.*}}void @{{.*}}test5
67 // OTHER: define{{.*}}void @{{.*}}test5
68 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
71 void test5<float>(float arg);
72 // Oz: define{{.*}}void @{{.*}}test5
74 // OTHER: define{{.*}}void @{{.*}}test5
75 // OTHER-NOT: define{{.*}}void @{{.*}}test5{{.*}}[[MS]]
asm_arm.c 37 // CHECK: @test5
39 void test5() { function
bool-convert.c 20 _Bool test5; local
asm-inout.c 42 // CHECK: @test5
44 __m64 test5(__m64 __A, __m64 __B) { function
statements.c 28 int test5(long long b) { function
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 35 public int[] test5() { method in class:Blort
Blort.class 
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.class 
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.class 
  /external/clang/test/CodeGenCXX/
enable_if.cpp 4 int test5(int);
6 T test5(T) __attribute__((enable_if(1, "better than non-template")));
9 int (*Ptr)(int) = &test5;
default_calling_conv.cpp 23 void __attribute__((vectorcall)) test5() {} function
  /external/clang/test/Sema/
attr-visibility.c 14 struct test5;
15 struct __attribute__((visibility("hidden"))) test5; // expected-note {{previous attribute is here}}
16 struct __attribute__((visibility("default"))) test5; // expected-error {{visibility does not match previous declaration}}
  /external/clang/test/Parser/
statements.c 42 void test5() { function
expressions.c 48 int test5(int);
50 return test5( // expected-note {{to match}}
51 test5(1)
implicit-casts.c 21 int y; void test5(char c) { y += c; } function
pointer-arithmetic.c 8 int test5(int *a, int *b) { return a + b; } /* expected-error {{invalid operands}} */ function
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.class 
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.class 
  /libcore/ojluni/src/test/java/time/test/java/time/
TestPeriod.java 97 Period test5 = Period.ofDays(5); local
101 assertEquals(test5.hashCode() == test5.hashCode(), true);
102 assertEquals(test5.hashCode() == test6.hashCode(), false);
103 assertEquals(test5.hashCode() == test5M.hashCode(), false);
104 assertEquals(test5.hashCode() == test5Y.hashCode(), false);
  /external/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 94 void test5() function
135 void test5() {} function
146 test5();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
catch_const_pointer_nullptr.pass.cpp 94 void test5() function
135 void test5() {} function
146 test5();
  /external/annotation-tools/asmx/test/conform/cases/
TestMethodReturnTypeGenericArray.expected 
  /external/annotation-tools/scene-lib/test/annotations-expected/tests/classfile/cases/
TestMethodReturnTypeGenericArray.class 
TestMethodReturnTypeGenericArray_Expected.class 
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 27 namespace test5 = ns3;

Completed in 709 milliseconds

1 2 3 4 5 6 7 8 91011>>