/third_party/grpc/src/ruby/tools/bin/ |
D | grpc_tools_ruby_protoc_plugin | 22 plugin_path = File.join(File.dirname(__FILE__), 26 exec([ plugin_path, plugin_path ], *ARGV)
|
D | grpc_tools_ruby_protoc | 31 plugin_path = File.join(protoc_dir, plugin_name) 33 exec([ protoc_path, protoc_path ], "--plugin=protoc-gen-grpc=#{plugin_path}", *ARGV)
|
/third_party/gstreamer/gstreamer/docs/ |
D | gst-plugins-doc-cache-generator.py | 96 for plugin_path in sys.argv[3:]: 97 cmd.append(plugin_path) 98 gst_plugins_paths.append(os.path.dirname(plugin_path))
|
/third_party/cef/libcef_dll/cpptoc/ |
D | request_handler_cpptoc.cc | 335 const cef_string_t* plugin_path) { in request_handler_on_plugin_crashed() argument 348 DCHECK(plugin_path); in request_handler_on_plugin_crashed() 349 if (!plugin_path) in request_handler_on_plugin_crashed() 354 CefBrowserCToCpp::Wrap(browser), CefString(plugin_path)); in request_handler_on_plugin_crashed()
|
/third_party/cef/libcef_dll/ctocpp/ |
D | request_handler_ctocpp.cc | 332 const CefString& plugin_path) { in OnPluginCrashed() argument 346 DCHECK(!plugin_path.empty()); in OnPluginCrashed() 347 if (plugin_path.empty()) in OnPluginCrashed() 352 plugin_path.GetStruct()); in OnPluginCrashed()
|
D | request_handler_ctocpp.h | 81 const CefString& plugin_path) override;
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstregistry.c | 1688 const gchar *plugin_path; in scan_and_update_registry() local 1712 plugin_path = g_getenv ("GST_PLUGIN_PATH_1_0"); in scan_and_update_registry() 1713 if (plugin_path == NULL) in scan_and_update_registry() 1714 plugin_path = g_getenv ("GST_PLUGIN_PATH"); in scan_and_update_registry() 1715 if (plugin_path) { in scan_and_update_registry() 1719 GST_DEBUG ("GST_PLUGIN_PATH set to %s", plugin_path); in scan_and_update_registry() 1720 list = g_strsplit (plugin_path, G_SEARCHPATH_SEPARATOR_S, 0); in scan_and_update_registry() 1732 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH_1_0"); in scan_and_update_registry() 1733 if (plugin_path == NULL) in scan_and_update_registry() 1734 plugin_path = g_getenv ("GST_PLUGIN_SYSTEM_PATH"); in scan_and_update_registry() [all …]
|
/third_party/cef/include/capi/ |
D | cef_request_handler_capi.h | 237 const cef_string_t* plugin_path);
|
/third_party/cef/include/ |
D | cef_request_handler.h | 237 const CefString& plugin_path) {} in OnPluginCrashed() argument
|
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/ |
D | config_file_parser.h | 56 std::string plugin_path; member
|
D | config_file_parser.cc | 142 {"plugin_path", registry_info_string_.plugin_path}, in ParseRegistryInfoString()
|
/third_party/mindspore/mindspore/lite/tools/converter/ |
D | converter_flags.cc | 228 if (!extended_info.plugin_path.empty()) { in InitExtendedIntegrationInfo() 230 auto relative_path = lite::SplitStringToVector(extended_info.plugin_path, *delimiter); in InitExtendedIntegrationInfo()
|
/third_party/cef/libcef/renderer/alloy/ |
D | alloy_content_renderer_client.h | 103 bool IsOriginIsolatedPepperPlugin(const base::FilePath& plugin_path) override;
|
D | alloy_content_renderer_client.cc | 426 const base::FilePath& plugin_path) { in IsOriginIsolatedPepperPlugin() argument
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface_unittest.cc | 316 std::string plugin_path; in RunWithArgs() local 318 plugin_path = GOOGLE_PROTOBUF_TEST_PLUGIN_PATH; in RunWithArgs() 342 plugin_path = possible_paths[i]; in RunWithArgs() 348 if (plugin_path.empty()) { in RunWithArgs() 352 args.push_back("--plugin=prefix-gen-plug=" + plugin_path); in RunWithArgs()
|
/third_party/grpc/bazel/ |
D | protobuf.bzl | 121 "--plugin=protoc-gen-{plugin_name}={plugin_path}".format( 123 plugin_path = plugin.path,
|
/third_party/cef/libcef/browser/ |
D | browser_contents_delegate.cc | 445 const base::FilePath& plugin_path, in PluginCrashed() argument 449 handler->OnPluginCrashed(browser(), plugin_path.value()); in PluginCrashed()
|
D | browser_contents_delegate.h | 134 void PluginCrashed(const base::FilePath& plugin_path,
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 8248 element. added support for multiple paths in --gst-plugin_path=.
|