Home
last modified time | relevance | path

Searched refs:Plain (Results 1 – 25 of 68) sorted by relevance

123

/third_party/python/Tools/peg_generator/pegen/
Dgrammar.py292 def __init__(self, node: Plain): argument
298 def __iter__(self) -> Iterator[Plain]:
309 def __init__(self, node: Plain, sign: str): argument
316 def __iter__(self) -> Iterator[Plain]:
327 def __init__(self, node: Plain): argument
335 def __init__(self, node: Plain): argument
370 def __init__(self, node: Plain): argument
378 def __iter__(self) -> Iterator[Plain]:
418 def __init__(self, separator: Plain, node: Plain): argument
478 Plain = Union[Leaf, Group] variable
[all …]
Dmetagrammar.gram20 Plain,
110 atom[Plain]:
Dparser_generator.py13 Plain,
120 def name_loop(self, node: Plain, is_repeat1: bool) -> str: argument
Dgrammar_parser.py26 Plain,
602 def atom(self) -> Optional[Plain]:
/third_party/PyYAML/examples/pygments-lexer/
Dyaml.py242 something(Literal.Scalar.Plain),
296 something(Literal.Scalar.Plain),
402 (r'[ ]+', Literal.Scalar.Plain),
405 Literal.Scalar.Plain),
419 (r'[ ]+', Literal.Scalar.Plain),
421 (r'[^ \t\n\r\f\v,:?\[\]{}]+', Literal.Scalar.Plain),
/third_party/parse5/test/data/parser-feedback/
Dtricky01.test42Plain\\n<p>I should not be red. <font color=red>Red. <i>Italic and red.</p>\\n<p>Italic and red. <…
43Plain\n<p>I should not be red. <font color=red>Red. <i>Italic and red.</p>\n<p>Italic and red. </i…
101 " Plain\n"
205 " Plain"
/third_party/googletest/googletest/src/hwext/
Dgtest-ext.cc57 case Plain: in findDefFor()
132 case Plain: in getLevel()
181 case Plain: in getTestFlags()
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-ext.h19 …:TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::Plain);\
45 Plain, Fixtured, Typed, PatternTyped, Parameterized enumerator
/third_party/ffmpeg/doc/
Dswscale.txt76 * Plain C 8-bit 4:2:2 YUV -> RGB converters using LUTs
77 * Plain C 17-bit 4:4:4 YUV -> RGB converters using multiplies
79 * Plain C 16-bit Y -> 16-bit gray
/third_party/curl/docs/
DFEATURES.md148 - authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (9), Kerberos 5
166 - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (9),
183 - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (9),
/third_party/PyYAML/tests/data/
Dspec-08-10.data11 - entry # Plain
/third_party/node/deps/base64/base64/
DREADME.md445 | Processor | Plain enc | Plain dec | SSSE3 enc | SSSE3 dec | AVX e…
466 | Processor | Plain enc | Plain dec | NEON32 enc | NEON32 dec | NEO…
475 | Processor | Plain enc | Plain dec |
483 …f 100 kB to 1 MB, leading to 12x faster AVX encoding/decoding compared to Plain, or a throughput o…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DWasm.h360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/third_party/skia/third_party/externals/spirv-cross/shaders/vulkan/rgen/
Dpayloads.nocompat.vk.rgen12 // Plain payload
Dpayloads.khr.spv14.nocompat.vk.rgen12 // Plain payload
/third_party/curl/docs/libcurl/opts/
DCURLOPT_SASL_IR.md33 * Plain
/third_party/python/Lib/test/test_email/data/
Dmsg_16.txt101 X-Converted-To-Plain-Text: from multipart/alternative by demime 0.98e
102 X-Converted-To-Plain-Text: Alternative section used was text/plain
/third_party/typescript/tests/baselines/reference/
DmixinIntersectionIsValidbaseType.symbols17 * Plain mixin where the superclass must be Initable
DmixinIntersectionIsValidbaseType.types13 * Plain mixin where the superclass must be Initable
/third_party/cups-filters/ppd/
DFuji_Xerox-DocuPrint_CM305_df-PDF.ppd125 *MediaType Plain/Plain: "@PJL SET MEDIATYPE=NORMAL<0A>"
DRicoh-PDF_Printer-PDF.ppd269 *DefaultMediaType: Plain
270 *MediaType Auto/Plain/Recycled: "@PJL SET MEDIATYPE=PLAINORRECYCLED<0A>"
271 *MediaType Plain/Plain: "@PJL SET MEDIATYPE=PLAIN<0A>"
/third_party/zlib/doc/
Dtxtvsbin.txt1 A Fast Method for Identifying Plain Text Files
/third_party/skia/third_party/externals/icu/source/data/translit/
Dcy_cy_FONIPA.txt87 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment
/third_party/icu/icu4c/source/data/translit/
Dcy_cy_FONIPA.txt87 [ɡŋ] {w} [rl] $vowel → W; # Plain or nasal mutation environment
/third_party/libwebsockets/READMEs/
DREADME.http-fallback.md57 ### Plain http flow

123