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

<<11121314151617181920>>

  /external/chromium_org/v8/test/cctest/
test-types.cc 61 CHECK(type1->Is(type2));
62 CHECK(type2->Is(type1));
67 CHECK(type1->Is(type2));
68 CHECK(!type2->Is(type1));
76 CHECK(!type1->Is(type2));
77 CHECK(!type2->Is(type1));
85 CHECK(type1->Maybe(type2));
86 CHECK(type2->Maybe(type1));
94 CHECK(!type1->Is(type2));
95 CHECK(!type2->Is(type1))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_chromeos.cc 22 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
global_shortcut_listener_mac.cc 22 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
global_shortcut_listener_ozone.cc 22 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
28 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_linux.cc 73 CHECK(linux_sandbox->seccomp_bpf_started());
79 CHECK(!base::PathExists(base::FilePath("/proc/cpuinfo")));
  /external/chromium_org/media/base/
data_buffer.cc 22 CHECK(data_.get());
43 // If you hit this CHECK you likely have a bug in a demuxer. Go fix it.
44 CHECK(data);
  /external/chromium_org/net/base/
winsock_util.cc 27 CHECK(false); // Crash.
48 CHECK(ok);
  /external/libffi/testsuite/libffi.call/
cls_schar.c 2 Purpose: Check return value schar.
41 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
44 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_schar_fn, NULL) == FFI_OK);
cls_sint.c 2 Purpose: Check return value sint32.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sint_fn, NULL) == FFI_OK);
cls_sshort.c 2 Purpose: Check return value sshort.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_sshort_fn, NULL) == FFI_OK);
cls_uchar.c 2 Purpose: Check return value uchar.
39 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uchar_fn, NULL) == FFI_OK);
cls_uint.c 2 Purpose: Check return value uint.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_uint_fn, NULL) == FFI_OK);
cls_ulonglong.c 2 Purpose: Check return value long long.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
42 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ulonglong_fn, NULL) == FFI_OK);
cls_ushort.c 2 Purpose: Check return value ushort.
40 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1,
43 CHECK(ffi_prep_closure(pcl, &cif, cls_ret_ushort_fn, NULL) == FFI_OK);
float.c 2 Purpose: Check return value float.
42 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4,
56 CHECK((int)rint == floating(si1, f, d, ld));
negint.c 2 Purpose: Check that negative integers are passed correctly.
37 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3,
50 CHECK(rint != 0);
nested_struct10.c 2 Purpose: Check structure passing with different structure size.
118 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
128 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + f_dbl.z + g_dbl.d));
129 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
130 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
132 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
136 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + f_dbl.z + g_dbl.d));
137 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
138 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct2.c 2 Purpose: Check structure passing with different structure size.
96 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
105 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
106 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
107 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
109 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
113 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
114 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
115 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct3.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
115 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
116 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
117 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct4.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
114 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
115 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
116 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct5.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
111 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
115 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
116 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
117 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct6.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct7.c 2 Purpose: Check structure passing with different structure size.
97 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type1,
106 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
107 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
108 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
110 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
114 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a));
115 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y));
116 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b));
nested_struct8.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
nested_struct9.c 2 Purpose: Check structure passing with different structure size.
116 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3, &cls_struct_type1,
126 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
127 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
128 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));
130 CHECK(ffi_prep_closure(pcl, &cif, B_gn, NULL) == FFI_OK);
134 CHECK( res_dbl.x.a == (e_dbl.a + f_dbl.x.a + g_dbl.d));
135 CHECK( res_dbl.x.b == (e_dbl.b + f_dbl.x.b + f_dbl.y + g_dbl.e));
136 CHECK( res_dbl.y == (e_dbl.b + f_dbl.x.b + g_dbl.e));

Completed in 510 milliseconds

<<11121314151617181920>>