/third_party/python/Tools/peg_generator/pegen/ |
H A D | grammar.py | 214 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 D | parser_generator.py | 34 Plain, 177 def artificial_rule_from_repeat(self, node: Plain, is_repeat1: bool) -> str:
|
H A D | grammar_parser.py | 29 Plain, 492 def atom(self) -> Optional[Plain]:
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 242 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 D | gtest-ext.cc | 57 case Plain:
in findDefFor() 132 case Plain:
in getLevel() 181 case Plain:
in getTestFlags()
|
/third_party/googletest/googletest/include/gtest/hwext/ |
H A D | gtest-ext.h | 19 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 D | Wasm.h | 360 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 100 Plain text here...
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/ |
H A D | Preprocess.pm | 100 Plain text here...
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | instruction.h | 1219 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 D | WasmObjectWriter.cpp | 63 enum { Plain, Empty, Tombstone } State = Plain; enumerator
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 1525 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 D | texinfo.tex | 2927 % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss.
|