Home
last modified time | relevance | path

Searched defs:registry (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-logout.md11 ### Synopsis
17 ### Description
30 ### Configuration
32 #### registry subsubsection
49 ### See Also
Dnpm-unpublish.md11 ### Synopsis
25 ### Warning
29 ### Description
44 ### See Also
Dnpm-ping.md11 ### Synopsis
17 ### Description
30 ### See Also
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c238 gst_registry_init (GstRegistry * registry) in gst_registry_init()
248 GstRegistry *registry = GST_REGISTRY (object); in gst_registry_finalize() local
322 GstRegistry *registry; in gst_registry_get() local
421 gst_registry_add_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_add_plugin()
482 gst_registry_remove_features_for_plugin_unlocked (GstRegistry * registry, in gst_registry_remove_features_for_plugin_unlocked()
522 gst_registry_remove_plugin (GstRegistry * registry, GstPlugin * plugin) in gst_registry_remove_plugin()
555 gst_registry_add_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_add_feature()
612 gst_registry_remove_feature (GstRegistry * registry, GstPluginFeature * feature) in gst_registry_remove_feature()
648 gst_registry_plugin_filter (GstRegistry * registry, in gst_registry_plugin_filter()
699 gst_registry_get_feature_list_or_create (GstRegistry * registry, in gst_registry_get_feature_list_or_create()
[all …]
Dgstdynamictypefactory.c121 gst_dynamic_type_factory_create (GstRegistry * registry, in gst_dynamic_type_factory_create()
150 GstRegistry *registry; in gst_dynamic_type_register() local
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java85 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
DTestUtilLite.java307 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in getExtensionRegistryLite() local
316 public static void registerAllExtensionsLite(ExtensionRegistryLite registry) { in registerAllExtensionsLite()
DParserTest.java61 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/
Dsso.js21 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
Dlegacy.js33 registry: {}, property
37 module.exports.login = (creds = {}, registry, scope, cb) => { argument
38 const opts = LoginOpts(npmConfig()).concat({scope, registry, creds}) property
/third_party/protobuf/csharp/src/Google.Protobuf/
DMessageExtensions.cs243 …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/
DTypeRegistryTest.cs84 … 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/
DTypeRegistryTest.cs84 … 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/
Dping.js12 registry: {} property
38 registry, property
/third_party/skia/third_party/externals/swiftshader/src/WSI/
DWaylandSurfaceKHR.cpp26 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/
Dauth.js7 function getAuth (registry, opts) { argument
49 function registryKey (registry) { argument
Dcheck-response.js8 function checkResponse (method, res, registry, startTime, opts) { argument
54 function checkWarnings (res, registry, opts) { argument
/third_party/node/deps/npm/test/tap/
Dall-package-metadata-update-stream-unit.js36 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/
DMessageReflection.java223 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/skia/third_party/externals/opengl-registry/extensions/
Dregistry.py1 registry = { variable
/third_party/openGLES/extensions/
Dregistry.py1 registry = { variable
/third_party/protobuf/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DParserTest.java65 ExtensionRegistryLite registry) in assertRoundTripEquals()
202 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testOptimizeForSize() local
258 ExtensionRegistry registry = ExtensionRegistry.newInstance(); in testParsingMerge() local
/third_party/wayland-ivi-extension/screen-info/test/
Dmain.c8 struct wl_registry *registry; member
23 registry_handle_global(void *data, struct wl_registry *registry, in registry_handle_global()
/third_party/flutter/skia/third_party/externals/spirv-tools/utils/
Dgenerate_registry_tables.py24 def generate_vendor_table(registry): argument
/third_party/cef/libcef/browser/extensions/
Dextensions_browser_api_provider.cc19 ExtensionFunctionRegistry* registry) { in RegisterExtensionFunctions()

12345678910>>...28