/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-logout.md | 11 ### Synopsis 17 ### Description 30 ### Configuration 32 #### registry subsubsection 49 ### See Also
|
D | npm-unpublish.md | 11 ### Synopsis 25 ### Warning 29 ### Description 44 ### See Also
|
D | npm-ping.md | 11 ### Synopsis 17 ### Description 30 ### See Also
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstregistry.c | 253 gst_registry_init (GstRegistry * registry) in gst_registry_init() 263 GstRegistry *registry = GST_REGISTRY (object); in gst_registry_finalize() local 337 GstRegistry *registry; in gst_registry_get() local 436 gst_registry_add_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_add_plugin() 497 gst_registry_remove_features_for_plugin_unlocked (GstRegistry * registry, in gst_registry_remove_features_for_plugin_unlocked() 537 gst_registry_remove_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_remove_plugin() 570 gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_add_feature() 627 gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_remove_feature() 663 gst_registry_plugin_filter (GstRegistry * registry, in gst_registry_plugin_filter() 714 gst_registry_get_feature_list_or_create (GstRegistry * registry, in gst_registry_get_feature_list_or_create() [all …]
|
D | gstdynamictypefactory.c | 121 gst_dynamic_type_factory_create (GstRegistry * registry, in gst_dynamic_type_factory_create() 159 GstRegistry *registry; in gst_dynamic_type_register() local
|
/third_party/vk-gl-cts/scripts/opengl/ |
D | gen_ext_init.py | 25 def getExtensionCommands (registry, iface, api, extension): argument 45 def genExtensions (registry, iface, api): argument 67 def genExtInit (registry, iface): argument
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
D | ExtensionRegistryFactoryTest.java | 85 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate() local 100 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry() local 171 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testCreate() local 186 ExtensionRegistryLite registry = ExtensionRegistryFactory.create(); in testIsFullRegistry() local 192 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testAdd() local 203 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance().getUnmodifiable(); in testAdd_immutable() local
|
D | TestUtilLite.java | 307 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in getExtensionRegistryLite() local 316 public static void registerAllExtensionsLite(ExtensionRegistryLite registry) { in registerAllExtensionsLite()
|
D | ParserTest.java | 61 private void assertRoundTripEquals(MessageLite message, ExtensionRegistryLite registry) in assertRoundTripEquals() 201 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testOptimizeForSize() local 265 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testParsingMerge() local
|
/third_party/node/deps/npm/lib/auth/ |
D | sso.js | 21 module.exports.login = function login (creds, registry, scope, cb) { argument 22 const opts = SsoOpts(npmConfig()).concat({creds, registry, scope}) property 51 function pollForSession (registry, token, opts) { argument 54 '/-/whoami', opts.concat({registry, forceAuth: {token}}) property
|
D | legacy.js | 33 registry: {}, property 37 module.exports.login = (creds = {}, registry, scope, cb) => { argument 38 const opts = LoginOpts(npmConfig()).concat({scope, registry, creds}) property
|
/third_party/vk-gl-cts/scripts/egl/ |
D | library.py | 65 def getExtOnlyIface (registry, api, extensions): argument 82 def genStaticLibrary (registry): argument 89 def gen (registry): argument
|
D | proc_address_tests.py | 72 def getExtensionList (registry, api): argument 102 def getInterfaceExactVersion (registry, api, version): argument
|
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | MessageExtensions.cs | 243 …ergeFrom(this IMessage message, byte[] data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 254 …essage, byte[] data, int offset, int length, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 265 …From(this IMessage message, ByteString data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 276 …rgeFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 288 …essage message, ReadOnlySequence<byte> data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 297 …tedFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeDelimitedFrom()
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Reflection/ |
D | TypeRegistryTest.cs | 84 … private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() 89 … private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Reflection/ |
D | TypeRegistryTest.cs | 84 … private static void AssertDescriptorPresent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorPresent() 89 … private static void AssertDescriptorAbsent(TypeRegistry registry, MessageDescriptor descriptor) in AssertDescriptorAbsent()
|
/third_party/node/deps/npm/lib/ |
D | ping.js | 12 registry: {} property 38 registry, property
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | WaylandSurfaceKHR.cpp | 26 static void wl_registry_handle_global(void *data, struct wl_registry *registry, unsigned int name, … in wl_registry_handle_global() 35 static void wl_registry_handle_global_remove(void *data, struct wl_registry *registry, unsigned int… in wl_registry_handle_global_remove() 45 struct wl_registry *registry = wl_display_get_registry(display); in WaylandSurfaceKHR() local
|
/third_party/node/deps/npm/node_modules/npm-registry-fetch/ |
D | auth.js | 7 function getAuth (registry, opts) { argument 49 function registryKey (registry) { argument
|
/third_party/node/deps/npm/test/tap/ |
D | all-package-metadata-update-stream-unit.js | 36 npm.load({ cache: CACHE_DIR, registry: common.registry }, function (err) { property 55 registry: common.registry property 85 registry: common.registry property 116 registry: common.registry, property 144 registry: common.registry, property 161 registry: common.registry property
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | MessageReflection.java | 223 ExtensionRegistry registry, String name); in findExtensionByName() 226 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber); in findExtensionByNumber() 298 ExtensionRegistryLite registry, in parseGroup() 309 ExtensionRegistryLite registry, in parseMessage() 321 ExtensionRegistryLite registry, in parseMessageFromBytes() 420 ExtensionRegistry registry, String name) { in findExtensionByName() 426 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 622 ExtensionRegistry registry, String name) { in findExtensionByName() 628 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 635 ExtensionRegistryLite registry, in parseGroup() [all …]
|
/third_party/mesa3d/src/vulkan/device-select-layer/ |
D | device_select_wayland.c | 82 device_select_registry_global(void *data, struct wl_registry *registry, uint32_t name, in device_select_registry_global() 93 device_select_registry_global_remove_cb(void *data, struct wl_registry *registry, in device_select_registry_global_remove_cb() 102 struct wl_registry *registry = NULL; in device_select_find_wayland_pci_default() local
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ |
D | registry.py | 1 registry = { variable
|
/third_party/openGLES/extensions/ |
D | registry.py | 1 registry = { variable
|
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/ |
D | ParserTest.java | 65 ExtensionRegistryLite registry) in assertRoundTripEquals() 202 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testOptimizeForSize() local 258 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testParsingMerge() local
|