HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 201 - 225 of 10362) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTableWriter.java 38 void appendValue(StringBuffer line, int index)
42 line.append("0x");
43 line.append(Utility.hex((value >> 8) & 0xFF, 2));
44 line.append(", ");
46 line.append("0x");
47 line.append(Utility.hex(value & 0xFF, 2));
51 StringBuffer line = new StringBuffer(" "); // four spaces local
57 output.println(line.toString());
58 line.setLength(4);
61 appendValue(line, i)
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue14646.go 13 var line int
16 _, file, line, _ = runtime.Caller(1)
18 }() // this is the expected line
20 if line != EXPECTED {
21 println("Expected line =", EXPECTED, "but got line =", line, "and file =", file)
bug305.go 7 // Use //line to set the line number of the next line to 20.
8 //line fixedbugs/bug305.go:20
12 // Introduce an error which should be reported on line 24.
15 // Line 15 of file.
  /prebuilts/go/linux-x86/test/fixedbugs/
issue14646.go 13 var line int
16 _, file, line, _ = runtime.Caller(1)
18 }() // this is the expected line
20 if line != EXPECTED {
21 println("Expected line =", EXPECTED, "but got line =", line, "and file =", file)
bug305.go 7 // Use //line to set the line number of the next line to 20.
8 //line fixedbugs/bug305.go:20
12 // Introduce an error which should be reported on line 24.
15 // Line 15 of file.
  /external/syslinux/com32/lua/src/
pci.c 77 char line[1024]; local
98 /* for each line we found in the pci.ids*/
99 while ( fgets(line, sizeof line, f) ) {
101 if ((line[0] == '#') || (line[0] == ' ') || (line[0] == 'C') ||
102 (line[0] == 10))
105 /* If the line doesn't start with a tab, it means that's a vendor id */
106 if (line[0] != '\t')
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.hh 2 #line 1 "hb-ot-shape-complex-use-machine.rl"
37 #line 38 "hb-ot-shape-complex-use-machine.hh"
290 #line 38 "hb-ot-shape-complex-use-machine.rl"
294 #line 138 "hb-ot-shape-complex-use-machine.rl"
314 #line 315 "hb-ot-shape-complex-use-machine.hh"
322 #line 159 "hb-ot-shape-complex-use-machine.rl"
331 #line 332 "hb-ot-shape-complex-use-machine.hh"
342 #line 1 "NONE"
345 #line 346 "hb-ot-shape-complex-use-machine.hh"
364 #line 1 "NONE
    [all...]
  /external/skia/third_party/harfbuzz/
hb-ot-shape-complex-use-machine.hh 2 #line 1 "hb-ot-shape-complex-use-machine.rl"
37 #line 38 "hb-ot-shape-complex-use-machine.hh"
290 #line 38 "hb-ot-shape-complex-use-machine.rl"
294 #line 138 "hb-ot-shape-complex-use-machine.rl"
314 #line 315 "hb-ot-shape-complex-use-machine.hh"
322 #line 159 "hb-ot-shape-complex-use-machine.rl"
331 #line 332 "hb-ot-shape-complex-use-machine.hh"
342 #line 1 "NONE"
345 #line 346 "hb-ot-shape-complex-use-machine.hh"
364 #line 1 "NONE
    [all...]
  /external/valgrind/drd/tests/
annotate_barrier_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
46 <line>...</line>
    [all...]
  /external/valgrind/memcheck/tests/
xml1.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
43 <line>...</line>
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DefaultHdfParser.java 43 String line; local
44 while ((line = lineReader.readLine()) != null) {
45 parseLine(line, output, context, lineReader, dataFileName, errorHandler);
49 private void parseLine(String line, Data output, List<String> context,
52 line = stripComment(line);
55 if ((split = split(line, "=")) != null) {
58 } else if ((split = split(line, "<<")) != null) {
64 } else if ((split = split(line, "{")) != null) {
68 } else if (split(line, "}") != null)
78 errorHandler.error(lineReader.getLineNumber(), line, dataFileName, "Bad HDF syntax"); local
98 String line; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/freeze/
parsesetup.py 18 line = fp.readline()
20 line = pendingline + line
22 if not line:
24 if line.endswith('\\\n'):
25 pendingline = line[:-2]
26 matchobj = makevardef.match(line)
55 line = fp.readline()
57 line = pendingline + line
    [all...]
  /external/vboot_reference/scripts/image_signing/
unpack_firmwarefd.sh 30 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
31 offset="$(echo $line | sed -e 's/.*area_offset=\"\([a-f0-9x]*\)\".*/\1/')"
33 size="$(echo $line | sed -e 's/.*area_size=\"\([a-f0-9x]*\)\".*/\1/')"
40 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
41 offset="$(echo $line | sed -e 's/.*area_offset=\"\([a-f0-9x]*\)\".*/\1/')"
44 size="$(echo $line | sed -e 's/.*area_size=\"\([a-f0-9x]*\)\".*/\1/')"
49 line=$(mosys -f -k eeprom map $1 | grep "$match_str")
50 offset="$(echo $line | sed -e 's/.*area_offset=\"\([a-f0-9x]*\)\".*/\1/')"
53 size="$(echo $line | sed -e 's/.*area_size=\"\([a-f0-9x]*\)\".*/\1/')"
  /art/tools/checker/file_format/checker/
parser.py 22 def __isCheckerLine(line):
23 return line.startswith("///") or line.startswith("##")
25 def __extractLine(prefix, line, arch = None, debuggable = False):
26 """ Attempts to parse a check line. The regex searches for a comment symbol
28 beginning of the line. Whitespaces are ignored.
40 # beginning of the line.
41 match = re.match(regexPrefix, line)
43 return line[match.end():].strip()
47 def __processLine(line, lineNo, prefix, fileName)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
combinerefs.py 18 a line of output for each object still alive at the end:
43 it's common for the line showing the dict of interned strings to display
45 (albeit painfully) because such containees don't have a line of their own.
76 # while the regexp object pat matches line. If whilematch is false, lines
77 # are read so long as pat doesn't match them. In any case, the first line
79 # (when whilematch is false), is lost, and fileiter will resume at the line
82 for line in fileiter:
83 if bool(pat.match(line)) == whilematch:
84 yield line
92 for line in read(fi, re.compile(r'^Remaining objects:$'), False):
    [all...]
  /external/v8/tools/
draw_instruction_graph.sh 99 set style line 2 lc rgb '#800000'
100 set style line 3 lc rgb '#d00000'
101 set style line 4 lc rgb '#ff6000'
102 set style line 5 lc rgb '#ffc000'
103 set style line 6 lc rgb '#ffff00'
105 set style line 7 lc rgb '#ff00ff'
106 set style line 8 lc rgb '#ffc0ff'
108 set style line 9 lc rgb '#004040'
109 set style line 10 lc rgb '#008080'
110 set style line 11 lc rgb '#40c0c0
    [all...]
  /external/valgrind/exp-sgcheck/tests/
hsg.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
13 <line>...</line>
    [all...]
  /frameworks/native/cmds/bugreportz/
bugreportz.cpp 33 static void write_line(const std::string& line, bool show_progress) {
34 if (line.empty()) return;
38 if (!show_progress && (android::base::StartsWith(line, PROGRESS_PREFIX) ||
39 android::base::StartsWith(line, BEGIN_PREFIX)))
42 android::base::WriteStringToFd(line, STDOUT_FILENO);
46 std::string line; local
61 // Writes line by line.
64 line.append(1, c);
66 write_line(line, show_progress)
    [all...]
  /frameworks/rs/tests/java_api/Refocus/dataExtraction/
extract_data.sh 24 while read line;do
25 if [[ $line =~ $regexN ]];
51 echo $line >> $cleanFilename
53 elif [[ $line =~ $regexData ]];
56 newLine=`echo $line|grep -oE '[0-9]+ ns'|awk '{print $1}'`
58 if [[ $line =~ 'Initialize' ]];
61 elif [[ $line =~ 'UnpackInputImage' ]];
64 elif [[ $line =~ 'MarkLayerMask' ]];
67 elif [[ $line =~ 'ComputeLayerMatteBehindFocalDepth' ]];
70 elif [[ $line =~ 'ComputeIntegralImageForLayerBehindFocalDepth' ]]
    [all...]
  /external/tpm2/
parsep3 18 def strip_line_num(line):
19 line = head_spaces.sub('', line)
20 return line
23 # get rid of heading line numbers and spaces.
38 for line in source_lines:
39 text.append(line)
40 if line == '' and text[-2].startswith(' ') and text[-5] == '':
49 for line in text:
50 f = re.match('^\s*[0-9]+\.[0-9]+\s+(\S+)$', line)
    [all...]
  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 17 SkDLine line; member in struct:lineQuad
21 // quad line results
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
35 if (line[0].fX == line[1].fX) {
36 double top = line[0].fY;
37 double bottom = line[1].fY;
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
43 } else if (line[0].fY == line[1].fY)
60 SkDLine line; member in struct:oneLineQuad
86 const SkDLine& line = oneOffs[index].line; local
115 const SkDLine& line = lineQuadTests[index].line; local
    [all...]
  /external/jemalloc/test/unit/
prof_active.c 9 mallctl_bool_get(const char *name, bool expected, const char *func, int line)
16 "%s():%d: Unexpected mallctl failure reading %s", func, line, name);
17 assert_b_eq(old, expected, "%s():%d: Unexpected %s value", func, line,
23 const char *func, int line)
32 line, name);
34 line, name);
39 int line)
42 mallctl_bool_get("prof.active", prof_active_old_expected, func, line);
49 bool prof_active_new, const char *func, int line)
53 prof_active_new, func, line);
87 line); local
91 "%s():%d: Unexpected backtrace count", func, line); local
    [all...]
  /external/v8/tools/ignition/
linux_perf_bytecode_annotate.py 40 for line in perf_stream:
42 if line[0] == "#":
44 line = line.strip()
46 # Empty line signals the end of the callchain.
47 if not line:
54 symbol_and_offset = line.split(" ", 1)[1]
72 for line in ignition_codegen:
73 if line.startswith(name_string):
77 for line in ignition_codegen
    [all...]
  /external/doclava/src/com/google/doclava/
SampleTagInfo.java 34 * and reducing the indent level of the text to the indent level of the first non-whitespace line.
99 static String getTrimString(String line) {
101 int len = line.length();
103 char c = line.charAt(i);
111 return line.substring(0, i);
115 static String addLineNumber(String line, String num) {
118 numberedLine.append("<span class=\"code-line\" id=\"l" + num + "\">" + line + "</span>");
140 String line = lines.readLine(); local
141 if (line == null)
224 String line = lines.readLine(); local
    [all...]
  /art/tools/checker/file_format/
common.py 20 - fnProcessLine: Called on each line with the text and line number. Must
21 return a triplet, composed of the name of the chunk started on this line,
31 for line in stream:
33 line = line.strip()
34 if not line:
37 # Let the child class process the line and return information about it.
38 # The _processLine method can modify the content of the line (or delete it
40 processedLine, newChunkName, testArch = fnProcessLine(line, lineNo
    [all...]

Completed in 727 milliseconds

1 2 3 4 5 6 7 891011>>