Home
last modified time | relevance | path

Searched refs:EOS (Results 1 – 25 of 77) sorted by relevance

1234

/external/ipsec-tools/src/racoon/
Dcfparse.y242 %token EOS BOC EOC COMMA
300 EOS
301 | USER NUMBER { lcconf->uid = $2; } EOS
312 EOS
313 | GROUP NUMBER { lcconf->gid = $2; } EOS
314 | CHROOT QUOTEDSTRING { lcconf->chroot = $2->v; } EOS
335 EOS
340 : COMPLEX_BUNDLE SWITCH { lcconf->complex_bundle = $2; } EOS
345 : INCLUDE QUOTEDSTRING EOS
359 : GSS_ID_ENC GSS_ID_ENCTYPE EOS
[all …]
Dcfparse.h200 EOS = 416, enumerator
365 #define EOS 416 macro
/external/openssh/openbsd-compat/
Dglob.c85 #define EOS '\0' macro
209 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
213 while (bufnext < bufend && (c = *patnext++) != EOS) in glob()
215 if ((c = *patnext++) == EOS) { in glob()
223 *bufnext = EOS; in glob()
242 if (pattern[0] == LBRACE && pattern[1] == RBRACE && pattern[2] == EOS) in globexp1()
269 *lm = EOS; in globexp2()
276 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2()
278 if (*pe == EOS) { in globexp2()
294 if (i != 0 || *pe == EOS) in globexp2()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.cpp134 leftPair = EOS; in compareUTF16()
165 rightPair = EOS; in compareUTF16()
195 if(leftPair == EOS) { break; } in compareUTF16()
205 if(leftPair == EOS) { break; } in compareUTF16()
221 leftPair = EOS; in compareUTF16()
246 rightPair = EOS; in compareUTF16()
270 if(leftPair == EOS) { break; } in compareUTF16()
284 if(leftPair == EOS) { break; } in compareUTF16()
297 leftPair = EOS; in compareUTF16()
310 rightPair = EOS; in compareUTF16()
[all …]
Dcollationfastlatin.h170 static const uint32_t EOS = 2; // end of string variable
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java162 static final int EOS = 2; // end of string field in CollationFastLatin
307 leftPair = EOS; in compareUTF16()
343 rightPair = EOS; in compareUTF16()
378 if(leftPair == EOS) { break; } in compareUTF16()
388 if(leftPair == EOS) { break; } in compareUTF16()
404 leftPair = EOS; in compareUTF16()
433 rightPair = EOS; in compareUTF16()
461 if(leftPair == EOS) { break; } in compareUTF16()
475 if(leftPair == EOS) { break; } in compareUTF16()
488 leftPair = EOS; in compareUTF16()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatin.java166 static final int EOS = 2; // end of string field in CollationFastLatin
311 leftPair = EOS; in compareUTF16()
347 rightPair = EOS; in compareUTF16()
382 if(leftPair == EOS) { break; } in compareUTF16()
392 if(leftPair == EOS) { break; } in compareUTF16()
408 leftPair = EOS; in compareUTF16()
437 rightPair = EOS; in compareUTF16()
465 if(leftPair == EOS) { break; } in compareUTF16()
479 if(leftPair == EOS) { break; } in compareUTF16()
492 leftPair = EOS; in compareUTF16()
[all …]
/external/skqp/tests/
DSkPEGTest.cpp55 const auto match = EOS::Match(gTests[i].fInput); in test_EOS()
165 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X"))); in test_Seq()
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x"))); in test_Seq()
167 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX"))); in test_Seq()
168 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("XX"))); in test_Seq()
169 REPORTER_ASSERT(r, (Seq<LIT<'X'>, Seq<LIT<'X'>, EOS>>::Match("XX"))); in test_Seq()
170 REPORTER_ASSERT(r, (Seq<LIT<'X'>, Seq<LIT<'X'>, EOS>>::Match("XX"))); in test_Seq()
172 REPORTER_ASSERT(r, !(Seq<LIT<'F', 'o', 'o'>, EOS>::Match("FooBar"))); in test_Seq()
173 REPORTER_ASSERT(r, (Seq<LIT<'F', 'o', 'o'>, EOS>::Match("Foo"))); in test_Seq()
257 EOS>; in test_Complex()
[all …]
/external/skia/tests/
DSkPEGTest.cpp55 const auto match = EOS::Match(gTests[i].fInput); in test_EOS()
165 REPORTER_ASSERT(r, (Seq<LIT<'X'>, EOS>::Match("X"))); in test_Seq()
166 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("x"))); in test_Seq()
167 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("xX"))); in test_Seq()
168 REPORTER_ASSERT(r, !(Seq<LIT<'X'>, EOS>::Match("XX"))); in test_Seq()
169 REPORTER_ASSERT(r, (Seq<LIT<'X'>, Seq<LIT<'X'>, EOS>>::Match("XX"))); in test_Seq()
170 REPORTER_ASSERT(r, (Seq<LIT<'X'>, Seq<LIT<'X'>, EOS>>::Match("XX"))); in test_Seq()
172 REPORTER_ASSERT(r, !(Seq<LIT<'F', 'o', 'o'>, EOS>::Match("FooBar"))); in test_Seq()
173 REPORTER_ASSERT(r, (Seq<LIT<'F', 'o', 'o'>, EOS>::Match("Foo"))); in test_Seq()
257 EOS>; in test_Complex()
[all …]
/external/mksh/src/
Dsyn.c178 static const char IONDELIM_delim[] = { CHAR, '<', CHAR, '<', EOS };
225 *cp = EOS; in synio()
251 CHAR, 'l', CHAR, 't', CHAR, 'i', CHAR, 'n', EOS
254 CHAR, 'l', CHAR, 'e', CHAR, 't', EOS
257 CHAR, 's', CHAR, 'e', CHAR, 't', EOS
260 CHAR, '-', CHAR, 'A', EOS
263 CHAR, '-', CHAR, '-', EOS
348 tcp[wdscan(tcp, EOS) - tcp - 3] = EOS; in get_command()
747 tv[2] = EOS; in function_body()
967 static const char dbtest_or[] = { CHAR, '|', CHAR, '|', EOS };
[all …]
Dtree.c74 ccp[0] == CHAR && ((ccp[1] == '=' && ccp[2] == EOS) || in ptree()
76 ccp[3] == '=' && ccp[4] == EOS))) { in ptree()
329 case EOS: in wdvarput()
600 len = wdscan(wp, EOS) - wp; in wdcopy()
612 case EOS: in wdscan()
842 case EOS: in dumpwdvar_i()
Deval.c288 case EOS: in expand()
399 if (end < wdscan(beg, EOS)) in expand()
400 *end = EOS; in expand()
458 mid[-2] = EOS; in expand()
468 end[-2] = EOS; in expand()
508 p[-2] = EOS; in expand()
512 d[-2] = EOS; in expand()
1778 r = (p[0] == EOS || p[0] == CHAR || p[0] == CSUBST) ? in maybe_expand_tilde()
Dlex.c285 *wp = EOS; in yylex()
793 *wp = EOS; in yylex()
1017 *wp++ = EOS; in yylex()
1037 if (c != EOS) in yylex()
/external/pdfium/core/fxcrt/css/
Dcfx_cssstylesheet.cpp116 case CFX_CSSSyntaxStatus::EOS: in LoadStyleRule()
117 return CFX_CSSSyntaxStatus::EOS; in LoadStyleRule()
134 case CFX_CSSSyntaxStatus::EOS: in SkipRuleSet()
Dcfx_csssyntaxparser.h30 EOS, enumerator
Dcfx_csssyntaxparser.cpp54 m_eStatus = CFX_CSSSyntaxStatus::EOS; in DoSyntaxParse()
/external/libvpx/libvpx/
Dwebmdec.cc143 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()
145 if (cluster == NULL || cluster->EOS()) { in webm_read_frame()
157 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()
/external/libaom/libaom/common/
Dwebmdec.cc144 } else if (block_entry_eos || block_entry->EOS()) { in webm_read_frame()
146 if (cluster == NULL || cluster->EOS()) { in webm_read_frame()
158 if (block_entry == NULL || block_entry->EOS()) { in webm_read_frame()
/external/pdfium/testing/libfuzzer/
Dpdf_css_fuzzer.cc26 status != CFX_CSSSyntaxStatus::EOS); in LLVMFuzzerTestOneInput()
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.cs73 EOS, enumerator
253 bool eos = parser[(int)Key.EOS].ThereIs || stdInMode; in Main2()
/external/u-boot/arch/x86/include/asm/arch-broadwell/
Dpm.h54 #define EOS (1 << 1) macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp1217 raw_string_ostream EOS(ExportsNameBuffer); in dumpSymbolNamesFromObject() local
1341 EOS << Entry.name(); in dumpSymbolNamesFromObject()
1342 EOS << '\0'; in dumpSymbolNamesFromObject()
1352 EOS << Entry.name(); in dumpSymbolNamesFromObject()
1354 EOS << Entry.otherName(); in dumpSymbolNamesFromObject()
1355 EOS << '\0'; in dumpSymbolNamesFromObject()
1385 EOS << Entry.name(); in dumpSymbolNamesFromObject()
1387 EOS << Entry.otherName(); in dumpSymbolNamesFromObject()
1388 EOS << '\0'; in dumpSymbolNamesFromObject()
1397 EOS.flush(); in dumpSymbolNamesFromObject()
/external/scapy/scapy/contrib/
Dhttp2.py673 class EOS(object): class
1002 if isinstance(c, EOS):
1027 val, bl = cls._huffman_encode_char(EOS())
1070 elif isinstance(elmt, EOS):
1161 parent[b] = chb(i) if i < 256 else EOS()
/external/u-boot/arch/x86/include/asm/arch-ivybridge/
Dpch.h366 #define EOS (1 << 1) /* End of SMI (deassert SMI#) */ macro
/external/skia/experimental/svg/model/
DSkPEG.h203 struct EOS {

1234