HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 76 - 100 of 658) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ast.py 11 if hasattr(t, 'lineno') and hasattr(t, 'col_offset'):
12 result.append((t.lineno, t.col_offset))
86 # Multiline generator expression (test for .lineno & .col_offset)
134 # Multiline dict (test for .lineno & .col_offset)
186 node_pos = (ast_node.lineno, ast_node.col_offset)
188 parent_pos = (ast_node.lineno, ast_node.col_offset)
208 ast.AST(lineno=2)
282 x.lineno
287 x = ast.Num(lineno=2)
288 self.assertEqual(x.lineno, 2
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ast.py 11 if hasattr(t, 'lineno') and hasattr(t, 'col_offset'):
12 result.append((t.lineno, t.col_offset))
86 # Multiline generator expression (test for .lineno & .col_offset)
134 # Multiline dict (test for .lineno & .col_offset)
186 node_pos = (ast_node.lineno, ast_node.col_offset)
188 parent_pos = (ast_node.lineno, ast_node.col_offset)
208 ast.AST(lineno=2)
282 x.lineno
287 x = ast.Num(lineno=2)
288 self.assertEqual(x.lineno, 2
    [all...]
  /external/openssh/
configure 216 as_lineno_1=\$LINENO
217 as_lineno_2=\$LINENO
331 as_lineno_1=$LINENO
332 as_lineno_2=$LINENO
426 as_lineno_1=$LINENO
427 as_lineno_2=$LINENO
431 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
433 # line-number line after each line using $LINENO; the second 'sed'
435 # line-number line with the line containing $LINENO, and append
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
shlex.py 50 self.lineno = 1
57 % (self.instream, self.lineno)
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
72 self.lineno = 1
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
85 % (self.instream, self.lineno)
126 self.lineno = self.lineno + 1
146 self.lineno = self.lineno +
    [all...]
pyclbr.py 25 lineno -- the line in the file on which the class statement occurred
39 lineno -- the line in the file on which the class statement occurred
55 def __init__(self, module, name, super, file, lineno):
63 self.lineno = lineno
65 def _addmethod(self, name, lineno):
66 self.methods[name] = lineno
70 def __init__(self, module, name, file, lineno):
74 self.lineno = lineno
    [all...]
traceback.py 21 for filename, lineno, name, line in extracted_list:
23 ' File "%s", line %d, in %s' % (filename,lineno,name))
38 for filename, lineno, name, line in extracted_list:
39 item = ' File "%s", line %d, in %s\n' % (filename,lineno,name)
62 lineno = tb.tb_lineno
67 ' File "%s", line %d, in %s' % (filename, lineno, name))
69 line = linecache.getline(filename, lineno, f.f_globals)
96 lineno = tb.tb_lineno
101 line = linecache.getline(filename, lineno, f.f_globals)
104 list.append((filename, lineno, name, line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
shlex.py 50 self.lineno = 1
57 % (self.instream, self.lineno)
69 self.filestack.appendleft((self.infile, self.instream, self.lineno))
72 self.lineno = 1
82 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
85 % (self.instream, self.lineno)
126 self.lineno = self.lineno + 1
146 self.lineno = self.lineno +
    [all...]
pyclbr.py 25 lineno -- the line in the file on which the class statement occurred
39 lineno -- the line in the file on which the class statement occurred
55 def __init__(self, module, name, super, file, lineno):
63 self.lineno = lineno
65 def _addmethod(self, name, lineno):
66 self.methods[name] = lineno
70 def __init__(self, module, name, file, lineno):
74 self.lineno = lineno
    [all...]
traceback.py 21 for filename, lineno, name, line in extracted_list:
23 ' File "%s", line %d, in %s' % (filename,lineno,name))
38 for filename, lineno, name, line in extracted_list:
39 item = ' File "%s", line %d, in %s\n' % (filename,lineno,name)
62 lineno = tb.tb_lineno
67 ' File "%s", line %d, in %s' % (filename, lineno, name))
69 line = linecache.getline(filename, lineno, f.f_globals)
96 lineno = tb.tb_lineno
101 line = linecache.getline(filename, lineno, f.f_globals)
104 list.append((filename, lineno, name, line)
    [all...]
  /external/pcre/dist/
configure 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/data/
ResourceReader.java 43 private int lineNo;
85 lineNo = -1;
100 this.lineNo = -1;
107 this.lineNo= 0;
133 lineNo = -1;
144 if (lineNo == 0) {
146 ++lineNo;
154 ++lineNo;
197 return lineNo;
205 return resourceName + ':' + lineNo;
    [all...]
  /external/lldb/www/python_reference/
lldb.utils.symbolication-pysrc.html 62 <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-comment">#!/usr/bin/python</tt> </tt>
63 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"> </tt>
64 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-comment">#----------------------------------------------------------------------</tt> </tt>
65 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-comment"># Be sure to add the python path that points to the LLDB shared library.</tt> </tt>
66 <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
67 <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-comment"># To use this in the embedded python interpreter using "lldb":</tt> </tt>
68 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-comment">#</tt> </tt>
69 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-comment"># cd /path/containing/crashlog.py</tt> </tt>
70 <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-comment"># lldb</tt> </tt>
71 <a name="L10"></a><tt class="py-lineno"> 10</tt> <tt class="py-line"><tt class="py-comment"># (lldb) script import crashlog</tt> </tt
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 78 lineno = extractLineNo(child)
79 if lineno is not None:
80 return lineno
259 lineno = nodelist[-4][2]
278 lineno=lineno)
291 return Lambda(names, defaults, flags, code, lineno=nodelist[1][2])
314 return Class(name, bases, doc, code, lineno=nodelist[1][2])
367 return Discard(exprNode, lineno=exprNode.lineno)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 78 lineno = extractLineNo(child)
79 if lineno is not None:
80 return lineno
259 lineno = nodelist[-4][2]
278 lineno=lineno)
291 return Lambda(names, defaults, flags, code, lineno=nodelist[1][2])
314 return Class(name, bases, doc, code, lineno=nodelist[1][2])
367 return Discard(exprNode, lineno=exprNode.lineno)
    [all...]
  /external/mesa3d/
.gitignore 28 configure.lineno
  /external/bison/
configure 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
406 # as_fn_error STATUS ERROR [LINENO LOG_FD]
408 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
409 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
416 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
468 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /art/tools/
checker.py 223 def __init__(self, content, variant=Variant.InOrder, fileName=None, lineNo=-1):
225 self.lineNo = lineNo
231 Logger.fail("Empty check line", self.fileName, self.lineNo)
236 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
300 self.fileName, self.lineNo)
345 self.fileName, self.lineNo)
359 def __init__(self, name, lines, fileName=None, lineNo=-1):
361 self.lineNo = lineNo
    [all...]
  /external/boringssl/src/util/
doc.go 80 func extractComment(lines []string, lineNo int) (comment []string, rest []string, restLineNo int, err error) {
82 return nil, lines, lineNo, nil
85 restLineNo = lineNo
142 func extractDecl(lines []string, lineNo int) (decl string, rest []string, restLineNo int, err error) {
144 return "", lines, lineNo, nil
148 restLineNo = lineNo
264 lineNo := 0
267 lineNo++
270 lineNo++
283 lineNo +=
    [all...]
  /frameworks/base/tools/aidl/
aidl.cpp 117 import->statement.lineno = statement->lineno;
242 filename, name->lineno, name->data, expected.c_str());
311 ((p->flattening_methods & RPC_DATA) != 0), filename, p->name.lineno);
318 filename, c->name.lineno);
339 filename, c->name.lineno);
346 filename, c->name.lineno);
359 filename, c->name.lineno);
421 m->type.type.lineno, m->type.type.data);
429 filename, m->type.type.lineno);
603 int lineno = -1; local
776 int lineno = 1; local
    [all...]
  /external/tcpdump/
configure 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /external/libpcap/
configure 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
403 # as_fn_error STATUS ERROR [LINENO LOG_FD]
405 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
406 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
413 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
465 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /frameworks/base/media/mca/
structgen.py 99 def __init__(self, lineno, message):
100 self.lineno = lineno
104 return "On line %d: %s" % (self.lineno, self.message)
197 lineno = 0
207 self.commandArgAssert(linecomps, 1, lineno)
214 self.commandArgAssert(linecomps, 1, lineno)
217 self.commandArgAssert(linecomps, 1, lineno)
220 self.commandArgAssert(linecomps, 1, lineno)
223 self.commandArgAssert(linecomps, 1, lineno)
    [all...]
  /ndk/sources/host-tools/make-3.81/
configure 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
363 # as_fn_error ERROR [LINENO LOG_FD]
365 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
373 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
425 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /ndk/sources/host-tools/make-3.81/autom4te.cache/
output.0 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
363 @%:@ as_fn_error ERROR [LINENO LOG_FD]
365 @%:@ Output "`basename @S|@0`: error: ERROR" to stderr. If LINENO and LOG_FD are
366 @%:@ provided, also output the error to LOG_FD, referencing LINENO. Then exit the
373 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
425 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /external/fdlibm/
configure 80 # PATH needs CR, and LINENO needs CR and PATH.
102 as_lineno_1=$LINENO
103 as_lineno_2=$LINENO
141 as_lineno_1=$LINENO
142 as_lineno_2=$LINENO
158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
163 # substitution so that $LINENO is not a special case at line end.
171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
175 ' >$as_me.lineno &
    [all...]

Completed in 1138 milliseconds

1 2 34 5 6 7 8 91011>>