Searched refs:source_line (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/build/android/pylib/symbols/
H A Delf_symbolizer.py305 source_line = None
311 source_line = int(m.group(2))
315 sym_info = ELFSymbolInfo(name, source_path, source_line)
396 def __init__(self, name, source_path, source_line):
400 self.source_line = source_line
407 self.name or '??', self.source_path or '??', self.source_line or 0)
H A Delf_symbolizer_unittest.py159 self.assertEqual(sym_info.source_line, exp_source_line)
/external/chromium_org/mojo/examples/html_viewer/
H A Dhtml_document_view.h44 unsigned source_line,
H A Dhtml_document_view.cc117 unsigned source_line,
114 didAddMessageToConsole( const blink::WebConsoleMessage& message, const blink::WebString& source_name, unsigned source_line, const blink::WebString& stack_trace) argument
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.c609 struct source_line *src_line = notes->src->lines;
980 static void insert_source_line(struct rb_root *root, struct source_line *src_line)
982 struct source_line *iter;
989 iter = rb_entry(parent, struct source_line, node);
1011 static int cmp_source_line(struct source_line *a, struct source_line *b)
1024 static void __resort_source_line(struct rb_root *root, struct source_line *src_line)
1026 struct source_line *iter;
1032 iter = rb_entry(parent, struct source_line, node);
1046 struct source_line *src_lin
1360 struct rb_root source_line = RB_ROOT; local
[all...]
H A Dannotate.h86 struct source_line { struct
107 struct source_line *lines;
/external/libsepol/src/
H A Dassertion.c64 avrule->source_line, avrule->source_filename, avrule->line,
H A Dlink.c1328 new_rule->source_line = cur->source_line;
H A Dexpand.c2653 avrule->source_line = source_rule->source_line;
/external/chromium_org/tools/binary_size/
H A Drun_binary_size_analysis.py572 if symbol.source_line is not None:
573 line_number = symbol.source_line
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc1115 unsigned source_line) {
1138 if (source_line) {
1140 snprintf(buffer, sizeof(buffer), "line %d: ", source_line);
1112 DidAddMessageToConsole( const blink::WebConsoleMessage& message, const blink::WebString& source_name, unsigned source_line) argument
H A Dweb_test_proxy.h184 unsigned source_line);
/external/chromium_org/tools/memory_inspector/memory_inspector/backends/android/
H A Dandroid_backend.py112 line_number=sym_info.source_line)
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h265 unsigned long source_line; member in struct:avrule
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dpep8.py921 source_line = token[4]
923 if source_line[:token_start].strip() == '':
/external/chromium_org/content/renderer/
H A Drender_frame_impl.h262 unsigned source_line,
H A Drender_frame_impl.cc1590 unsigned source_line,
1617 source_line,
1624 static_cast<int32>(source_line),
1587 didAddMessageToConsole( const blink::WebConsoleMessage& message, const blink::WebString& source_name, unsigned source_line, const blink::WebString& stack_trace) argument
/external/chromium_org/v8/src/
H A Ddebug-debugger.js408 var source_line = script.sourceLine(this.line());
418 source_line.match(sourceLineBeginningSkip)[0].length;
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc4823 const char* source_line = "\"sourceLine\":"; local
4824 char* pos = strstr(message, source_line);
4829 res = StringToInt(pos + strlen(source_line));
5125 int source_line = GetSourceLineFromBreakEventMessage(print_buffer); local
5126 // TODO(2047): This should really be 8 <= source_line <= 13; but we
5129 CHECK(7 <= source_line && source_line <= 13);
H A Dtest-api.cc8304 v8::String::Utf8Value source_line(message->GetSourceLine());
8305 CHECK_EQ(" new o.foo();", *source_line);
/external/checkpolicy/
H A Dpolicy_define.c1531 avrule->source_line = source_lineno;
1750 avrule->source_line = source_lineno;
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp238 const char* err_msg, const char* source_file, int source_line )
242 cvError( CV_StsParseError, func_name, buf, source_file, source_line );

Completed in 1056 milliseconds