Home
last modified time | relevance | path

Searched defs:lines (Results 76 - 100 of 455) sorted by relevance

12345678910>>...19

/third_party/icu/tools/colprobe/
H A Dsortedlines.h26 Line *lines; member in SortedLines
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
H A DRegexTransformer.java46 fromConfigLines( List<String> lines, NamedFunction... functions) fromConfigLines() argument
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dasm.py380 lines = args.infile.read().strip().split('\n') variable
381 lines = [l for l in lines if len(l) > 0 and l[0] != '#'] variable
/third_party/mesa3d/src/util/
H A Dlog.c151 _mesa_log_multiline(enum mesa_log_level level, const char *tag, const char *lines) in _mesa_log_multiline() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dsorttest.c112 printLines(const Line *lines) { in printLines() argument
139 Line *lines, *p; in StableSortTest() local
[all...]
/third_party/lz4/contrib/gen_manual/
H A Dgen_manual.cpp109 vector<string> input, lines, comments, chapters; in main() local
[all...]
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/
H A DDigitSequenceMatcherTest.java171 private static RangeTree ranges(String... lines) { in ranges() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/
H A DMatcherCompilerTest.java141 private static RangeTree ranges(String... lines) { in ranges() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
H A DCommentsSchemaTest.java141 private Comment comment(Anchor a, String... lines) { in comment() argument
153 private static ImmutableList<Comment> importCsv(String... lines) in importCsv() argument
H A DAltFormatsSchemaTest.java107 private static ImmutableList<AltFormatSpec> importCsv(String... lines) in importCsv() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/regex/
H A DRegexGeneratorTest.java188 private static void assertRegex(RegexGenerator generator, RangeTree dfa, String... lines) { in assertRegex() argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvParserTest.java165 private static List<List<String>> parse(CsvParser parser, String... lines) { in parse() argument
171 parseMap( CsvParser p, RowMapper mapper, String... lines) parseMap() argument
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dir_loader_test.cpp244 auto& lines = def_use_mgr->GetDef(check.id)->dbg_line_insts(); in TEST() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp64 std::vector<std::string> lines; in fixupAsmFile() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dir_loader_test.cpp244 auto& lines = def_use_mgr->GetDef(check.id)->dbg_line_insts(); in TEST() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DCompilationMessages.cpp71 const std::vector<std::string>& lines = diagnostic.source.file_content->lines; in AddMessage() local
/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_plugin_unittest.cc146 std::vector<std::string> lines = Split(output, "\n"); in TEST() local
/third_party/protobuf/src/google/protobuf/compiler/csharp/
H A Dcsharp_doc_comment.cc59 std::vector<string> lines; in WriteDocCommentBodyImpl() local
/third_party/rust/crates/syn/benches/
H A Drust.rs154 let mut lines = 0; in main() variables
/third_party/spirv-tools/test/opt/
H A Dir_loader_test.cpp243 auto& lines = def_use_mgr->GetDef(check.id)->dbg_line_insts(); in TEST() local
/third_party/vk-gl-cts/scripts/
H A Dconvert_case_list_to_xml.py72 lines = open(packageName + ".cases").readlines() variable
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() local
H A Dscanresults.cpp80 QStringList lines = bss.split(QRegExp("\\n")); in updateResults() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp79 QStringList lines = ifaces.split(QRegExp("\\n")); in addInterfaces() local
H A Dscanresults.cpp80 QStringList lines = bss.split(QRegExp("\\n")); in updateResults() local

Completed in 12 milliseconds

12345678910>>...19