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

1 2 3

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
VersionTest.java 78 ScriptC_set_target_api_16 test16 = local
82 test16.invoke_check(16);
  /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: test16:
  /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: @test16
141 ; CHECK: [[TEST16:%.*]] = select i1 %c, i32 %b, i32 0
142 ; CHECK-NEXT: ret i32 [[TEST16]]
fcmp.ll 144 define i32 @test16(double %a) nounwind {
149 ; CHECK: @test16
sext.ll 176 define i32 @test16(i16 %x) nounwind {
181 ; CHECK: @test16
apint-shift.ll 160 ; CHECK: @test16
162 define i1 @test16(i84 %X) {
  /external/llvm/test/CodeGen/X86/
cmov-fp.ll 278 define float @test16(i32 %a, i32 %b, float %x) nounwind {
283 ; SSE: test16:
286 ; NOSSE2: test16:
289 ; NOSSE1: test16:
292 ; NOCMOV: test16:
select.ll 320 define i64 @test16(i64 %x) nounwind uwtable readnone ssp {
325 ; CHECK: test16:
329 ; ATOM: test16:
fast-isel-x86-64.ll 188 define void @test16() nounwind {
189 ; CHECK: test16:
  /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: define void @test16
124 void test16() { function
  /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
block-misc.c 152 void test16(__block int i) { // expected-error {{__block attribute not allowed, only allowed on local variables}}
builtins.c 115 int test16() { function
return.c 93 int test16() { function
scope-check.c 234 int test16(int [sizeof &&z]); // expected-error {{use of address-of-label extension outside of a function body}}
  /external/clang/test/CodeGenCXX/
vtable-layout.cpp 618 namespace Test16 {
627 // CHECK-23: Vtable for 'Test16::D' (15 entries).
630 // CHECK-23-NEXT: 2 | Test16::D RTTI
631 // CHECK-23-NEXT: -- (Test16::D, 0) vtable address --
632 // CHECK-23-NEXT: 3 | void Test16::D::f()
633 // CHECK-23-NEXT: 4 | Test16::D::~D() [complete]
634 // CHECK-23-NEXT: 5 | Test16::D::~D() [deleting]
637 // CHECK-23-NEXT: 8 | Test16::D RTTI
638 // CHECK-23-NEXT: -- (Test16::A, 8) vtable address --
639 // CHECK-23-NEXT: -- (Test16::C, 8) vtable address -
    [all...]
  /external/clang/test/Misc/
diag-template-diffing-color.cpp 34 void test16() { function

Completed in 1690 milliseconds

1 2 3