Home
last modified time | relevance | path

Searched refs:parseLine (Results 1 – 16 of 16) sorted by relevance

/third_party/vk-gl-cts/scripts/log/
Dlog_parser.py100 self.parseLine(line)
111 isNextResult = self.parseLine(file.next())
113 isNextResult = self.parseLine(file.next())
139 def parseLine (self, line): member in BatchResultParser
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
DSpoofCheckerTest.java704 Matcher parseLine = Pattern.compile( in testConfData() local
713 parseLine.reset(inputLine); in testConfData()
714 if (!parseLine.matches()) { in testConfData()
719 if (parseLine.group(4) != null) { in testConfData()
722 String from = parseHex(parseLine.group(1)); in testConfData()
731 String rawExpected = parseHex(parseLine.group(2)); in testConfData()
738 errln("confusables.txt: " + lineNum + ": " + parseLine.group(0)); in testConfData()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
DSpoofCheckerTest.java707 Matcher parseLine = Pattern.compile( in testConfData() local
716 parseLine.reset(inputLine); in testConfData()
717 if (!parseLine.matches()) { in testConfData()
722 if (parseLine.group(4) != null) { in testConfData()
725 String from = parseHex(parseLine.group(1)); in testConfData()
734 String rawExpected = parseHex(parseLine.group(2)); in testConfData()
741 errln("confusables.txt: " + lineNum + ": " + parseLine.group(0)); in testConfData()
/third_party/icu/icu4c/source/test/intltest/
Ditspoof.cpp376 … RegexMatcher parseLine("(?m)^([0-9A-F]{4}[^#;]*?);([^#;]*?);([^#]*)", confusablesTxt, 0, status); in testConfData() local
378 while (parseLine.find()) { in testConfData()
379 UnicodeString from = parseHex(parseLine.group(1, status)); in testConfData()
387 UnicodeString rawExpected = parseHex(parseLine.group(2, status)); in testConfData()
393 UnicodeString tableType = parseLine.group(3, status); in testConfData()
410 errln(parseLine.group(0, status)); in testConfData()
/third_party/node/tools/
Dlicense2rtf.mjs48 this.parseLine(data + '');
54 this.parseLine(data + '');
83 parseLine(line) { method in ParagraphParser
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DDirectiveParser.h51 void parseLine(Token *token);
DDirectiveParser.cpp259 parseLine(token); in parseDirective()
815 void DirectiveParser::parseLine(Token *token) in parseLine() function in angle::pp::DirectiveParser
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DDirectiveParser.h58 void parseLine(Token *token);
DDirectiveParser.cpp326 parseLine(token); in parseDirective()
846 void DirectiveParser::parseLine(Token *token) in parseLine() function in pp::DirectiveParser
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
DGPUTestExpectationsParser.h70 bool parseLine(const GPUTestConfig *config, const std::string &lineData, size_t lineNumber);
DGPUTestExpectationsParser.cpp336 if (!parseLine(config, lines[i], i + 1)) in loadTestExpectationsImpl()
456 bool GPUTestExpectationsParser::parseLine(const GPUTestConfig *config, in parseLine() function in angle::GPUTestExpectationsParser
/third_party/icu/icu4c/source/tools/gencnval/
Dgencnval.c159 parseLine(const char *line);
377 parseLine(line); in parseFile()
423 parseLine(const char *line) { in parseLine() function
/third_party/skia/third_party/externals/icu/source/tools/gencnval/
Dgencnval.c158 parseLine(const char *line);
376 parseLine(line); in parseFile()
422 parseLine(const char *line) { in parseLine() function
/third_party/node/deps/v8/tools/
Dcsvparser.mjs89 parseLine(line) { method in CsvParser
Dlogreader.mjs244 const fields = this.csvParser_.parseLine(line);
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs12455 exports.transformList = exports.parseLine = exports.testLine = void 0;
12465 function parseLine(line) {
12486 exports.parseLine = parseLine;
12499 exports.transformList = exports.parseLine = exports.testLine = void 0;
12509 function parseLine(line) {
12559 exports.parseLine = parseLine;
12586 exports.parseMLSxDate = exports.transformList = exports.parseLine = exports.testLine = void 0;
12674 function parseLine(line) {
12697 exports.parseLine = parseLine;
12810 const files = lines.map(parser.parseLine).filter((info) => info !== void 0);