HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 1101 - 1125 of 2811) sorted by null

<<41424344454647484950>>

  /art/runtime/
dex_instruction_visitor.h 45 CHECK(false);
gc_map.h 31 CHECK(data_ != NULL);
image.cc 72 CHECK(IsValid());
  /art/runtime/entrypoints/quick/
quick_instrumentation_entrypoints.cc 38 CHECK(result != NULL) << PrettyMethod(method);
  /art/runtime/gc/accounting/
heap_bitmap.cc 48 // Check for interval overlap.
50 CHECK(!(
  /art/runtime/mirror/
art_field-inl.h 145 CHECK(type == Primitive::kPrimInt || type == Primitive::kPrimFloat) << PrettyField(this);
153 CHECK(type == Primitive::kPrimInt || type == Primitive::kPrimFloat) << PrettyField(this);
161 CHECK(type == Primitive::kPrimLong || type == Primitive::kPrimDouble) << PrettyField(this);
169 CHECK(type == Primitive::kPrimLong || type == Primitive::kPrimDouble) << PrettyField(this);
string.cc 70 CHECK(java_lang_String_ == NULL);
71 CHECK(java_lang_String != NULL);
76 CHECK(java_lang_String_ != NULL);
103 // bounds check itself.
119 CHECK(utf16_data_in != NULL || utf16_length == 0);
  /art/runtime/native/
java_lang_reflect_Method.cc 44 CHECK(proxy_method->GetDeclaringClass()->IsProxyClass());
  /art/runtime/verifier/
dex_gc_map.h 42 CHECK(data_ != NULL);
43 // Check the size of the table agrees with the number of entries
  /external/chromium/base/threading/
non_thread_safe_unittest.cc 23 CHECK(CalledOnValidThread());
  /external/chromium/chrome/browser/chromeos/
metrics_cros_settings_provider.cc 26 CHECK(value->GetAsBoolean(&enabled));
wm_overview_favicon.cc 55 CHECK(favicon_view_) << "Init not called before setting favicon.";
wm_overview_snapshot.cc 58 CHECK(snapshot_view_) << "Init not called before setting image.";
  /external/chromium/chrome/browser/extensions/
pack_extension_job.cc 21 CHECK(BrowserThread::GetCurrentThreadIdentifier(&client_thread_id_));
  /external/chromium/chrome/browser/sync/util/
crypto_helpers.cc 28 CHECK(bin_digest_.empty());
  /external/chromium/chrome/browser/ui/
shell_dialogs_unittest.cc 30 CHECK(!select_file_dialog_.get());
  /external/chromium/net/base/
network_change_notifier_mac.cc 44 CHECK(ret);
network_change_notifier_win.cc 107 // If the name is longer, it is OK as we will check the code returned and
166 CHECK(ret == ERROR_IO_PENDING);
  /external/chromium_org/base/android/
jni_android.cc 116 CHECK(!ClearException(env) && clazz) << "Failed to find class " << class_name;
128 CHECK(base::android::ClearException(env) || id) <<
191 CHECK(false);
204 CHECK(false);
  /external/chromium_org/base/win/
object_watcher.cc 27 CHECK(delegate);
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.cc 41 // Check for Windows 8 specific commandlines requesting that this process
53 CHECK(metro_viewer_process_host_->LaunchViewerAndWaitForConnection(
  /external/chromium_org/chrome/browser/browsing_data/
mock_browsing_data_cookie_helper.cc 27 CHECK(cookies_.find(key) != cookies_.end());
mock_browsing_data_database_helper.cc 26 CHECK(databases_.find(key) != databases_.end());
mock_browsing_data_file_system_helper.cc 24 CHECK(file_systems_.find(key) != file_systems_.end());
mock_browsing_data_indexed_db_helper.cc 24 CHECK(origins_.find(origin) != origins_.end());

Completed in 505 milliseconds

<<41424344454647484950>>