HomeSort by relevance Sort by last modified time
    Searched refs:line (Results 151 - 175 of 2868) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/elfutils/libdwfl/
dwfl_lineinfo.c 1 /* Get information from a source line record returned by libdwfl.
54 dwfl_lineinfo (Dwfl_Line *line, Dwarf_Addr *addr, int *linep, int *colp,
57 if (line == NULL)
60 struct dwfl_cu *cu = dwfl_linecu (line);
61 const Dwarf_Line *info = &cu->die.cu->lines->info[line->idx];
66 *linep = info->line;
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverAutoEscapingException.java 26 public JSilverAutoEscapingException(String message, String templateName, int line, int column) {
27 super(createMessage(message, templateName, line, column));
37 private static String createMessage(String message, String resourceName, int line, int column) {
42 if (line != UNKNOWN_POSITION) {
43 result.append(" line=").append(line);
  /external/libvpx/examples/
gen_example_code.sh 29 block_name=${line##*@}
30 indent=${line%%${block_name}}
77 while IFS=$'\n' read -r line; do
78 case "$line" in
83 *) echo "$line" ;;
  /external/valgrind/unittest/
match_output.py 14 for line in f:
15 line = line.rstrip()
16 print line
17 if re.search(line_re, line):
19 # print 'match: %s =~ %s' % (line, line_re)
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
deps.py 47 for line in fileinput.FileInput(self._path):
48 match = pattern.match(line)
56 for line in fileinput.FileInput(self._path, inplace=1):
57 if pattern.match(line):
61 print line,
  /frameworks/compile/libbcc/tools/build/
gen-config-from-mk.py 17 for line in f:
19 if conf_patt.match(line.strip()):
23 if split_patt.match(line.strip()):
29 match = var_patt.match(line.strip())
33 elif split_patt.match(line.strip()):
  /frameworks/native/opengl/libs/tools/
glapigen 26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_API(CALL)?\s+(.+)\s+GL_APIENTRY\s+([\w]+)\s*\(([^\)]+)\);/) {
37 #printf("%s", $line);
gltracegen 26 while (my $line = <>) {
27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
30 if ($line !~ /^GL_ENTRY\(([^,]+), ([^,]+), ([^\)]+)\)/) {
  /system/core/sh/
mknodes.sh 47 while IFS=; read -r line; do
48 line="${line%%#*}"
50 set -- $line
53 case "$line" in
82 eval line=\"\$field_${struct}_$field\"
84 [ -n "$line" ]
87 set -- $line
130 while IFS=; read -r line; do
132 set -- $line
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/MVS/
initscan-mvs.c 164 # line 1 "<stdin>"
167 # line 5 "<stdin>"
251 # line 84 "<stdin>"
    [all...]
  /external/mesa3d/src/glsl/
glsl_lexer.cpp 0 #line 2 "glsl_lexer.cpp"
3 #line 4 "glsl_lexer.cpp"
232 /* Whether we're considered to be at the beginning of a line.
238 int yy_bs_lineno; /**< The line count. */
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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...]
  /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/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/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...]
  /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 165 AString line; local
167 line.setTo(&data[offset], offsetLF - offset - 1);
169 line.setTo(&data[offset], offsetLF - offset);
172 // ALOGI("#%s#", line.c_str());
174 if (line.empty()) {
179 if (lineNo == 0 && line == "#EXTM3U") {
186 if (line.startsWith("#EXT-X-TARGETDURATION")) {
190 err = parseMetaData(line, &mMeta, "target-duration");
191 } else if (line.startsWith("#EXT-X-MEDIA-SEQUENCE")) {
195 err = parseMetaData(line, &mMeta, "media-sequence")
    [all...]
  /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)

Completed in 659 milliseconds

1 2 3 4 5 67 8 91011>>