Searched refs:lineno (Results 76 - 100 of 222) sorted by relevance

123456789

/external/chromium_org/ppapi/generators/
H A Didl_lexer.py162 line = self.lexobj.lineno
186 self.lexobj.lineno += count
207 self.lexobj.lineno = 1
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcollector.py251 (frame, event, arg), lineno = args
252 fn(frame, event, arg, lineno=lineno)
293 Data is { filename: { lineno: None, ...}, ...}
H A Dtracer.c199 showlog(int depth, int lineno, PyObject * filename, const char * msg) argument
203 if (lineno) {
204 printf("%4d", lineno);
475 * def CTracer_call(frame, event, arg, lineno=0)
477 * If provided, the lineno argument is used as the line number, and the
486 int lineno = 0; local
501 static char *kwlist[] = {"frame", "event", "arg", "lineno", NULL};
504 &PyFrame_Type, &frame, &MyText_Type, &what_str, &arg, &lineno)) {
516 /* Save off the frame's lineno, and use the forced one, if provided. */
518 if (lineno >
[all...]
/external/chromium_org/tools/idl_parser/
H A Didl_lexer.py170 line = self.Lexer().lineno
193 self.Lexer().lineno += count
240 lexer.lineno = 1
H A Didl_parser.py915 lineno = t.lineno
925 lineno = last.lineno
935 self._last_error_lineno = lineno
976 lineno = p.lineno(index)
978 out = IDLNode(cls, filename, lineno, pos, childlist)
1099 filename, last.lineno, str(e)))
/external/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp89 Result.lineno = Loc.getLine();
93 << Result.filename << ":" << Result.lineno << "\n");
113 // format in Details to the address/filename/lineno format that OProfile
132 line_info.lineno = FunctionDI.getLineNumber();
/external/qemu/android/base/
H A DLog.cpp49 params.lineno,
117 LogStream::LogStream(const char* file, int lineno, LogSeverity severity) : argument
118 mParams(file, lineno, severity),
/external/stlport/test/eh/
H A Dmain.cpp76 void __assertion_failed(char *condition, char *testfilename, int lineno);
77 void __assertion_failed(char *condition, char *testfilename, int lineno) argument
85 std::sprintf( line, "%d", lineno );
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom/parse/
H A Dast.py9 # and lineno). You may also define __repr__() to help with analyzing test
16 def __init__(self, filename=None, lineno=None):
18 self.lineno = lineno
79 self.lineno = self.items[0].lineno
/external/chromium_org/tools/valgrind/
H A Dmemcheck_analyze.py514 lineno = e.lineno - 1
516 context_start = max(0, lineno - context_lines)
517 context_end = lineno + context_lines + 1
523 if i != lineno:
/external/qemu/android/utils/
H A Dini.c184 int lineno = 0; local
197 lineno += 1;
213 lineno);
226 lineno);
247 D("%4d: KEY='%.*s' VALUE='%.*s'", lineno,
/external/expat/tests/
H A Druntests.c73 char *file, int lineno)
78 _fail_unless(0, file, lineno, errorMessage);
80 _xml_failure(parser, file, lineno);
413 XML_Size lineno; local
417 lineno = XML_GetCurrentLineNumber(parser);
418 if (lineno != 4) {
421 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
517 XML_Size lineno; local
521 lineno = XML_GetCurrentLineNumber(parser);
522 if (lineno !
72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, char *file, int lineno) argument
[all...]
/external/chromium_org/third_party/cython/src/Cython/Debugger/Tests/
H A Dtest_libcython_in_gdb.py81 def lineno_equals(self, source_line=None, lineno=None):
83 lineno = test_libcython.source_to_lineno[source_line]
85 self.assertEqual(libcython.cython_info.lineno(frame), lineno)
138 self.assertEqual(self.spam_func.lineno, expected_lineno)
188 def step(self, varnames_and_values, source_line=None, lineno=None):
193 self.lineno_equals(source_line, lineno)
/external/chromium_org/third_party/jinja2/
H A Dnodes.py119 two attributes: `lineno` (the line number of the node) and `environment`.
124 attributes = ('lineno', 'environment')
208 def set_lineno(self, lineno, override=False):
213 if 'lineno' in node.attributes:
214 if node.lineno is None or override:
215 node.lineno = lineno
442 def from_untrusted(cls, value, lineno=None, environment=None):
450 return cls(value, lineno=lineno, environmen
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8ErrorHandler.cpp70 v8::Handle<v8::Value> parameters[5] = { v8String(isolate(), errorEvent->message()), v8String(isolate(), errorEvent->filename()), v8::Integer::New(isolate(), errorEvent->lineno()), v8::Integer::New(isolate(), errorEvent->colno()), error };
/external/chromium_org/tools/code_coverage/
H A Dcroc_html.py312 lineno = 0
315 lineno += 1
316 line_cov = cov_file.lines.get(lineno, 2)
320 lineno,
/external/llvm/unittests/ExecutionEngine/JIT/
H A DOProfileJITEventListenerTest.cpp97 locs.push_back(std::make_pair(std::string(i->filename), i->lineno));
/external/chromium_org/third_party/ply/
H A Dlex.py71 return "LexToken(%s,%r,%d,%d)" % (self.type,self.value,self.lineno,self.lexpos)
110 # lineno - Current line number
138 self.lineno = 1 # Current line number
325 tok.lineno = self.lineno
369 tok.lineno = self.lineno
379 tok.lineno = self.lineno
1038 sys.stdout.write("(%s,%r,%d,%d)\n" % (tok.type, tok.value, tok.lineno,to
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DExecutionContext.cpp141 m_pendingExceptions->append(adoptPtrWillBeNoop(new PendingException(errorEvent->messageForConsole(), errorEvent->lineno(), errorEvent->colno(), scriptId, errorEvent->filename(), callStack)));
147 logExceptionToConsole(errorEvent->messageForConsole(), scriptId, errorEvent->filename(), errorEvent->lineno(), errorEvent->colno(), callStack);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libbacktrace.cc96 const char *filename, int lineno,
107 info->line = lineno;
95 SymbolizeCodePCInfoCallback(void *vdata, uintptr_t addr, const char *filename, int lineno, const char *function) argument
/external/oprofile/agents/jvmti/
H A Dlibjvmti_oprofile.c57 * format of lineno information is JVMTI_JLOCATION_JVMBCI, map is an array
59 * lineno }
98 debug_line[i].lineno = table_ptr[j].line_number;
105 debug_line[i].lineno);
/external/qemu/android/
H A Dcbuffer.c29 cbuffer_assert( CBuffer* cb, const char* file, long lineno )
43 file, lineno, reason, cb->rpos, cb->count, cb->size);
/external/chromium_org/third_party/cython/src/Cython/Debugger/
H A Dlibpython.py654 # Initialize lineno to co_firstlineno as per PyCode_Addr2Line
656 lineno = int_from_int(self.field('co_firstlineno'))
662 return lineno
663 lineno += ord(line_incr)
664 return lineno
1577 lineno = pyop.current_line_num()
1580 start = lineno - 5
1581 end = lineno + 5
1594 if i + start == lineno:
2078 # immediately. So don't call self.lang_info.lineno() a
2195 def lineno(self, frame): member in class:PythonInfo
[all...]
/external/chromium_org/third_party/lcov/bin/
H A Dgeninfo2992 my $lineno;
2999 $lineno = read_bbg_value($handle, "line number");
3000 return undef if (!defined($lineno));
3001 if ($lineno == 0) {
3022 push(@{$bb->{$function}->{$filename}}, $lineno);
3190 my $lineno;
3197 $lineno = read_gcno_value($handle, $big_endian, "line number");
3198 return undef if (!defined($lineno));
3199 if ($lineno == 0) {
3221 push(@{$bb->{$function}->{$filename}}, $lineno);
[all...]
/external/elfutils/0.153/src/
H A Dnm.c577 Dwarf_Word lineno; member in struct:local_name
694 Dwarf_Word lineno; local
696 if (dwarf_formudata (attr, &lineno) != 0 || lineno == 0)
718 newp->lineno = lineno;
1299 int lineno; local
1300 (void) dwarf_lineno (line, &lineno);
1306 lineno, '\0');
1335 (*found)->lineno,
[all...]

Completed in 732 milliseconds

123456789