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

<<21222324252627282930>>

  /external/valgrind/main/drd/tests/
tsan_unittest.cpp 190 CHECK(TheMapOfTests.count(id) == 0);
253 CHECK(TheMapOfTests.count(f_num));
676 CHECK(GLOB != -777);
714 CHECK(GLOB != -777);
747 CHECK(GLOB != 777);
902 CHECK(GLOB != 777);
906 CHECK(GLOB != 777);
951 CHECK(GLOB != 777);
1003 CHECK(GLOB == 2);
1037 CHECK(GLOB == 3)
4014 static void check(volatile FOO *foo) { function in class:test82::FOO
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyTransmitter.h 128 CHECK(buffer != NULL);
181 CHECK(meta->findInt32(kKeyWidth, &width));
182 CHECK(meta->findInt32(kKeyHeight, &height));
274 CHECK(!strncmp(value.c_str(), "Digest", 6));
347 CHECK(msg->findInt32("result", &result));
359 CHECK(msg->findInt32("server-ip", (int32_t *)&mServerIP));
368 CHECK(msg->findInt32("result", &result));
374 CHECK(msg->findObject("response", &obj));
379 CHECK(response != NULL);
456 CHECK(msg->findInt32("result", &result))
    [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 85 CHECK(mPlaylist != NULL);
103 CHECK(mPlaylist->itemAt(
107 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
128 CHECK(mPlaylist->meta()->findInt32("target-duration", &targetDurationSecs));
140 CHECK(mPlaylist->itemAt(n - 1, NULL /* uri */, &itemMeta));
143 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
188 CHECK(mPlaylist->itemAt(i, &uri, &itemMeta));
243 CHECK(n % 16 == 0);
289 CHECK(buffer->meta()->findString("cipher-method", &method));
417 CHECK(msg->findInt32("generation", &generation))
    [all...]
  /art/compiler/
elf_writer.cc 51 CHECK(elf_file.get() != NULL);
  /art/runtime/
barrier.cc 60 CHECK(!count_) << "Attempted to destroy barrier with non zero count";
common_test.h 158 CHECK(code_array != NULL);
186 CHECK(method != NULL);
230 CHECK(code_start != NULL);
357 runtime_->GetHeap()->VerifyHeap(); // Check for heap corruption before the test
387 CHECK(sym != NULL);
394 Runtime::Current()->GetHeap()->VerifyHeap(); // Check for heap corruption after the test
408 CHECK(host_dir != NULL);
417 CHECK(host_dir != NULL);
424 CHECK(name != NULL);
436 CHECK(dex_file != NULL) << "Failed to open " << filename
    [all...]
mapping_table.h 91 CHECK(table_ == rhs.table_);
95 CHECK(table_ == rhs.table_);
164 CHECK(table_ == rhs.table_);
168 CHECK(table_ == rhs.table_);
os_linux.cc 43 CHECK(name != NULL);
thread_linux.cc 41 CHECK(ss.ss_sp != NULL);
44 // Double-check that it worked.
  /art/runtime/gc/space/
dlmalloc_space-inl.h 44 CHECK(Contains(result)) << "Allocation (" << reinterpret_cast<void*>(result)
  /art/runtime/mirror/
array.cc 45 // Check for overflow and throw OutOfMemoryError if this was an unreasonable request.
82 CHECK(self->IsExceptionPending());
91 CHECK(self->IsExceptionPending());
125 CHECK(self->IsExceptionPending());
131 CHECK(self->IsExceptionPending());
  /external/chromium/chrome/browser/
browser_main_posix.cc 192 CHECK(sigaction(SIGCHLD, &action, NULL) == 0);
202 CHECK(sigaction(SIGTERM, &action, NULL) == 0);
206 CHECK(sigaction(SIGINT, &action, NULL) == 0);
210 CHECK(sigaction(SIGHUP, &action, NULL) == 0);
  /external/chromium/chrome/browser/chromeos/login/
cookie_fetcher.cc 23 CHECK(profile_);
  /external/chromium/chrome/browser/extensions/
extension_error_reporter.cc 30 CHECK(instance_) << "Init() was never called";
extensions_ui.cc 345 CHECK(args->GetSize() == 2);
346 CHECK(args->GetString(0, &render_process_id_str));
347 CHECK(args->GetString(1, &render_view_id_str));
348 CHECK(base::StringToInt(render_process_id_str, &render_process_id));
349 CHECK(base::StringToInt(render_view_id_str, &render_view_id));
362 CHECK(!extension_id.empty());
367 CHECK(args->GetSize() == 2);
369 CHECK(args->GetString(0, &extension_id));
370 CHECK(args->GetString(1, &enable_str));
394 CHECK(args->GetSize() == 2)
    [all...]
pending_extension_manager.cc 61 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
82 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
106 // remove the IsApp() check.
109 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
153 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/ash/system/chromeos/enterprise/
tray_enterprise.cc 37 CHECK(tray_view_ == NULL);
  /external/chromium_org/base/win/
scoped_hdc.h 31 CHECK(hdc_);
  /external/chromium_org/cc/resources/
scoped_resource_unittest.cc 19 CHECK(output_surface->BindToClient(&output_surface_client));
37 CHECK(output_surface->BindToClient(&output_surface_client));
59 CHECK(output_surface->BindToClient(&output_surface_client));
93 CHECK(output_surface->BindToClient(&output_surface_client));
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_stub.cc 38 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
  /external/chromium_org/chrome/browser/chromeos/file_manager/
path_util.cc 26 CHECK(PathService::Get(base::DIR_HOME, &path));
  /external/chromium_org/chrome/browser/chromeos/login/test/
oobe_screen_waiter.cc 55 CHECK(oobe_ui);
  /external/chromium_org/chrome/browser/extensions/
extension_error_reporter.cc 27 CHECK(instance_) << "Init() was never called";
  /external/chromium_org/chrome/browser/gpu/
gpu_feature_checker.cc 33 CHECK(content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string.cc 25 CHECK(break_iter.Init());

Completed in 1190 milliseconds

<<21222324252627282930>>