HomeSort by relevance Sort by last modified time
    Searched refs:lines (Results 351 - 375 of 1509) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
generator.py 50 From_ lines in the body of the message by putting a `>' in front of
265 lines = text.split('\n')
267 if lines and lines[-1] == '':
268 blocks.append(NL.join(lines[:-1]))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 204 lines = self.input.readlines(*args)
205 assert_(type(lines) is type([]))
206 for line in lines:
208 return lines
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
generator.py 50 From_ lines in the body of the message by putting a `>' in front of
265 lines = text.split('\n')
267 if lines and lines[-1] == '':
268 blocks.append(NL.join(lines[:-1]))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gml.py 84 lines=(line.decode(encoding) for line in path)
85 G=parse_gml(lines,relabel=relabel)
88 def parse_gml(lines, relabel=True):
93 lines : string or iterable
134 data = "".join(lines)
257 lines: string
258 Lines in GML format.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 204 lines = self.input.readlines(*args)
205 assert_(type(lines) is type([]))
206 for line in lines:
208 return lines
  /cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
JdwpSecurityHostTest.java 200 private final List<String> lines = new ArrayList<String>(); field in class:JdwpSecurityHostTest.AdbJdwpOutputReader
226 return lines;
236 lines.add(line);
  /external/eigen/test/eigen2/
eigen2_hyperplane.cpp 79 template<typename Scalar> void lines() function
105 // the lines should intersect at the point we called "center"
108 // check conversions between two types of lines
123 CALL_SUBTEST_5( lines<float>() );
124 CALL_SUBTEST_6( lines<double>() );
  /external/fonttools/Lib/fontTools/misc/
xmlWriter.py 77 lines = data.split("\n")
78 self._writeraw("<!-- " + lines[0])
79 for line in lines[1:]:
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
RegexUtilitiesTest.java 173 List lines;
175 lines = UnicodeRegex.appendLines(new ArrayList(), is, "UTF-8");
179 result = regex.compileBnf(lines);
  /external/lldb/source/Core/
StringList.cpp 183 StringList::SplitIntoLines (const char *lines, size_t len)
191 const char *p = lines;
192 const char *end = lines + len;
  /external/mdnsresponder/mDNSPosix/
parselog.py 75 lines = f.readlines(100000)
76 if not lines:
78 for line in lines:
  /external/skia/bench/
check_bench_regressions.py 126 def check_expectations(lines, expectations, key_suffix):
129 For each input line in lines, checks the expectations dictionary to see if
133 lines: dictionary mapping Label objects to the bench values.
150 for line in lines:
159 this_bench_value = lines[line]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
addinterface.cpp 79 QStringList lines = ifaces.split(QRegExp("\\n")); local
80 for (QStringList::Iterator it = lines.begin();
81 it != lines.end(); it++) {
  /frameworks/base/media/java/android/media/
SRTRenderer.java 92 String[] lines = paragraph.split("\\r?\\n"); local
93 cue.mLines = new TextTrackCueSpan[lines.length][];
96 for (String line : lines) {
  /packages/apps/Camera/src/com/android/camera/
CameraHolder.java 88 String[] lines = new String[stack.length]; local
90 lines[i] = stack[i].toString();
92 s.stack = lines;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_setup.c 29 * \brief Primitive rasterization/rendering (points, lines, triangles)
59 int lines; /**< number of lines on this edge */ member in struct:edge
686 setup->emaj.lines = (int) ceilf(vmax_y - setup->emaj.sy);
691 setup->etop.lines = (int) ceilf(vmax_y - setup->etop.sy);
696 setup->ebot.lines = (int) ceilf(vmid_y - setup->ebot.sy);
710 int lines)
721 assert(lines >= 0);
728 finish_y = sy + lines;
771 eleft->sx += lines * eleft->dxdy
    [all...]
  /frameworks/base/core/java/android/text/
StaticLayout.java 243 * is wide, or exceeding the number of lines (see #setMaxLines) in the case
259 * Set maximum number of lines. This is particularly useful in the case of
263 * @param maxLines maximum number of lines in the layout
300 * pixels. For lines past the last element in the array, the last element repeats.
753 // Treat the last line and overflowed lines as a single line.
    [all...]
  /external/vogar/src/vogar/
Console.java 338 String[] lines = messageToLines(streamedOutput.toString()); local
348 out.print(lines[0]);
351 for (int i = 1; i < lines.length; i++) {
354 if (lines[i].length() > 0) {
357 out.print(lines[i]);
413 * Returns an array containing the lines of the given text.
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 516 unsigned lines = (h > 2047) ? 2047 : h; local
528 PUSH_DATA (push, lines);
537 h -= lines;
538 src_offset += src->pitch * lines;
539 dst_offset += dst->pitch * lines;
698 unsigned pages, lines; local
708 lines = (pages > 2047) ? 2047 : pages;
709 pages -= lines;
721 PUSH_DATA (push, lines);
730 s_off += (lines << 12)
    [all...]
  /external/lldb/examples/python/
symbolication.py 472 lines = list()
483 lines.append ("%#16.16x: %8s %s" % (inst_pc, mnemonic, operands))
485 line_len = len(lines[-1])
487 lines[-1] += ' ' * (comment_column - line_len)
488 lines[-1] += "; %s" % comment
508 print ' -> ', lines[i]
510 print ' ', lines[i]
  /external/opencv/cv/src/
cvfundam.cpp 1030 const CvMat* fmatrix, CvMat* lines )
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 124 ; store 4 lines
153 ; store 4 lines
164 ; store next 4 lines
193 ; first 4 lines and first half of 3rd 4 lines
253 ; write 4x4 lines (and the first half of the second 4x4 lines)
281 ; write second half of second 4x4 lines
333 ; store 4 lines
359 ; store 4 lines
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_intrapred_ssse3.asm 124 ; store 4 lines
153 ; store 4 lines
164 ; store next 4 lines
193 ; first 4 lines and first half of 3rd 4 lines
253 ; write 4x4 lines (and the first half of the second 4x4 lines)
281 ; write second half of second 4x4 lines
333 ; store 4 lines
359 ; store 4 lines
    [all...]
  /external/bison/data/
location.cc 65 /// (line related) Advance to the COUNT next lines.
66 void lines (int count = 1)
221 /// Extend the current location to the COUNT next lines.
222 void lines (unsigned int count = 1)
224 end.lines (count);
  /external/chromium-trace/trace-viewer/tracing/third_party/devscripts/
licensecheck.pl.vanilla 31 [B<-l>|B<--lines=>I<N>] [B<-i>|B<--ignore=>I<regex>] [B<-c>|B<--check=>I<regex>]
55 =item B<-l=>I<N>, B<--lines=>I<N>
57 Specify the number of lines of each file's header which should be parsed
113 If this is set to a positive number then the specified number of lines
115 the license(s) in use. This is equivalent to the B<--lines> command line
226 "lines|l=i" => \$opt_lines,
346 # Ignore lines matching "see foo for copyright information" etc.
371 --lines, -l Specify how many lines of the file header

Completed in 924 milliseconds

<<11121314151617181920>>