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

  /frameworks/av/include/media/
IStreamSource.h 42 EOS,
  /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 73 * <netA_key1><netA_value1><netA_key2><netA_value2>...<EOS>
74 * <netB_key1><netB_value1><netB_key2><netB_value2>...<EOS>
78 * be in any order. A EOS at the end of a set of (key, value) pairs
143 private static final String EOS = "eos";
806 out.writeUTF(EOS);
    [all...]
  /external/mksh/src/
sh.h     [all...]

Completed in 243 milliseconds