/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
VersionTest.java | 88 ScriptC_set_target_api_17 test17 = local 92 test17.invoke_check(17);
|
/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 20 class test17 : virtual test16 { virtual void f(); }; class in inherits:test16 21 class test18 : virtual test17 { virtual void f(); };
|
/external/llvm/test/CodeGen/AArch64/ |
movw-consts.ll | 118 define i64 @test17() { 119 ; CHECK: test17:
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 143 ; @test17 145 define i64 @test17(i64 %a) {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 91 public static String[][][][][] test17() { method in class:Blort
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 146 define i32 @test17(i32 %a, i32 %b) { 147 ; CHECK: @test17 151 ; CHECK: [[TEST17:%.*]] = ashr i32 %a, 31 152 ; CHECK-NEXT: %e = and i32 [[TEST17]], %b
|
sext.ll | 188 define i32 @test17(i1 %x) nounwind { 192 ; CHECK: @test17 193 ; CHECK-NEXT: [[TEST17:%.*]] = zext i1 %x to i32 194 ; CHECK-NEXT: ret i32 [[TEST17]]
|
apint-shift.ll | 169 ; CHECK: @test17 171 define i1 @test17(i106 %A) {
|
apint-sub.ll | 112 define i25 @test17(i25 %Aok) {
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 296 define x86_fp80 @test17(i32 %a, i32 %b, x86_fp80 %x) nounwind { 301 ; SSE: test17: 304 ; NOSSE2: test17: 307 ; NOSSE1: test17: 310 ; NOCMOV: test17:
|
select.ll | 334 define i16 @test17(i16 %x) nounwind { 339 ; CHECK: test17: 343 ; ATOM: test17:
|
fast-isel-x86-64.ll | 215 define i32 @test17(i32 *%P) ssp nounwind { 227 ; CHECK: test17:
|
/external/clang/test/SemaObjC/ |
arc.m | 397 @class Test17; // expected-note 2{{forward declaration of class here}} 399 - (void) test17; 400 + (void) test17; 402 void test17(void) { 403 Test17 *v0; 404 [v0 test17]; // expected-error {{receiver type 'Test17' for instance message is a forward declaration}} 406 Test17<Test17p> *v1; 407 [v1 test17]; // expected-error {{receiver type 'Test17<Test17p>' for instance message is a forward declaration} [all...] |
/dalvik/dx/tests/078-dex-local-variable-table/ |
Blort.java | 109 public static void test17(int[] x) { method in class:Blort
|
/external/clang/test/Parser/ |
char-literal-printing.c | 23 char test17(void) { return '\t'; } function
|
declarators.c | 102 void test17(i, j) int i, j k; { } // expected-error {{expected ';' at end of declaration}} function
|
/external/clang/test/CodeGen/ |
object-size.c | 130 // CHECK: @test17 131 void test17() { function
|
/external/clang/test/Sema/ |
attr-deprecated.c | 100 foo_dep test17, // expected-warning {{'foo_dep' is deprecated}} variable
|
block-misc.c | 162 void test17() {
|
builtins.c | 130 void test17() { function
|
return.c | 97 int test17() { function
|
/external/clang/test/Misc/ |
diag-template-diffing-color.cpp | 44 void test17() { function
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
test-setcond-int.ll | 36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/llvm/test/ExecutionEngine/ |
test-setcond-int.ll | 36 %test17 = icmp ult i32 %uint1, %uint2 ; <i1> [#uses=0]
|
/external/clang/test/CXX/class.access/ |
p4.cpp | 432 namespace test17 { namespace 437 A::Inner<int> s; // expected-error {{'Inner' is a private member of 'test17::A'}}
|