/prebuilts/misc/common/swig/include/2.0.11/guile/ |
guilemain.i | 15 /* Debugger interface (don't change the order of the following lines) */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
funcobject.h | 15 * source code lines. There is one code object per source code "fragment",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 36 if key[0:4] == 'ACS_' or key in ('LINES', 'COLS'):
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
funcobject.h | 15 * source code lines. There is one code object per source code "fragment",
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
__init__.py | 36 if key[0:4] == 'ACS_' or key in ('LINES', 'COLS'):
|
/prebuilts/tools/common/proguard/ |
README | 27 two lines from the README file:
|
/development/tools/axl/ |
chewie.py | 84 # filter to named lines 178 # print lines, [[x, x] for x in range(len(vals))] 179 # pylab.plot(lines, [[x, x] for x in range(len(vals))], 'r-')
|
/external/bison/examples/calc++/ |
location.hh | 101 /// Extend the current location to the COUNT next lines. 102 void lines (unsigned int count = 1) function in class:yy::location 104 end.lines (count);
|
/external/ceres-solver/data/nist/ |
Bennett5.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 214)
|
ENSO.dat | 5 Starting Values (lines 41 to 49)
6 Certified Values (lines 41 to 54)
7 Data (lines 61 to 228)
|
Gauss1.dat | 5 Starting Values (lines 41 to 48)
6 Certified Values (lines 41 to 53)
7 Data (lines 61 to 310)
|
Gauss2.dat | 5 Starting Values (lines 41 to 48)
6 Certified Values (lines 41 to 53)
7 Data (lines 61 to 310)
|
Gauss3.dat | 5 Starting Values (lines 41 to 48)
6 Certified Values (lines 41 to 53)
7 Data (lines 61 to 310)
|
Kirby2.dat | 5 Starting Values (lines 41 to 45)
6 Certified Values (lines 41 to 50)
7 Data (lines 61 to 211)
|
Nelson.dat | 5 Starting Values (lines 41 to 43)
6 Certified Values (lines 41 to 48)
7 Data (lines 61 to 188)
|
/external/clang/lib/Format/ |
TokenAnnotator.h | 99 /// \c True if the leading empty lines of this line intersect with one of the 119 /// \brief Adapts the indent levels of comment lines to the indent of the 122 void setCommentLineLevels(SmallVectorImpl<AnnotatedLine *> &Lines);
|
/external/e2fsprogs/po/ |
at-expand.pl | 68 my $lines = 0; 107 $lines++; 108 if ($lines == 6) {
|
/external/eigen/scripts/ |
eigen_gen_credits.cpp | 76 // remove the histograms "******" that hg churn may draw at the end of some lines 87 // get the number (of changesets or of modified lines for each contributor) 210 cout << "! Lines changed\n";
|
/external/elfutils/src/libdw/ |
dwarf_getsrc_file.c | 68 Dwarf_Lines *lines; local 70 if (INTUSE(dwarf_getsrclines) (cudie, &lines, &nlines) != 0) 87 Dwarf_Line *line = &lines->info[cnt];
|
/external/fonttools/Lib/fontTools/misc/ |
xmlWriter.py | 77 lines = data.split("\n") 78 self._writeraw("<!-- " + lines[0]) 79 for line in lines[1:]:
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
gflags_completions.h | 52 // (if any). Bash then expects a sequence of output lines to be 53 // printed to stdout. If these lines all contain a common prefix 56 // a common prefix, bash will display the lines in pages using 'more'.
|
/external/guava/guava/src/com/google/common/io/ |
CharStreams.java | 263 * Reads all of the lines from a {@link Readable} & {@link Closeable} object 264 * supplied by a factory. The lines do not include line-termination 268 * @return a mutable {@link List} containing all the lines 289 * Reads all of the lines from a {@link Readable} object. The lines do 298 * @return a mutable {@link List} containing all the lines 312 * Streams lines from a {@link Readable} object, stopping when the processor 313 * returns {@code false} or all lines have been read and returning the result 337 * Streams lines from a {@link Readable} and {@link Closeable} object 339 * have read all of the lines [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
CharStreamsTest.java | 63 List<String> lines = CharStreams.readLines( local 65 assertEquals(ImmutableList.of("a", "b", "c"), lines); 102 assertEquals("processLine was not called for all the lines", 3,
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.8.in | 162 Items are listed on one or more lines and separated by whitespace (space+tab). 165 and are ignored. Empty lines are ignored. Lines where the first non-whitespace
|
/external/icu/icu4c/source/tools/toolutil/ |
uparse.h | 61 * This function opens the file and reads it line by line. It skips empty lines 62 * and comment lines that start with a '#'. 63 * All other lines are separated into fields with one delimiter character
|