Home
last modified time | relevance | path

Searched defs:Parser (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/gn/src/gn/
Dparser_unittest.cc93 TEST(Parser, Literal) { in TEST() argument
98 TEST(Parser, BinaryOp) { in TEST() argument
117 TEST(Parser, FunctionCall) { in TEST() argument
130 TEST(Parser, ParenExpression) { in TEST() argument
148 TEST(Parser, OrderOfOperationsLeftAssociative) { in TEST() argument
159 TEST(Parser, OrderOfOperationsEqualityBoolean) { in TEST() argument
179 TEST(Parser, UnaryOp) { in TEST() argument
188 TEST(Parser, List) { in TEST() argument
214 TEST(Parser, Assignment) { in TEST() argument
224 TEST(Parser, Accessor) { in TEST() argument
[all …]
/third_party/ninja/src/
Dparser.h28 struct Parser { struct
29 Parser(State* state, FileReader* file_reader) in Parser() function
40 State* state_;
41 FileReader* file_reader_;
42 Lexer lexer_;
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_Method.ts3 class Parser { class
10 class Parser { class
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
Dmain.go383 type Parser struct { struct
384 rules []rule // a slice to store the rules extracted from the spec
385 firstSectionContainingRule int // the first section a rules is extracted from
386 lastSectionContainingRule int // the last section a rules is extracted form
397 func (p *Parser) getRules(node *html.Node) error {
440 func (p *Parser) getKeywordRule(node *html.Node, section int, subSection string) error {
507 func (p *Parser) getAlgorithmRule(node *html.Node, section int, subSection string) error {
549 func (p *Parser) getNowrapRule(node *html.Node, section int, subSection string) error {
809 func getUnimplementedTestPlan(p Parser, path string) error {
/third_party/boost/libs/msm/doc/PDF/examples/
DParsingDigits.cpp268 struct Parser struct
270 Parser():p(){p.start();} in Parser() argument
271 void new_char(char c) in new_char()
276 void finish_string(){p.process_event(eos());} in finish_string()
277 void reinit(){p.process_event(eos());} in reinit()
278 test_fsm::parsing p;
/third_party/boost/libs/msm/doc/HTML/examples/
DParsingDigits.cpp268 struct Parser struct
270 Parser():p(){p.start();} in Parser() argument
271 void new_char(char c) in new_char()
276 void finish_string(){p.process_event(eos());} in finish_string()
277 void reinit(){p.process_event(eos());} in reinit()
278 test_fsm::parsing p;
/third_party/ffmpeg/libavutil/
Deval.c43 typedef struct Parser { struct
58 } Parser; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DRemarkParser.cpp143 LLVMRemarkParserGetNext(LLVMRemarkParserRef Parser) { in LLVMRemarkParserGetNext()
164 extern "C" LLVMBool LLVMRemarkParserHasError(LLVMRemarkParserRef Parser) { in LLVMRemarkParserHasError()
169 LLVMRemarkParserGetErrorMessage(LLVMRemarkParserRef Parser) { in LLVMRemarkParserGetErrorMessage()
173 extern "C" void LLVMRemarkParserDispose(LLVMRemarkParserRef Parser) { in LLVMRemarkParserDispose()
/third_party/parse5/scripts/generate-parser-feedback-test/
Dindex.js4 const Parser = require('../../packages/parse5/lib/parser'); constant
57 Parser.prototype._processInputToken.call(this, token); class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp814 MipsOperand(KindTy K, MipsAsmParser &Parser) in MipsOperand()
876 MipsAsmParser &Parser) { in CreateReg()
1476 MipsAsmParser &Parser) { in CreateToken()
1489 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createNumericReg()
1498 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createGPRReg()
1506 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createFGRReg()
1514 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createHWRegsReg()
1522 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createFCCReg()
1530 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createACCReg()
1538 SMLoc S, SMLoc E, MipsAsmParser &Parser) { in createMSA128Reg()
[all …]
/third_party/boost/libs/context/example/fiber/
Dparser.cpp26 class Parser{ class
43 Parser(std::istream& is_,std::function<void(char)> cb_) : in Parser() function in Parser
/third_party/boost/libs/context/example/callcc/
Dparser.cpp26 class Parser{ class
43 Parser(std::istream& is_,std::function<void(char)> cb_) : in Parser() function in Parser
/third_party/boost/libs/coroutine2/example/
Dparser.cpp30 class Parser{ class
47 Parser(std::istream& is_,std::function<void(char)> cb_) : in Parser() function in Parser
/third_party/python/Tools/peg_generator/pegen/
Dtestutil.py39 def run_parser(file: IO[bytes], parser_class: Type[Parser], *, verbose: bool = False) -> Any:
50 source: str, parser_class: Type[Parser], *, dedent: bool = True, verbose: bool = False
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DMain.cpp65 static int createDependencyFile(const TGParser &Parser, const char *argv0) { in createDependencyFile()
100 TGParser Parser(SrcMgr, MacroNames, Records); in TableGenMain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DMCAsmParserExtension.cpp17 void MCAsmParserExtension::Initialize(MCAsmParser &Parser) { in Initialize()
/third_party/parse5/packages/parse5/test/
Dparser.test.js5 const Parser = require('../lib/parser'); constant
26 Parser.prototype.parseFragment = function(html, fragmentContext) { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp86 MCAsmParser &Parser = getParser(); in consumeToken() local
847 MCAsmParser &Parser = getParser(); in Error() local
1014 X86AsmParser(const MCSubtargetInfo &sti, MCAsmParser &Parser, in X86AsmParser()
1134 MCAsmParser &Parser = getParser(); in ParseRegister() local
1498 MCAsmParser &Parser = getParser(); in ParseIntelExpression() local
1690 MCAsmParser &Parser = getParser(); in ParseIntelInlineAsmIdentifier() local
1741 MCAsmParser &Parser = getParser(); in ParseRoundingModeOp() local
1849 MCAsmParser &Parser = getParser(); in ParseIntelInlineAsmOperator() local
1904 MCAsmParser &Parser = getParser(); in ParseIntelOperand() local
2019 MCAsmParser &Parser = getParser(); in ParseATTOperand() local
[all …]
/third_party/node/deps/npm/node_modules/jsonparse/test/
Dunvalid.js2 var Parser = require('../'); variable
Dsurrogate.js2 var Parser = require('../'); variable
/third_party/grpc/examples/cpp/route_guide/
Dhelper.cc66 class Parser { class
68 explicit Parser(const std::string& db) : db_(db) { in Parser() function in routeguide::Parser
/third_party/node/deps/npm/node_modules/jsonparse/
Dbench.js2 Parser = require('./jsonparse'); variable
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs268 public static pb::MessageParser<TestMessageWithCustomOptions> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.TestMessageWithCustomOptions
521 public static pb::MessageParser<CustomOptionFooRequest> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionFooRequest
657 public static pb::MessageParser<CustomOptionFooResponse> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionFooResponse
793 public static pb::MessageParser<CustomOptionFooClientMessage> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionFooClientMessage
929 public static pb::MessageParser<CustomOptionFooServerMessage> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionFooServerMessage
1065 public static pb::MessageParser<DummyMessageContainingEnum> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.DummyMessageContainingEnum
1214 …public static pb::MessageParser<DummyMessageInvalidAsOptionType> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.DummyMessageInvalidAsOptionType
1350 public static pb::MessageParser<CustomOptionMinIntegerValues> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionMinIntegerValues
1486 public static pb::MessageParser<CustomOptionMaxIntegerValues> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionMaxIntegerValues
1622 public static pb::MessageParser<CustomOptionOtherValues> Parser { get { return _parser; } } property in UnitTest.Issues.TestProtos.CustomOptionOtherValues
[all …]
/third_party/node/deps/npm/node_modules/JSONStream/test/
Dparsejson.js8 , Parser = require('jsonparse') variable
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs68 public static pb::MessageParser<DoubleValue> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.DoubleValue
248 public static pb::MessageParser<FloatValue> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.FloatValue
428 public static pb::MessageParser<Int64Value> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.Int64Value
608 public static pb::MessageParser<UInt64Value> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.UInt64Value
788 public static pb::MessageParser<Int32Value> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.Int32Value
968 public static pb::MessageParser<UInt32Value> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.UInt32Value
1148 public static pb::MessageParser<BoolValue> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.BoolValue
1328 public static pb::MessageParser<StringValue> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.StringValue
1508 public static pb::MessageParser<BytesValue> Parser { get { return _parser; } } property in Google.Protobuf.WellKnownTypes.BytesValue

12345678