/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 110 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()
|
D | python_op_gen.h | 32 const string& source_file_name = "");
|
D | python_op_gen.cc | 961 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/ |
D | subset_noto_sans_symbols.py | 169 source_file_name = argv[1] 172 source_file_name, 179 source_file_name,
|
D | subset_noto_serif.py | 49 source_file_name = argv[1] 52 source_file_name,
|
/external/google-fruit/tests/ |
D | fruit_test_common.py | 251 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/ |
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 | 160 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()
|
D | basic_source_line_resolver_unittest.cc | 150 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()
|
D | minidump_processor_unittest.cc | 430 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()
|
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()
|
D | basic_source_line_resolver.cc | 215 frame->source_file_name = files_.find(line->source_file_id)->second; 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/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-jitlistener/ |
D | llvm-jitlistener.cpp | 64 std::string(msg->source_file_name), in NotifyEvent() 68 << ": " << 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/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 159 FunctionMessage.source_file_name = 0; in NotifyObjectEmitted() 176 FunctionMessage.source_file_name = in NotifyObjectEmitted()
|
D | jitprofiling.h | 206 char* source_file_name; member
|
/external/v8/src/third_party/vtune/ |
D | jitprofiling.h | 245 char* source_file_name; member
|
D | vtune-jit.cc | 188 jmethod.source_file_name = temp_file_name; in event_handler()
|
/external/google-breakpad/src/tools/mac/crash_report/ |
D | crash_report.mm | 123 if (!frame->source_file_name.empty()) { 124 string source_file = PathnameStripper::File(frame->source_file_name);
|
/external/google-breakpad/src/processor/proto/ |
D | process_state.proto | 161 optional string source_file_name = 5; field
|