HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 251 - 275 of 2529) sorted by null

<<11121314151617181920>>

  /external/autotest/client/tests/hackbench/
hackbench.py 52 lines = self.results.split('\n')
53 for line in lines:
  /external/autotest/tko/
status_lib_unittest.py 41 lines = ["line #%d" for x in xrange(10)]
42 for line in lines:
47 self.assertEquals(lines, results)
53 lines = ["line #%d" % x for x in xrange(10)]
54 for line in lines:
56 buf_multi.put_multiple(lines)
68 lines = ["1", "2", "3"]
69 for line in lines:
  /external/curl/scripts/
zsh.pl 41 my @lines = call_curl($cmd);
43 foreach my $line (@lines) {
  /external/fonttools/Lib/fontTools/
unicode.py 6 lines = iter(f.readlines())
8 for line in lines:
  /external/google-breakpad/src/common/
dwarf_line_to_module.h 67 // line parser will call AddLine with a series of lines starting at address
104 // Instead of collecting runs of lines describing code that is not there,
117 // files to MODULE, and add all lines to the end of LINES. LINES
121 // sort out which lines belong to which functions; we don't add them
124 vector<Module::Line> *lines)
127 lines_(lines),
152 // lines are being accumulated.
155 // The vector of lines we're accumulating. Owned by our client
    [all...]
  /external/google-breakpad/src/processor/
basic_source_line_resolver_types.h 67 lines() { }
68 RangeMap< MemAddr, linked_ptr<Line> > lines; member in struct:google_breakpad::BasicSourceLineResolver::Function
  /external/markdown/markdown/
blockparser.py 48 def parseDocument(self, lines):
51 Given a list of lines, an ElementTree object (not just a parent Element)
58 # Create a ElementTree from the lines
60 self.parseChunk(self.root, '\n'.join(lines))
67 blocks which will be split on blank lines, it could contain only one
  /external/markdown/markdown/extensions/
abbr.py 43 def run(self, lines):
50 for line in lines:
fenced_code.py 26 Include tilde's in a code block and wrap with blank lines:
86 def run(self, lines):
88 text = "\n".join(lines)
  /external/strace/tests/
sigaction.awk 60 lines = 5
  /external/toybox/tests/
wc.test 11 lines
  /external/v8/test/mjsunit/wasm/
function-names.js 37 var lines = e.stack.split(/\r?\n/);
38 lines.shift();
39 assertEquals(names.length, lines.length);
41 var line = lines[i].trim();
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.cpp 272 String8 lines; local
273 lines.appendFormat(" Stream[%d]: ZSL\n", mId);
274 write(fd, lines.string(), lines.size());
278 lines = String8();
279 lines.appendFormat(" Input buffers pending: %zu, in flight %zu\n",
281 write(fd, lines.string(), lines.size());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
TextViewTransformState.java 63 int lines = l.getLineCount(); local
64 if (lines > 0) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 170 lines thus read.
173 to EOF, whole lines totalling approximately sizehint bytes (or more
177 lines = []
180 lines.append(line)
185 return lines
284 lines = open(file, 'r').readlines()
287 for line in lines[:-2]:
289 f.writelines(lines[-2:])
294 f.seek(len(lines[0]))
295 f.write(lines[1]
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel13-mips16.d 11 # The next two lines could be in either order.
elf-rel13.d 11 # The next two lines could be in either order.
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
VectorAverage.java 152 String[] lines = string.split(System.getProperty("line.separator")); local
154 int lineCount = lines.length;
162 String[] separated = lines[nIndex].split("=");
174 String[] separated = lines[nIndex].split("=");
188 double value = Double.parseDouble(lines[nIndex]);
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 42 return &dwfl_linecu (line)->die.cu->lines->info[line->idx];
84 for (size_t cnt = 0; cnt < cu->die.cu->lines->nlines; ++cnt)
86 Dwarf_Line *line = &cu->die.cu->lines->info[cnt];
133 match[inner] = &cu->lines->idx[cnt];
155 match[cur_match++] = &cu->lines->idx[cnt];
  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_d_m_x.py 80 lines = content.split(";")
81 topRow = lines[0].split()
87 lines = (line.split() for line in lines[1:])
88 for line in lines:
  /external/harfbuzz_ng/util/
view-cairo.cc 53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space;
55 for (unsigned int i = 0; i < lines->len; i++) {
56 helper_cairo_line_t &line = g_array_index (lines, helper_cairo_line_t, i);
82 w /* We stack lines right to left */
94 for (unsigned int i = 0; i < lines->len; i++)
96 helper_cairo_line_t &l = g_array_index (lines, helper_cairo_line_t, i);
  /external/opencv3/modules/cudaimgproc/src/
hough_segments.cpp 82 void detect(InputArray src, OutputArray lines, Stream& stream);
131 void HoughSegmentDetectorImpl::detect(InputArray _src, OutputArray lines, Stream& stream)
152 lines.release();
172 lines.release();
177 result_.copyTo(lines);

Completed in 1104 milliseconds

<<11121314151617181920>>