Searched
refs:CHECK (Results
1276 -
1300 of
2811) sorted by null
<<51525354555657585960>>
/external/chromium_org/content/browser/streams/ |
stream.cc | 163 CHECK(!stream_handle_); 174 CHECK(stream_handle_);
|
/external/chromium_org/content/browser/ |
utility_process_host_impl.cc | 98 CHECK(!is_batch_mode_); 105 CHECK(is_batch_mode_);
|
/external/chromium_org/content/common/sandbox_linux/ |
bpf_gpu_policy_linux.cc | 223 CHECK(broker_process_ == NULL); 245 CHECK(broker_process_->Init(broker_sandboxer_callback));
|
/external/chromium_org/content/renderer/pepper/ |
pepper_in_process_router.cc | 148 CHECK(!msg->is_sync()); 153 CHECK(!pending_message_id_);
|
/external/chromium_org/content/shell/browser/ |
shell_browser_main.cc | 120 CHECK(browser_context_path_for_layout_tests.CreateUniqueTempDir()); 121 CHECK(!browser_context_path_for_layout_tests.path().MaybeAsASCII().empty());
|
/external/chromium_org/content/test/net/ |
url_request_prepackaged_interceptor.cc | 69 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO)); 94 CHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
/external/chromium_org/crypto/ |
encryptor_openssl.cc | 76 CHECK(!plaintext.empty() || (mode_ == CBC)); 84 CHECK(!ciphertext.empty());
|
/external/chromium_org/extensions/browser/ |
lazy_background_task_queue.cc | 114 CHECK(!host); // lazy page should not load without any pending tasks 148 CHECK(host->did_stop_loading());
|
/external/chromium_org/net/base/ |
linked_hash_map.h | 106 // invalid or there is inconsistency between the map and list, a CHECK() error 110 CHECK(found->second == position) 187 CHECK(map_.insert(std::make_pair(pair.first, last)).second)
|
/external/chromium_org/net/test/ |
ct_test_util.cc | 190 CHECK(sct_ref != NULL); 207 CHECK(sct_ref != NULL);
|
/external/chromium_org/rlz/win/lib/ |
process_info.cc | 49 CHECK(!result && err == ERROR_INSUFFICIENT_BUFFER); 161 CHECK(SUCCEEDED(GetCurrentUser(&name, &domain, &sid)));
|
/external/chromium_org/sandbox/win/src/ |
handle_closer_agent.cc | 46 CHECK(g_handles_to_close != NULL); 60 CHECK(name.second); 123 // Check if we're looking for this type of handle. 128 // Empty set means close all handles of this type; otherwise check name.
|
/external/chromium_org/sync/engine/ |
apply_control_data_updates.cc | 68 CHECK(entry.good()); 70 CHECK(ControlTypes().Has(type));
|
conflict_resolver.cc | 44 CHECK(entry.good()); 95 // The position check might fail spuriously if one of the positions was 101 // Lucky for us, it's OK to be wrong here. The position_matches check is 226 CHECK(conflicting_node.good());
|
/external/chromium_org/ui/events/ |
event_dispatcher.cc | 48 CHECK(target); 168 CHECK(handler->dispatchers_.top() == this);
|
/external/compiler-rt/lib/msan/ |
msan_allocator.cc | 60 CHECK(stack_id); 69 CHECK(p);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_common.cc | 62 Report("Sanitizer CHECK failed: %s:%d %s (%lld, %lld)\n", file, line, cond, 146 CHECK(IsPowerOfTwo(size)); 147 CHECK(IsPowerOfTwo(alignment));
|
/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.
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
NuPlayerStreamListener.cpp | 42 CHECK(mem != NULL); 76 CHECK(!synchronous);
|
/frameworks/av/media/libstagefright/ |
CameraSource.cpp | 121 CHECK(!"Unknown color format"); 220 * Check to see whether the requested video width and height is one 224 * @param suppportedSizes the vector of sizes that we check against 275 * Check whether the camera has the supported color format 336 CHECK(frameRate > 0 && frameRate <= 120); 339 CHECK(supportedFrameRates != NULL); 370 * Check whether the requested video frame size 372 * are -1, check on the current width and height value setting 376 * @param the target video frame width in pixels to check against 377 * @param the target video frame height in pixels to check agains [all...] |
JPEGSource.cpp | 63 CHECK(mSource->getSize(&mSize) == OK); 170 CHECK(marker != 0xff);
|
Completed in 501 milliseconds
<<51525354555657585960>>