Home
last modified time | relevance | path

Searched refs:parseLine (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/scripts/log/
H A Dlog_parser.py100 self.parseLine(line)
111 isNextResult = self.parseLine(next(file))
113 isNextResult = self.parseLine(next(file))
139 def parseLine (self, line): member in BatchResultParser
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java707 Matcher parseLine = Pattern.compile( in testConfData()
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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java704 Matcher parseLine = Pattern.compile( in testConfData()
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/icu4c/source/test/intltest/
H A Ditspoof.cpp376 RegexMatcher parseLine("(?m)^([0-9A-F]{4}[^#;]*?);([^#;]*?);([^#]*)", confusablesTxt, 0, status); in testConfData()
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/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DDirectiveParser.h51 void parseLine(Token *token);
H A 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/
H A DDirectiveParser.h58 void parseLine(Token *token);
H A 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/
H A DGPUTestExpectationsParser.h70 bool parseLine(const GPUTestConfig *config, const std::string &lineData, size_t lineNumber);
H A 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/
H A 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/
H A Dgencnval.c158 parseLine(const char *line);
376 parseLine(line); in parseFile()
422 parseLine(const char *line) { in parseLine() function

Completed in 17 milliseconds