/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
VersionTest.java | 62 ScriptC_set_target_api_16 test16 = new ScriptC_set_target_api_16(mRS); local 63 test16.invoke_check(16);
|
/external/llvm/test/Transforms/ConstProp/ |
loads.ll | 224 define i64 @test16.1() { 228 ; LE-LABEL: @test16.1( 231 ; BE-LABEL: @test16.1( 235 define i64 @test16.2() { 239 ; LE-LABEL: @test16.2( 242 ; BE-LABEL: @test16.2( 246 define i64 @test16.3() { 250 ; LE-LABEL: @test16.3( 253 ; BE-LABEL: @test16.3(
|
/external/clang/test/SemaCXX/ |
long-virtual-inheritance-chain.cpp | 19 class test16 : virtual test15 { virtual void f(); }; class in inherits:test15 20 class test17 : virtual test16 { virtual void f(); };
|
/external/llvm/test/CodeGen/AArch64/ |
movw-consts.ll | 111 define void @test16() { 112 ; CHECK-LABEL: test16:
|
arm64-rounding.ll | 160 ; CHECK: test16 163 define double @test16(double %a) #1 {
|
/external/llvm/test/Transforms/InstSimplify/ |
undef.ll | 136 ; @test16 138 define i64 @test16(i64 %a) {
|
/dalvik/dx/tests/070-dex-multianewarray/ |
Blort.java | 87 public static short[][][][] test16() { method in class:Blort
|
/external/llvm/test/Transforms/InstCombine/ |
mul.ll | 135 define i32 @test16(i32 %b, i1 %c) { 136 ; CHECK-LABEL: @test16( 141 ; CHECK: [[TEST16:%.*]] = select i1 %c, i32 %b, i32 0 142 ; CHECK-NEXT: ret i32 [[TEST16]]
|
div.ll | 134 define <2 x i64> @test16(<2 x i64> %x) nounwind { 138 ; CHECK-LABEL: @test16(
|
fcmp.ll | 144 define i32 @test16(double %a) nounwind { 149 ; CHECK-LABEL: @test16(
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vbtables.cpp | 277 namespace Test16 { 286 // CHECK-DAG: @"\01??_8F@Test16@@7BE@1@@" = 287 // CHECK-DAG: @"\01??_8F@Test16@@7BD@1@E@1@@" = 288 // CHECK-DAG: @"\01??_8F@Test16@@7BC@1@E@1@@" = 289 // CHECK-DAG: @"\01??_8F@Test16@@7BB@1@E@1@@" = 290 // CHECK-DAG: @"\01??_8F@Test16@@7BD@1@@" = 291 // CHECK-DAG: @"\01??_8F@Test16@@7BC@1@@" = 292 // CHECK-DAG: @"\01??_8F@Test16@@7BB@1@@" = 293 // CHECK-DAG: @"\01??_8E@Test16@@7B01@@" = 294 // CHECK-DAG: @"\01??_8E@Test16@@7BD@1@@" [all...] |
/dalvik/dx/tests/078-dex-local-variable-table/ |
Blort.java | 104 public static void test16(String x) { method in class:Blort
|
/external/clang/test/Parser/ |
char-literal-printing.c | 22 wchar_t test16(void) { return L'\r'; } function
|
declarators.c | 101 void test16(i) int i j; { } // expected-error {{expected ';' at end of declaration}} function
|
/external/clang/test/CodeGen/ |
object-size.c | 123 // CHECK-LABEL: define void @test16 124 void test16() { function
|
ext-vector.c | 290 // CHECK: @test16 291 void test16(float2 a, float2 b) { function
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 278 define float @test16(i32 %a, i32 %b, float %x) nounwind { 283 ; SSE-LABEL: test16: 286 ; NOSSE2-LABEL: test16: 289 ; NOSSE1-LABEL: test16: 292 ; NOCMOV-LABEL: test16:
|
avx512-insert-extract.ll | 173 ;CHECK-LABEL: test16 178 define i16 @test16(i1 *%addr, i16 %a) {
|
avx512-mov.ll | 129 ; CHECK-LABEL: test16 132 define <16 x i32> @test16(i8 * %addr) {
|
fp-select-cmp-and.ll | 153 define float @test16(float %a, float %b, float %eps) { 158 ; CHECK-LABEL: @test16
|
vec_shift5.ll | 142 define <2 x i64> @test16() { 146 ; CHECK-LABEL: test16
|
/external/clang/test/CXX/class.access/ |
p4.cpp | 425 namespace test16 { namespace 427 void b() { throw A(); } // expected-error{{temporary of type 'test16::A' has private destructor}} \ 428 // expected-error{{exception object of type 'test16::A' has private destructor}} 457 // The destructor is not implicitly referenced here. Contrast to test16,
|
/external/clang/test/Sema/ |
attr-deprecated.c | 97 unsigned long test16 __attribute__((deprecated)) variable
|
c89.c | 89 void test16() { function
|
/external/llvm/test/CodeGen/R600/ |
add.ll | 79 ; FUNC-LABEL: @test16 112 define void @test16(<16 x i32> addrspace(1)* %out, <16 x i32> %a, <16 x i32> %b) {
|