HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 226 - 250 of 375) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libffi/testsuite/libffi.call/
cls_24byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
109 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_24byte_gn, NULL) == FFI_OK);
cls_64byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check bigger struct which overlaps
104 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 4, &cls_struct_type,
119 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_64byte_gn, NULL) == FFI_OK);
cls_6_1_byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
92 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
112 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_6byte_gn, NULL) == FFI_OK);
cls_7_1_byte.c 2 Purpose: Check structure passing with different structure size.
3 Depending on the ABI. Check overlapping.
95 CHECK(ffi_prep_cif(&cif, FFI_DEFAULT_ABI, 2, &cls_struct_type,
116 CHECK(ffi_prep_closure(pcl, &cif, cls_struct_7byte_gn, NULL) == FFI_OK);
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
build.com 8 $! and `[test]' is either "CHECK-ONLY" or "NO-CHECK" or empty
26 $ if p3.eqs."CHECK-ONLY" then goto check
141 $ if p3.eqs."NO-CHECK" .or. p3.eqs."NOCHECK" then goto done
143 $check:
  /frameworks/base/media/libstagefright/
JPEGSource.cpp 63 CHECK(mSource->getSize(&mSize) == OK);
170 CHECK(marker != 0xff);
AudioSource.cpp 43 CHECK(channels == 1 || channels == 2);
267 CHECK(timestampUs > mPrevSampleTimeUs);
327 CHECK(timestampUs > mPrevSampleTimeUs);
  /frameworks/base/media/libstagefright/rtsp/
ARTSPConnection.cpp 105 CHECK(msg->findMessage("reply", &mObserveBinaryMessage));
183 CHECK(msg->findString("url", &url));
186 CHECK(msg->findMessage("reply", &reply));
260 CHECK(msg->findMessage("reply", &reply));
270 CHECK(msg->findMessage("reply", &reply));
273 CHECK(msg->findInt32("connection-id", &connectionID));
327 CHECK(msg->findMessage("reply", &reply));
336 CHECK(msg->findString("request", &request));
ARTPWriter.cpp 134 CHECK(mSource->getFormat()->findCString(kKeyMIMEType, &mime));
476 CHECK(mSource->getFormat()->findInt32(kKeySampleRate, &sampleRate));
477 CHECK(mSource->getFormat()->findInt32(kKeyChannelCount, &numChannels));
492 CHECK(meta->findInt32(kKeyWidth, &width));
493 CHECK(meta->findInt32(kKeyHeight, &height));
575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
640 CHECK(!firstPacket || !lastPacket);
670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
766 CHECK((isWide && FT <= 8) || (!isWide && FT <= 7))
    [all...]
  /system/media/opensles/libopensles/
android_SfPlayer.cpp 250 CHECK(meta->findCString(kKeyMIMEType, &mime));
308 CHECK(meta->findInt32(kKeyChannelCount, &mNumChannels));
309 CHECK(meta->findInt32(kKeySampleRate, &mSampleRateHz));
351 //SL_LOGV("SfPlayer::startPrefetch_async(): sending check cache msg");
459 CHECK(meta->findInt32(kKeyChannelCount, &mNumChannels));
460 CHECK(meta->findInt32(kKeySampleRate, &mSampleRateHz));
536 CHECK(msg->findInt64("seek", &timeMsec));
549 CHECK(msg->findInt32("loop", &loop));
602 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &mLastDecodedPositionUs));
  /external/chromium/base/
simple_thread.cc 17 CHECK(success);
pickle.cc 58 CHECK(resized); // Realloc failed.
82 CHECK(resized); // Realloc failed.
394 CHECK(capacity_ != kCapacityReadOnly);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union-find.h 47 CHECK(exec_stack_.empty());
map.h 108 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
191 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
308 CHECK(final_arc.ilabel == 0 && final_arc.olabel == 0);
370 // Check for superfinal arcs.
737 CHECK(l != kStringInfinity);
738 CHECK(l != kStringBad);
739 CHECK(arc.ilabel == arc.olabel);
740 CHECK(w1.Size() <= 1);
816 CHECK(l != kStringInfinity);
817 CHECK(l != kStringBad)
    [all...]
  /frameworks/base/include/media/stagefright/foundation/
ADebug.h 32 #define CHECK(condition) \
36 " CHECK(" #condition ") failed.")
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapConstants.java 40 public static final String CHECK = "CHECK";
  /external/skia/src/images/
bmpdecoderhelper.cpp 265 CHECK(x >= 0 && x < width_);
266 CHECK(y >= 0 && y < height_);
346 CHECK(pos_ >= 0 && pos_ <= len_);
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 149 CHECK(options == NULL || !options->getSeekTo(&seekTimeUs, &mode));
218 CHECK(res >= 0);
219 CHECK((size_t)res < buffer->size());
  /frameworks/base/media/libstagefright/foundation/
AString.cpp 99 CHECK(&from != this);
174 CHECK(mData != NULL);
278 CHECK(mData != NULL);
  /ndk/build/tools/
build-platforms.sh 203 echo "Please check your --platform=<list> option and try again."
227 CHECK=`var_value CHECK_$ABI`
228 log " $ABI check: $CHECK"
229 if [ "$CHECK" = no ] ; then
  /external/v8/test/cctest/
test-assembler-arm.cc 76 CHECK(code->IsCode());
113 CHECK(code->IsCode());
159 CHECK(code->IsCode());
207 CHECK(code->IsCode());
267 CHECK(code->IsCode());
test-assembler-mips.cc 83 CHECK(code->IsCode());
124 CHECK(code->IsCode());
247 CHECK(code->IsCode());
  /frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp 158 CHECK((section_length & 0xc00) == 0);
173 CHECK((program_info_length & 0xc00) == 0);
197 CHECK((ES_info_length & 0xc00) == 0);
301 CHECK((payloadSizeBits % 8) == 0);
471 CHECK((payloadSizeBits % 8) == 0);
502 CHECK(PTS_DTS_flags == 2 || PTS_DTS_flags == 3);
571 CHECK((section_length & 0xc00) == 0);
  /external/chromium/net/flip/
flip_session.cc 305 // Check if we have a push stream for this path.
315 // Check if we have a pending push stream for this url.
397 CHECK(stream->stream_id() == stream_id);
622 CHECK(connection_.get());
623 CHECK(connection_->socket());
815 CHECK(stream->pushed());
893 // Check if we already have a delegate awaiting this stream.
906 CHECK(stream->pushed());
907 CHECK(stream->stream_id() == 0);
981 CHECK(stream->stream_id() == stream_id)
    [all...]
  /frameworks/base/cmds/stagefright/
record.cpp 52 // Check the color format to make sure
54 CHECK(colorFormat == OMX_COLOR_FormatYUV420SemiPlanar ||
131 CHECK(meta.get() != NULL);
206 CHECK(success);

Completed in 633 milliseconds

1 2 3 4 5 6 7 8 91011>>