| /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.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/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 168 def ReadMacros(lines): argument 203 def ReadMessageTemplates(lines): argument 218 def ExpandInlineMacros(lines): argument 247 def ExpandInlineConstants(lines): argument
|
| /external/opencv3/samples/python2/ |
| D | hist.py | 92 lines = hist_lines(im) variable 98 lines = hist_lines(equ) variable 109 lines = hist_lines(norm) variable
|
| D | houghlines.py | 22 lines = cv2.HoughLinesP(dst, 1, math.pi/180.0, 40, np.array([]), 50, 10) variable 28 lines = cv2.HoughLines(dst, 1, math.pi/180.0, 50, np.array([]), 0, 0) variable
|
| /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/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/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/autotest/tko/parsers/ |
| D | base.py | 24 def process_lines(self, lines): argument 41 def end(self, lines=[]): 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/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 | 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/deqp/scripts/khr_util/ |
| D | format.py | 47 def indentLines (lines): argument 73 def writeLines (filename, lines): argument
|
| /external/opencv3/modules/imgproc/perf/opencl/ |
| D | perf_houghLines.cpp | 39 UMat usrc(srcSize, CV_8UC1), lines(1, 1, CV_32FC2); variable 78 UMat usrc, lines(1, 1, CV_32SC4); variable
|
| /external/nanohttpd/core/src/test/java/fi/iki/elonen/ |
| D | HttpServerTest.java | 135 protected void assertLinesOfText(String[] expected, List<String> lines) { in assertLinesOfText() 144 List<String> lines = getOutputLines(outputStream); in assertResponse() local 167 List<String> lines = new ArrayList<String>(); in readLinesFromFile() local
|
| /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/vulkan-validation-layers/tests/gtest-1.7.0/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/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/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/elfutils/libdw/ |
| D | dwarf_onesrcline.c | 38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
|
| /external/opencv3/modules/imgproc/test/ |
| D | test_lsd.cpp | 19 vector<Vec4f> lines; member in LSDBase 134 TEST_F(Imgproc_LSD_ADV, lines) in TEST_F() argument 187 TEST_F(Imgproc_LSD_STD, lines) in TEST_F() argument 240 TEST_F(Imgproc_LSD_NONE, lines) in TEST_F() argument
|