Home
last modified time | relevance | path

Searched refs:plugin_path (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/ruby/tools/bin/
Dgrpc_tools_ruby_protoc_plugin22 plugin_path = File.join(File.dirname(__FILE__),
26 exec([ plugin_path, plugin_path ], *ARGV)
Dgrpc_tools_ruby_protoc31 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/
Dgst-plugins-doc-cache-generator.py96 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/
Drequest_handler_cpptoc.cc335 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/
Drequest_handler_ctocpp.cc332 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()
Drequest_handler_ctocpp.h81 const CefString& plugin_path) override;
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c1688 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/
Dcef_request_handler_capi.h237 const cef_string_t* plugin_path);
/third_party/cef/include/
Dcef_request_handler.h237 const CefString& plugin_path) {} in OnPluginCrashed() argument
/third_party/mindspore/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.h56 std::string plugin_path; member
Dconfig_file_parser.cc142 {"plugin_path", registry_info_string_.plugin_path}, in ParseRegistryInfoString()
/third_party/mindspore/mindspore/lite/tools/converter/
Dconverter_flags.cc228 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/
Dalloy_content_renderer_client.h103 bool IsOriginIsolatedPepperPlugin(const base::FilePath& plugin_path) override;
Dalloy_content_renderer_client.cc426 const base::FilePath& plugin_path) { in IsOriginIsolatedPepperPlugin() argument
/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc316 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/
Dprotobuf.bzl121 "--plugin=protoc-gen-{plugin_name}={plugin_path}".format(
123 plugin_path = plugin.path,
/third_party/cef/libcef/browser/
Dbrowser_contents_delegate.cc445 const base::FilePath& plugin_path, in PluginCrashed() argument
449 handler->OnPluginCrashed(browser(), plugin_path.value()); in PluginCrashed()
Dbrowser_contents_delegate.h134 void PluginCrashed(const base::FilePath& plugin_path,
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer8248 element. added support for multiple paths in --gst-plugin_path=.