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

1 2 3 4 5 6 7 8 91011

  /dalvik/dx/tests/065-dex-new-array/
Blort.java 39 public long[] test6() { method in class:Blort
  /external/clang/test/CodeGen/
asm_arm.c 43 // CHECK: @test6
49 void test6() { function
bool-convert.c 23 _Bool test6[x]; local
alias.c 58 extern int test6();
59 void test7() { test6(); } // test6 is emitted as extern.
61 // test6 changes to alias.
62 int test6() __attribute__((alias("test7")));
conditional.c 28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
builtin-assume-aligned.c 58 // CHECK-LABEL: @test6
59 int test6() { function
ppc64-align-struct.c 10 struct test6 { int x[17]; } __attribute__((aligned (16))); struct
38 // CHECK: define void @test6(i32 signext %x, %struct.test6* byval align 16 %y)
39 void test6 (int x, struct test6 y) function
dostmt.c 71 void test6() { function
  /external/clang/test/Parser/
statements.c 51 void test6(void) { function
brackets.cpp 126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
132 // CHECK: {{^}}int [3] ::test6::A::arr = {1,2,3};
pointer-arithmetic.c 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
  /external/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 111 void test6() function
136 void test6() {} function
147 test6();
  /prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
135 test6();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 97 void test6() function
121 void test6() {} function
132 test6();
  /prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
135 test6();
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/test/
catch_const_pointer_nullptr.pass.cpp 97 void test6() function
121 void test6() {} function
132 test6();
  /external/clang/test/Sema/
return-noreturn.c 45 void test6() function
warn-shadow.c 49 void test6(void (*f)(int i)) {} function
  /external/clang/test/SemaCXX/
statements.cpp 39 void test6() { __asm__("" : "=m"(*(MMX_t *)0)); } function
warn-vla.cpp 22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 68 public int test6(int x) { method in class:Blort
  /external/vogar/test/vogar/target/junit3/
LongTest2.java 57 public void test6() { method in class:LongTest2
  /external/vogar/test/vogar/target/junit4/
LongTest2.java 56 public void test6() { method in class:LongTest2
  /build/kati/testcase/
multiline_recipe.mk 1 # TODO(c): fix test6 - \t$${empty} should be empty.
42 test6:
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 41 public static int test6() { method in class:Blort

Completed in 2027 milliseconds

1 2 3 4 5 6 7 8 91011