/external/libffi/testsuite/libffi.call/ |
closure_fn0.c | 2 Purpose: Check multiple values passing from different type. 84 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 87 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
|
closure_fn1.c | 2 Purpose: Check multiple values passing from different type. 76 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn1,
|
closure_fn2.c | 2 Purpose: Check multiple values passing from different type. 76 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 79 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn2,
|
closure_fn3.c | 2 Purpose: Check multiple values passing from different type. 77 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 80 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn3,
|
closure_fn4.c | 2 Purpose: Check multiple long long values passing. 83 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 86 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
|
closure_fn5.c | 2 Purpose: Check multiple long long values passing. 85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn5,
|
closure_fn6.c | 2 Purpose: Check multiple values passing from different type. 85 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 16, 88 CHECK(ffi_prep_closure(pcl, &cif, closure_test_fn0,
|
closure_stdcall.c | 2 Purpose: Check handling when caller expects stdcall callee 54 CHECK(ffi_prep_cif(&cif, FFI_STDCALL, 4, 57 CHECK(ffi_prep_closure(pcl, &cif, closure_test_stdcall,
|
cls_multi_schar.c | 2 Purpose: Check passing of multiple signed char values. 66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
|
cls_multi_sshort.c | 2 Purpose: Check passing of multiple signed short values. 66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
|
cls_multi_sshortchar.c | 2 Purpose: Check passing of multiple signed short/char values. 78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, 86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
|
cls_multi_ushort.c | 2 Purpose: Check passing of multiple unsigned short values. 66 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, 74 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
|
cls_multi_ushortchar.c | 2 Purpose: Check passing of multiple unsigned short/char values. 78 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, 86 CHECK(ffi_prep_closure(pcl, &cif, test_func_gn, NULL) == FFI_OK);
|
many_win32.c | 2 Purpose: Check stdcall many call on X86_WIN32 systems. 46 CHECK(ffi_prep_cif(&cif, FFI_STDCALL, 13, 61 CHECK(0);
|
struct4.c | 2 Purpose: Check structures. 50 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 1, &ts4_type, args) == FFI_OK); 58 CHECK(ts4_result->ui3 == 2U * 3U * 4U);
|
/external/llvm/test/MC/X86/AlignedBundling/ |
single-inst-bundling.s | 21 # CHECK: nop 22 # CHECK-NEXT: 10: imull 30 # CHECK: jle 5 33 # CHECK: nop 34 # CHECK-NEXT: 20: addl
|
switch-section-locked-error.s | 6 # CHECK: ERROR: Unterminated .bundle_lock
|
/external/mesa3d/src/mesa/math/ |
m_trans_tmp.h | 43 CHECK { 69 CHECK { 93 CHECK { 115 CHECK { 135 CHECK { 159 CHECK { 183 CHECK { 205 CHECK {
|
/external/v8/src/ |
checks.h | 54 // The CHECK macro checks that the given condition is true; if not, it 56 #define CHECK(condition) do { \ 58 V8_Fatal(__FILE__, __LINE__, "CHECK(%s) failed", #condition); \ 113 // Helper function used by the CHECK function when given string 145 // Helper function used by the CHECK function when given pointer 175 // Helper function used by the CHECK function when given floating 227 #define CHECK_GT(a, b) CHECK((a) > (b)) 228 #define CHECK_GE(a, b) CHECK((a) >= (b)) 229 #define CHECK_LT(a, b) CHECK((a) < (b)) 230 #define CHECK_LE(a, b) CHECK((a) <= (b) [all...] |
/external/valgrind/unittest/ |
thread_wrappers.h | 57 # define CHECK(x) do { if (!(x)) { \ 62 # define CHECK assert 109 CHECK(q_.empty()); 128 CHECK(ok); 178 CHECK(n_params == 2); 196 CHECK(sizeof(P1) <= sizeof(void*)); 207 CHECK(sizeof(P1) <= sizeof(void*)); 208 CHECK(sizeof(P2) <= sizeof(void*));
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
HTTPLiveSource.cpp | 161 CHECK(msg->findInt32("generation", &generation)); 177 CHECK(buffer->meta()->findInt64("baseUs", &baseUs)); 178 CHECK(buffer->meta()->findInt64("timeUs", &timeUs)); 179 CHECK(buffer->meta()->findInt64("durationUs", &durationUs)); 199 CHECK(msg->findInt32("what", &what)); 235 CHECK(msg->findInt32("err", &err)); 244 CHECK(msg->findInt32( 251 CHECK(msg->findMessage("reply", &reply));
|
/frameworks/av/media/libstagefright/colorconversion/ |
SoftwareRenderer.cpp | 42 CHECK(meta->findInt32(kKeyColorFormat, &tmp)); 45 CHECK(meta->findInt32(kKeyWidth, &mWidth)); 46 CHECK(meta->findInt32(kKeyHeight, &mHeight)); 88 CHECK(mConverter->isValid()); 92 CHECK(mNativeWindow != NULL); 93 CHECK(mCropWidth > 0); 94 CHECK(mCropHeight > 0); 95 CHECK(mConverter == NULL || mConverter->isValid());
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.cc | 34 CHECK(initialized_); 155 CHECK(initialized_); 181 CHECK(initialized_); 187 CHECK(initialized_); 205 CHECK(initialized_); 213 CHECK(initialized_); 229 CHECK(initialized_); 246 CHECK(initialized_);
|
/external/chromium_org/extensions/common/ |
extension_api.cc | 63 CHECK(result.get()) << error_message << " for schema " << schema; 64 CHECK(result->IsType(base::Value::TYPE_LIST)) << " for schema " << schema; 74 CHECK(list->GetDictionary(i, &item)) 119 CHECK(schema->GetString(key, &old_id)); 138 CHECK(dict->GetWithoutPathExpansion(i.key(), &value)); 153 CHECK(schema->GetList("types", &types)); 156 CHECK(types->GetDictionary(i, &type)); 209 CHECK(value.release()->GetAsDictionary(&schema)); 212 CHECK(schema->GetString("namespace", &schema_namespace)); 232 CHECK(unloaded_schemas_.empty()) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-log-stack-tracer.cc | 84 CHECK(saved_c_frame_fp); 127 CHECK(false); 196 CHECK(func->IsFunction()); 208 CHECK(frame_iterator.frame()->is_exit()); 210 CHECK(frame_iterator.frame()->is_construct()); 213 CHECK(calling_frame->is_java_script()); 289 CHECK(!result.IsEmpty()); 298 CHECK(sample.has_external_callback); 305 CHECK(IsAddressWithinFuncCode( 307 CHECK(IsAddressWithinFuncCode(context, "JSTrace", sample.stack[base + 1])) [all...] |