Home
last modified time | relevance | path

Searched refs:source_file_name (Results 1 – 25 of 27) sorted by relevance

12

/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc110 const string& source_file_name, bool require_shapes, in PrintAllPythonOps() argument
137 source_file_name); in PrintAllPythonOps()
139 PrintPythonOps(ops, api_def_map, op_list, require_shapes, source_file_name); in PrintAllPythonOps()
149 tensorflow::string source_file_name = in main() local
162 tensorflow::PrintAllPythonOps({}, api_def_dirs, source_file_name, in main()
168 tensorflow::PrintAllPythonOps(hidden_ops, api_def_dirs, source_file_name, in main()
174 tensorflow::PrintAllPythonOps(op_list, api_def_dirs, source_file_name, in main()
Dpython_op_gen.h32 const string& source_file_name = "");
Dpython_op_gen.cc961 const string& source_file_name = "") { in GetPythonOps() argument
1086 const string& source_file_name) { in PrintPythonOps() argument
1088 source_file_name) in PrintPythonOps()
/external/noto-fonts/other/
Dsubset_noto_sans_symbols.py169 source_file_name = argv[1]
172 source_file_name,
179 source_file_name,
Dsubset_noto_serif.py49 source_file_name = argv[1]
52 source_file_name,
/external/google-fruit/tests/
Dfruit_test_common.py251 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp')
265 source=source_file_name,
279 try_remove_temporary_file(source_file_name)
504 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp')
512 source=source_file_name,
545 try_remove_temporary_file(source_file_name)
568 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp')
576 source=source_file_name,
585 try_remove_temporary_file(source_file_name)
/external/google-breakpad/src/google_breakpad/processor/
Dstack_frame.h62 source_file_name(), in StackFrame()
127 string source_file_name; member
/external/google-breakpad/src/processor/
Dfast_source_line_resolver_unittest.cc160 frame.source_file_name.empty() && in VerifyEmpty()
169 frame->source_file_name.clear(); in ClearSourceLineInfo()
221 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
231 ASSERT_EQ(frame.source_file_name, "file1_1.cc"); in TEST_F()
251 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
262 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
384 ASSERT_EQ(frame.source_file_name, "file2_2.cc"); in TEST_F()
Dbasic_source_line_resolver_unittest.cc150 frame.source_file_name.empty() && in VerifyEmpty()
159 frame->source_file_name.clear(); in ClearSourceLineInfo()
193 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
203 ASSERT_EQ(frame.source_file_name, "file1_1.cc"); in TEST_F()
224 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
235 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F()
357 ASSERT_EQ(frame.source_file_name, "file2_2.cc"); in TEST_F()
Dminidump_processor_unittest.cc430 ASSERT_EQ(stack->frames()->at(0)->source_file_name, "c:\\test_app.cc"); in TEST_F()
437 ASSERT_EQ(stack->frames()->at(1)->source_file_name, "c:\\test_app.cc"); in TEST_F()
445 ASSERT_EQ(stack->frames()->at(2)->source_file_name, in TEST_F()
455 ASSERT_TRUE(stack->frames()->at(3)->source_file_name.empty()); in TEST_F()
Dstackwalk_common.cc235 PathnameStripper::File(pointee_frame.source_file_name).c_str(), in PrintStackContents()
272 if (!frame->source_file_name.empty()) { in PrintStack()
273 string source_file = PathnameStripper::File(frame->source_file_name); in PrintStack()
640 if (!frame->source_file_name.empty()) { in PrintStackMachineReadable()
643 StripSeparator(frame->source_file_name).c_str(), in PrintStackMachineReadable()
Dstackwalker_address_list_unittest.cc182 ASSERT_EQ("module2.cc", frames->at(0)->source_file_name); in TEST_F()
Dfast_source_line_resolver.cc95 frame->source_file_name = in LookupAddress()
Dbasic_source_line_resolver.cc215 frame->source_file_name = files_.find(line->source_file_id)->second; in LookupAddress()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DJavaClass.java53 private String source_file_name = "<Unknown>"; field in JavaClass
149 source_file_name = ((SourceFile) attribute).getSourceFileName(); in JavaClass()
457 return source_file_name; in getSourceFileName()
571 public void setSourceFileName( final String source_file_name ) { in setSourceFileName() argument
572 this.source_file_name = source_file_name; in setSourceFileName()
615 buf.append("compiled from\t\t").append(source_file_name).append('\n'); in toString()
/external/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp66 std::string(msg->source_file_name), in NotifyEvent()
70 << ": " << msg->source_file_name in NotifyEvent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/
Dllvm-jitlistener.cpp64 std::string(msg->source_file_name), in NotifyEvent()
68 << ": " << msg->source_file_name in NotifyEvent()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp156 FunctionMessage.source_file_name = 0; in NotifyObjectEmitted()
173 FunctionMessage.source_file_name = in NotifyObjectEmitted()
Djitprofiling.h206 char* source_file_name; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp159 FunctionMessage.source_file_name = 0; in NotifyObjectEmitted()
176 FunctionMessage.source_file_name = in NotifyObjectEmitted()
Djitprofiling.h206 char* source_file_name; member
/external/v8/src/third_party/vtune/
Djitprofiling.h245 char* source_file_name; member
Dvtune-jit.cc188 jmethod.source_file_name = temp_file_name; in event_handler()
/external/google-breakpad/src/tools/mac/crash_report/
Dcrash_report.mm123 if (!frame->source_file_name.empty()) {
124 string source_file = PathnameStripper::File(frame->source_file_name);
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto161 optional string source_file_name = 5; field

12