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

  /frameworks/av/include/media/
IStreamSource.h 51 EOS,
  /external/chromium_org/media/filters/
fake_demuxer_stream_unittest.cc 42 EOS,
80 case EOS:
150 ReadAndExpect(EOS);
155 // Will always get EOS after we hit EOS.
156 ReadAndExpect(EOS);
207 SatisfyReadAndExpect(EOS);
244 ReadAndExpect(EOS);
fake_video_decoder_unittest.cc 75 EOS
100 case 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/openssh/openbsd-compat/
glob.c 83 #define EOS '\0'
195 while (bufnext < bufend && (c = *patnext++) != EOS)
199 while (bufnext < bufend && (c = *patnext++) != EOS)
201 if ((c = *patnext++) == EOS) {
209 *bufnext = EOS;
228 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
255 *lm = EOS;
262 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
264 if (*pe == EOS) {
280 if (i != 0 || *pe == EOS)
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 200 EOS = 416,
365 #define EOS 416
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfigStore.java 82 * <netA_key1><netA_value1><netA_key2><netA_value2>...<EOS>
83 * <netB_key1><netB_value1><netB_key2><netB_value2>...<EOS>
87 * be in any order. A EOS at the end of a set of (key, value) pairs
156 private static final String EOS = "eos";
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 263 milliseconds