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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/059-dex-call-super/
Blort.java 25 public void test2() { method in class:Blort
26 super.test2();
Zorch.java 27 public void test2() { method in class:Zorch
  /external/valgrind/main/none/tests/
nestedfns.stdout.exp 2 Inside test2
nestedfns.c 26 void test2() function
30 printf( "Inside test2\n" );
38 test2();
  /external/clang/test/CodeGen/
2004-02-13-BuiltinFrameReturnAddress.c 7 void *test2() { function
instrument-functions.c 11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
2003-11-08-PointerSubNotGetelementptr.c 8 int *test2(int* I) { function
2006-12-14-ordered_expr.c 3 int test2(float X, float Y) { function
pointer-to-int.c 9 int test2(void) { function
unwind-attr.c 20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
2005-03-06-OffsetOfStructCrash.c 12 void test2() { function
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 24 public int test2() method in class:Blort
  /external/clang/test/Sema/
implicit-cast.c 6 static char *test2(int cf) { function
attr-section.c 18 void __attribute__((section("foo,zed"))) test2(void); // expected-note {{previous attribute is here}}
19 void __attribute__((section("bar,zed"))) test2(void) {} // expected-warning {{section does not match previous declaration}} function
  /external/clang/test/CodeGenCXX/
instrument-functions.cpp 12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
mangle-valist.cpp 8 class Test2 {
10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { function in class:Test2
  /external/clang/test/Index/
linkage.c 16 static int test2; variable
18 extern int test2;
37 // CHECK: VarDecl=test2{{.*}}linkage=Internal
38 // CHECK: VarDecl=test2{{.*}}linkage=Internal
  /external/clang/test/SemaCXX/
PR10447.cpp 18 namespace test2 { namespace
21 test2::Bar *ptr;
  /external/elfutils/tests/
run-ranlib-test3.sh 30 . $srcdir/run-ranlib-test2.sh
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.java 23 public static void test2(Object x) { method in class:Blort
  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.java 25 public static int test2() { method in class:Blort
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.java 25 public int test2(int x) { method in class:Blort
  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 23 public void test2(int x) { method in class:Blort
  /external/e2fsprogs/lib/ext2fs/
tst_byteswap.c 37 __u32 test2[] = { variable
73 printf("swab32(0x%08x) = 0x%08x\n", test2[i],
74 ext2fs_swab32(test2[i]));
75 if (ext2fs_swab32(test2[i]) != test2[i+1]) {
77 ext2fs_swab32(test2[i]), test2[i+1]);
80 if (ext2fs_swab32(test2[i+1]) != test2[i]) {
82 ext2fs_swab32(test2[i+1]), test2[i])
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/thread/thread.condition/thread.condition.condvar/
wait.pass.cpp 25 int test2 = 0; variable
30 assert(test2 == 0);
33 while (test2 == 0)
35 assert(test2 != 0);
46 test2 = 1;

Completed in 784 milliseconds

1 2 3 4 5 6 7 8 91011>>