/external/chromium_org/content/public/browser/ |
notification_registrar.cc | 76 CHECK(CalledOnValidThread());
|
/external/chromium_org/content/shell/app/ |
webkit_test_platform_support_win.cc | 76 // Check that we're using the default system fonts. 86 CHECK(success);
|
/external/chromium_org/crypto/ |
scoped_capi_types.h | 68 CHECK(handle_ == NULL);
|
/external/chromium_org/device/bluetooth/ |
bluetooth_adapter_factory.cc | 47 CHECK(default_adapter.Get().get());
|
/external/chromium_org/extensions/common/manifest_handlers/ |
csp_info.cc | 90 CHECK(ContentSecurityPolicyIsSecure(content_security_policy,
|
/external/chromium_org/gin/shell/ |
gin_main.cc | 36 CHECK(file_util::GetCurrentDirectory(&module_base[0]));
|
/external/chromium_org/gin/ |
wrappable.cc | 37 CHECK(!templ.IsEmpty()); // Don't forget to register an object template.
|
/external/chromium_org/mojo/apps/js/bindings/ |
waiting_callback.cc | 62 CHECK(gin::ConvertFromV8(isolate, hidden_value, &callback));
|
/external/chromium_org/mojo/apps/js/ |
mojo_runner_delegate.cc | 38 CHECK(gin::ConvertFromV8(isolate, module, &start));
|
/external/chromium_org/net/http/ |
http_auth_handler_basic.cc | 38 CHECK(realm);
|
/external/chromium_org/ppapi/native_client/src/trusted/plugin/ |
temporary_file.cc | 105 CHECK(read_wrapper_.get() != NULL);
|
/external/chromium_org/ppapi/proxy/ |
gamepad_resource.cc | 105 // On failure, the handle will be null and the CHECK below will be tripped. 110 CHECK(shared_memory_->Map(sizeof(ContentGamepadHardwareBuffer)));
|
plugin_message_filter.cc | 67 CHECK(seen_instance_ids_);
|
/external/chromium_org/remoting/host/posix/ |
signal_handler.cc | 83 CHECK(signal_number < 256); // Don't want to worry about multi-byte writes.
|
/external/chromium_org/sandbox/linux/services/ |
broker_process.cc | 50 // Check whether |requested_filename| is in |allowed_file_names|. 59 // wrongly forget to check the return value and look at the string 83 // First, check the access mode. 100 // Now check that all the flags are known to us. 140 CHECK(!initialized_); 178 CHECK(sandbox_callback()); 204 RAW_CHECK(initialized_); // async signal safe CHECK(). 221 // Of course, the real security check needs to be on the other side of the 400 CHECK(file_to_access); 425 CHECK(file_to_open) [all...] |
/external/chromium_org/sync/notifier/ |
sync_system_resources.cc | 68 CHECK(created_on_loop_); 73 CHECK(is_stopped_); 78 CHECK(!is_started_); 271 CHECK(state_writer_);
|
/external/chromium_org/third_party/re2/re2/testing/ |
compile_test.cc | 19 // These are just to sanity check the basic implementation. 121 CHECK(re->CompileToProg(1) == NULL);
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
heap-checker_unittest.cc | 265 CHECK(MallocExtension::instance()->VerifyAllMemory()); 391 CHECK(size >= sizeof(void*)); 406 static bool RunSilent(HeapLeakChecker* check, 415 const bool retval = (check->*func)(); 420 #define RUN_SILENT(check, func) RunSilent(&(check), &HeapLeakChecker::func) 424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type, 428 type == NO_LEAKS ? RUN_SILENT(*check, BriefNoLeaks) 429 : RUN_SILENT(*check, BriefSameHeap); 433 CHECK_EQ(check->BytesLeaked(), leaked_bytes) [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/ |
auto_testing_hook.h | 38 #define SIDESTEP_CHK(x) CHECK(x)
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
heap-checker_unittest.cc | 265 CHECK(MallocExtension::instance()->VerifyAllMemory()); 391 CHECK(size >= sizeof(void*)); 406 static bool RunSilent(HeapLeakChecker* check, 415 const bool retval = (check->*func)(); 420 #define RUN_SILENT(check, func) RunSilent(&(check), &HeapLeakChecker::func) 424 static void VerifyLeaks(HeapLeakChecker* check, CheckType type, 428 type == NO_LEAKS ? RUN_SILENT(*check, BriefNoLeaks) 429 : RUN_SILENT(*check, BriefSameHeap); 433 CHECK_EQ(check->BytesLeaked(), leaked_bytes) [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/ |
auto_testing_hook.h | 38 #define SIDESTEP_CHK(x) CHECK(x)
|
/external/chromium_org/ui/compositor/test/ |
default_context_factory.cc | 45 CHECK(context3d);
|
/external/chromium_org/v8/test/cctest/ |
cctest.h | 96 CHECK(isolate_ != NULL); 116 CHECK(!isolate_used_); 117 CHECK(!initialize_called_); 217 CHECK(i < count());
|
test-hashing.cc | 153 void check(i::Vector<const uint8_t> string) { function 169 CHECK(code->IsCode()); 181 CHECK(runtime_hash == codegen_hash); 185 void check(i::Vector<const char> s) { function 186 check(i::Vector<const uint8_t>::cast(s)); 190 void check(uint32_t key) { function 206 CHECK(code->IsCode()); 217 CHECK(runtime_hash == codegen_hash); 223 check(i::Vector<const uint8_t>(ab, 2)); 245 check(i::Vector<const char>("*", 1)) [all...] |
/external/compiler-rt/lib/asan/ |
asan_fake_stack.h | 50 CHECK(n_frames_);
|