Searched
refs:CHECK (Results
801 -
825 of
2811) sorted by null
<<31323334353637383940>>
/external/chromium/net/socket/ |
client_socket_handle.cc | 66 CHECK(!is_initialized()); 67 CHECK(!group_name_.empty());
|
/external/chromium_org/ash/test/ |
ash_test_helper.cc | 42 CHECK(message_loop_); 118 CHECK(!views::corewm::ScopedCaptureClient::IsActive());
|
/external/chromium_org/base/synchronization/ |
waitable_event_win.cc | 20 CHECK(handle_); 25 CHECK(handle) << "Tried to create WaitableEvent from NULL handle"; 88 // The cast is safe because count is small - see the CHECK above.
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_session_lifetime.cc | 119 CHECK(app_window_handler == NULL); 122 CHECK(browser_window_handler == NULL);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_manager.cc | 66 CHECK(!g_user_manager); 83 CHECK(g_user_manager);
|
/external/chromium_org/chrome/browser/history/ |
snippet.cc | 180 CHECK(end >= start); 238 CHECK(match_end > match_start); 239 CHECK(match_end <= document.size()); 249 CHECK(start < document.size()); 261 // Check if the next match falls within our snippet window. 269 CHECK(end >= match_end); 270 CHECK(end <= document.size()); 277 CHECK(end >= match_end); 278 CHECK(end <= document.size());
|
/external/chromium_org/chrome/renderer/extensions/ |
resource_request_policy.cc | 27 // This method does a security check whether chrome-extension:// URLs can be 29 // has a similar check to enforce the policy, in case this process is exploited. 39 CHECK(resource_url.SchemeIs(extensions::kExtensionScheme)); 76 // - extensions requesting their own resources (frame_url check is for 77 // images, page_url check is for iframes) 111 CHECK(resource_url.SchemeIs(chrome::kExtensionResourceScheme));
|
/external/chromium_org/chrome/test/base/ |
testing_io_thread_state.cc | 56 CHECK(BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, 68 CHECK(BrowserThread::PostTask(BrowserThread::IO, FROM_HERE,
|
/external/chromium_org/chrome_frame/crash_reporting/ |
veh_test.h | 72 CHECK(i + 1 < arraysize(chain_)); 91 CHECK(count_ < arraysize(stack_));
|
/external/chromium_org/content/common/gpu/media/ |
h264_parser_unittest.cc | 24 CHECK(stream.Initialize(fp)) << "Couldn't open stream file: " 86 CHECK(base::StringToInt(it->second, &num_nalus));
|
/external/chromium_org/net/http/ |
http_pipelined_host_forced.cc | 28 CHECK(!pipeline_.get()); 38 CHECK(!pipeline_.get());
|
/external/chromium_org/remoting/client/plugin/ |
pepper_util.cc | 59 CHECK(pp_net_address.DescribeAsIPv4Address(&ipv4_addr)); 67 CHECK(pp_net_address.DescribeAsIPv6Address(&ipv6_addr));
|
/external/chromium_org/sandbox/linux/services/ |
init_process_reaper.cc | 50 CHECK(sigaction(SIGCHLD, &action, NULL) == 0); 60 CHECK(HANDLE_EINTR(send(sync_fds[1], "C", 1, MSG_NOSIGNAL)) == 1);
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_win.cc | 77 CHECK(false); 83 CHECK(false); 90 CHECK(false); 94 CHECK(false); 96 CHECK(false); 108 CHECK(false); 112 CHECK(false); 115 CHECK(false);
|
/external/chromium_org/third_party/libjingle/overrides/ |
init_webrtc.cc | 58 CHECK(PathService::Get(base::DIR_MODULE, &path)); 86 CHECK(lib) << error;
|
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/ |
realloc_unittest.cc | 53 // Check that the specified buffer has the predetermined pattern 64 // Return the next interesting size/delta to check. Returns -1 if no more. 95 CHECK(Valid(dst, min(src_size, dst_size))); 97 CHECK(Valid(dst, dst_size));
|
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/ |
realloc_unittest.cc | 53 // Check that the specified buffer has the predetermined pattern 64 // Return the next interesting size/delta to check. Returns -1 if no more. 95 CHECK(Valid(dst, min(src_size, dst_size))); 97 CHECK(Valid(dst, dst_size));
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/ |
rexx.l | 8 #define CHECK(n) if((ScanCB.lim - cursor) < (n)){cursor = ScanFill(cursor);}
|
/external/chromium_org/ui/aura/test/ |
aura_test_helper.cc | 59 CHECK(setup_called_) 61 CHECK(teardown_called_)
|
/external/chromium_org/ui/base/ime/ |
input_method_factory.cc | 45 CHECK(!g_input_method_factory); 46 CHECK(instance);
|
input_method_initializer.cc | 72 CHECK(!factory || factory == g_linux_input_method_context_factory) 100 CHECK(!factory || factory == g_linux_input_method_context_factory)
|
/external/chromium_org/ui/gfx/ozone/dri/ |
dri_surface.cc | 75 CHECK(bitmaps_[0].get() && bitmaps_[1].get()); 82 CHECK(bitmaps_[0].get() && bitmaps_[1].get());
|
/external/chromium_org/v8/test/cctest/ |
test-weakmaps.cc | 94 CHECK(!global_handles->IsWeak(key.location())); 119 CHECK(global_handles->IsWeak(key.location())); 145 // Check initial capacity. 158 // Check increased capacity. 170 // Check shrunk capacity. 198 CHECK(!heap->InNewSpace(object->address())); 199 CHECK(!first_page->Contains(object->address())); 205 CHECK(FLAG_always_compact); 234 CHECK(!heap->InNewSpace(keys[i]->address())); 235 CHECK(!first_page->Contains(keys[i]->address())) [all...] |
test-weaksets.cc | 94 CHECK(!global_handles->IsWeak(key.location())); 119 CHECK(global_handles->IsWeak(key.location())); 145 // Check initial capacity. 158 // Check increased capacity. 170 // Check shrunk capacity. 198 CHECK(!heap->InNewSpace(object->address())); 199 CHECK(!first_page->Contains(object->address())); 205 CHECK(FLAG_always_compact); 234 CHECK(!heap->InNewSpace(keys[i]->address())); 235 CHECK(!first_page->Contains(keys[i]->address())) [all...] |
/external/clang/utils/analyzer/ |
update_plist_test.pl | 20 next if (/^\/\/ CHECK/); 37 # Format the CHECK lines. 39 print $fh "// CHECK: "; 43 print $fh "// CHECK-NEXT: ";
|
Completed in 601 milliseconds
<<31323334353637383940>>