Searched defs:EOS (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/media/filters/
H A Dfake_demuxer_stream_unittest.cc42 EOS, enumerator in enum:media::FakeDemuxerStreamTest::ReadResult
80 case EOS:
150 ReadAndExpect(EOS);
155 // Will always get EOS after we hit EOS.
156 ReadAndExpect(EOS);
207 SatisfyReadAndExpect(EOS);
244 ReadAndExpect(EOS);
H A Dfake_video_decoder_unittest.cc75 EOS enumerator in enum:media::FakeVideoDecoderTest::CallbackResult
100 case EOS:
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaAlone.cs73 EOS, enumerator in enum:SevenZip.LzmaAlone.Key
140 kSwitchForms[sw++] = new SwitchForm("EOS", SwitchType.Simple, false);
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode;
/external/openssh/openbsd-compat/
H A Dglob.c83 #define EOS '\0' macro
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/
H A Dcfparse.h200 EOS = 416, enumerator in enum:yytokentype
365 #define EOS 416 macro
/external/mksh/src/
H A Dsh.h1315 #define EOS 0 /* end of string */ macro

Completed in 2062 milliseconds