HomeSort by relevance Sort by last modified time
    Searched refs:EOS (Results 26 - 45 of 45) sorted by null

12

  /external/libvpx/libwebm/
mkvparser.hpp 126 bool EOS() const;
781 bool EOS() const;
mkvparser.cpp     [all...]
  /external/v8/test/cctest/
test-parsing.cc 78 CHECK_EQ(i::Token::EOS, scanner.Next());
86 CHECK_EQ(i::Token::EOS, scanner.Next());
97 CHECK_EQ(i::Token::EOS, scanner.Next());
107 CHECK_EQ(i::Token::EOS, scanner.Next());
748 i::Token::EOS,
764 i::Token::EOS,
778 i::Token::EOS,
784 expectations3[5 - i] = i::Token::EOS;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.hpp 139 bool EOS() const;
892 bool EOS() const;
mkvparser.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /external/mksh/src/
exec.c 99 ccp[0] == CHAR && ((ccp[1] == '=' && ccp[2] == EOS) ||
101 ccp[3] == '=' && ccp[4] == EOS)) &&
123 *dp = EOS;
    [all...]
lex.c 287 *wp = EOS;
791 *wp = EOS;
1011 *wp++ = EOS;
1046 if (c != EOS)
1101 /* prevent infinite recursion at EOS */
    [all...]
var.c 1083 return (p != s && p[0] == EOS);
    [all...]
sh.h     [all...]
edit.c 394 if (*cp != EOS) {
    [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 155 receivedCmd_l(IStreamListener::EOS);
156 // EOS has no associated data
  /external/v8/src/
preparser.cc 548 tok != Token::EOS) {
566 tok != Token::EOS) {
593 tok != Token::EOS) {
preparser.h 346 tok == Token::EOS) {
    [all...]
parser.cc 905 ParseSourceElements(body, Token::EOS, info->is_eval(), true, eval_scope,
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 93 bool eos() const;
275 bool BlockIterator::eos() const { function in class:android::BlockIterator
276 return mCluster == NULL || mCluster->EOS();
326 CHECK(!nextCluster->EOS());
357 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
379 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
464 CHECK(!mCluster->EOS());
473 if (eos()) break;
489 CHECK(!eos());
517 if (mBlockIter.eos()) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 327 * Queue some frames with an EOS on the last one. Test that we have decoded as many
328 * frames as we queued. This tests the EOS handling of the codec to see if all queued
348 new Step("testing early EOS at " + queuedFrames, this, c) {
373 Log.w(TAG, "Did not receive EOS -- negating frame count");
405 new Step("testing EOS & flush before seek - init", this, c) {
414 new Step("testing EOS & flush before seeking after " + queuedFrames +
438 new Step("testing EOS & flush before seek - finally", this, c) {
561 warn("did not receive EOS, received " + frames + " frames");
563 warn("received EOS, received " + (-frames) + " frames");
594 * Queue EOS shortly after a dynamic resolution change. Test that all frames wer
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 2537 milliseconds

12