Home
last modified time | relevance | path

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

12345678910>>...13

/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.report.test/src/org/jacoco/report/csv/
DCSVFormatterTest.java62 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/
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
Dcpp_lint.py13 def VerifyIncludes(filename, lines): argument
76 def RunOnFile(self, filename, lines): argument
/external/swiftshader/third_party/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
Dcpp_lint.py13 def VerifyIncludes(filename, lines): argument
76 def RunOnFile(self, filename, lines): argument
/external/v8/tools/
Djs2c.py53 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/emma/core/java12/com/vladium/emma/data/
DMethodDescriptor.java137 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/
DLineBufferTest.java84 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
DCharSourceTest.java112 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/
DReporter.java90 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/markdown/markdown/extensions/
Dfootnotes.py153 def run(self, lines): argument
158 def _handleFootnoteDefinitions(self, lines): argument
182 def _findFootnoteDefinition(self, lines): argument
203 def detectTabbed(self, lines): argument
/external/markdown/markdown/
Dpreprocessors.py32 def run(self, lines): argument
108 def run(self, lines): argument
196 def run (self, lines): argument
/external/autotest/tko/parsers/
Dbase.py24 def process_lines(self, lines): argument
41 def end(self, lines=[]): argument
/external/guava/guava/src/com/google/common/io/
DCharSink.java112 public void writeLines(Iterable<? extends CharSequence> lines) throws IOException { in writeLines()
122 public void writeLines(Iterable<? extends CharSequence> lines, String lineSeparator) in writeLines()
/external/googletest/googletest/scripts/
Dpump.py163 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/v8/testing/gtest/scripts/
Dpump.py163 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/
Dpump.py164 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/
Dpump.py163 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/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
Dpump.py163 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/nanohttpd/core/src/test/java/fi/iki/elonen/
DHttpServerTest.java135 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/
DIndentingAppendable.java43 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/
Dformat.py47 def indentLines (lines): argument
86 def writeLines (filename, lines): argument
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DFASerializer.java86 List lines = new ArrayList(); in serialize() local
135 protected void walkSerializingFA(List lines, State s) { in walkSerializingFA()

12345678910>>...13