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

1 2 3 4 5 6 78 91011>>

  /dalvik/dx/src/com/android/dx/util/
HexParser.java 32 * corresponding to the text. The format is simple: Each line may
36 * is encountered, it and the rest of the line are ignored as a
57 String line; local
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
65 int colonAt = line.indexOf(':');
69 int quoteAt = line.indexOf('\"');
74 String atStr = line.substring(0, colonAt).trim();
75 line = line.substring(colonAt + 1)
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/util/
HexParser.java 32 * corresponding to the text. The format is simple: Each line may
36 * is encountered, it and the rest of the line are ignored as a
57 String line; local
59 line = src.substring(at, poundAt);
61 line = src.substring(at, nlAt);
65 int colonAt = line.indexOf(':');
69 int quoteAt = line.indexOf('\"');
74 String atStr = line.substring(0, colonAt).trim();
75 line = line.substring(colonAt + 1)
    [all...]
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 22 while (defined(my $line = <STDIN>)) {
24 print STDERR "DEBUG($debugcounter): $line";
27 chomp($line);
29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
36 push @unmatched, "$line\n";
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 11 #line 10 "./parse.y"
111 #line 112 "y.tab.c"
401 #line 776 "./parse.y"
506 /* line_warning - report a warning at a given line, unless -w was given */
508 void line_warning( str, line )
510 int line;
517 line_pinpoint( warning, line );
522 /* line_pinpoint - write out a message, pinpointing it at the given line */
524 void line_pinpoint( str, line )
526 int line;
    [all...]
  /external/bluetooth/bluedroid/btif/src/
btif_sock_util.c 69 #define asrt(s) if(!(s)) BTIF_TRACE_ERROR3("## %s assert %s failed at line:%d ##",__FUNCTION__, #s, __LINE__)
188 char *line; local
195 line = line_buff;
196 *line++ = ' ';
197 *line++ = ' ';
198 *line++ = ' ';
199 *line++ = ' ';
200 *line++ = ' ';
201 *line++ = ' ';
204 byte2hex((const char*)&j, &line);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
SourceHTMLTokenizer.re2js 78 set line(line) {
80 var match = /<\/script/i.exec(line);
82 this._internalJavaScriptTokenizer.line = line.substring(0, match.index);
84 this._internalJavaScriptTokenizer.line = line;
86 var match = /<\/style/i.exec(line);
88 this._internalCSSTokenizer.line = line.substring(0, match.index)
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang.y 38 TSourceLoc line;
48 TSourceLoc line;
158 context->error($1.line, "undeclared identifier", $1.string->c_str(), "");
167 context->error($1.line, "variable expected", $1.string->c_str(), "");
179 $$ = context->intermediate.addConstantUnion(constArray, t, $1.line);
183 variable->getType(), $1.line);
197 context->error($1.line, " integer constant overflow", "", "");
202 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtInt, EbpUndefined, EvqConst), $1.line);
207 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtFloat, EbpUndefined, EvqConst), $1.line);
212 $$ = context->intermediate.addConstantUnion(unionArray, TType(EbtBool, EbpUndefined, EvqConst), $1.line);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-myanmar-machine.hh 2 #line 1 "hb-ot-shape-complex-myanmar-machine.rl"
35 #line 36 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
263 #line 36 "hb-ot-shape-complex-myanmar-machine.rl"
267 #line 90 "hb-ot-shape-complex-myanmar-machine.rl"
287 #line 288 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
295 #line 111 "hb-ot-shape-complex-myanmar-machine.rl"
304 #line 305 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
315 #line 1 "NONE"
318 #line 319 "hb-ot-shape-complex-myanmar-machine.hh.tmp"
337 #line 83 "hb-ot-shape-complex-myanmar-machine.rl
    [all...]
hb-buffer-deserialize-json.hh 2 #line 1 "hb-buffer-deserialize-json.rl"
35 #line 36 "hb-buffer-deserialize-json.hh.tmp"
438 #line 97 "hb-buffer-deserialize-json.rl"
465 #line 466 "hb-buffer-deserialize-json.hh.tmp"
470 #line 471 "hb-buffer-deserialize-json.hh.tmp"
496 #line 38 "hb-buffer-deserialize-json.rl"
503 #line 43 "hb-buffer-deserialize-json.rl"
513 #line 51 "hb-buffer-deserialize-json.rl"
519 #line 55 "hb-buffer-deserialize-json.rl"
528 #line 62 "hb-buffer-deserialize-json.rl
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognitionException.as 56 * knows its state (such as current input symbol and line info) that
59 * perhaps print an entire line of input not just a single token, for example.
84 /** Track the line at which the error occurred in case this is
86 * unexpected char doesn't carry the line info.
88 public var line:int; variable
93 * imaginary nodes w/o line/col info. We now search backwards looking
94 * for most recent token with line/col info, but notify getErrorHeader()
107 this.line = token.line;
115 this.line = CharStream(input).line
    [all...]
  /external/stressapptest/src/
logger.cc 79 void Logger::QueueLogLine(string *line) {
80 LOGGER_ASSERT(line != NULL);
90 queued_lines_.push_back(line);
92 WriteAndDeleteLogLine(line);
98 void WriteToFile(const string& line, int fd) {
99 LOGGER_ASSERT(write(fd, line.data(), line.size()) ==
100 static_cast<ssize_t>(line.size()));
104 void Logger::WriteAndDeleteLogLine(string *line) {
105 LOGGER_ASSERT(line != NULL)
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 87 /* Sed operates a line at a time. */ struct
88 struct line {
89 char *text; /* Pointer to line allocated by malloc. */
100 #define SIZEOF_LINE offsetof (struct line, mbstate)
102 #define SIZEOF_LINE (sizeof (struct line))
126 /* Current input line number (over all files). */
129 /* True if we'll reset line numbers and addresses before
133 /* Function to read one line. If FP is NULL, read_fn better not
136 bool (*read_fn) P_((struct input *)); /* read one line */
158 /* The `current' input line. * variable in typeref:struct:line
    [all...]
  /frameworks/av/media/libstagefright/httplive/
M3UParser.cpp 167 AString line; local
169 line.setTo(&data[offset], offsetLF - offset - 1);
171 line.setTo(&data[offset], offsetLF - offset);
174 // ALOGI("#%s#", line.c_str());
176 if (line.empty()) {
181 if (lineNo == 0 && line == "#EXTM3U") {
188 if (line.startsWith("#EXT-X-TARGETDURATION")) {
192 err = parseMetaData(line, &mMeta, "target-duration");
193 } else if (line.startsWith("#EXT-X-MEDIA-SEQUENCE")) {
197 err = parseMetaData(line, &mMeta, "media-sequence")
    [all...]
  /bionic/libc/bionic/
debug_mapinfo.cpp 40 static mapinfo_t* parse_maps_line(char* line) {
41 int len = strlen(line);
44 line[--len] = 0;
47 if (line[20] != 'x') return 0;
52 mi->start = strtoul(line, 0, 16);
53 mi->end = strtoul(line + 9, 0, 16);
55 strcpy(mi->name, line + 49);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
WrappedGTestResultParser.java 75 for (String line : lines) {
77 if (line.startsWith("INSTRUMENTATION_RESULT: ")) {
83 CLog.e(line);
87 if (line.startsWith("INSTRUMENTATION_STATUS: gtest=")) {
88 output.add(line.replace("INSTRUMENTATION_STATUS: gtest=", ""));
93 if (line.startsWith("INSTRUMENTATION_")) {
99 output.add(line);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ClassicToken.java 40 protected int line; field in class:ClassicToken
54 line = oldToken.getLine();
74 public void setLine(int line) {
75 this.line = line;
87 return line;
139 return "[@"+getTokenIndex()+",'"+txt+"',<"+type+">"+channelStr+","+line+":"+getCharPositionInLine()+"]";
  /external/dropbear/
cli-kex.c 217 buffer * line = NULL; local
227 line = buf_new(MAX_KNOWNHOSTS_LINE);
232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) {
233 TRACE(("failed reading line: prob EOF"))
237 /* The line is too short to be sensible */
241 if (line->len < (hostlen+30) ) {
242 TRACE(("line is too short to be sensible"))
247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
253 buf_incrpos(line, hostlen);
254 if (buf_getbyte(line) != ' ')
    [all...]
  /external/icu4c/test/intltest/
tokiter.cpp 33 if (!reader->readLineSkippingComments(line, ec)) {
55 * Read the next token from 'this->line' and append it to 'token'.
58 * the opening quote. If a '#' is encountered, the rest of the line
63 * of the line is reached or an error occurs
66 ICU_Utility::skipWhitespace(line, pos, TRUE);
67 if (pos == line.length()) {
70 UChar c = line.charAt(pos++);
83 while (pos < line.length()) {
84 c = line.charAt(pos); // 16-bit ok
86 UChar32 c32 = line.unescapeAt(pos)
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
changelog.py 46 for line in entry_lines:
47 if parse_bug_id_from_changelog(line):
49 if re.search("Unreviewed", line, re.IGNORECASE):
51 if re.search("build", line, re.IGNORECASE) and re.search("fix", line, re.IGNORECASE):
63 for line_index, line in enumerate(lines):
72 entry_lines.append(line)
  /external/libpcap/
scanner.c 2 #line 3 "<stdout>"
210 /* Whether we're considered to be at the beginning of a line.
216 int yy_bs_lineno; /**< The line count. */
    [all...]
  /external/bison/examples/calc++/
position.hh 55 /* Line 36 of location.cc */
56 #line 57 "../../../../examples/calc++/position.hh"
67 , line (l)
79 line = l;
83 /** \name Line and Column related manipulators
85 /// (line related) Advance to the COUNT next lines.
89 line += count;
101 /// Current line number.
102 unsigned int line; member in class:yy::position
141 return (pos1.line == pos2.lin
    [all...]
  /external/webkit/Tools/Scripts/
run-leaks 133 # We treat every line except for Process 00000: and Leak: as optional
135 # Newer versions of the leaks output have a header section at the top, with the first line describing the version of the output format.
151 for my $line (@$leaksOutput) {
152 next if $line =~ /^Process/;
153 next if $line =~ /^node buffer added/;
155 if ($line =~ /^Leak: /) {
156 my ($address) = ($line =~ /Leak: ([[:xdigit:]x]+)/);
162 my ($size) = ($line =~ /size=([[:digit:]]+)/);
168 my ($type) = ($line =~ /'([^']+)'/); #'
178 "leaksOutput" => $line
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/JavaExtensions/
ExceptionExtensions.cs 44 foreach ( string line in trace.Split( '\n', '\r' ) )
46 if ( !string.IsNullOrEmpty( line ) )
47 writer.WriteLine( " " + line );
  /external/bison/src/
location.c 60 int line = cur->line; local
72 line += line < INT_MAX;
87 cur->line = line;
92 if (line == INT_MAX && loc->start.line != INT_MAX)
93 warn_at (*loc, _("line number overflow"));
108 if (0 <= loc.start.line)
147 size_t line; member in struct:caret_info
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
tokenizer.py 58 file: An iterable that yields one line of the file at a time.
69 # The current line number.
72 for line in file:
74 self.__TokenizeLine(line)
78 def _CreateToken(self, string, token_type, line, line_number, values=None):
84 line: The text of the line this token is in.
85 line_number: The line number of the token.
93 return tokens.Token(string, token_type, line, line_number, values)
95 def __TokenizeLine(self, line)
    [all...]

Completed in 417 milliseconds

1 2 3 4 5 6 78 91011>>