Home
last modified time | relevance | path

Searched defs:lines (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/third_party/python/Doc/tools/
Drstlint.py68 def check_syntax(fn, lines): argument
82 def check_suspicious_constructs(fn, lines): argument
97 def check_whitespace(fn, lines): argument
109 def check_line_length(fn, lines): argument
123 def check_leaked_markup(fn, lines): argument
132 def hide_literal_blocks(lines): argument
164 def hide_comments(lines): argument
186 def check_missing_surrogate_space_on_plural(fn, lines): argument
/third_party/json/test/thirdparty/imapdl/
Dfilterbr.py7 def skip_comments(lines): argument
36 def cond_lines(lines): argument
83 def filter_lcov_trace(lines): argument
/third_party/libphonenumber/tools/java/cpp-build/test/com/google/i18n/phonenumbers/
DCppMetadataGeneratorTest.java66 Iterator<String> lines = toLines(writer.toString()).iterator(); in outputHeaderFile() local
85 Iterator<String> lines = toLines(writer.toString()).iterator(); in outputSourceFile() local
100 List<String> lines = new ArrayList<String>(); in toLines() local
/third_party/parse5/test/utils/
Dgenerate-location-info-parser-tests.js29 function assertLocation(loc, expected, html, lines) { argument
46 function assertStartTagLocation(location, serializedNode, html, lines) { argument
54 function assertEndTagLocation(location, serializedNode, html, lines) { argument
61 function assertAttrsLocation(location, serializedNode, html, lines) { argument
69 function assertNodeLocation(location, serializedNode, html, lines) { argument
/third_party/cef/tools/yapf/yapf/yapflib/
Dline_joiner.py42 def CanMergeMultipleLines(lines, last_was_merged=False): argument
85 def _CanMergeLineIntoIfStatement(lines, limit): argument
Dyapf_api.py56 lines=None, argument
106 lines=None, argument
208 def _MarkLinesToFormat(uwlines, lines): argument
/third_party/flutter/skia/infra/bots/buildstats/
Dbuildstats_flutter.py99 def print_skia_lines_file_symbol(lines): argument
137 def print_skia_lines_symbol_file(lines): argument
/third_party/skia/infra/bots/buildstats/
Dbuildstats_flutter.py101 def print_skia_lines_file_symbol(lines): argument
139 def print_skia_lines_symbol_file(lines): argument
/third_party/typescript/tests/baselines/reference/
DinstantiateContextuallyTypedGenericThis.js9 let lines: string[]; variable
17 var lines; variable
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
Dcdoc.py54 def __init__(self, lines): argument
84 def readline_multi(lines, line): argument
96 def readline_delim(lines, delim): argument
110 def process_block(lines): argument
/third_party/python/Tools/msi/
Dmake_appx.ps155 $lines = gc _resources.map.txt variable
56 … $lines | ?{ -not ($_ -match '"_resources[\w\.]+?"') } | Out-File _resources.map.txt -Encoding utf8 variable
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_archrast.py28 def parse_event_fields(lines, idx, event_dict): argument
67 def parse_enums(lines, idx, event_dict): argument
/third_party/boost/libs/histogram/tools/
Dadd_boilerplate.py38 lines = content.split("\n") variable
46lines = lines[:end] + ["", "#ifndef " + guard_name, "#define " + guard_name, ""] + lines[start:] variable
/third_party/alsa-utils/alsamixer/
Dtextbox.c42 const char *lines[2]; in show_error() local
56 const char *lines[2]; in show_alsa_error() local
74 const char **lines; in show_textfile() local
104 void show_text(const char *const *lines, unsigned int count, const char *title) in show_text()
318 static void create_text_box(const char *const *lines, unsigned int count, in create_text_box()
/third_party/node/test/report/
Dtest-report-fatal-error.js77 const lines = fs.readFileSync(report, 'utf8').split('\n').length - 1; constant
95 const lines = fs.readFileSync(report, 'utf8').split('\n').length - 1; constant
115 const lines = child.stderr.split('\n'); constant
/third_party/cef/tools/yapf/yapf/
D__init__.py193 lines, argument
241 lines, argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/model/
DCommentsSchemaTest.java141 private Comment comment(Anchor a, String... lines) { in comment()
153 private static ImmutableList<Comment> importCsv(String... lines) in importCsv()
/third_party/openssl/crypto/ts/
Dts_rsp_print.c73 int i, lines = 0; in TS_STATUS_INFO_print_bio() local
105 int lines = 0; in ts_status_map_print() local
/third_party/libevdev/libevdev/
Dmake-event-names.py209 def parse(lines): argument
229 lines = chain(*[open(f).readlines() for f in sys.argv[1:]]) variable
/third_party/typescript/src/testRunner/unittests/tsserver/
DversionCache.ts33 const { lines } = server.LineIndex.linesFromText(testContent); constant
83 let lines: string[]; variable
193 let lines: string[]; variable
/third_party/vk-gl-cts/scripts/khr_util/
Dformat.py49 def indentLines (lines): argument
90 def writeLines (filename, lines): argument
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
DCsvParserTest.java165 private static List<List<String>> parse(CsvParser parser, String... lines) { in parse()
172 CsvParser p, RowMapper mapper, String... lines) { in parseMap()
/third_party/node/test/parallel/
Dtest-events-uncaught-exception-stack.js9 const lines = err.stack.split('\n'); constant
/third_party/boost/libs/geometry/doc/src/examples/geometries/register/
Dmulti_linestring.cpp31 std::deque<linestring_type> lines(2); in BOOST_GEOMETRY_REGISTER_MULTI_LINESTRING() local
/third_party/typescript/tests/cases/compiler/
DinstantiateContextuallyTypedGenericThis.ts8 let lines: string[]; variable

12345678910>>...16