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

<<21222324252627282930>>

  /external/dnsmasq/contrib/slackware-dnsmasq/
slack-desc 5 # exactly 11 lines for the formatting to be correct. It's also customary to
  /external/eigen/Eigen/
Geometry 26 * - some linear components: parametrized-lines and hyperplanes
  /external/elfutils/src/libdwfl/
dwfl_dwarf_line.c 39 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
  /external/elfutils/src/tests/
dwfllines.c 57 size_t lines; local
58 if (dwfl_getsrclines (cu, &lines) != 0)
59 continue; // No lines...
61 for (size_t i = 0; i < lines; i++)
  /external/fio/tools/plot/
graph2D.gpm 12 #set data style lines
  /external/fonttools/MetaTools/
roundTrip.py 48 lines = []
54 lines.append(line)
55 if lines:
59 report.writelines(lines)
  /external/google-breakpad/src/common/
stabs_to_module.h 89 // functions and lines, we need to make a pass over the data after
105 // their ending address, and their lines' ending addresses.
113 // functions and lines, so we need to compute them ourselves by
128 // The function we're currently contributing lines to.
  /external/guava/guava/src/com/google/common/io/
LineProcessor.java 43 /** Return the result of processing all the lines. */
  /external/icu/icu4c/source/test/intltest/
thcoll.h 47 * gets the same results when comparing lines one to another
  /external/iproute2/doc/
rtstat.sgml 48 line each 20 lines.
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 31 /* modem lines */
  /external/kernel-headers/original/uapi/linux/
tiocl.h 7 #define TIOCL_SELLINE 2 /* select whole lines */
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 33 linestocopy = linestocopy ? linestocopy << 4 : 16; /* 16 lines per MB */
  /external/linux-tools-perf/src/tools/perf/Documentation/
perf-kmem.txt 40 Print n lines only
  /external/lldb/examples/python/
delta.py 56 description='''Parse a log file that contains timestamps and convert the timestamps to delta times between log lines.'''
73 show delta times between log lines and also keep track of how long it takes
87 lines = file.read().splitlines()
88 for line in lines:
  /external/lldb/scripts/Python/
edit-swig-python-wrapper-file.py 47 # Write out the modified lines.
  /external/llvm/test/tools/llvm-cov/
copy_block_helper.m 14 // STDOUT: Lines executed:100.00% of 5
range_based_for.cpp 14 // STDOUT: Lines executed:100.00% of 5
report.cpp 11 // FILT-NEXT: Name Regions Miss Cover Lines Miss Cover
  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.h 56 /// \brief The number of lines that were executed at least once.
59 /// \brief The number of lines that weren't executed.
62 /// \brief The number of lines that aren't code.
65 /// \brief The total number of lines in a function/file.
  /external/llvm/utils/lit/tests/Inputs/googletest-format/DummySubDir/
OneTest 27 print('And I have two lines of output')
  /external/mesa3d/src/gallium/drivers/svga/
svga_pipe_rasterizer.c 132 rast->need_pipeline_lines_str = "smooth lines";
194 /* If we are decomposing to lines, and lines need the pipeline,
202 rast->need_pipeline_tris_str = "decomposing lines";
  /external/mesa3d/src/mesa/main/
lines.h 2 * \file lines.h
  /external/owasp/sanitizer/tools/
cut_release.py 120 lines = []
138 lines.append("%s%s" % (indentation, replace_fields(match)))
139 lines.append(line)
142 out_file.write("\n".join(lines))
  /external/pdfium/core/src/fpdftext/
txtproc.h 59 void WriteOutput(CFX_WideStringArray& lines, int iMinWidth);

Completed in 162 milliseconds

<<21222324252627282930>>