Searched defs:source_line (Results 1 - 7 of 7) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Dstack_frame.h63 source_line(),
131 int source_line; member in struct:google_breakpad::StackFrame
/external/google-breakpad/src/processor/
H A Dsource_line_resolver_base_types.h71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line) argument
75 , line(source_line) { }
/external/tensorflow/tensorflow/compiler/xla/python/
H A Dnumpy_bridge.cc342 tensorflow::gtl::optional<int32> source_line = local
343 GetAttrAsInt32(o, "source_line");
344 if (source_line.has_value()) {
345 result.set_source_line(source_line.value());
/external/python/cpython2/Python/
H A D_warnings.c272 /* Print " source_line\n" */
646 PyObject *source_line; local
688 source_line = PyList_GetItem(source_list, lineno-1);
689 if (!source_line) {
696 registry, source_line);
/external/python/cpython3/Python/
H A D_warnings.c343 /* Print " source_line\n" */
854 PyObject *source_line; local
891 source_line = PyList_GetItem(source_list, lineno-1);
892 if (!source_line) {
899 registry, source_line, sourceobj);
/external/tensorflow/tensorflow/compiler/xla/tools/parser/
H A Dhlo_parser.cc2452 optional<int32> source_line; local
2456 attrs["source_line"] = {/*required=*/false, AttrTy::kInt32, &source_line};
2469 if (source_line) {
2470 metadata->set_source_line(*source_line);
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h296 unsigned long source_line; member in struct:avrule

Completed in 240 milliseconds