HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 176 - 200 of 376) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 14 CHECK(tokens);
96 CHECK(tokens);
  /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);
cls_align_sint32.c 2 Purpose: Check structure alignment of sint32.
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_sint64.c 2 Purpose: Check structure alignment of sint64.
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_uint16.c 2 Purpose: Check structure alignment of uint16.
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_uint32.c 2 Purpose: Check structure alignment of uint32.
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_uint64.c 2 Purpose: Check structure alignment of uint64.
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);
problem1.c 2 Purpose: Check structure passing with different structure size.
79 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &my_ffi_struct_type,
90 CHECK(ffi_prep_closure(pcl, &cif, stub, NULL) == FFI_OK);
  /frameworks/base/media/libstagefright/
NuCachedSource2.cpp 304 CHECK(msg->findInt64("offset", &offset));
307 CHECK(msg->findPointer("data", &data));
310 CHECK(msg->findSize("size", &size));
321 CHECK(mAsyncResult == NULL);
386 CHECK(mAsyncResult == NULL);
394 CHECK(mAsyncResult->findInt32("result", &result));
425 CHECK(size <= kHighWaterThreshold);
499 CHECK(mSuspended);

Completed in 782 milliseconds

1 2 3 4 5 6 78 91011>>