/external/chromium/net/spdy/ |
spdy_stream.cc | 68 CHECK(delegate); 72 CHECK(response_received()); 253 CHECK(io_state_ == STATE_NONE); 318 CHECK(!closed()); 511 CHECK(!cancelled_); 517 CHECK(request_.get());
|
/external/compiler-rt/lib/asan/ |
asan_report.cc | 93 // Check if the global is a zero-terminated ASCII string. If so, print it. 136 CHECK(0 && "Address is not in memory and not in shadow?"); 150 CHECK(frame_descr); 153 CHECK(name_end); 164 CHECK(n_objects > 0); 192 // Check if this is shadow or shadow gap. 195 CHECK(AddrIsInMem(addr)); 207 CHECK(summary);
|
asan_allocator.h | 48 CHECK(REAL(memset)); 82 CHECK(top_);
|
/frameworks/av/cmds/stagefright/ |
codec.cpp | 92 CHECK(format->findString("mime", &mime)); 120 CHECK(state->mCodec != NULL); 133 CHECK(!stateByTrack.isEmpty()); 399 CHECK(control != NULL); 400 CHECK(control->isValid()); 408 CHECK(surface != NULL);
|
/frameworks/av/media/libstagefright/ |
MPEG4Extractor.cpp | 261 CHECK(!"should not be here."); 348 CHECK(track->meta->findCString(kKeyMIMEType, &mime)); 897 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); 1086 CHECK(mLastTrack->meta->findCString(kKeyMIMEType, &mime)); [all...] |
CameraSource.cpp | 121 CHECK(!"Unknown color format"); 214 * Check to see whether the requested video width and height is one 218 * @param suppportedSizes the vector of sizes that we check against 269 * Check whether the camera has the supported color format 330 CHECK(frameRate > 0 && frameRate <= 120); 333 CHECK(supportedFrameRates != NULL); 364 * Check whether the requested video frame size 366 * are -1, check on the current width and height value setting 370 * @param the target video frame width in pixels to check against 371 * @param the target video frame height in pixels to check agains [all...] |
JPEGSource.cpp | 63 CHECK(mSource->getSize(&mSize) == OK); 170 CHECK(marker != 0xff);
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
Sender.cpp | 404 CHECK(msg->findInt32("reason", &reason)); 410 CHECK(msg->findInt32("sessionID", &sessionID)); 413 CHECK(msg->findInt32("err", &err)); 416 CHECK(msg->findInt32("send", &errorOccuredDuringSend)); 419 CHECK(msg->findString("detail", &detail)); 461 CHECK(msg->findInt32("sessionID", &sessionID)); 464 CHECK(msg->findBuffer("data", &data)); 483 CHECK(msg->findInt32("sessionID", &sessionID)); 486 CHECK(!mRTPConnected); 490 CHECK(!mRTCPConnected) [all...] |
/external/chromium/base/ |
event_recorder.cc | 27 CHECK(EventRecorder::current()); 33 CHECK(EventRecorder::current()); 173 // Check for the break key being pressed and stop recording.
|
id_map.h | 55 // Sets whether Add should CHECK if passed in NULL data. Default is false. 61 CHECK(!check_on_null_data_ || data); 75 CHECK(!check_on_null_data_ || data);
|
/external/chromium/base/synchronization/ |
condition_variable_win.cc | 120 CHECK(cv_event->handle()); 196 CHECK(handle_); 272 // We don't do the O(n) check and traverse the whole loop, and instead only 273 // do a local check to (and returning from) our immediate neighbors.
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_system_resources.cc | 24 CHECK(created_on_loop_); 133 CHECK(state_writer_);
|
/external/chromium/chrome/browser/ui/webui/options/ |
content_settings_handler.cc | 597 CHECK(args->GetString(arg_i++, &type_string)); 655 CHECK(args->GetString(arg_i++, &type_string)); 657 CHECK(args->GetString(arg_i++, &mode)); 659 CHECK(args->GetString(arg_i++, &pattern)); 661 CHECK(args->GetString(arg_i++, &setting)); 689 CHECK(args->Get(arg_i++, &type)); 691 CHECK(args->GetString(arg_i++, &mode_string)); 693 CHECK(args->GetString(arg_i++, &pattern_string));
|
language_options_handler_common.cc | 148 CHECK(!language_code.empty()); 159 CHECK(!language_code.empty());
|
/external/chromium/chrome/browser/ |
utility_process_host.cc | 105 CHECK(!is_batch_mode_); 112 CHECK(is_batch_mode_);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_mman.cc | 116 thr->nomalloc = 0; // CHECK calls internal_malloc(). 117 CHECK(0); 126 thr->nomalloc = 0; // CHECK calls internal_malloc(). 127 CHECK(0);
|
/external/dbus/dbus/ |
dbus-md5.c | 566 #define CHECK(input,expected) if (!check_md5_str (input, expected)) return FALSE 568 CHECK ("", "d41d8cd98f00b204e9800998ecf8427e"); 569 CHECK ("a", "0cc175b9c0f1b6a831c399e269772661"); 570 CHECK ("abc", "900150983cd24fb0d6963f7d28e17f72"); 571 CHECK ("message digest", "f96b697d7cb7938d525a2f31aaf161d0"); 572 CHECK ("abcdefghijklmnopqrstuvwxyz", "c3fcd3d76192e4007dfb496cca67e13b"); 573 CHECK ("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789", 575 CHECK ("12345678901234567890123456789012345678901234567890123456789012345678901234567890",
|
/external/libffi/testsuite/libffi.call/ |
cls_24byte.c | 2 Purpose: Check structure passing with different structure size. 3 Depending on the ABI. Check overlapping. 95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type, 109 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_24byte_gn, NULL) == FFI_OK);
|
cls_64byte.c | 2 Purpose: Check structure passing with different structure size. 3 Depending on the ABI. Check bigger struct which overlaps 104 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type, 119 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_64byte_gn, NULL) == FFI_OK);
|
cls_6_1_byte.c | 2 Purpose: Check structure passing with different structure size. 3 Depending on the ABI. Check overlapping. 92 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type, 112 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_6byte_gn, NULL) == FFI_OK);
|
cls_7_1_byte.c | 2 Purpose: Check structure passing with different structure size. 3 Depending on the ABI. Check overlapping. 95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type, 116 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
|
/external/v8/test/cctest/ |
test-weakmaps.cc | 81 CHECK(!global_handles->IsWeak(key.location())); 104 CHECK(global_handles->IsWeak(key.location())); 127 // Check initial capacity. 140 // Check increased capacity. 152 // Check shrunk capacity.
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
build.com | 8 $! and `[test]' is either "CHECK-ONLY" or "NO-CHECK" or empty 26 $ if p3.eqs."CHECK-ONLY" then goto check 141 $ if p3.eqs."NO-CHECK" .or. p3.eqs."NOCHECK" then goto done 143 $check:
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerStreamListener.cpp | 42 CHECK(mem != NULL); 76 CHECK(!synchronous);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.cpp | 97 CHECK(outQueue.empty()); 98 CHECK(inQueue.empty()); 191 CHECK(formatParams->nPortIndex == kOutputPortIndex); 347 CHECK(H264SwDecGetInfo(mHandle, &decoderInfo) == H264SWDEC_OK); 446 CHECK(mFirstPicture == NULL); 483 CHECK(mPicToHeaderMap.indexOfKey(picId) >= 0); 522 CHECK(!enabled); 530 CHECK(enabled);
|