/external/turbine/javatests/com/google/turbine/options/ |
D | TurbineOptionsTest.java | 46 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/ |
D | dwarf_line_to_module_unittest.cc | 47 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/ |
D | LogMessageParserTest.java | 57 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/ |
D | SourceTest.java | 38 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/ |
D | update_check.py | 26 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__.py | 97 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/ |
D | CSVFormatterTest.java | 62 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/llvm/utils/lint/ |
D | common_lint.py | 7 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/ |
D | common_lint.py | 8 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/python/cpython2/Doc/tools/ |
D | rstlint.py | 66 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/ |
D | rstlint.py | 67 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/google-java-format/core/src/main/java/com/google/googlejavaformat/java/ |
D | JavaCommentsHelper.java | 49 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/ |
D | CharSink.java | 114 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/ |
D | HelpCommand.java | 85 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/ |
D | BinderErrorTest.java | 765 private static CompUnit parseLines(String... lines) { in parseLines() 769 private static String lines(String... lines) { in lines() argument
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | declarations.py | 108 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/dagger2/javatests/dagger/internal/codegen/ |
D | JavaFileBuilder.java | 72 JavaFileBuilder addLines(String... lines) { in addLines() 78 JavaFileBuilder addLinesIn(CompilerMode mode, String... lines) { in addLinesIn() 83 JavaFileBuilder addLinesIf(Object setting, String... lines) { in addLinesIf()
|
D | TestUtils.java | 31 static String message(String... lines) { in message() 40 static Pattern endsWithMessage(String... lines) { in endsWithMessage()
|
/external/yapf/yapf/yapflib/ |
D | line_joiner.py | 42 def CanMergeMultipleLines(lines, last_was_merged=False): argument 85 def _CanMergeLineIntoIfStatement(lines, limit): argument
|
/external/skqp/infra/bots/buildstats/ |
D | buildstats_flutter.py | 99 def print_skia_lines_file_symbol(lines): argument 137 def print_skia_lines_symbol_file(lines): argument
|
/external/ply/ply/ply/ |
D | ygen.py | 13 def get_source_range(lines, tag): argument 28 def filter_section(lines, tag): argument
|
/external/python/pycparser/pycparser/ply/ |
D | ygen.py | 13 def get_source_range(lines, tag): argument 28 def filter_section(lines, tag): argument
|
/external/skia/infra/bots/buildstats/ |
D | buildstats_flutter.py | 101 def print_skia_lines_file_symbol(lines): argument 139 def print_skia_lines_symbol_file(lines): argument
|
/external/oss-fuzz/infra/cifuzz/test_data/ |
D | example_curl_fuzzer_cov.json | 1 …ercent": 0}, "instantiations": {"count": 0, "covered": 0, "percent": 0}, "lines": {"count": 0, "co… object
|
/external/python/cpython3/Tools/msi/ |
D | make_appx.ps1 | 55 $lines = gc _resources.map.txt variable 56 … $lines | ?{ -not ($_ -match '"_resources[\w\.]+?"') } | Out-File _resources.map.txt -Encoding utf8 variable
|