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

1 2

  /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/media/libmedia/include/media/
IStreamSource.h 51 EOS,
  /external/pdfium/core/fxcrt/css/
cfx_csssyntaxparser.h 30 EOS,
  /external/skia/experimental/svg/model/
SkPEG.h 203 struct EOS {
  /external/skqp/experimental/svg/model/
SkPEG.h 203 struct 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)
  /toolchain/binutils/binutils-2.27/libiberty/
argv.c 43 #ifndef EOS
44 #define EOS '\0'
123 while (*input != EOS && ISSPACE (*input))
126 return (*input == EOS);
209 while (*input != EOS)
266 *arg = EOS;
273 while (*input != EOS);
304 while (*arg != EOS)
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 170 static const uint32_t EOS = 2; // end of string
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 114 #define EOS '\0'
210 while (bufnext < bufend && (c = *patnext++) != EOS)
214 while (bufnext < bufend && (c = *patnext++) != EOS)
216 if ((c = *patnext++) == EOS) {
225 *bufnext = EOS;
248 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
287 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
289 if (*pe == EOS) {
306 if (i != 0 || *pe == EOS) {
319 for (pl = pm++; *pm != RBRACKET && *pm != EOS; pm++)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationFastLatin.java 166 static final int EOS = 2; // end of string
311 leftPair = EOS;
347 rightPair = EOS;
382 if(leftPair == EOS) { break; }
392 if(leftPair == EOS) { break; }
408 leftPair = EOS;
437 rightPair = EOS;
465 if(leftPair == EOS) { break; }
479 if(leftPair == EOS) { break; }
492 leftPair = EOS;
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationFastLatin.java 162 static final int EOS = 2; // end of string
307 leftPair = EOS;
343 rightPair = EOS;
378 if(leftPair == EOS) { break; }
388 if(leftPair == EOS) { break; }
404 leftPair = EOS;
433 rightPair = EOS;
461 if(leftPair == EOS) { break; }
475 if(leftPair == EOS) { break; }
488 leftPair = EOS;
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_textparser.cpp 36 EOS,
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 61 protected static final String EOS = "eos";
170 out.writeUTF(EOS);
335 } else if (key.equals(EOS)) {
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 117 #define EOS L'\0'
255 *bufnext = EOS;
270 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) {
327 *lm = EOS;
331 for (i = 0, pe = ++ptr; *pe != EOS; pe++)
334 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
336 if (*pe == EOS) {
353 if (i != 0 || *pe == EOS)
360 for (pm1 = pm++; *pm != RBRACKET && *pm != EOS; pm++)
362 if (*pm == EOS) {
    [all...]
  /external/scapy/scapy/contrib/
http2.py 673 class EOS(object):
689 EOS)
693 # type: (Union[None, HuffmanNode, EOS, str], Union[None, HuffmanNode, EOS, str]) -> None
698 # type: (int) -> Union[None, HuffmanNode, EOS, str]
702 # type: (int, Union[None, HuffmanNode, EOS, str]) -> None
    [all...]
  /external/ipsec-tools/src/racoon/
cfparse.h 200 EOS = 416,
365 #define EOS 416
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.h 129 bool EOS() const { return (GetKind() == kBlockEOS); }
986 bool EOS() const;
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 129 bool EOS() const { return (GetKind() == kBlockEOS); }
953 bool EOS() const;
mkvparser.cc     [all...]
  /external/mksh/src/
sh.h     [all...]
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
rt.jar 

Completed in 1136 milliseconds

1 2