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

<<41424344454647484950>>

  /external/elfutils/src/libdwfl/
dwfl_module.c 36 if (cu->lines != NULL)
37 free (cu->lines);
  /external/emma/
test.sh 127 echo Tests failed: Additional or missing lines: See $TESTDIR/diff-sorted
131 echo Tests failed: same lines, different order: See $TESTDIR/diff-ordered
  /external/fio/tools/
fio_generate_plots 106 PLOT_LINE=$PLOT_LINE"'$x' using (\$1/1000):(\$2/$SCALE) title \"Queue depth $DEPTH\" with lines ls $i"
112 echo " $PLOT_TITLE ; $YAXIS ; $DEFAULT_OPTS ; show style lines ; $OUTPUT ; plot " $PLOT_LINE | $GNUPLOT -
  /external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DiskLruCache.java 114 * The first five lines of the journal form its header. They are the
118 * Each of the subsequent lines in the file is a record of the state of a
121 * o DIRTY lines track that an entry is actively being created or updated.
123 * action. DIRTY lines without a matching CLEAN or REMOVE indicate that
125 * o CLEAN lines track a cache entry that has been successfully published
128 * o READ lines track accesses for LRU.
129 * o REMOVE lines track entries that have been deleted.
132 * occasionally be compacted by dropping redundant lines. A temporary file named
  /external/google-breakpad/src/common/
module_unittest.cc 88 function->lines.push_back(line);
115 // Some source lines. The module should not sort these.
120 function->lines.push_back(line2);
121 function->lines.push_back(line1);
177 function->lines.push_back(line1);
178 function->lines.push_back(line2);
220 // Some source lines. The module should not sort these.
223 function->lines.push_back(line1);
  /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
basic_source_line_resolver_unittest.cc 413 // Test parsing of valid FILE lines. The format is:
431 // Test parsing of invalid FILE lines. The format is:
454 // Test parsing of valid FUNC lines. The format is:
488 // Test parsing of invalid FUNC lines. The format is:
530 // Test parsing of valid lines. The format is:
565 // Test parsing of invalid lines. The format is:
611 // Test parsing of valid PUBLIC lines. The format is:
642 // Test parsing of invalid PUBLIC lines. The format is:
  /external/icu/icu4c/source/common/
locresdata.cpp 216 * @return an enum indicating the layout orientation for lines.
222 return _uloc_getOrientationHelper(localeId, "lines", status);
  /external/icu/icu4c/source/config/
mh-cygwin 37 # lines from the shell script (Make only)
40 # the #SH# lines don't go through further postprocessing.
mh-cygwin64 37 # lines from the shell script (Make only)
40 # the #SH# lines don't go through further postprocessing.
  /external/icu/icu4c/source/tools/genrb/
prscmnts.cpp 70 srcLen = removeText(src, srcLen, UnicodeString("^[ \\r\\n]+ "), 0, UnicodeString(), status); // remove leading new lines
81 return removeText(source, srcLen, UnicodeString("[ \\r\\n]+"), 0, UnicodeString(" "), status);// remove new lines;
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.cpp 102 // skip empty lines and
103 // skip lines starting with reserved characters
ppucd.h 167 // Multiple lines so that default and block properties can maintain pointers
169 char lines[kNumLineBuffers][4096]; member in class:PreparsedUCD
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateMapFileReader.java 95 // Ignore blank lines and comment lines.
  /external/jsoncpp/include/json/
writer.h 63 * and all the values fit on one lines, then print the array on a single line.
119 * and all the values fit on one lines, then print the array on a single line.
  /external/libcxx/test/libcxx/
compiler.py 126 lines = [l.strip() for l in out.split('\n') if l.strip()]
127 for l in lines:
  /external/libpng/contrib/gregbook/
Makefile.sgi 17 # the PNGINC, PNGLIB, ZINC and ZLIB lines.
21 # ZLIB lines.
  /external/libvncserver/libvncserver/
ultra.c 176 /* Determine maximum pixel/scan lines allowed per rectangle. */
179 /* Initialize number of scan lines left to do. */
  /external/lldb/docs/testsuite/
best-practices.txt 11 two lines:
28 these lines:
  /external/lldb/examples/python/
jump.py 7 +offset - The line /offset/ lines after this line
8 -offset - The line /offset/ lines before this line
  /external/llvm/docs/_static/
llvm.css 19 background: url("lines.gif");
27 color: black; background: url("lines.gif");
  /external/llvm/test/DebugInfo/
accel-table-hash-collisions.ll 8 ; There are 12 names here that are hashed to only 6 hashes (each pair of lines
9 ; hashes to the same value, see the CHECK lines below).
  /external/llvm/test/Transforms/InstCombine/
loadstore-metadata.ll 87 ; FIXME: This test is very fragile. If any LABEL lines are added after
93 ; file, and no LABEL lines are to be added after this point.
  /external/mdnsresponder/mDNSPosix/
nss_mdns.conf.5 19 Lines containing only whitespace or lines whose first non-whitespace character is
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_context.c 176 /* convert points and lines into triangles:
177 * (otherwise, draw points and lines natively)

Completed in 408 milliseconds

<<41424344454647484950>>