HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 176 - 200 of 4062) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parse-intel.c 51 unsigned char *line; local
70 if (&stok[length] == slim && parser_gas->line) {
71 line = yasm_xmalloc(length + parser_gas->lineleft + 1);
72 memcpy(line, parser_gas->s.tok, length);
73 memcpy(line + length, parser_gas->linepos, parser_gas->lineleft);
75 if (line[length - 1] == '\n') length--;
77 line = yasm_xmalloc(length + 1);
78 memcpy(line, parser_gas->s.tok, length);
80 line[length] = '\0';
82 bc = gas_intel_syntax_parse_instr(&parser_nasm, line);
    [all...]
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 18 # NOTE: It does not handle quotes that span more than one line, or
31 return [search_re.sub(comment_replace, line) for line in input]
44 return [search_re.sub(quote_replace, line) for line in input]
50 for (line, masked_line) in zip(input, masked_input):
54 line = line[:split] + r'\n' + line[split:]
57 output.extend(line.split(r'\n')
    [all...]
  /external/markdown/markdown/extensions/
imagelinks.py 51 for line in lines:
53 if line.startswith("<~~~~~~~"):
60 new_lines.append(line)
64 line = line.strip()
66 if line.endswith("~~~~~~>") or not line:
98 elif line[1:6] == "~~~~~" :
101 parts = line.split()
102 line = parts[0
    [all...]
  /bionic/libc/tools/
bionic_utils.py 48 def parse_line(self, line):
49 """ parse a syscall spec line.
51 line processing, format is
54 pos_lparen = line.find('(')
57 E("missing left parenthesis in '%s'" % line)
60 pos_rparen = line.rfind(')')
62 E("missing or misplaced right parenthesis in '%s'" % line)
65 return_type = line[:pos_lparen].strip().split()
67 E("missing return type in '%s'" % line)
79 E("misplaced colon in '%s'" % line)
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-shape-complex-myanmar-machine.hh 2 #line 1 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
35 #line 36 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
264 #line 36 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
268 #line 93 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
288 #line 289 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
296 #line 114 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
305 #line 306 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
316 #line 1 "NONE"
319 #line 320 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
338 #line 85 "../../src/hb-ot-shape-complex-myanmar-machine.rl
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 14 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
18 if (line[0].fX == line[1].fX) {
19 double top = line[0].fY;
20 double bottom = line[1].fY;
25 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
26 } else if (line[0].fY == line[1].fY) {
27 double left = line[0].fX;
28 double right = line[1].fX
99 SkDLine line = {{{x - h, y - v}, {x, y}}}; local
    [all...]
PathOpsCubicLineIntersectionTest.cpp 16 SkDLine line; member in struct:lineCubic
30 const SkDLine& line = failLineCubicTests[iIndex].line; local
31 SkASSERT(ValidLine(line));
35 int order2 = reduce2.reduce(line);
41 SkDebugf("[%d] line order=%d\n", iIndex, order2);
46 int roots = i.intersect(cubic, line);
93 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
96 if (line[0].fX == line[1].fX)
122 const SkDLine& line = lineCubicTests[iIndex].line; local
188 const SkDLine& line = lineCubicTests[iIndex].line; local
    [all...]
  /external/chromium_org/tools/flakiness/
find_flakiness.py 44 for line in data_file:
45 if line:
46 split_line = line.split(' -> ')
61 line = proc.stderr.readline()
62 if not line:
66 print line.rstrip()
68 line = line.rstrip()
69 if line in failed_tests:
70 failed_tests[line] +=
    [all...]
  /external/chromium_org/tools/gn/
standard_out.cc 140 void PrintShortHelp(const std::string& line) {
141 size_t colon_offset = line.find(':');
144 OutputString(" " + line.substr(0, colon_offset), DECORATION_YELLOW);
150 line.size() > first_normal + 2 &&
151 line[first_normal + 1] == ' ' && line[first_normal + 2] == '[') {
154 first_normal = line.find(']', begin_bracket);
156 first_normal = line.size();
159 OutputString(line.substr(begin_bracket, first_normal - begin_bracket),
163 OutputString(line.substr(first_normal) + "\n")
171 const std::string& line = lines[i]; local
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar-machine.hh 2 #line 1 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
35 #line 36 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
264 #line 36 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
268 #line 93 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
288 #line 289 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
296 #line 114 "../../src/hb-ot-shape-complex-myanmar-machine.rl"
305 #line 306 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
316 #line 1 "NONE"
319 #line 320 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
338 #line 85 "../../src/hb-ot-shape-complex-myanmar-machine.rl
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCharStreamState.h 37 NSUInteger line; variable
42 @property (assign) NSUInteger line; variable
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/formats/
antlr.stg 36 location(file, line, column) ::= "<file>:<line>:<column>:"
gnu.stg 36 location(file, line, column) ::= "<file>:<line>:"
vs2005.stg 36 location(file, line, column) ::= "<file>(<line>,<column>)"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PEMUtil.java 58 String line; local
61 while ((line = readLine(in)) != null)
63 if (line.startsWith(_header1) || line.startsWith(_header2))
69 while ((line = readLine(in)) != null)
71 if (line.startsWith(_footer1) || line.startsWith(_footer2))
76 pemBuf.append(line);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 60 String line; local
63 while ((line = readLine(in)) != null)
65 if (line.startsWith(_header1) || line.startsWith(_header2))
71 while ((line = readLine(in)) != null)
73 if (line.startsWith(_footer1) || line.startsWith(_footer2))
78 pemBuf.append(line);
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
memorizingfile.py 74 """Override file.readline and memorize the line read.
77 the whole line will be read out from underlying file object by
82 line = self._buffered_line
85 line = self._file.readline()
86 if line and len(self._memorized_lines) < self._max_memorized_lines:
87 self._memorized_lines.append(line)
88 if size >= 0 and size < len(line):
90 self._buffered_line = line[size:]
91 return line[:size]
92 return line
    [all...]
  /external/chromium_org/base/mac/
mac_logging.cc 16 int line,
19 : LogMessage(file_path, line, severity),
  /external/chromium_org/skia/ext/
google_logging.cc 13 void SkDebugf_FileLine(const char* file, int line, bool fatal,
22 logging::LogMessage(file, line,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
memorizingfile.py 74 """Override file.readline and memorize the line read.
77 the whole line will be read out from underlying file object by
82 line = self._buffered_line
85 line = self._file.readline()
86 if line and len(self._memorized_lines) < self._max_memorized_lines:
87 self._memorized_lines.append(line)
88 if size >= 0 and size < len(line):
90 self._buffered_line = line[size:]
91 return line[:size]
92 return line
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/
address_formatter.h 37 // Formats the address as a single line. This formats the address in national
40 const AddressData& address_data, std::string* line);
42 // Formats the street-level part of an address as a single line. For example,
46 const AddressData& address_data, std::string* line);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_dflt_abort.c 30 /* Print abort message, file and line. Terminate execution.
32 void hmm_dflt_abort(const char *file, const char *line) {
46 fputs(" Line: ", stderr);
47 fputs(line, stderr);
  /external/chromium_org/third_party/skia/experimental/Intersection/
Parameterization_Test.h 11 bool point_on_parameterized_line(const _Line& line, const _Point& point);
  /external/chromium_org/third_party/sqlite/src/tool/
mkopts.tcl 10 set line [gets stdin]
11 if {$line==""} continue
12 regsub -all "\[ \t\n,\]+" [string trim $line] { } line
13 foreach token [split $line { }] {
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
plotTimingTest.m 8 line = fgetl(fid);
14 while ischar(line)
15 if length(line) == 0
16 line = fgetl(fid);
19 lineOrig = line;
20 line = line(72:end);
22 if strncmp(line, testName, length(testName))
25 line = fgetl(fid);
28 [p, count] = sscanf(line, 'Frame decoded: timeStamp=%lu decTime=%d maxDecTime=%d, at %lu')
    [all...]

Completed in 1630 milliseconds

1 2 3 4 5 6 78 91011>>