Home
last modified time | relevance | path

Searched refs:source_line (Results 1 – 25 of 34) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dallocator_registry.cc40 int source_line, const string& name, in Register() argument
54 << ":" << source_line in Register()
56 << existing->source_file << ":" << existing->source_line; in Register()
61 entry.source_line = source_line; in Register()
Dallocator_registry.h65 void Register(const char* source_file, int source_line, const string& name,
94 int source_line; member
/external/python/cpython3/Lib/test/test_importlib/source/
Dtest_source_encoding.py34 source_line = "{0} = '{1}'\n".format(variable, character) variable in EncodingTest
49 source_lines.append(self.source_line.encode(encoding))
62 self.run_test(self.source_line.encode('utf-8'))
77 self.run_test(codecs.BOM_UTF8 + self.source_line.encode('utf-8'))
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h63 source_line(), in StackFrame()
131 int source_line; member
/external/google-breakpad/src/processor/
Dfast_source_line_resolver_unittest.cc161 frame.source_line == 0) in VerifyEmpty()
170 frame->source_line = 0; in ClearSourceLineInfo()
222 ASSERT_EQ(frame.source_line, 0); in TEST_F()
232 ASSERT_EQ(frame.source_line, 44); in TEST_F()
252 ASSERT_EQ(frame.source_line, 0); in TEST_F()
263 ASSERT_EQ(frame.source_line, 0); in TEST_F()
385 ASSERT_EQ(frame.source_line, 21); in TEST_F()
Dsource_line_resolver_base_types.h71 Line(MemAddr addr, MemAddr code_size, int file_id, int source_line) in Line()
75 , line(source_line) { } in Line()
Dbasic_source_line_resolver_unittest.cc151 frame.source_line == 0) in VerifyEmpty()
160 frame->source_line = 0; in ClearSourceLineInfo()
194 ASSERT_EQ(frame.source_line, 0); in TEST_F()
204 ASSERT_EQ(frame.source_line, 44); in TEST_F()
225 ASSERT_EQ(frame.source_line, 0); in TEST_F()
236 ASSERT_EQ(frame.source_line, 0); in TEST_F()
358 ASSERT_EQ(frame.source_line, 21); in TEST_F()
Dminidump_processor_unittest.cc431 ASSERT_EQ(stack->frames()->at(0)->source_line, 58); in TEST_F()
438 ASSERT_EQ(stack->frames()->at(1)->source_line, 65); in TEST_F()
447 ASSERT_EQ(stack->frames()->at(2)->source_line, 327); in TEST_F()
456 ASSERT_EQ(stack->frames()->at(3)->source_line, 0); in TEST_F()
Dstackwalker_address_list_unittest.cc183 ASSERT_EQ(1, frames->at(0)->source_line); in TEST_F()
Dfast_source_line_resolver.cc98 frame->source_line = line->line; in LookupAddress()
Dstackwalk_common.cc236 pointee_frame.source_line, in PrintStackContents()
276 frame->source_line, in PrintStack()
645 frame->source_line, in PrintStackMachineReadable()
Dbasic_source_line_resolver.cc217 frame->source_line = line->line; in LookupAddress()
/external/python/cpython3/Python/
D_warnings.c888 PyObject *source_line; in get_source_line() local
930 source_line = PyList_GetItem(source_list, lineno-1); in get_source_line()
931 Py_XINCREF(source_line); in get_source_line()
933 return source_line; in get_source_line()
950 PyObject *source_line = NULL; in warnings_warn_explicit() local
966 source_line = get_source_line(module_globals, lineno); in warnings_warn_explicit()
967 if (source_line == NULL && PyErr_Occurred()) { in warnings_warn_explicit()
972 registry, source_line, sourceobj); in warnings_warn_explicit()
973 Py_XDECREF(source_line); in warnings_warn_explicit()
/external/tensorflow/tensorflow/compiler/xla/service/
Dsource_map_util.h35 op_metadata.source_line()); in InvalidParameterArgument()
Dlocal_service.cc148 return absl::StrFormat(" (%s:%d)", m.source_file(), m.source_line()); in CompileExecutable()
Dhlo_graph_dumper.cc1102 instr->metadata().source_line() != 0) { in GetInstructionNodeMetadata()
1104 instr->metadata().source_line())); in GetInstructionNodeMetadata()
/external/python/cpython2/Lib/test/
Dtest_traceback.py205 banner, location, source_line = tb_lines
208 self.assertTrue(source_line.startswith(' raise'))
/external/python/cpython2/Python/
D_warnings.c652 PyObject *source_line; in warnings_warn_explicit() local
695 source_line = PyList_GetItem(source_list, lineno-1); in warnings_warn_explicit()
696 if (!source_line) { in warnings_warn_explicit()
703 registry, source_line); in warnings_warn_explicit()
/external/tensorflow/tensorflow/compiler/xla/python/
Dnumpy_bridge.cc363 absl::optional<int32> source_line = GetAttrAsInt32(o, "source_line"); in OpMetadataFromPyObject() local
364 if (source_line.has_value()) { in OpMetadataFromPyObject()
365 result.set_source_line(source_line.value()); in OpMetadataFromPyObject()
/external/selinux/libsepol/src/
Dassertion.c45 avrule->source_line, avrule->source_filename, avrule->line, in report_failure()
182 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions()
199 avrule->source_line, avrule->source_filename, avrule->line, in report_assertion_extended_permissions()
/external/python/cpython3/Lib/test/
Dtest_traceback.py262 location, source_line = tb_lines[-2:]
265 self.assertTrue(source_line.startswith(' raise'))
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h296 unsigned long source_line; member
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto165 optional int32 source_line = 6; field
/external/selinux/checkpolicy/
Dpolicy_define.c1636 avrule->source_line = source_lineno; in define_compute_type_helper()
2061 avrule->source_line = source_lineno; in define_te_avtab_xperms_helper()
2383 dest->source_line = src->source_line; in avrule_cpy()
2525 avrule->source_line = source_lineno; in define_te_avtab_helper()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm127 source_file.c_str(), frame->source_line);

12