HomeSort by relevance Sort by last modified time
    Searched defs:EOS (Results 1 - 25 of 25) 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/media/libmedia/include/media/
IStreamSource.h 51 EOS,
  /external/pdfium/xfa/fde/css/
cfde_csssyntaxparser.h 28 EOS,
  /external/skia/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.25/libiberty/
argv.c 43 #ifndef EOS
44 #define EOS '\0'
127 while (*input != EOS && ISSPACE (*input))
130 return (*input == EOS);
213 while (*input != EOS)
270 *arg = EOS;
277 while (*input != EOS);
308 while (*arg != EOS)
  /external/icu/icu4c/source/i18n/
collationfastlatin.h 170 static const uint32_t EOS = 2; // end of string
  /frameworks/base/services/core/java/com/android/server/net/
IpConfigStore.java 61 protected static final String EOS = "eos";
161 out.writeUTF(EOS);
273 } else if (key.equals(EOS)) {
  /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/openssh/openbsd-compat/
glob.c 84 #define EOS '\0'
208 while (bufnext < bufend && (c = *patnext++) != EOS)
212 while (bufnext < bufend && (c = *patnext++) != EOS)
214 if ((c = *patnext++) == EOS) {
222 *bufnext = EOS;
241 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS)
268 *lm = EOS;
275 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
277 if (*pe == EOS) {
293 if (i != 0 || *pe == EOS)
    [all...]
  /external/pdfium/xfa/fxfa/app/
cxfa_textparser.cpp 33 EOS,
  /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...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 885 milliseconds