/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/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/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/ |
D | CSVFormatterTest.java | 62 final List<String> lines = getLines(); in testStructureWithGroup() local 72 final List<String> lines = getLines(); in testStructureWithNestedGroups() local 85 final List<String> lines = getLines(); in testStructureWithBundleOnly() local 97 final List<String> lines = getLines("UTF-16"); in testSetEncoding() local 139 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
|
D | cpp_lint.py | 13 def VerifyIncludes(filename, lines): argument 76 def RunOnFile(self, filename, lines): argument
|
/external/swiftshader/third_party/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
|
D | cpp_lint.py | 13 def VerifyIncludes(filename, lines): argument 76 def RunOnFile(self, 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/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/ply/ply/ply/ |
D | ygen.py | 13 def get_source_range(lines, tag): argument 28 def filter_section(lines, tag): argument
|
/external/v8/tools/ |
D | js2c.py | 53 def RemoveCommentsAndTrailingWhitespace(lines): argument 75 def Validate(lines): argument 91 def ExpandConstants(lines, constants): argument 97 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander): argument 134 def ExpandMacros(lines, macros): argument 170 def ReadMacros(lines): argument 205 def ReadMessageTemplates(lines): argument 220 def ExpandInlineMacros(lines): argument 249 def ExpandInlineConstants(lines): argument
|
/external/r8/src/test/java/com/android/tools/r8/jasmin/ |
D | JasminBuilder.java | 40 String... lines) { in addVirtualMethod() 49 String... lines) { in addPrivateVirtualMethod() 58 String... lines) { in addStaticMethod() 62 public MethodSignature addMainMethod(String... lines) { in addMainMethod() 71 String... lines) { in addMethod()
|
/external/r8/src/test/java/com/android/tools/r8/debuginfo/ |
D | DebugInfoInspector.java | 58 int lines = checkLines(line, entry -> {}); in checkLineExists() local 64 int lines = checkLines(line, entry -> checkLocalsEqual(entry, pairs)); in checkLineHasExactLocals() local 74 int lines = checkLines(line, entry -> checkLocalsDefined(entry, pairs)); in checkLineHasAtLeastLocals() local 80 int lines = checkLines(line, entry -> {}); in checkNoLine() local 85 int lines = checkLines(line, entry -> { in checkLineHasLocal() local
|
/external/autotest/tko/parsers/ |
D | base.py | 24 def process_lines(self, lines): argument 41 def end(self, lines=[]): argument
|
/external/guava/guava-tests/test/com/google/common/io/ |
D | LineBufferTest.java | 84 final List<String> lines = Lists.newArrayList(); in bufferHelper() local 104 List<String> lines = Lists.newArrayList(); in readUsingJava() local 119 List<String> lines = Lists.newArrayList(); in readUsingReader() local
|
D | CharSourceTest.java | 112 TestCharSource lines = new TestCharSource(LINES); in testReadFirstLine() local 118 TestCharSource lines = new TestCharSource(LINES); in testReadLines_toList() local 124 TestCharSource lines = new TestCharSource(LINES); in testReadLines_withProcessor() local 144 TestCharSource lines = new TestCharSource(LINES); in testReadLines_withProcessor_stopsOnFalse() local
|
/external/testng/src/main/java/org/testng/ |
D | Reporter.java | 90 List<Integer> lines = m_methodOutputMap.get(m.hashCode()); in log() local 93 m_methodOutputMap.put(m.hashCode(), lines); in log() local 175 List<Integer> lines = m_methodOutputMap.get(tr.hashCode()); in getOutput() local
|
/external/emma/core/java12/com/vladium/emma/data/ |
D | MethodDescriptor.java | 137 final int [] lines = blockMap [bl]; in getLineMap() local 158 final int [] lines = lineMap.keys (); in getLineMap() local 203 final int [] lines = m_blockMap [bl]; in toString() local 213 final int [] lines = m_lineMap.keys (); in toString() local
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/ |
D | gen_archrast.py | 47 def parse_event_fields(lines, idx, event_dict): argument 75 def parse_enums(lines, idx, event_dict): argument
|
/external/markdown/markdown/ |
D | preprocessors.py | 32 def run(self, lines): argument 108 def run(self, lines): argument 196 def run (self, lines): argument
|
/external/guava/guava/src/com/google/common/io/ |
D | CharSink.java | 112 public void writeLines(Iterable<? extends CharSequence> lines) throws IOException { in writeLines() 122 public void writeLines(Iterable<? extends CharSequence> lines, String lineSeparator) in writeLines()
|
/external/markdown/markdown/extensions/ |
D | footnotes.py | 153 def run(self, lines): argument 158 def _handleFootnoteDefinitions(self, lines): argument 182 def _findFootnoteDefinition(self, lines): argument 203 def detectTabbed(self, lines): argument
|
/external/elfutils/libdw/ |
D | dwarf_onesrcline.c | 38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
|
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/ |
D | IndentingAppendable.java | 43 Iterator<CharSequence> lines = lines(csq, start, end); in append() local 72 private static Iterator<CharSequence> lines( in lines() method in IndentingAppendable
|
/external/deqp/scripts/khr_util/ |
D | format.py | 47 def indentLines (lines): argument 86 def writeLines (filename, lines): argument
|