HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 51 - 75 of 1727) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/elfutils/tests/
run-get-lines.sh 22 ./get-lines testfile testfile2 > get-lines.out
24 diff -u get-lines.out - <<"EOF"
26 5 lines
33 4 lines
39 4 lines
45 4 lines
51 4 lines
57 5 lines
65 rm -f testfile testfile2 get-lines.ou
    [all...]
  /external/webkit/WebKitTools/CodeCoverage/
cov.py 85 Parse one source file and return a list of lines
136 lines = open(f, "r").readlines()
137 results[f] = (len(lines), 0, "".join(lines))
144 # Our requirement is that we have the same amount of lines as
147 lines = open(cov_file, "r").readlines()
153 if len(lines) != len(base_gcov_lines):
154 print "Error Base: %s and Target: %s have different amount of lines" % (possible_gcovs[0],cov_file)
158 # and the same number of lines things might work out
161 for line in lines
    [all...]
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 29 attr_accessor :offset, :lines, :stop_num
229 if (@mangledTagTotal >= @offset) && (@mangledTagTotal < (@offset + @lines))
248 # If we are at line 30 with 8 extra lines, there is no point to try line 31
249 # with 8 lines as well.. skip back to 1 and bump up the line count.
251 if (@offset + @lines) > @htmlMaxTags
252 nextNum = ((@lines * 2 -1)) * @htmlMaxTags
265 @lines = @subtest_num.div(@htmlMaxTags) + 1
273 if (! @lookup_mode) && (@lines <= @htmlMaxTags) && (@stop_num != @test_num)
325 test.lines=0
327 while test.lines < ma
    [all...]
  /external/apache-http/src/org/apache/http/message/
LineParser.java 44 * Interface for parsing lines in the HEAD section of an HTTP message.
47 * The lines to parse are passed in memory, the parser does not depend
54 * <!-- empty lines above to avoid 'svn diff' context problems -->
64 * This is needed for parsing request lines (last element)
65 * as well as status lines (first element).
86 * This can be used to detect garbage lines before a request
138 * The full header line is expected here. Header continuation lines
  /external/guava/src/com/google/common/io/
Resources.java 98 * Streams lines from a URL, stopping when our callback returns false, or we
99 * have read all of the lines.
103 * @param callback the LineProcessor to use to handle the lines
104 * @return the output of processing the lines
113 * Reads all of the lines from a URL. The lines do not include
119 * @return a mutable {@link List} containing all the lines
  /external/v8/benchmarks/
run.html 111 <li><b>Richards</b><br>OS kernel simulation benchmark, originally written in BCPL by Martin Richards (<i>539 lines</i>).</li>
112 <li><b>DeltaBlue</b><br>One-way constraint solver, originally written in Smalltalk by John Maloney and Mario Wolczko (<i>880 lines</i>).</li>
113 <li><b>Crypto</b><br>Encryption and decryption benchmark based on code by Tom Wu (<i>1698 lines</i>).</li>
114 <li><b>RayTrace</b><br>Ray tracer benchmark based on code by <a href="http://flog.co.nz/">Adam Burmister</a> (<i>935 lines</i>).</li>
115 <li><b>EarleyBoyer</b><br>Classic Scheme benchmarks, translated to JavaScript by Florian Loitsch's Scheme2Js compiler (<i>4685 lines</i>).</li>
117 (<i>1614 lines</i>).
119 <li><b>Splay</b><br>Data manipulation benchmark that deals with splay trees and exercises the automatic memory management subsystem (<i>378 lines</i>).</li>
  /external/webkit/WebKitTools/Scripts/webkitpy/
diff_parser.py 65 """Gets a converter function of diff lines.
85 The field "lines" is a list which contains tuples in this format:
93 self.lines = []
96 self.lines.append((0, line_number, line))
99 self.lines.append((line_number, 0, line))
102 self.lines.append((deleted_line_number, new_line_number, line))
159 # Nothing to do. We may still have some added lines.
  /development/tools/axl/
chewperf.py 48 lines = [x for x in rawLines if "Pulled" in x]
50 sidx = lines[0].split().index("Pulled")
52 chewed = [[int(x.split()[sidx + 2]), int(x.split()[sidx + 4])] for x in lines]
  /external/bluetooth/glib/tests/
utf8.txt 7 # lines begining with # and blank lines are ignored
10 # 2 or 3 lines:
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ataric2p_s.h 38 Uint32 dblligne, /* Double the lines when converting ? */
52 Uint32 dblligne, /* Double the lines when converting ? */
66 Uint32 dblligne, /* Double the lines when converting ? */
  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 77 QStringList lines = QStringList::split(QChar('\n'), res); local
79 for (QStringList::Iterator it = lines.begin(); it != lines.end(); it++)
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
scanresults.cpp 83 QStringList lines = bss.split(QRegExp("\\n")); local
84 for (QStringList::Iterator it = lines.begin();
85 it != lines.end(); it++) {
  /dalvik/tools/
deadcode.py 8 """Spin through the input buffer looking for section header lines.
13 # Match lines like
33 # Add the lines from the last header, to this one to the sections
48 # Match lines like:
  /development/samples/CubeLiveWallpaper/res/values/
shapes.xml 45 <!-- start,end point index tuples of the lines defining the object -->
47 <!-- lines forming one face -->
53 <!-- lines forming the opposite face -->
59 <!-- lines connecting the two faces -->
  /external/e2fsprogs/
wordwrap.pl 10 next if (/^$/); # skip blank lines
  /external/jdiff/src/jdiff/
StreamReader.java 7 * Reads in lines from an input stream and displays them.
  /external/libpng/contrib/pngminim/preader/
gather.sh 7 # change the following 2 lines if zlib is somewhere else
  /external/webkit/WebCore/manual-tests/gtk/
caret-browsing.html 3 <p>Manual test for Caret Browsing. Resize your window until the first paragraph fills at least two lines of text . Enable caret browsing mode (usually by pressing theF7 key). Press down. Now you should be on the second line of the first paragraph. Press up. Now you should be on the first line again. Now press Ctrl+Down.</p>
  /frameworks/base/core/java/android/pim/vcard/exception/
VCardInvalidCommentLineException.java 22 * such lines.
VCardInvalidLineException.java 22 * such lines.
  /frameworks/base/graphics/java/android/graphics/
DiscretePathEffect.java 22 * Chop the path into lines of segmentLength, randomly deviating from the
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
perf_config.c 108 * Effects compares configuration lines to assignments to each
123 /* ignore comment lines and empty lines */
133 /* ignore lines where the tag does not match */
172 lines longer than this are ignored. Also, all lines must end in new-line
173 If ulID is specified, lines starting with the fourCC ULID. will also be
174 read. Lines starting with # will be ignored.
194 /* ignore lines that reach the max length */
205 /* process un-ignored lines */
    [all...]
  /external/icu4c/test/intltest/
textfile.h 42 * Read a line, ignoring blank lines and lines that start with
tokiter.h 30 * TextFile, ignoring blank lines and comment lines (first
  /external/webkit/WebCore/manual-tests/
print-with-height-transition-in-screen-stylesheet.html 12 If the test passes you should be able to see eight different lines below A, A1, A2, A3, B, B1, C, and C1. If it fails you might see as few as four lines.</div>

Completed in 124 milliseconds

1 23 4 5 6 7 8 91011>>