Home
last modified time | relevance | path

Searched refs:Plain (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Tools/peg_generator/pegen/
H A Dgrammar.py214 def __init__(self, node: Plain):
220 def __iter__(self) -> Iterator[Plain]:
225 def __init__(self, node: Plain, sign: str):
232 def __iter__(self) -> Iterator[Plain]:
237 def __init__(self, node: Plain):
245 def __init__(self, node: Plain):
274 def __init__(self, node: Plain):
278 def __iter__(self) -> Iterator[Plain]:
309 def __init__(self, separator: Plain, node: Plain)
357 Plain = Union[Leaf, Group] global() variable
[all...]
H A Dparser_generator.py34 Plain,
177 def artificial_rule_from_repeat(self, node: Plain, is_repeat1: bool) -> str:
H A Dgrammar_parser.py29 Plain,
492 def atom(self) -> Optional[Plain]:
/third_party/PyYAML/examples/pygments-lexer/
H A 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/googletest/googletest/src/hwext/
H A Dgtest-ext.cc57 case Plain: in findDefFor()
132 case Plain: in getLevel()
181 case Plain: in getTestFlags()
/third_party/googletest/googletest/include/gtest/hwext/
H A Dgtest-ext.h19 bool GTEST_TEST_UNIQUE_ID_(test_case_name, test_name, __LINE__) = testing::ext::TestDefManager::instance()->regist(#test_case_name, #test_name, test_flags, testing::ext::Plain);\
45 Plain, Fixtured, Typed, PatternTyped, Parameterized enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H A DWasm.h360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm100 Plain text here...
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm100 Plain text here...
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h1219 static StateValueDescriptor Plain(MachineType type) { in Plain() function in v8::internal::compiler::StateValueDescriptor
1347 fields_.push_back(StateValueDescriptor::Plain(type)); in PushPlain()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DWasmObjectWriter.cpp63 enum { Plain, Empty, Tombstone } State = Plain; enumerator
/third_party/python/Lib/test/
H A Dtest_enum.py1525 class Plain(Enum): class
1528 self.assertIs(Plain.vanilla._member_type_, object)
1529 self.assertIs(Plain._member_type_, object)
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex2927 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.

Completed in 27 milliseconds