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

12

  /external/chromium_org/v8/test/cctest/
test-parsing.cc 74 CHECK_EQ(i::Token::EOS, scanner.Next());
82 CHECK_EQ(i::Token::EOS, scanner.Next());
93 CHECK_EQ(i::Token::EOS, scanner.Next());
103 CHECK_EQ(i::Token::EOS, scanner.Next());
742 i::Token::EOS,
758 i::Token::EOS,
772 i::Token::EOS,
778 expectations3[5 - i] = i::Token::EOS;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 139 bool EOS() const;
892 bool EOS() const;
mkvparser.cpp     [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 126 bool EOS() const;
781 bool EOS() const;
mkvparser.cpp     [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/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp     [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 155 receivedCmd_l(IStreamListener::EOS);
156 // EOS has no associated data
  /external/chromium_org/v8/src/
preparser.cc 521 tok != Token::EOS) {
539 tok != Token::EOS) {
566 tok != Token::EOS) {
preparser.h 292 tok == Token::EOS) {
    [all...]
parser.cc 895 ParseSourceElements(body, Token::EOS, info->is_eval(), true, &ok);
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 92 bool eos() const;
274 bool BlockIterator::eos() const { function in class:android::BlockIterator
275 return mCluster == NULL || mCluster->EOS();
325 CHECK(!nextCluster->EOS());
356 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
378 } while (!eos() && block()->GetTrackNumber() != mTrackNum);
462 CHECK(!mCluster->EOS());
471 if (eos()) break;
487 CHECK(!eos());
526 if (mBlockIter.eos()) {
    [all...]
  /external/mksh/src/
exec.c 97 ccp[0] == CHAR && ccp[1] == '=' && ccp[2] == EOS &&
118 *dp = EOS;
    [all...]
lex.c 285 *wp = EOS;
791 *wp = EOS;
1013 *wp++ = EOS;
1043 if (c != EOS)
1094 /* prevent infinite recursion at EOS */
    [all...]
var.c 1015 return (p != s && p[0] == EOS);
    [all...]
sh.h     [all...]
edit.c 393 if (*cp != EOS) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java 319 * Queue some frames with an EOS on the last one. Test that we have decoded as many
320 * frames as we queued. This tests the EOS handling of the codec to see if all queued
331 new Step("testing early EOS at " + queuedFrames, this, c) {
343 Log.w(TAG, "Did not receive EOS -- negating frame count");
375 new Step("testing EOS & flush before seek - init", this, c) {
384 new Step("testing EOS & flush before seeking after " + queuedFrames +
408 new Step("testing EOS & flush before seek - finally", this, c) {
531 warn("did not receive EOS, received " + frames + " frames");
533 warn("received EOS, received " + (-frames) + " frames");
564 * Queue EOS shortly after a dynamic resolution change. Test that all frames wer
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 649 milliseconds

12