HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 326 - 350 of 2811) sorted by null

<<11121314151617181920>>

  /external/libffi/testsuite/libffi.call/
float4.c 2 Purpose: Check denorm double value.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
50 /* The standard delta check doesn't work for denorms. Since we didn't do
52 exact check should be OK here. */
54 CHECK(result[0].d == dblit(d));
56 /* Check the canary. */
58 CHECK(result[1].c[i] == CANARY);
cls_double.c 2 Purpose: Check return value double.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_double_fn, NULL) == FFI_OK);
cls_float.c 2 Purpose: Check return value float.
42 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
45 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_float_fn, NULL) == FFI_OK);
float2.c 2 Purpose: Check return value long double.
29 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
50 /* These are not always the same!! Check for a reasonable delta */
54 CHECK(0);
return_fl1.c 2 Purpose: Check return value float.
27 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
34 CHECK(rfl == fl1 + fl2);
  /external/llvm/test/MC/ARM/
arm-aliases.s 12 @ CHECK: add r1, r2, r3 @ encoding: [0x03,0x10,0x82,0xe0]
13 @ CHECK: sub r1, r2, r3 @ encoding: [0x03,0x10,0x42,0xe0]
14 @ CHECK: eor r1, r2, r3 @ encoding: [0x03,0x10,0x22,0xe0]
15 @ CHECK: orr r1, r2, r3 @ encoding: [0x03,0x10,0x82,0xe1]
16 @ CHECK: and r1, r2, r3 @ encoding: [0x03,0x10,0x02,0xe0]
17 @ CHECK: bic r1, r2, r3 @ encoding: [0x03,0x10,0xc2,0xe1]
eh-directive-integrated-test.s 18 @ This test case should check the unwind opcode to adjust the opcode and
54 @ CHECK: Section {
55 @ CHECK: Name: .ARM.extab.TEST1
56 @ CHECK: SectionData (
57 @ CHECK: 0000: 00000000 C94A9B01 B0818484 |.....J......|
58 @ CHECK: )
59 @ CHECK: }
88 @ CHECK: Section {
89 @ CHECK: Name: .ARM.extab.TEST2
90 @ CHECK: SectionData
    [all...]
mode-switch.s 7 @ CHECK: add.w r0, r0, r1 @ encoding: [0x00,0xeb,0x01,0x00]
11 @ CHECK: add r0, r0, r1 @ encoding: [0x01,0x00,0x80,0xe0]
15 @ CHECK: adds r0, r0, r1 @ encoding: [0x40,0x18]
19 @ CHECK: add r0, r0, r1 @ encoding: [0x01,0x00,0x80,0xe0]
25 @ CHECK: add.w r0, r0, r1 @ encoding: [0x00,0xeb,0x01,0x00]
26 @ CHECK: adds r0, r0, r1 @ encoding: [0x40,0x18]
dot-req.s 10 @ CHECK: mov r11, r5 @ encoding: [0x05,0xb0,0xa0,0xe1]
11 @ CHECK: mov r1, r6 @ encoding: [0x06,0x10,0xa0,0xe1]
  /art/runtime/
dex_method_iterator.h 107 CHECK(HasNext());
112 CHECK(HasNext());
117 CHECK(HasNext());
118 CHECK(class_def_ != NULL);
124 CHECK(it_.get() != NULL);
131 CHECK(dex_file != NULL);
  /art/runtime/mirror/
throwable.cc 36 CHECK(cause != NULL);
37 CHECK(cause != this);
40 CHECK(current_cause == NULL || current_cause == this);
60 // check stack state isn't missing or corrupt
86 CHECK(java_lang_Throwable_ == NULL);
87 CHECK(java_lang_Throwable != NULL);
92 CHECK(java_lang_Throwable_ != NULL);
  /external/chromium_org/mojo/common/test/
multiprocess_test_base.cc 46 CHECK(platform_server_channel.get());
47 CHECK(!test_child_name.empty());
76 CHECK(base::WaitForExitCodeWithTimeout(
85 CHECK(platform_server_channel.get());
100 CHECK(CommandLine::InitializedForCurrentProcess());
106 CHECK(platform_client_channel.get());
multiprocess_test_base_unittest.cc 37 CHECK(MultiprocessTestBaseTest::platform_client_channel.get());
38 CHECK(MultiprocessTestBaseTest::platform_client_channel->is_valid());
63 // The FD should be non-blocking. Check this.
64 CHECK((fcntl(fd, F_GETFL) & O_NONBLOCK));
84 CHECK(MultiprocessTestBaseTest::platform_client_channel.get());
85 CHECK(MultiprocessTestBaseTest::platform_client_channel->is_valid());
93 // The FD should still be non-blocking. Check this.
94 CHECK((fcntl(fd, F_GETFL) & O_NONBLOCK));
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_shadow_test.cc 55 CHECK(IsAppMem((uptr)&global));
56 CHECK(IsAppMem((uptr)&stack));
57 CHECK(IsAppMem((uptr)heap));
59 CHECK(IsShadowMem(MemToShadow((uptr)&global)));
60 CHECK(IsShadowMem(MemToShadow((uptr)&stack)));
61 CHECK(IsShadowMem(MemToShadow((uptr)heap)));
  /external/libffi/testsuite/libffi.special/
unwindtest.cc 2 Purpose: Check if the unwind information is passed correctly.
67 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 0,
69 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn, NULL) == FFI_OK);
76 CHECK(exception_code == 9);
104 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16,
107 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1,
117 CHECK(exception_code == 255);
unwindtest_ffi_call.cc 2 Purpose: Check if the unwind information is passed correctly.
35 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3,
47 CHECK(exception_code == 9);
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 6 * RUN: FileCheck -check-prefix=CHECK-NOWHERE %s < %t.ll
81 (* CHECK: target datalayout = "bogus"
82 * CHECK: target triple = "i686-apple-darwin8"
89 (* CHECK: const_int{{.*}}i32{{.*}}-1
97 (* CHECK: const_sext_int{{.*}}i64{{.*}}-1
104 (* CHECK: const_zext_int64{{.*}}i64{{.*}}4294967295
111 (* CHECK: const_int_string{{.*}}i32{{.*}}-1
118 (* CHECK: @const_string = global {{.*}}c"cruel\00world"
125 (* CHECK: const_stringz{{.*}}"hi\00again\00
    [all...]
  /art/compiler/utils/arm/
managed_register_arm.h 88 CHECK(IsCoreRegister());
93 CHECK(IsSRegister());
98 CHECK(IsDRegister());
103 CHECK(IsOverlappingDRegister());
109 CHECK(IsOverlappingDRegister());
115 CHECK(IsRegisterPair());
125 CHECK(IsRegisterPair());
131 CHECK(IsRegisterPair());
137 CHECK(IsValidManagedRegister());
142 CHECK(IsValidManagedRegister())
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_pref_store.cc 28 CHECK(extension_pref_value_map_);
40 CHECK(extension_pref_value_map_);
  /external/chromium/net/base/
winsock_util.cc 26 CHECK(false); // Crash.
47 CHECK(ok);
  /external/chromium_org/chrome/browser/extensions/
extension_pref_store.cc 23 CHECK(extension_pref_value_map_);
35 CHECK(extension_pref_value_map_);
  /external/chromium_org/media/audio/
audio_manager.cc 25 CHECK(!g_last_created || g_last_created == this);
31 CHECK(!g_last_created);
  /external/chromium_org/v8/test/cctest/
test-condition-variable.cc 84 CHECK(!threads[n].running_);
85 CHECK(!threads[n].finished_);
95 CHECK(threads[n].running_);
96 CHECK(!threads[n].finished_);
101 CHECK(threads[n].running_);
102 CHECK(!threads[n].finished_);
114 CHECK(!threads[n].running_);
115 CHECK(threads[n].finished_);
121 CHECK(!threads[n].running_);
122 CHECK(threads[n].finished_)
    [all...]
test-socket.cc 75 CHECK(server_ != NULL);
77 CHECK(ok);
81 CHECK(ok);
86 CHECK(client_ != NULL);
126 CHECK(client != NULL);
128 CHECK(ok);
132 CHECK(ok);
137 // Check that data received is the same as data send.
139 CHECK(data[i] == listener->data()[i]);
  /external/llvm/test/MC/AsmParser/
directive_darwin_section.s 3 # CHECK: .section __DWARF,__debug_frame,regular,debug

Completed in 150 milliseconds

<<11121314151617181920>>