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

<<21222324252627282930>>

  /tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/ui/dialogs/
RestoreBackupDialog.java 194 | SWT.CHECK | SWT.BORDER);
241 selectAllButton = new Button(selectButtonArea, SWT.CHECK);
  /external/chromium/base/
logging_unittest.cc 172 WillRepeatedly(Return("check message"));
177 CHECK(mock_log_source.Log()) << uncalled_mock_log_source.Log();
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 107 CHECK(start_->Wait());
  /external/chromium/chrome/browser/chromeos/input_method/
xkeyboard.cc 295 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.cc 29 CHECK(BrowserThread::GetCurrentThreadIdentifier(&callback_thread_id_));
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 233 const wchar_t* username; // Set to NULL to check for a blacklist entry.
381 // Check matches treating the form as a fill target.
387 // Check matches treating the form as a merging target.
610 // Check that everything unimportant can be changed.
623 // Check that path differences don't prevent a match.
629 // Check that any one primary key changing is enough to prevent matching.
744 CHECK(current_test < kTestCount);
758 CHECK(current_test < kTestCount);
    [all...]
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 198 CHECK(base_task_.get());
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_views.cc 60 CHECK(native_tab_contents_view_.get());
74 // view twice), we check for the RVH Factory, which will be set when we're
  /external/chromium/chrome/browser/web_resource/
web_resource_service.cc 135 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
263 // Check whether we have ever put a value in the web resource cache;
  /external/chromium/chrome/common/extensions/
url_pattern.cc 104 CHECK(strictness == PARSE_LENIENT ||
269 // Check if the test host is a subdomain of our host.
  /external/chromium/net/http/
disk_cache_based_ssl_host_info.cc 78 CHECK(ready_);
  /external/chromium/net/proxy/
proxy_config_service_mac.cc 237 CHECK(ret);
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 53 CHECK(!segment->empty());
160 // kEscapeChar above. We won't need to check it again for size
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 200 // Check the existing rules to make sure we don't have an exception and
203 CHECK(rules.find(domain) == rules.end());
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 306 CHECK(mResetInProgress);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 185 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
TimedEventQueue.cpp 97 CHECK(delay_us >= 0);
  /frameworks/av/media/libstagefright/chromium_http/
ChromiumHTTPDataSource.cpp 316 CHECK(mDrmManagerClient);
  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 49 CHECK(!strcmp(name, "OMX.google.g711.mlaw.decoder"));
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 934 CHECK(extra->findInt64("timeUs", &timeUs));
936 CHECK(mPrograms.empty());
1028 CHECK(section->isEmpty());
1035 CHECK((br->numBitsLeft() % 8) == 0);
    [all...]
MPEG2TSExtractor.cpp 142 CHECK(meta->findCString(kKeyMIMEType, &mime));
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 72 CHECK(libHandle != NULL);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ActivityMenuListener.java 145 MenuItem item = new MenuItem(menu, SWT.CHECK);
ConfigurationMenuListener.java 116 MenuItem item = new MenuItem(menu, SWT.CHECK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 245 if ((style & SWT.CHECK) != 0) {
320 final ToolItem button = new ToolItem(mLayoutToolBar, SWT.CHECK);
442 MenuItem item = new MenuItem(menu, SWT.CHECK);
481 mZoomRealSizeButton = new ToolItem(toolBar, SWT.CHECK);

Completed in 3168 milliseconds

<<21222324252627282930>>