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

<<11121314151617181920>>

  /external/clang/test/Index/
complete-enums.c 1 // Note: the run lines follow their respective tests, since line/column
  /external/deqp/scripts/khr_util/
format.py 47 def indentLines (lines):
51 lineColumns = [line.split("\t") for line in lines if line is not None]
73 def writeLines (filename, lines):
75 for line in lines:
  /external/droiddriver/manualtest/
build.gradle 37 // these lines instead:
  /external/e2fsprogs/
wordwrap.pl 10 next if (/^$/); # skip blank lines
  /external/elfutils/src/tests/
line2addr.c 76 Dwfl_Line **lines = NULL; local
79 if (dwfl_module_getsrc_file (mod, a->file, a->line, 0, &lines, &nlines) == 0)
85 const char *file = dwfl_lineinfo (lines[inner], &addr, &line, &col,
105 free (lines);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UnicodeRegex.java 167 * Compile a composed string from a set of BNF lines; see the List version for more information.
169 * @param bnfLines Series of BNF lines.
177 * Compile a composed string from a set of BNF lines, such as for composing a regex
178 * expression. The lines can be in any order, but there must not be any
196 * @param lines Series of lines that represent a BNF expression. The lines contain
198 * multiple lines, but there can't be multiple statements on a line.
202 public String compileBnf(List<String> lines) {
203 Map<String, String> variables = getVariables(lines);
    [all...]
  /external/jdiff/src/jdiff/
StreamReader.java 7 * Reads in lines from an input stream and displays them.
  /external/libvorbis/vq/
latticetune.c 95 long lines=0; local
99 lines++;
100 if(!(lines&0xfff))spinnit("codewords so far...",lines);
  /external/llvm/include/llvm/Support/
LineIterator.h 1 //===- LineIterator.h - Iterator to read a text buffer's lines --*- C++ -*-===//
21 /// \brief A forward iterator which reads text lines from a buffer.
28 /// strips blank lines by default, and comment lines given a comment-starting
  /external/llvm/test/Assembler/
comment.ll 5 ; The bare version of this file should not have any #uses lines.
  /external/llvm/test/DebugInfo/Inputs/
split-dwarf-test.cc 15 // .dwo file will be available for symbolizer (use test RUN-lines to copy
  /external/llvm/test/MC/AArch64/
arm64-separator.s 8 ; being on separate lines in the output. We look for the "; encoding" string
  /external/llvm/test/YAMLParser/
spec-02-27.data 10 lines: |
  /external/llvm/utils/lit/tests/
googletest-format.py 13 # CHECK-NEXT: And I have two lines of output
  /external/markdown/tests/misc/
multi-test.html 16 continued on several lines.
  /external/mesa3d/scons/
source_list.py 86 # more lines to come
95 # combine with previous lines
116 lines = fp.read().splitlines()
121 for line in lines:
  /external/mksh/src/
var_spec.h 31 FN(LINES)
  /external/skia/src/animator/
thingstodo.txt 18 fix docs where lines are stitched together (insert space)
  /external/squashfs-tools/squashfs-tools/
read_file.c 41 * Lines can be split across multiple lines using "\".
43 * Blank lines and comment lines indicated by # are supported.
  /external/toybox/tests/
head.test 12 testing "head, default lines" "head" "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n" "" "1\n2\n3\n4\n5\n6\n7\n8\n9\n10\n11\n12"
  /external/toybox/toys/other/
rev.c 1 /* rev.c - reverse lines of a set of given input files
  /external/toybox/toys/posix/
nl.c 18 Number lines of input.
21 -b which lines to number: a (all) t (non-empty, default) pREGEX (pattern)
22 -l Only count last of this many consecutive blank lines
39 // Count of consecutive blank lines for -l has to persist between files
  /external/v8/tools/
presubmit.py 362 lines = []
368 lines.append(str(line))
369 linenumbers = ', '.join(lines)
370 if len(lines) > 1:
371 print "%s has trailing whitespaces in lines %s." % (name, linenumbers)
378 # Check two empty lines between declarations.
381 lines = []
386 lines.append(str(line + 1))
390 lines.append(str(line + 1))
393 if len(lines) >= 1
    [all...]
  /external/valgrind/helgrind/tests/
filter_helgrind 44 # Process lines. Two categories
45 # (a) lines from back traces
46 # pass through those lines that contain file names we're interested in
54 if ($line =~ /^\s+(at |by )/) { # lines in a back trace
  /external/valgrind/memcheck/tests/
filter_memcheck 44 # Process lines. Two categories
45 # (a) lines from back traces
46 # pass through those lines that contain file names we're interested in
54 if ($line =~ /^\s+(at |by )/) { # lines in a back trace

Completed in 153 milliseconds

<<11121314151617181920>>