HomeSort by relevance Sort by last modified time
    Searched defs:EOS (Results 1 - 9 of 9) sorted by null

  /frameworks/av/media/libstagefright/webm/
WebmFrame.cpp 39 const sp<WebmFrame> WebmFrame::EOS = new WebmFrame();
WebmFrame.h 40 static const sp<WebmFrame> EOS;
  /frameworks/av/include/media/
IStreamSource.h 51 EOS,
  /external/chromium_org/media/filters/
fake_demuxer_stream_unittest.cc 45 EOS,
86 case EOS:
145 ReadAndExpect(EOS);
150 // Will always get EOS after we hit EOS.
151 ReadAndExpect(EOS);
215 SatisfyReadAndExpect(EOS);
252 ReadAndExpect(EOS);
261 ReadAndExpect(EOS);
  /external/lzma/CS/7zip/Compress/LzmaAlone/
LzmaAlone.cs 73 EOS,
93 " -eos: write End Of Stream marker\n"
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false);
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
292 eos
299 if (eos || stdInMode)
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 168 static const uint32_t EOS = 2; // end of string
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 64 protected static final String EOS = "eos";
159 out.writeUTF(EOS);
258 } else if (key.equals(EOS)) {
  /external/ipsec-tools/src/racoon/
cfparse.h 200 EOS = 416,
365 #define EOS 416
  /external/mksh/src/
sh.h     [all...]

Completed in 254 milliseconds