Searched
refs:CHECK (Results
1401 -
1425 of
2811) sorted by null
<<51525354555657585960>>
/external/chromium_org/ash/system/chromeos/power/ |
power_status.cc | 80 CHECK(!g_power_status); 86 CHECK(g_power_status); 98 CHECK(g_power_status) << "PowerStatus::Get() called before Initialize().";
|
/external/chromium_org/base/message_loop/ |
message_pump_x11.cc | 229 CHECK(!x_source_); 231 CHECK(display) << "Unable to get connection to X server"; 233 CHECK(x_poll_.get());
|
/external/chromium_org/base/test/ |
test_file_util_win.cc | 146 CHECK(::GetFileInformationByHandle(file_handle, &bhi)); 209 CHECK(::SetEndOfFile(file_handle)); 213 CHECK(::SetFileTime(file_handle, &bhi.ftCreationTime, &bhi.ftLastAccessTime,
|
/external/chromium_org/chrome/browser/chromeos/accessibility/ |
magnification_manager.cc | 62 CHECK(this == g_magnification_manager); 254 CHECK(g_magnification_manager == NULL); 260 CHECK(g_magnification_manager);
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_cache_delegate.cc | 101 CHECK(value->GetAsList(&rules)); 199 CHECK(profile_); 215 CHECK(profile_);
|
/external/chromium_org/chrome/browser/extensions/ |
chrome_app_api_browsertest.cc | 35 CHECK( 50 CHECK( 65 CHECK( 134 // Check that an app page has chrome.app.isInstalled = true. 138 // Check that an app page returns the correct result for 318 // Check the install and running state of a non-app iframe running
|
startup_helper.cc | 128 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); 134 CHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); 171 CHECK(error);
|
/external/chromium_org/chrome/browser/policy/cloud/ |
test_request_interceptor.cc | 183 CHECK(io_task_runner_->RunsTasksOnCurrentThread()); 203 CHECK(io_task_runner_->RunsTasksOnCurrentThread()); 209 CHECK(io_task_runner_->RunsTasksOnCurrentThread());
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
language_options_handler_common.cc | 102 CHECK(localized_strings->GetDictionary(kSettingsAppKey, &app_values)); 228 CHECK(!language_code.empty()); 241 CHECK(!language_code.empty());
|
/external/chromium_org/chrome/renderer/extensions/ |
runtime_custom_bindings.cc | 58 CHECK(args[0]->IsString() && args[1]->IsString() && args[2]->IsBoolean()); 99 CHECK(args.Length() >= 2 && 117 CHECK(context()->extension());
|
/external/chromium_org/chromeos/dbus/ |
shill_device_client.cc | 37 CHECK(iter->second) << "NULL Helper found in helper list."; 210 CHECK(it->second) << "Found a NULL helper in the list."; 218 CHECK(helper) << "Unable to create Shill client helper.";
|
/external/chromium_org/components/nacl/loader/ |
nacl_listener.cc | 273 CHECK(handles.size() >= 1); 280 CHECK(handles.size() >= 1); 308 CHECK(handles.size() == 1);
|
/external/chromium_org/content/browser/geolocation/ |
wifi_data_provider_common_unittest.cc | 67 CHECK(message_loop_to_quit_ != NULL); 87 CHECK(new_wlan_api_ != NULL); 91 CHECK(new_polling_policy_ != NULL);
|
/external/chromium_org/content/browser/renderer_host/media/ |
audio_renderer_host_unittest.cc | 82 CHECK(message); 111 CHECK(shared_memory_->Map(length)); 112 CHECK(shared_memory_->memory()); 194 // pass the permission check.
|
/external/chromium_org/content/common/input/ |
synthetic_web_input_event_builders.cc | 160 CHECK(index >= 0 && index < touchesLengthCap); 169 CHECK(index >= 0 && index < touchesLengthCap); 175 CHECK(index >= 0 && index < touchesLengthCap);
|
/external/chromium_org/content/common/sandbox_linux/ |
sandbox_seccomp_bpf_linux.cc | 197 CHECK(policy->PreSandboxHook()); 250 // We make this a negative check, since if there is a bug, we would rather 269 CHECK(started_sandbox); 280 CHECK(policy);
|
/external/chromium_org/media/base/ |
vector_math.cc | 45 CHECK(!g_fmac_proc_); 46 CHECK(!g_fmul_proc_); 47 CHECK(!g_ewma_power_proc_);
|
/external/chromium_org/media/video/capture/android/ |
video_capture_device_android.cc | 142 CHECK(capture_format_.frame_size.GetArea() > 0); 143 CHECK(!(capture_format_.frame_size.width() % 2)); 144 CHECK(!(capture_format_.frame_size.height() % 2));
|
/external/chromium_org/net/quic/ |
quic_crypto_server_stream_test.cc | 44 CHECK(config.primary_config_ != NULL); 151 CHECK(client->CryptoConnect()); 186 CHECK(client->CryptoConnect());
|
/external/chromium_org/net/tools/quic/ |
quic_client.cc | 114 CHECK(net::ParseIPLiteralToNumber("0.0.0.0", &any4)); 118 CHECK(net::ParseIPLiteralToNumber("::", &any6)); 124 CHECK(client_address_.ToSockAddr(reinterpret_cast<sockaddr*>(&raw_addr),
|
/external/chromium_org/sql/ |
recovery.cc | 126 CHECK(r->db_); 229 CHECK(db_); 230 CHECK(recover_db_.is_open());
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 52 CHECK(node.good()); 64 CHECK(parent.good()); 208 CHECK(j->first == next);
|
/external/chromium_org/v8/test/cctest/ |
test-utils.cc | 51 // Check that >> is implemented as arithmetic shift right. 87 CHECK(n <= i); 88 CHECK(n == length || n == -1); 123 CHECK(false);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_internal_defs.h | 186 // Check macro 206 #define CHECK(a) CHECK_IMPL((a), !=, 0) 215 #define DCHECK(a) CHECK(a) 233 CHECK(0 && msg); \
|
/external/v8/src/ |
contexts.cc | 113 // 1. Check global objects, subjects of with, and extension objects. 136 // 2. Check the context proper if it has slots. 196 // Check the slot corresponding to the intermediate context holding 248 CHECK(element != function); 252 CHECK(function->next_function_link()->IsUndefined()); 254 // Check that the context belongs to the weak global contexts list. 264 CHECK(found);
|
Completed in 703 milliseconds
<<51525354555657585960>>