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

<<41424344454647484950>>

  /external/chromium_org/tools/android/forwarder2/
device_listener.cc 73 CHECK(host_socket_.get());
125 CHECK(adb_data_socket_.get());
  /external/chromium_org/tools/gn/
gyp_target_writer.cc 85 CHECK(0);
105 CHECK(static_cast<size_t>(spaces) <= arraysize(kSpaces) - 1);
  /external/chromium_org/ui/aura/test/
aura_test_base.cc 24 CHECK(setup_called_)
26 CHECK(teardown_called_)
  /external/chromium_org/ui/base/ime/
input_method_auralinux.cc 54 CHECK(LinuxInputMethodContextFactory::instance());
58 CHECK(input_method_context_.get());
  /external/chromium_org/ui/gfx/ozone/dri/
hardware_display_controller.cc 63 CHECK(state_ == UNINITIALIZED);
87 CHECK(state_ == SURFACE_INITIALIZED || state_ == INITIALIZED);
  /external/chromium_org/ui/surface/
transport_dib_gtk.cc 146 CHECK(inflight_counter_);
153 CHECK(!detached_);
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 94 CHECK(stack_id);
106 CHECK(arg);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_suppressions.cc 93 CHECK(can_parse_);
144 CHECK(t < SuppressionTypeCount);
  /external/libffi/testsuite/libffi.call/
cls_12byte.c 2 Purpose: Check structure passing with different structure size.
78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_12byte_gn, NULL) == FFI_OK);
cls_16byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
95 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_16byte_gn, NULL) == FFI_OK);
cls_18byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Double alignment check on darwin.
84 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
96 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_18byte_gn, NULL) == FFI_OK);
cls_19byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Double alignment check on darwin.
88 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
101 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_19byte_gn, NULL) == FFI_OK);
cls_20byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_20byte_gn, NULL) == FFI_OK);
cls_20byte1.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_20byte_gn, NULL) == FFI_OK);
cls_3_1byte.c 2 Purpose: Check structure passing with different structure size.
83 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
95 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_3_1byte_gn, NULL) == FFI_OK);
cls_4_1byte.c 2 Purpose: Check structure passing with different structure size.
86 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_4_1byte_gn, NULL) == FFI_OK);
cls_5_1_byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
89 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
108 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_5byte_gn, NULL) == FFI_OK);
cls_5byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
82 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_5byte_gn, NULL) == FFI_OK);
cls_6byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
86 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
98 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_6byte_gn, NULL) == FFI_OK);
cls_7byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
97 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
cls_align_double.c 2 Purpose: Check structure alignment of double.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_float.c 2 Purpose: Check structure alignment of float.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_longdouble.c 2 Purpose: Check structure alignment of long double.
80 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
92 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_pointer.c 2 Purpose: Check structure alignment of pointer.
81 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
93 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);
cls_align_sint16.c 2 Purpose: Check structure alignment of sint16.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
91 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_align_gn, NULL) == FFI_OK);

Completed in 997 milliseconds

<<41424344454647484950>>