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

<<11121314151617181920>>

  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 85 CHECK(mStarted);
178 CHECK(mStarted);
295 //CHECK(!mStarted);
322 CHECK(!mStarted);
323 CHECK(mSource != NULL);
486 CHECK(mFirstBuffer == NULL);
492 CHECK(mFirstBuffer == NULL);
502 CHECK(success);
503 CHECK(!strcasecmp(mime, MEDIA_MIMETYPE_AUDIO_RAW));
506 CHECK(success)
    [all...]
NativeWindowRenderer.cpp 30 #define CHECK_EGL_ERROR CHECK(EGL_SUCCESS == eglGetError())
31 #define CHECK_GL_ERROR CHECK(GLenum(GL_NO_ERROR) == glGetError())
312 CHECK(mActiveInputs == 0);
383 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
402 CHECK(NO_ERROR == native_window_dequeue_buffer_and_wait(anw, &anb));
403 CHECK(anb != NULL);
411 CHECK(NO_ERROR == anw->queueBuffer(anw, buf->getNativeBuffer(), -1));
584 CHECK(meta->findInt32(kKeyWidth, &mWidth));
585 CHECK(meta->findInt32(kKeyHeight, &mHeight));
  /external/chromium/chrome/browser/ui/webui/options/
browser_options_handler.cc 151 CHECK(args->GetString(0, &url_string));
152 CHECK(args->GetString(1, &do_fixup_string));
153 CHECK(base::StringToInt(do_fixup_string, &do_fixup));
164 // Check for side-by-side first.
362 CHECK(args->GetString(i, &string_value));
380 CHECK(args->GetString(0, &url_string));
393 CHECK(args->GetString(0, &index_string));
394 CHECK(base::StringToInt(index_string, &index));
395 CHECK(args->GetString(1, &url_string));
420 CHECK(args->GetString(0, &input))
    [all...]
  /external/valgrind/tsan/
ts_atomic.cc 99 CHECK(size == 1 || size == 2 || size == 4 || size == 8);
100 CHECK((((uintptr_t)a) % size) == 0);
103 CHECK(mo & (tsan_memory_order_natomic
109 CHECK(mo & (tsan_memory_order_natomic
114 CHECK(mo & (tsan_memory_order_consume
127 CHECK(mo & (tsan_memory_order_relaxed
134 CHECK("unknown tsan_atomic_op" == 0);
404 CHECK("unknown atomic operation" == 0);
419 CHECK(!"IMPLEMENTED" == 0);
  /frameworks/av/media/libstagefright/rtsp/
AMPEG4AudioAssembler.cpp 172 CHECK((audioObjectType >= 1 && audioObjectType <= 4)
365 CHECK(!mMuxConfigPresent); // XXX to be implemented
420 CHECK((mOtherDataLenBits % 8) == 0);
448 CHECK(val == "1");
452 CHECK(GetAttribute(params.c_str(), "config", &val));
455 CHECK(config != NULL);
515 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
531 CHECK(!mPackets.empty());
559 CHECK(mNextExpectedSeqNoValid);
ASessionDescription.cpp 205 CHECK(lastSpacePos != NULL);
217 CHECK(findAttribute(index, key, desc));
255 CHECK(mIsValid);
280 CHECK(slash1 != NULL);
286 CHECK(*end == '\0' || *end == '/');
AH263Assembler.cpp 86 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
127 CHECK(!mPackets.empty());
176 CHECK(mNextExpectedSeqNoValid);
AAVCAssembler.cpp 126 CHECK(buffer->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
175 CHECK(!queue->empty());
181 CHECK(size > 0);
184 CHECK((indicator & 0x1f) == 28);
311 CHECK(!mNALUnits.empty());
362 CHECK(mNextExpectedSeqNoValid);
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.cc 51 CHECK(node.good());
63 CHECK(parent.good());
150 CHECK(node.InitByIdLookup(i->first));
191 CHECK(j->first == next);
202 CHECK(child.good());
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer.cc 96 CHECK(path_);
105 CHECK(module_name);
125 CHECK(function_name);
136 CHECK(file_line_info);
274 CHECK(modules_);
sanitizer_symbolizer_linux.cc 68 CHECK(infd);
69 CHECK(outfd);
155 CHECK(modules);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp 45 CHECK(dataSource != NULL);
65 CHECK(extractor != NULL);
71 CHECK(meta->findCString(kKeyMIMEType, &mime));
184 CHECK(track->mSource != NULL);
231 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 92 CHECK(!"should not be here");
106 CHECK(!"should not be here");
191 CHECK(buffer.mMemory != NULL);
266 CHECK(meta->findCString(kKeyMIMEType, &trackMIME));
525 CHECK(meta != NULL);
528 CHECK(meta->findCString(kKeyMIMEType, &trackMime));
598 CHECK(codec != NULL);
603 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
646 CHECK(buffer == NULL);
649 CHECK(buffer != NULL)
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 125 CHECK(det.has_A2);
126 CHECK(det.has_B2);
127 CHECK(det.has_C2);
173 CHECK(f);
183 CHECK(bound_this);
188 CHECK(bound_function);
193 CHECK(bound_argument);
282 CHECK(compiled_references_x);
283 CHECK(!lazy_references_x);
347 // Trying to introduce a check helper for uint64_t causes man
    [all...]
test-assembler-ia32.cc 76 CHECK(code->IsCode());
114 CHECK(code->IsCode());
156 CHECK(code->IsCode());
178 CHECK(CpuFeatures::IsSupported(SSE2));
213 CHECK(CpuFeatures::IsSupported(SSE2));
266 CHECK(CpuFeatures::IsSupported(SSE2));
301 CHECK(2.29 < res && res < 2.31);
312 CHECK(CpuFeatures::IsSupported(SSE2));
330 CHECK(code->IsCode());
338 CHECK(11.99 < res && res < 12.001)
    [all...]
  /external/chromium/base/test/
test_file_util_win.cc 50 CHECK(::GetFileInformationByHandle(file_handle, &bhi));
113 CHECK(::SetEndOfFile(file_handle));
117 CHECK(::SetFileTime(file_handle, &bhi.ftCreationTime, &bhi.ftLastAccessTime,
165 // We don't check for errors from this function, often, we are copying
  /external/chromium/chrome/browser/extensions/
execute_code_in_tab_function.cc 82 // we check again in the renderer.
83 CHECK(browser);
84 CHECK(contents);
212 CHECK(!success);
  /external/chromium/chrome/common/
service_process_util_win.cc 57 CHECK(event_name.length() <= MAX_PATH);
96 // Check if the event is signaled.
107 CHECK(!state_);
114 CHECK(event_name.length() <= MAX_PATH);
  /external/chromium/crypto/
symmetric_key_mac.cc 19 CHECK(key_size_in_bits == 128 ||
28 CHECK(algorithm == crypto::SymmetricKey::HMAC_SHA1);
29 CHECK(key_size_in_bits >= 80 && (key_size_in_bits % 8) == 0)
  /frameworks/av/media/libstagefright/
FileSource.cpp 55 CHECK(offset >= 0);
56 CHECK(length >= 0);
72 CHECK(mDrmManagerClient);
StagefrightMetadataRetriever.cpp 118 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
150 // remove this check and always set the decoder output color format
210 CHECK(buffer == NULL);
235 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
239 CHECK(trackMeta->findCString(kKeyMIMEType, &mime));
249 CHECK(meta->findInt32(kKeyWidth, &width));
250 CHECK(meta->findInt32(kKeyHeight, &height));
284 CHECK(meta->findInt32(kKeyColorFormat, &srcFormat));
350 CHECK(meta->findCString(kKeyMIMEType, &mime));
526 CHECK(trackMeta->findInt32(kKeyWidth, &videoWidth))
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/sink/
WifiDisplaySink.cpp 130 CHECK(ParseURL(
135 CHECK(msg->findString("sourceHost", &mRTSPHost));
136 CHECK(msg->findInt32("sourcePort", &sourcePort));
152 CHECK(msg->findInt32("reason", &reason));
158 CHECK(msg->findInt32("sessionID", &sessionID));
161 CHECK(msg->findInt32("err", &err));
164 CHECK(msg->findString("detail", &detail));
206 CHECK(sUseTCPInterleaving);
209 CHECK(msg->findInt32("channel", &channel));
212 CHECK(msg->findBuffer("data", &data))
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 94 CHECK(format->findString("mime", &mMIME));
255 CHECK(!memcmp("\x00\x00\x00\x01", sps->data(), 4));
292 CHECK(mFormat->findInt32("channel-count", &channelCount));
296 CHECK(mFormat->findInt32("sample-rate", &sampleRate));
297 CHECK(sampleRate == 44100 || sampleRate == 48000);
333 CHECK(format->findString("mime", &mime));
401 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
416 CHECK(!(flags & IS_ENCRYPTED));
698 CHECK(track->isVideo());
816 CHECK(packetDataStart == buffer->data() + buffer->capacity())
    [all...]
  /frameworks/base/media/jni/
android_media_MediaCodecList.cpp 64 CHECK(clazz != NULL);
109 CHECK(capsClazz != NULL);
115 CHECK(profileLevelClazz != NULL);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_helper.cc 35 CHECK(op_.get());
105 CHECK,
124 case CHECK:
145 case CHECK:
349 WhitelistOpContext::CHECK,
410 CHECK(context);

Completed in 344 milliseconds

<<11121314151617181920>>