HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 601 - 625 of 952) sorted by null

<<21222324252627282930>>

  /external/chromium/chrome/browser/chromeos/login/
online_attempt.cc 36 CHECK(chromeos::CrosLibrary::Get()->EnsureLoaded());
  /external/chromium/chrome/browser/extensions/
extension_preference_api.cc 95 CHECK(pref);
241 CHECK(pref);
317 CHECK(pref);
368 CHECK(pref);
397 // We don't check incognito permissions here, as an extension should be always
sandboxed_extension_unpacker.cc 56 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_identifier_));
83 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_identifier_));
173 // Skip check for unittests.
175 CHECK(BrowserThread::CurrentlyOn(thread_identifier_));
225 CHECK(BrowserThread::CurrentlyOn(thread_identifier_));
  /external/chromium/chrome/browser/prerender/
prerender_contents.cc 166 CHECK(child_id);
175 CHECK(route_id);
325 CHECK(rvh != NULL);
342 CHECK(resource_redirect_details);
  /external/chromium/chrome/browser/safe_browsing/
bloom_filter_unittest.cc 45 // Check serialization works.
51 // Check no false negatives by ensuring that every time we inserted exists.
55 // Check false positive error rate by checking the same number of items that
76 CHECK(fp_rate < 5.0);
103 // Check data consistency.
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 85 CHECK(old_entry.good());
96 CHECK(child_entry.good());
207 // We need to check if we have an entry that didn't get its server
229 // Just a quick sanity check.
250 CHECK(entry->good());
389 // the version number check has a similar effect.
564 CHECK(entry->Put(IS_DEL, false));
567 CHECK(entry->PutPredecessor(new_predecessor))
583 CHECK(id.IsRoot()) << "Non-root item is self parenting." << *entry;
616 CHECK(prev.good()) << "Bad id when walking predecessors."
    [all...]
syncer_unittest.cc 147 CHECK(false) << "Handling unknown error type in unit tests!!";
196 CHECK(dir.good());
    [all...]
  /external/chromium/chrome/browser/ui/webui/
cookies_tree_model_adapter.cc 111 CHECK(args->GetString(0, &node_path));
  /external/chromium/chrome/common/
metrics_helpers.cc 55 CHECK(buffer_);
154 CHECK(xml_wrapper_);
155 CHECK(xml_wrapper_->buffer());
542 CHECK(false); // Crash for the bucket order corruption.
  /external/chromium/chrome/common/net/
url_fetcher.cc 255 CHECK(request_context_getter_) << "We need an URLRequestContext!";
257 CHECK(io_message_loop_proxy_.get()) << "We need an IO message loop proxy";
317 CHECK(io_message_loop_proxy_.get());
367 CHECK(request_context_getter_);
  /external/chromium/net/socket/
client_socket_handle.h 194 CHECK(!group_name.empty());
  /external/compiler-rt/lib/asan/
asan_malloc_linux.cc 85 CHECK(allocated < kCallocPoolSize);
  /external/valgrind/tsan/
ignore.cc 71 CHECK(0);
  /external/valgrind/unittest/
deadlock_unittest.cc 106 CHECK(count_ >= 1 && count_ <= 1000);
  /frameworks/av/media/libstagefright/chromium_http/
support.cpp 106 CHECK(gNetworkThread->StartWithOptions(options));
231 CHECK(mURLRequest == NULL);
442 CHECK(mURLRequest == NULL);
520 CHECK(mURLRequest != NULL);
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 268 CHECK(mVi == NULL);
276 CHECK(mState == NULL);
424 CHECK(!enabled);
432 CHECK(enabled);
  /frameworks/av/media/libstagefright/id3/
testid3.cpp 86 CHECK(id.length() > 0);
  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.cpp 107 CHECK(mNextExpectedSeqNoValid);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
TargetMenuListener.java 63 MenuItem item = new MenuItem(menu, SWT.CHECK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
ProjectContentsPage.java 89 mCustomIconToggle = new Button(container, SWT.CHECK);
96 mCreateActivityToggle = new Button(container, SWT.CHECK);
106 mLibraryToggle = new Button(container, SWT.CHECK);
117 mUseDefaultLocationToggle = new Button(container, SWT.CHECK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 198 final Button readFbOnEglSwapCheckBox = new Button(c, SWT.CHECK);
202 final Button readFbOnGlDrawCheckBox = new Button(c, SWT.CHECK);
206 final Button readTextureDataCheckBox = new Button(c, SWT.CHECK);
259 mIsActivityFullyQualifiedButton = new Button(parent, SWT.CHECK);
  /tools/motodev/src/plugins/snippets/src/com/motorola/studio/android/codesnippets/
TooltipDisplayConfigContriutionItem.java 35 * This {@link ControlContribution} adds the check box button which
61 // action for when the check box is pressed.
75 * Check box {@link Button} which shows or hides the tooltip.
106 // create the check box button
107 showToolTipButton = new Button(mainComposite, SWT.CHECK);
135 * Method called when the check box {@link Button} is called. It
136 * persists the check box selection state in the {@link IDialogSettings}.
  /external/chromium/chrome/browser/
browser_signin.cc 237 CHECK(tab_contents);
238 CHECK(delegate);
  /external/chromium/chrome/browser/importer/
firefox_importer_unittest_utils_mac.cc 133 CHECK(channel_->Connect());
261 CHECK(channel.Connect());
  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 38 CHECK(flags != -1);
40 CHECK(rc == 0);

Completed in 739 milliseconds

<<21222324252627282930>>