| /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/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
|
| D | generic_lint.py | 12 def RunOnFile(self, filename, lines): argument
|
| /external/v8/tools/ |
| D | js2c.py | 54 def RemoveCommentsAndTrailingWhitespace(lines): argument 73 def Validate(lines): argument 85 def ExpandConstants(lines, constants): argument 91 def ExpandMacroDefinition(lines, pos, name_pattern, macro, expander): argument 125 def ExpandMacros(lines, macros): argument 159 def ReadMacros(lines): argument 194 def ExpandInlineMacros(lines): argument 223 def ExpandInlineConstants(lines): argument
|
| /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/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/markdown/markdown/ |
| D | preprocessors.py | 32 def run(self, lines): argument 108 def run(self, lines): argument 196 def run (self, lines): argument
|
| /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/guava/guava/src/com/google/common/io/ |
| D | CharSink.java | 127 public void writeLines(Iterable<? extends CharSequence> lines) throws IOException { in writeLines() 137 public void writeLines(Iterable<? extends CharSequence> lines, String lineSeparator) in writeLines()
|
| /external/deqp/scripts/khr_util/ |
| D | format.py | 47 def indentLines (lines): argument 73 def writeLines (filename, lines): argument
|
| /external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
| D | HttpServerTest.java | 42 List<String> lines = getOutputLines(outputStream); in assertResponse() local 46 protected void assertLinesOfText(String[] expected, List<String> lines) { in assertLinesOfText() 75 List<String> lines = new ArrayList<String>(); in readLinesFromFile() local
|
| /external/protobuf/gtest/scripts/ |
| D | pump.py | 164 def StartsWith(lines, pos, string): argument 187 def FindFirst(lines, token_table, cursor): argument 209 def SubString(lines, start, end): argument 227 def MakeToken(lines, start, end, token_type): argument 233 def ParseToken(lines, pos, regex, token_type): argument 251 def Skip(lines, pos, regex): argument 260 def SkipUntil(lines, pos, regex, token_type): argument 271 def ParseExpTokenInParens(lines, pos): argument 300 def TokenizeLines(lines, pos): argument
|
| /external/google-breakpad/src/testing/gtest/scripts/ |
| D | pump.py | 163 def StartsWith(lines, pos, string): argument 186 def FindFirst(lines, token_table, cursor): argument 208 def SubString(lines, start, end): argument 237 def MakeToken(lines, start, end, token_type): argument 243 def ParseToken(lines, pos, regex, token_type): argument 261 def Skip(lines, pos, regex): argument 270 def SkipUntil(lines, pos, regex, token_type): argument 281 def ParseExpTokenInParens(lines, pos): argument 310 def TokenizeLines(lines, pos): argument
|
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| D | FASerializer.java | 86 List lines = new ArrayList(); in serialize() local 135 protected void walkSerializingFA(List lines, State s) { in walkSerializingFA()
|
| /external/elfutils/src/libdw/ |
| D | dwarf_onesrcline.c | 38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
|
| D | dwarf_decl_file.c | 61 Dwarf_Lines *lines; in dwarf_decl_file() local
|
| D | dwarf_getsrc_die.c | 41 Dwarf_Lines *lines; in dwarf_getsrc_die() local
|
| D | dwarf_getsrcfiles.c | 53 Dwarf_Lines *lines; in dwarf_getsrcfiles() local
|
| /external/icu/icu4c/source/test/cintltst/ |
| D | sorttest.c | 109 printLines(const Line *lines) { in printLines() 135 Line *lines, *p; in StableSortTest() local
|
| /external/elfutils/src/libdwfl/ |
| D | lines.c | 38 Dwarf_Lines *lines; in __libdwfl_cu_getsrclines() local
|
| /external/v8/test/mjsunit/ |
| D | debug-sourceslice.js | 30 var lines = [ 'function a() { b(); };\n', variable
|
| /external/google-breakpad/src/testing/scripts/generator/cpp/ |
| D | gmock_class_test.py | 37 def StripLeadingWhitespace(self, lines): argument 41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines): argument
|
| /external/toybox/toys/posix/ |
| D | tail.c | 73 static int try_lseek(int fd, long bytes, long lines) in try_lseek() 134 long bytes = TT.bytes, lines = TT.lines; in do_tail() local
|