Home
last modified time | relevance | path

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

12345678910>>...28

/external/turbine/javatests/com/google/turbine/options/
DTurbineOptionsTest.java46 String[] lines = { in exhaustiveArgs() local
104 String[] lines = { in strictJavaDepsArgs() local
128 String[] lines = { in classpathArgs() local
150 String[] lines = { in repeatedClasspath() local
172 String[] lines = { in optionalTargetLabel() local
201 String[] lines = { in paramsFile() local
217 String[] lines = { in escapedExternalRepositoryLabel() local
235 String[] lines = { in paramsFileExists() local
254 String[] lines = { in emptyParamsFiles() local
264 String[] lines = { in javacopts() local
[all …]
/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc47 vector<Module::Line> lines; in TEST() local
68 vector<Module::Line> lines; in TEST() local
128 vector<Module::Line> lines; in TEST() local
146 vector<Module::Line> lines; in TEST() local
164 vector<Module::Line> lines; in TEST() local
177 vector<Module::Line> lines; in TEST() local
190 vector<Module::Line> lines; in TEST() local
205 vector<Module::Line> lines; in TEST() local
221 vector<Module::Line> lines; in TEST() local
237 vector<Module::Line> lines; in TEST() local
[all …]
/external/caliper/caliper/src/test/java/com/google/caliper/bridge/
DLogMessageParserTest.java57 List<String> lines = Resources.readLines( in gcPatten_jdk6() local
65 List<String> lines = Resources.readLines( in gcPatten_jdk7() local
86 List<String> lines = Resources.readLines( in jitPattern_jdk6() local
94 List<String> lines = Resources.readLines( in jitPattern_jdk7() local
102 List<String> lines = Resources.readLines( in vmOptionPattern_jdk6() local
110 List<String> lines = Resources.readLines( in vmOptionPattern_jdk7() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DSourceTest.java38 List<Line> lines = s.getLines(); in should_parse_lines() local
52 List<Line> lines = s.getLines(); in should_parse_empty_lines() local
67 List<Line> lines = s.getLines(); in should_parse_crnl_separator() local
80 List<Line> lines = s.getLines(); in should_calculate_line_numbers() local
94 List<Line> lines = s.getLines(); in line_should_implement_toString() local
111 List<Line> lines = s.getLines(); in line_should_provide_corresponding_coverage() local
128 List<Line> lines = s.getLines(); in line_should_return_comment() local
/external/llvm-project/polly/test/
Dupdate_check.py26 def ltrim_emptylines(lines,meta=None): argument
33 def rtrim_emptylines(lines): argument
38 def trim_emptylines(lines): argument
59 def common_indent(lines): argument
70 def classyfier1(lines): argument
190 def classyfier2(lines): argument
422 def writelines(lines): argument
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py97 def parseScriptList(lines, featureMap=None): argument
147 def parseFeatureList(lines, lookupMap=None, featureMap=None): argument
176 def parseLookupFlags(lines): argument
208 def parseSingleSubst(lines, font, _lookupMap=None): argument
216 def parseMultiple(lines, font, _lookupMap=None): argument
223 def parseAlternate(lines, font, _lookupMap=None): argument
230 def parseLigature(lines, font, _lookupMap=None): argument
238 def parseSinglePos(lines, font, _lookupMap=None): argument
252 def parsePair(lines, font, _lookupMap=None): argument
340 def parseKernset(lines, font, _lookupMap=None): argument
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DCSVFormatterTest.java62 final List<String> lines = getLines(); in testStructureWithGroup() local
73 final List<String> lines = getLines(); in testStructureWithNestedGroups() local
87 final List<String> lines = getLines(); in testStructureWithBundleOnly() local
99 final List<String> lines = getLines("UTF-16"); in testSetEncoding() local
141 final List<String> lines = new ArrayList<String>(); in getLines() local
/external/python/cpython2/Doc/tools/
Drstlint.py66 def check_syntax(fn, lines): argument
80 def check_suspicious_constructs(fn, lines): argument
95 def check_whitespace(fn, lines): argument
107 def check_line_length(fn, lines): argument
121 def check_leaked_markup(fn, lines): argument
/external/python/cpython3/Doc/tools/
Drstlint.py67 def check_syntax(fn, lines): argument
81 def check_suspicious_constructs(fn, lines): argument
96 def check_whitespace(fn, lines): argument
108 def check_line_length(fn, lines): argument
122 def check_leaked_markup(fn, lines): argument
/external/llvm/utils/lint/
Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length): argument
30 def VerifyTabs(filename, lines): argument
51 def VerifyTrailingWhitespace(filename, lines): argument
73 def RunOnFile(filename, lines): argument
/external/llvm-project/llvm/utils/lint/
Dcommon_lint.py8 def VerifyLineLength(filename, lines, max_length): argument
31 def VerifyTabs(filename, lines): argument
52 def VerifyTrailingWhitespace(filename, lines): argument
74 def RunOnFile(filename, lines): argument
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/
DJavaCommentsHelper.java49 List<String> lines = new ArrayList<>(); in rewrite() local
65 private String preserveIndentation(List<String> lines, int column0) { in preserveIndentation()
94 private String indentLineComments(List<String> lines, int column0) { in indentLineComments()
110 private List<String> wrapLineComments(List<String> lines, int column0) { in wrapLineComments()
143 private String indentJavadoc(List<String> lines, int column0) { in indentJavadoc()
160 private static boolean javadocShaped(List<String> lines) { in javadocShaped()
/external/guava/guava/src/com/google/common/io/
DCharSink.java114 public void writeLines(Iterable<? extends CharSequence> lines) throws IOException { in writeLines()
124 public void writeLines(Iterable<? extends CharSequence> lines, String lineSeparator) in writeLines()
138 public void writeLines(Stream<? extends CharSequence> lines) throws IOException { in writeLines()
150 public void writeLines(Stream<? extends CharSequence> lines, String lineSeparator) in writeLines()
155 private void writeLines(Iterator<? extends CharSequence> lines, String lineSeparator) in writeLines()
/external/smali/baksmali/src/main/java/org/jf/baksmali/
DHelpCommand.java85 Iterable<String> lines = StringWrapper.wrapStringOnBreaks(registerInfoHelp, in run() local
111 Iterable<String> lines = StringWrapper.wrapStringOnBreaks(registerInfoHelp, in run() local
172 Iterable<String> lines = StringWrapper.wrapStringOnBreaks(registerInfoHelp, in run() local
/external/turbine/javatests/com/google/turbine/binder/
DBinderErrorTest.java765 private static CompUnit parseLines(String... lines) { in parseLines()
769 private static String lines(String... lines) { in lines() method in BinderErrorTest
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Ddeclarations.py108 def iter_global_declarations(lines): argument
147 def iter_local_statements(lines): argument
171 def _extract_block(lines): argument
304 def _iter_locals(lines, *, argument
/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_fuzzer_cov.json1 …ercent": 0}, "instantiations": {"count": 0, "covered": 0, "percent": 0}, "lines": {"count": 0, "co… object
/external/dagger2/javatests/dagger/internal/codegen/
DJavaFileBuilder.java72 JavaFileBuilder addLines(String... lines) { in addLines()
78 JavaFileBuilder addLinesIn(CompilerMode mode, String... lines) { in addLinesIn()
83 JavaFileBuilder addLinesIf(Object setting, String... lines) { in addLinesIf()
DTestUtils.java31 static String message(String... lines) { in message()
40 static Pattern endsWithMessage(String... lines) { in endsWithMessage()
/external/ply/ply/ply/
Dygen.py13 def get_source_range(lines, tag): argument
28 def filter_section(lines, tag): argument
/external/python/pycparser/pycparser/ply/
Dygen.py13 def get_source_range(lines, tag): argument
28 def filter_section(lines, tag): argument
/external/skqp/infra/bots/buildstats/
Dbuildstats_flutter.py99 def print_skia_lines_file_symbol(lines): argument
137 def print_skia_lines_symbol_file(lines): argument
/external/yapf/yapf/yapflib/
Dline_joiner.py42 def CanMergeMultipleLines(lines, last_was_merged=False): argument
85 def _CanMergeLineIntoIfStatement(lines, limit): argument
/external/skia/infra/bots/buildstats/
Dbuildstats_flutter.py101 def print_skia_lines_file_symbol(lines): argument
139 def print_skia_lines_symbol_file(lines): argument
/external/python/cpython3/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

12345678910>>...28