/external/compiler-rt/lib/asan/ |
asan_mac.cc | 98 // TODO(glider): need to check dynamically that memcpy() and memmove() are 115 CHECK(env_ptr); 117 CHECK(environ); 147 CHECK(dladdr((void*)((uptr)__asan_init), &info)); 195 CHECK(new_env);
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_list.h | 63 CHECK(!empty());
|
sanitizer_posix_libcdep.cc | 65 CHECK(!StackSizeIsUnlimited());
|
sanitizer_symbolizer_linux_libcdep.cc | 91 CHECK(modules);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_platform.h | 116 CHECK(IsShadowMem(shadow));
|
/external/llvm/test/MC/X86/ |
x86_nop.s | 10 # CHECK-NOT: nop{{[lw]}}
|
/external/regex-re2/re2/testing/ |
compile_test.cc | 19 // These are just to sanity check the basic implementation. 121 CHECK(re->CompileToProg(1) == NULL);
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
union-find.h | 47 CHECK(exec_stack_.empty());
|
/external/v8/test/cctest/ |
test-hashing.cc | 155 void check(i::Vector<const char> string) { function 168 CHECK(code->IsCode()); 180 CHECK(runtime_hash == codegen_hash); 184 void check(uint32_t key) { function 197 CHECK(code->IsCode()); 210 CHECK(runtime_hash == codegen_hash); 216 check(i::Vector<const char>(ab, 2)); 235 check(i::Vector<const char>("*", 1)); 236 check(i::Vector<const char>(".zZ", 3)); 237 check(i::Vector<const char>("muc", 3)) [all...] |
/external/valgrind/unittest/ |
test_utils.h | 136 CHECK(!flag_);
|
/frameworks/av/include/media/stagefright/foundation/ |
ADebug.h | 32 #define CHECK(condition) \ 37 " CHECK(" #condition ") failed.")
|
/frameworks/av/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 50 CHECK(service.get() != NULL); 191 CHECK(meta->findCString(kKeyMIMEType, &mime)); 358 CHECK(!(mFlags & AUDIO_RUNNING)); 390 CHECK(!(mFlags & PLAYING)); 396 // check if the new and old source are dummy 704 CHECK(meta->findCString(kKeyMIMEType, &mime)); 830 CHECK(!mVideoBuffer); 874 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs)); 900 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs)); 1003 // First check if effect starttime matches the clip being previewe [all...] |
/frameworks/av/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 62 CHECK(service.get() != NULL); 191 // Additional check on the dimension will be performed later 206 // Additional check on the frame rate will be performed later 325 // Additional check on the sample rate will be performed later. 337 // Additional check on the number of channels will be performed later. 480 // Additional check will be done later when we load the encoder. 489 // Additional check will be done later when we load the encoder. 849 CHECK(audioSource->getFormat()->findInt32( 875 CHECK(mAudioEncoder == AUDIO_ENCODER_AAC || 878 CHECK(mAudioSource != AUDIO_SOURCE_CNT) [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/ |
SoftAVC.cpp | 87 CHECK(outQueue.empty()); 88 CHECK(inQueue.empty()); 162 CHECK(H264SwDecGetInfo(mHandle, &decoderInfo) == H264SWDEC_OK); 251 CHECK(mFirstPicture == NULL);
|
/frameworks/av/media/libstagefright/foundation/ |
AHierarchicalStateMachine.cpp | 61 CHECK(save == mState);
|
/frameworks/av/media/libstagefright/rtsp/ |
AMPEG2TSAssembler.cpp | 107 CHECK(mNextExpectedSeqNoValid);
|
/frameworks/ex/variablespeed/jni/ |
jni_entry.cc | 51 CHECK(NULL != utf8);
|
/frameworks/wilhelm/src/android/ |
CallbackProtector.cpp | 88 CHECK(mCbCount > 0);
|
/packages/apps/Email/src/com/android/email/mail/store/imap/ |
ImapConstants.java | 42 public static final String CHECK = "CHECK";
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/ |
StatusPanel.java | 78 // check window width 216 // check lock 217 mShowLock = new Button(parent, SWT.CHECK); 230 // check patches 231 mShowPatches = new Button(parent, SWT.CHECK); 243 // check patches 244 mShowBadPatches = new Button(parent, SWT.CHECK); 256 // check contents(padding) 257 mShowContent = new Button(parent, SWT.CHECK);
|
/art/compiler/llvm/ |
compiler_llvm.cc | 178 CHECK(compiler_context != NULL); 184 CHECK(compiler_context != NULL); 189 CHECK(driver.GetCompilerContext() == NULL);
|
/art/runtime/entrypoints/quick/ |
quick_invoke_entrypoints.cc | 111 CHECK(instr_code == Instruction::INVOKE_INTERFACE || 124 CHECK(self->IsExceptionPending()); 157 CHECK(self->IsExceptionPending());
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_model.cc | 94 CHECK(selected_line_ != kNoMatch); 126 CHECK(!result.empty()); 218 // before notifying us, reducing flicker. At that point the check for 239 CHECK((selected_line_ != kNoMatch) || result.empty());
|
/external/chromium/chrome/browser/chromeos/login/ |
base_login_display_host.cc | 148 CHECK(type == NotificationType::APP_TERMINATING); 196 // Check whether we need to execute OOBE process. 258 CHECK(!loaded_locale.empty()) << "Locale could not be found for " 282 CHECK(timezone) << "Timezone could not be set for " << timezone_name;
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_invalidation_client.cc | 72 CHECK(network_endpoint); 153 // payload() CHECK()'s has_payload(), so we must check it ourselves first. 230 CHECK(state_writer_); 237 CHECK(cache_invalidation_packet_handler_.get());
|