HomeSort by relevance Sort by last modified time
    Searched full:lines (Results 201 - 225 of 5102) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/valgrind/none/tests/amd64-linux/
filter_stderr 11 # filtering does *not* remove lines beginning with --
  /external/valgrind/none/tests/
empty-exe.vgtest 3 # blank two lines in the .stderr.exp file that are important -- they
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 103 lines = []
106 lines.append(line)
111 return lines
154 lines = open(file, 'r').readlines()
157 for line in lines[:-2]:
159 f.writelines(lines[-2:])
164 f.seek(len(lines[0]))
165 f.write(lines[1])
182 print 'Read', len(list), 'more lines'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbrecio.py 103 lines = []
106 lines.append(line)
111 return lines
154 lines = open(file, 'r').readlines()
157 for line in lines[:-2]:
159 f.writelines(lines[-2:])
164 f.seek(len(lines[0]))
165 f.write(lines[1])
182 print 'Read', len(list), 'more lines'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
adjlist.py 14 The adjacency list format consists of lines with node labels. The
56 lines : string
57 Lines of data in adjlist format.
107 Marker for comment lines
147 def parse_adjlist(lines, comments = '#', delimiter = None,
149 """Parse lines of a graph adjacency list representation.
153 lines : list or iterator of strings
163 Marker for comment lines
175 The graph corresponding to the lines in adjacency list format.
179 >>> lines = ['1 2 5'
    [all...]
  /external/guava/guava/src/com/google/common/io/
CharSource.java 55 * source into lines. Like {@link BufferedReader}, these methods break lines on any of {@code \n},
174 * <p>Like {@link BufferedReader}, this method breaks lines on any of {@code \n}, {@code \r} or
193 * Reads all the lines of this source as a list of strings. The returned list will be empty if
196 * <p>Like {@link BufferedReader}, this method breaks lines on any of {@code \n}, {@code \r} or
197 * {@code \r\n}, does not include the line separator in the returned lines and does not consider
220 * Reads lines of text from this source, processing each line as it is read using the given
221 * {@link LineProcessor processor}. Stops when all lines have been processed or the processor
224 * <p>Like {@link BufferedReader}, this method breaks lines on any of {@code \n}, {@code \r} or
225 * {@code \r\n}, does not include the line separator in the lines passed to the {@code processor
371 private Iterable<String> lines() { method in class:CharSource.CharSequenceCharSource
    [all...]
CharSink.java 121 * Writes the given lines of text to this sink with each line (including the last) terminated with
123 * {@code writeLines(lines, System.getProperty("line.separator"))}.
127 public void writeLines(Iterable<? extends CharSequence> lines) throws IOException {
128 writeLines(lines, System.getProperty("line.separator"));
132 * Writes the given lines of text to this sink with each line (including the last) terminated with
137 public void writeLines(Iterable<? extends CharSequence> lines, String lineSeparator)
139 checkNotNull(lines);
145 for (CharSequence line : lines) {
  /external/valgrind/callgrind/docs/
cl-format.xml 32 <para>Each file has a header part of an arbitrary number of lines of the
33 format "key: value". After the header, lines specifying profile costs
34 follow. Everywhere, comments on own lines starting with '#' are allowed.
35 The header lines with keys "positions" and "events" define
36 the meaning of cost lines in the second part of the file: the value of
38 of event type names. Cost lines consist of subpositions followed by 64-bit
46 function name or "fl" for a file name. Cost lines are always related to
68 "Instructions", and "Flops". Thus, cost lines give the number of CPU cycles
86 <para>Note that regular cost lines always give self (also called exclusive)
87 cost of code at a given position. If you specify multiple cost lines for th
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
FASerializer.java 86 List lines = new ArrayList(); local
88 walkSerializingFA(lines, s);
93 lines.add(s0+"\n");
96 // sort lines to normalize; makes states come out ordered
98 Collections.sort(lines);
99 for (int i = 0; i < lines.size(); i++) {
100 String line = (String) lines.get(i);
135 protected void walkSerializingFA(List lines, State s) {
188 lines.add(buf.toString());
191 walkSerializingFA(lines, edge.target)
    [all...]
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 118 vector<string> lines = Split(comments, "\n"); local
119 while (!lines.empty() && lines.back().empty()) {
120 lines.pop_back();
126 for (int i = 0; i < lines.size(); i++) {
127 // Most lines should start with a space. Watch out for lines that start
130 if (!lines[i].empty() && lines[i][0] == '/') {
131 printer->Print(" * $line$\n", "line", lines[i])
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
MimeWriter.py 105 lines = value.split("\n")
106 while lines and not lines[-1]: del lines[-1]
107 while lines and not lines[0]: del lines[0]
108 for i in range(1, len(lines)):
109 lines[i] = " " + lines[i].strip(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
MimeWriter.py 105 lines = value.split("\n")
106 while lines and not lines[-1]: del lines[-1]
107 while lines and not lines[0]: del lines[0]
108 for i in range(1, len(lines)):
109 lines[i] = " " + lines[i].strip(
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/tools/
genapi.py 348 lines = open(apiEntryFile).readlines()
351 for i in range(0, len(lines)/3):
352 apis.append(ApiCall(prefix, lines[i*3], lines[i*3+1]))
380 lines = []
381 lines.append(HEADER_LICENSE)
382 lines.append(HEADER_NAMESPACE_START)
386 lines.append("\n// Declarations for %s APIs\n\n" % api.prefix)
388 lines.append(api.genDeclaration())
389 lines.append("\n"
    [all...]
  /external/bzip2/
bzmore.1 45 On a terminal capable of displaying 24 lines,
46 the default window size is 22 lines.
55 more lines, (or another screenful if no argument is given)
58 display 11 more lines (a ``scroll'').
72 skip \fIi\|\fP lines and print a screenful of lines
75 skip \fIi\fP screenfuls and print a screenful of lines
98 Otherwise, a screenful is displayed, starting two lines before the place
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
filemixin.py 49 def writelines(self, lines):
50 for line in lines:
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/linux_perf/
irq_parser_test.html 16 var lines = [
26 var m = new tr.Model(lines.join('\n'), false);
memreclaim_parser_test.html 16 var lines = [
27 var m = new tr.Model(lines.join('\n'), false);
workqueue_parser_test.html 16 var lines = [
26 var m = new tr.Model(lines.join('\n'), false);
  /external/chromium-trace/trace-viewer/tracing/tracing/extras/importer/v8/
log_reader.html 16 * Creates a CSV lines parser.
83 * CSV lines parser.
189 * Processes log lines.
191 * @param {Array.<string>} lines Log lines.
194 LogReader.prototype.processLog_ = function(lines) {
195 for (var i = 0, n = lines.length; i < n; ++i, ++this.lineNum_) {
196 var line = lines[i];
  /external/clang/test/Driver/
warning-options_pedantic.cpp 1 // Make sure we don't match the -NOT lines with the linker invocation.
2 // Delimiters match the start of the cc1 and the start of the linker lines
  /external/deqp/doc/testspecs/GLES3/
functional.primitive_bounding_box.txt 27 - All basic primitives: triangles, (wide) lines, (wide) points
52 triangles.*, (wide_)lines.*, (wide_)points.* cases set the primitive
79 (wide_)lines.* cases render a pattern of green and blue lines.
80 Verification checks the number and the width of separate lines within
81 bounding box area. Number-of-lines check prevents accepting rendering
82 results with missing lines and the line width check prevents accepting
83 partially rendered lines.
  /external/e2fsprogs/ext2ed/
win.c 55 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
69 if (LINES<TITLE_WIN_LINES+SHOW_WIN_LINES+COMMAND_WIN_LINES+3) {
79 mt_win2=newwin (1,COLS,LINES-COMMAND_WIN_LINES-1,0);
80 command_win=newwin (COMMAND_WIN_LINES,COLS,LINES-COMMAND_WIN_LINES,0);
203 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
213 mvwin(mt_win2, LINES-COMMAND_WIN_LINES-1,0);
214 mvwin(command_win, LINES-COMMAND_WIN_LINES,0);
216 show_pad_info.display_lines=LINES-TITLE_WIN_LINES-SHOW_WIN_LINES-COMMAND_WIN_LINES-2;
  /external/elfutils/src/libdwfl/
dwfl_getsrclines.c 36 if (cu->lines == NULL)
46 *nlines = cu->die.cu->lines->nlines;
  /external/google-breakpad/src/testing/scripts/generator/cpp/
gmock_class_test.py 37 def StripLeadingWhitespace(self, lines):
38 """Strip leading whitespace in each line in 'lines'."""
39 return '\n'.join([s.lstrip() for s in lines.split('\n')])
41 def assertEqualIgnoreLeadingWhitespace(self, expected_lines, lines):
43 self.assertEqual(expected_lines, self.StripLeadingWhitespace(lines))
49 """Convert C++ source to Google Mock output source lines."""
208 lines = gmock_class._GenerateMocks(filename, cpp_source, ast_list, None)
209 return '\n'.join(lines)
  /external/harfbuzz_ng/src/
check-header-guards.sh 18 lines=`grep "\<$tag\>" "$x" | wc -l | sed 's/[ ]*//g'`
19 if test "x$lines" != x3; then

Completed in 306 milliseconds

1 2 3 4 5 6 7 891011>>