/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 110 const string& source_file_name, in PrintAllPythonOps() argument 137 PrintPythonOps(pruned_ops, api_def_map, {}, source_file_name, in PrintAllPythonOps() 140 PrintPythonOps(ops, api_def_map, op_list, source_file_name, in PrintAllPythonOps() 151 tensorflow::string source_file_name = in main() local 167 tensorflow::PrintAllPythonOps({}, api_def_dirs, source_file_name, in main() 173 tensorflow::PrintAllPythonOps(hidden_ops, api_def_dirs, source_file_name, in main() 179 tensorflow::PrintAllPythonOps(op_list, api_def_dirs, source_file_name, in main()
|
D | python_op_gen.h | 37 const string& source_file_name, 47 const string& source_file_name,
|
D | python_op_gen.cc | 1161 const std::vector<string>& hidden_ops, const string& source_file_name = "", in GetPythonOpsImpl() argument 1255 const string& source_file_name, in GetPythonOps() argument 1257 return GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in GetPythonOps() 1263 const string& source_file_name, in PrintPythonOps() argument 1265 printf("%s", GetPythonOpsImpl(ops, api_defs, hidden_ops, source_file_name, in PrintPythonOps()
|
/external/perfetto/test/trace_processor/profiling/ |
D | heap_profile_dump_max_legacy.textproto | 126 source_file_name: "f3.cc" 134 source_file_name: "f2.cc" 142 source_file_name: "f2.cc"
|
D | heap_profile_dump_max.textproto | 128 source_file_name: "f3.cc" 136 source_file_name: "f2.cc" 144 source_file_name: "f2.cc"
|
D | heap_profile.textproto | 130 source_file_name: "f3.cc" 138 source_file_name: "f2.cc" 146 source_file_name: "f2.cc"
|
/external/noto-fonts/other/ |
D | subset_noto_serif.py | 49 source_file_name = argv[1] 52 source_file_name,
|
D | subset_noto_sans_symbols.py | 183 source_file_name = argv[1] 188 source_file_name, 199 source_file_name,
|
/external/google-fruit/tests/ |
D | fruit_test_common.py | 288 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp') 302 source=source_file_name, 315 try_remove_temporary_file(source_file_name) 540 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp') 548 source=source_file_name, 581 try_remove_temporary_file(source_file_name) 604 source_file_name = _create_temporary_file(source_code, file_name_suffix='.cpp') 612 source=source_file_name, 621 try_remove_temporary_file(source_file_name)
|
/external/google-breakpad/src/google_breakpad/processor/ |
D | stack_frame.h | 62 source_file_name(), in StackFrame() 127 string source_file_name; member
|
/external/google-breakpad/src/processor/ |
D | fast_source_line_resolver_unittest.cc | 163 frame.source_file_name.empty() && in VerifyEmpty() 172 frame->source_file_name.clear(); in ClearSourceLineInfo() 224 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 234 ASSERT_EQ(frame.source_file_name, "file1_1.cc"); in TEST_F() 254 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 265 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 387 ASSERT_EQ(frame.source_file_name, "file2_2.cc"); in TEST_F()
|
D | basic_source_line_resolver_unittest.cc | 153 frame.source_file_name.empty() && in VerifyEmpty() 162 frame->source_file_name.clear(); in ClearSourceLineInfo() 196 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 206 ASSERT_EQ(frame.source_file_name, "file1_1.cc"); in TEST_F() 227 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 238 ASSERT_TRUE(frame.source_file_name.empty()); in TEST_F() 360 ASSERT_EQ(frame.source_file_name, "file2_2.cc"); in TEST_F()
|
D | minidump_processor_unittest.cc | 535 ASSERT_EQ(stack->frames()->at(0)->source_file_name, "c:\\test_app.cc"); in TEST_F() 542 ASSERT_EQ(stack->frames()->at(1)->source_file_name, "c:\\test_app.cc"); in TEST_F() 550 ASSERT_EQ(stack->frames()->at(2)->source_file_name, in TEST_F() 560 ASSERT_TRUE(stack->frames()->at(3)->source_file_name.empty()); in TEST_F()
|
D | stackwalk_common.cc | 235 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()
|
D | stackwalker_address_list_unittest.cc | 182 ASSERT_EQ("module2.cc", frames->at(0)->source_file_name); in TEST_F()
|
D | fast_source_line_resolver.cc | 95 frame->source_file_name = in LookupAddress()
|
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | JavaClass.java | 53 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/ |
D | llvm-jitlistener.cpp | 66 std::string(msg->source_file_name), in NotifyEvent() 70 << ": " << msg->source_file_name in NotifyEvent()
|
/external/llvm-project/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 63 std::string(msg->source_file_name), in NotifyEvent() 67 << ": " << msg->source_file_name in NotifyEvent()
|
/external/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 156 FunctionMessage.source_file_name = 0; in NotifyObjectEmitted() 173 FunctionMessage.source_file_name = in NotifyObjectEmitted()
|
D | jitprofiling.h | 206 char* source_file_name; member
|
/external/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 205 char* source_file_name; member
|
D | IntelJITEventListener.cpp | 299 FunctionMessage.source_file_name = 0; in notifyObjectLoaded() 316 FunctionMessage.source_file_name = in notifyObjectLoaded()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | jitprofiling.h | 205 char* source_file_name; member
|
D | IntelJITEventListener.cpp | 170 FunctionMessage.source_file_name = 0; in notifyObjectLoaded() 187 FunctionMessage.source_file_name = in notifyObjectLoaded()
|