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

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/mips-fp4/jni/
mips-fp4-test3-6.c 15 double test6 (double a) function
27 test6(a);
  /external/clang/test/CodeGen/
bool-convert.c 9 _Bool test6[x]; local
alias.c 26 extern int test6();
27 void test7() { test6(); } // test6 is emitted as extern.
29 // test6 changes to alias.
30 int test6() __attribute__((alias("test7")));
conditional.c 28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
2002-02-17-ArgumentAddress.c 30 int Test6() {
dostmt.c 71 void test6() { function
asm_arm.c 43 // CHECK: @test6
49 void test6() { function
  /external/clang/test/SemaObjC/Inputs/
arc-system-header.h 34 extern struct Test6 *const kMagicConstant;
  /external/llvm/test/MC/AsmParser/
directive_ascii.s 35 # CHECK: TEST6:
40 TEST6:
directive_values.s 44 TEST6:
52 # CHECK: TEST6
  /external/clang/test/Parser/
pointer-arithmetic.c 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
  /ndk/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
135 test6();
  /external/llvm/test/ExecutionEngine/MCJIT/
test-ret.ll 28 define i32 @test6() {
  /external/llvm/test/ExecutionEngine/
test-ret.ll 28 define i32 @test6() {
  /external/llvm/test/Integer/
fold-fpcast_bt.ll 24 define float @test6() {
  /external/clang/test/SemaCXX/
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
undefined-inline.cpp 31 namespace test6 { namespace
32 struct X { inline void f(); }; // expected-warning{{inline function 'test6::X::f' is not defined}}
warn-vla.cpp 22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
  /external/clang/test/SemaObjCXX/
properties.mm 72 @interface Test6
77 void test6(Test6 *t6) {
79 Class x2 = Test6.class;
87 template void test6_template(Test6*);
  /external/chromium_org/third_party/icu/source/test/testdata/
ra.txt 53 * Tag name: test6
55 * @note This resource is for test6
57 test6:bin{"0102"}
  /external/icu4c/test/testdata/
ra.txt 53 * Tag name: test6
55 * @note This resource is for test6
57 test6:bin{"0102"}
  /external/chromium_org/v8/test/mjsunit/regress/
regress-70066.js 94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
103 assertEquals(0, x, "test6"); // Global x is undisturbed.
  /external/llvm/test/Transforms/ConstProp/
2009-06-20-constexpr-zero-lhs.ll 9 @test6 = constant i32 ashr (i32 0, i32 ptrtoint (i32* @G to i32))
  /external/v8/test/mjsunit/regress/
regress-70066.js 94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
103 assertEquals(0, x, "test6"); // Global x is undisturbed.
  /external/chromium_org/v8/test/mjsunit/
object-literal-conversions.js 42 var test6 = { 17.31: function() {}, "17.31": 7 };
45 assertEquals(7, test6[17.31]);

Completed in 1473 milliseconds

1 2 3 4 5 6 7 8 91011>>