Home
last modified time | relevance | path

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

1234567891011

/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/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/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/python/cpython2/Doc/tools/
Drstlint.py66 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/
DHelpCommand.java85 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/
Dygen.py13 def get_source_range(lines, tag): argument
28 def filter_section(lines, tag): 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/r8/src/test/java/com/android/tools/r8/jasmin/
DJasminBuilder.java40 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/
DDebugInfoInspector.java58 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/
Dbase.py24 def process_lines(self, lines): argument
41 def end(self, lines=[]): argument
/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/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/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
Dgen_archrast.py47 def parse_event_fields(lines, idx, event_dict): argument
75 def parse_enums(lines, idx, event_dict): argument
/external/markdown/markdown/
Dpreprocessors.py32 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/
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/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/elfutils/libdw/
Ddwarf_onesrcline.c38 dwarf_onesrcline (Dwarf_Lines *lines, size_t idx) in dwarf_onesrcline()
/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

1234567891011