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

<<21222324252627282930>>

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
low_level_alloc_unittest.cc 48 // Check that the pattern placed in the block d
52 CHECK((d.ptr[i] & 0xff) == ((d.fill + i) & 0xff));
142 CHECK(LowLevelAlloc::DeleteArena(arena));
172 CHECK(MallocHook::AddNewHook(&AllocHook));
173 CHECK(MallocHook::AddDeleteHook(&FreeHook));
193 CHECK(MallocHook::RemoveNewHook(&AllocHook));
194 CHECK(MallocHook::RemoveDeleteHook(&FreeHook));
heap-profiler_unittest.cc 89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
108 CHECK(IsHeapProfilerRunning());
system-alloc_unittest.cc 107 CHECK(a.invoked_);
112 // Check that kAddressBits is as least as large as either the number of bits
123 // Check with the allocator still works after a failed allocation.
140 CHECK(p2 == NULL);
144 CHECK(q != NULL);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
low_level_alloc_unittest.cc 48 // Check that the pattern placed in the block d
52 CHECK((d.ptr[i] & 0xff) == ((d.fill + i) & 0xff));
142 CHECK(LowLevelAlloc::DeleteArena(arena));
172 CHECK(MallocHook::AddNewHook(&AllocHook));
173 CHECK(MallocHook::AddDeleteHook(&FreeHook));
193 CHECK(MallocHook::RemoveNewHook(&AllocHook));
194 CHECK(MallocHook::RemoveDeleteHook(&FreeHook));
heap-profiler_unittest.cc 89 CHECK(IsHeapProfilerRunning());
95 CHECK(!IsHeapProfilerRunning());
108 CHECK(IsHeapProfilerRunning());
system-alloc_unittest.cc 107 CHECK(a.invoked_);
112 // Check that kAddressBits is as least as large as either the number of bits
123 // Check with the allocator still works after a failed allocation.
140 CHECK(p2 == NULL);
144 CHECK(q != NULL);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 59 // The Report() and CHECK calls below may call mmap recursively and fail.
68 CHECK("unable to mmap" && 0);
79 CHECK("unable to unmap" && 0);
110 CHECK("unable to mmap" && 0);
124 CHECK(!internal_iserror(openrv));
137 CHECK(start1 <= end1);
138 CHECK(start2 <= end2);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_suppressions_test.cc 62 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionNone), "none"));
63 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionRace), "race"));
64 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionMutex), "mutex"));
65 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionThread), "thread"));
66 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionSignal), "signal"));
67 CHECK(!internal_strcmp(SuppressionTypeString(SuppressionLeak), "leak"));
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 41 CHECK(meta->findCString(kKeyMIMEType, &mime));
109 CHECK(msg->senderAwaitsResponse(&replyID));
118 CHECK(meta->findCString(kKeyMIMEType, &tmp));
127 CHECK(msg->findMessage("notify", &notify));
135 CHECK(msg->findInt32("generation", &generation));
166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /art/compiler/llvm/
ir_builder.cc 37 CHECK(jobject_struct_type != NULL);
62 CHECK(art_frame_type_ != NULL);
115 CHECK(::llvm::isa< ::llvm::StructType>(type));
  /art/compiler/utils/arm/
managed_register_arm.cc 62 CHECK(IsOverlappingDRegister() || IsRegisterPair());
66 CHECK(IsOverlappingDRegister());
69 CHECK(IsRegisterPair());
  /external/chromium_org/chrome/browser/extensions/api/sockets_tcp_server/
sockets_tcp_server_api_unittest.cc 29 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
38 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
80 CHECK(content::BrowserThread::GetCurrentThreadIdentifier(&id));
  /external/chromium_org/chrome/browser/extensions/
extension_error_ui.cc 40 CHECK(extensions);
41 CHECK(extension_template_message_id);
42 CHECK(app_template_message_id);
  /external/chromium_org/chromeos/login/
login_state.cc 30 CHECK(!g_login_state);
36 CHECK(g_login_state);
43 CHECK(g_login_state) << "LoginState::Get() called before Initialize()";
  /external/chromium_org/content/browser/geolocation/
mock_location_provider.cc 26 CHECK(self_ref_);
27 CHECK(*self_ref_ == NULL);
32 CHECK(*self_ref_ == this);
  /external/compiler-rt/lib/asan/
asan_posix.cc 104 CHECK(!tsd_key_inited);
110 CHECK(tsd_key_inited);
115 CHECK(tsd_key_inited);
asan_win.cc 46 CHECK(tsd_key_inited);
51 CHECK(tsd_key_inited);
100 CHECK(SymInitialize(GetCurrentProcess(), 0, TRUE));
  /frameworks/av/cmds/stagefright/
SineSource.cpp 18 CHECK(numChannels == 1 || numChannels == 2);
28 CHECK(!mStarted);
40 CHECK(mStarted);
  /art/compiler/utils/x86/
managed_register_x86.cc 72 CHECK(IsValidManagedRegister());
73 CHECK(other.IsValidManagedRegister());
89 CHECK(IsRegisterPair());
98 CHECK(IsRegisterPair());
  /art/compiler/
vector_output_stream.cc 27 CHECK(whence == kSeekSet || whence == kSeekCurrent || whence == kSeekEnd) << whence;
  /art/runtime/base/
bounded_fifo.h 31 // TODO: Do this with a compile time check.
32 CHECK(IsPowerOfTwo(MaxSize));
  /art/runtime/gc/collector/
partial_mark_sweep.cc 41 CHECK(space->IsZygoteSpace());
  /art/runtime/
sirt_ref.h 33 CHECK(self_->PopSirt() == &sirt_);
  /external/chromium/base/
rand_util_posix.cc 52 CHECK(success);
  /external/chromium/chrome/browser/extensions/
external_extension_provider_impl.cc 49 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
59 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
61 // Check if the service is still alive. It is possible that it had went
148 CHECK(has_external_update_url); // Checking of keys above ensures this.
180 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
181 CHECK(prefs_.get());
182 CHECK(ready_);
189 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
190 CHECK(prefs_.get());
191 CHECK(ready_)
    [all...]

Completed in 1045 milliseconds

<<21222324252627282930>>