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

<<11121314151617181920>>

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 82 CHECK(!mFlushingAudio);
85 CHECK(!mFlushingVideo);
96 CHECK(mAudioQueue.empty());
97 CHECK(mVideoQueue.empty());
116 CHECK(msg->findInt32("generation", &generation));
147 CHECK(msg->findInt32("generation", &generation));
257 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
328 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
372 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
415 CHECK(msg->findInt32("audio", &audio))
    [all...]
RTSPSource.cpp 75 CHECK(mHandler == NULL);
220 CHECK(msg->senderAwaitsResponse(&replyID));
227 CHECK(msg->findInt32("generation", &generation));
235 CHECK(msg->findInt64("timeUs", &seekTimeUs));
244 CHECK(msg->findInt32("what", &what));
265 CHECK(msg->findSize("trackIndex", &trackIndex));
274 CHECK(msg->findBuffer("accessUnit", &accessUnit));
319 CHECK(accessUnit->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
344 CHECK(msg->findInt32("finalResult", &finalResult));
362 CHECK(msg->findSize("trackIndex", &trackIndex))
    [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 54 CHECK(!mDecodeAudio || mSurface == NULL);
87 CHECK(meta->findCString(kKeyMIMEType, &mime));
101 CHECK(mSource != NULL);
136 CHECK(mSeekState == SEEK_NONE
168 CHECK(msg->findInt32("what", &what));
266 CHECK(mCSD.isEmpty());
269 CHECK(meta->findCString(kKeyMIMEType, &mime));
276 CHECK(meta->findInt32(kKeyWidth, &width));
277 CHECK(meta->findInt32(kKeyHeight, &height));
282 CHECK(!strncasecmp("audio/", mime, 6))
    [all...]
SineSource.cpp 18 CHECK(numChannels == 1 || numChannels == 2);
28 CHECK(!mStarted);
40 CHECK(mStarted);
  /external/compiler-rt/lib/asan/
asan_mac.cc 62 CHECK(sysctl(mib, 2, 0, &len, 0, 0) != -1);
63 CHECK(len < maxlen);
64 CHECK(sysctl(mib, 2, version, &len, 0, 0) != -1);
82 // TODO(glider): need to check dynamically that memcpy() and memmove() are
99 CHECK(dladdr((void*)__asan_init, &info));
141 CHECK(sizeof(OSSpinLock) <= sizeof(opaque_storage_));
142 CHECK(OS_SPINLOCK_INIT == 0);
143 CHECK(owner_ != (uptr)pthread_self());
145 CHECK(!owner_);
150 CHECK(owner_ == (uptr)pthread_self())
    [all...]
  /external/valgrind/unittest/
bigtest.cc 73 CHECK(Run_v_ != NULL);
76 CHECK(Run_b_ != NULL);
80 CHECK(Run_b_ != NULL);
131 CHECK(stats == NULL);
132 CHECK(goal.find(type) == goal.end());
138 CHECK(stats == NULL);
139 CHECK(types.size() == goal.size());
151 CHECK(stats != NULL);
156 CHECK(stats != NULL);
168 CHECK(param_id != -1);
    [all...]
posix_tests.cc 75 CHECK(GLOB != 777);
122 CHECK(GLOB==1);
127 CHECK(GLOB==1);
177 CHECK(size == write(fd_out, str, size));
200 CHECK(0 == symlink(out_name, in_name));
202 CHECK(fd_out >= 0);
203 CHECK(fd_in >= 0);
233 CHECK(*GLOB == 777);
295 CHECK(0 == posix_memalign((void**)&POSIX_MEMALIGN, 64, sizeof(int)));
322 CHECK(GLOB <= 3)
    [all...]
  /external/compiler-rt/lib/tsan/rtl_tests/
tsan_mutex.cc 30 CHECK(t.TryLock(m));
34 CHECK(!t.TryLock(m));
48 CHECK(t.TryLock(m));
52 CHECK(!t.TryLock(m));
66 CHECK(t.TryLock(m));
70 CHECK(!t.TryLock(m));
76 CHECK(t.TryReadLock(m));
80 CHECK(!t.TryReadLock(m));
84 CHECK(!t.TryLock(m));
88 CHECK(t.TryReadLock(m))
    [all...]
  /external/v8/test/cctest/
test-strings.cc 3 // Check that we can traverse very deep stacks of ConsStrings using
4 // StringInputBuffer. Check that Get(int) works on very deep stacks
175 CHECK(to > from);
206 CHECK(buffer2.has_more());
221 CHECK(buffer2.has_more());
340 // Check that the contents are correct
343 // Check that the rest of the buffer hasn't been touched
492 CHECK(parent->IsConsString());
493 CHECK(!parent->IsFlat());
496 CHECK(parent->IsFlat())
543 const char* check = "str.slice(0,26)"; local
    [all...]
test-compiler.cc 143 CHECK(!has_pending_exception);
164 CHECK(!has_pending_exception);
184 CHECK(!has_pending_exception);
205 CHECK(!has_pending_exception);
226 CHECK(!has_pending_exception);
255 CHECK(!fun.is_null());
259 CHECK(!has_pending_exception);
270 CHECK(!fun.is_null());
274 CHECK(has_pending_exception);
293 CHECK(!fun0.is_null())
    [all...]
test-random.cc 61 CHECK(value->IsHeapNumber());
62 CHECK(fun->IsOptimized());
105 CHECK(value->IsHeapNumber());
106 CHECK(fun->IsOptimized());
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 59 CHECK(bucket < extension_misc::APP_LAUNCH_BUCKET_BOUNDARY);
125 // Check if the user launched an app from the most visited or recently
128 CHECK(params.size() == 3);
140 CHECK(params.size() >= 2);
154 CHECK(params.size() == 3);
333 CHECK(args->GetString(0, &extension_id));
334 CHECK(args->GetDouble(1, &source));
336 CHECK(args->GetBoolean(2, &alt_key));
337 CHECK(args->GetBoolean(3, &ctrl_key));
338 CHECK(args->GetBoolean(4, &meta_key))
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
MediaPuller.cpp 40 CHECK(meta->findCString(kKeyMIMEType, &mime));
97 CHECK(msg->senderAwaitsResponse(&replyID));
107 CHECK(meta->findCString(kKeyMIMEType, &tmp));
116 CHECK(msg->findMessage("notify", &notify));
124 CHECK(msg->findInt32("generation", &generation));
145 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/wifi-display/
udptest.cpp 97 CHECK(msg->findString("remoteHost", &remoteHost));
100 CHECK(msg->findInt32("remotePort", &remotePort));
121 CHECK(msg->findInt32("localPort", &localPort));
164 CHECK(msg->findInt32("reason", &reason));
170 CHECK(msg->findInt32("sessionID", &sessionID));
173 CHECK(msg->findInt32("err", &err));
176 CHECK(msg->findString("detail", &detail));
191 CHECK(msg->findInt32("sessionID", &sessionID));
194 CHECK(msg->findBuffer("data", &data));
199 CHECK(msg->findString("fromAddr", &fromAddr))
    [all...]
  /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...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_win.cc 33 CHECK(stack_top);
34 CHECK(stack_bottom);
50 CHECK("unable to mmap" && 0);
59 CHECK("unable to unmap" && 0);
  /external/libffi/testsuite/libffi.call/
return_ll1.c 2 Purpose: Check if long long are passed in the corresponding regs on ppc.
31 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 3,
return_sl.c 2 Purpose: Check if long as return type is handled correctly.
27 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
return_ul.c 2 Purpose: Check if unsigned long as return type is handled correctly.
27 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2,
  /external/llvm/test/MC/MachO/ARM/
nop-thumb-padding.s 12 @ CHECK: ('_section_data', '8818c046 c046c046 c046c046 c046c046 8818')
nop-thumb2-padding.s 12 @ CHECK: ('_section_data', '881800bf 00bf00bf 00bf00bf 00bf00bf 8818')
  /external/webkit/Tools/DumpRenderTree/chromium/
config.h 40 #define CHECK(condition) while (false && (condition)) std::cerr
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorSRC.cpp 53 CHECK(format->findCString(kKeyMIMEType, &mime));
54 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
70 CHECK(!mStarted);
249 CHECK(mBuffer);
299 CHECK(format->findCString(kKeyMIMEType, &mime));
300 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
302 CHECK(format->findInt32(kKeySampleRate, &mSampleRate));
303 CHECK(format->findInt32(kKeyChannelCount, &mChannelCnt));
325 CHECK(mResampler);
  /external/chromium/chrome/common/
json_schema_validator.cc 27 CHECK(false) << "Unexpected value type: " << value->GetType();
117 CHECK(false) << "Unexpected value type: " << value->GetType();
152 CHECK(types->GetDictionary(i, &type));
155 CHECK(type->GetString("id", &id));
157 CHECK(types_.find(id) == types_.end());
180 CHECK(iter->second == schema);
215 CHECK(!type.empty());
230 CHECK(false) << "Unexpected type: " << type;
241 CHECK(choices->GetDictionary(i, &choice));
262 CHECK(choices->Get(i, &choice))
    [all...]

Completed in 578 milliseconds

<<11121314151617181920>>