Home
last modified time | relevance | path

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

12345678910

/third_party/node/deps/npm/test/lib/commands/
Dsearch.js18 const registry = new MockRegistry({ constant
20 registry: npm.config.get('registry'), property
30 const registry = new MockRegistry({ constant
32 registry: npm.config.get('registry'), property
48 const registry = new MockRegistry({ constant
50 registry: npm.config.get('registry'), property
60 const registry = new MockRegistry({ constant
62 registry: npm.config.get('registry'), property
72 const registry = new MockRegistry({ constant
74 registry: npm.config.get('registry'), property
[all …]
Dping.js7 const registry = new MockRegistry({ constant
9 registry: npm.config.get('registry'), property
19 const registry = new MockRegistry({ constant
21 registry: npm.config.get('registry'), property
37 const registry = new MockRegistry({ constant
39 registry: npm.config.get('registry'), property
45 registry: npm.config.get('registry'), property
55 const registry = new MockRegistry({ constant
57 registry: npm.config.get('registry'), property
63 registry: npm.config.get('registry'), property
Daccess.js79 const registry = new MockRegistry({ constant
81 registry: npm.config.get('registry'), property
99 const registry = new MockRegistry({ constant
101 registry: npm.config.get('registry'), property
126 const registry = new MockRegistry({ constant
128 registry: npm.config.get('registry'), property
140 const registry = new MockRegistry({ constant
142 registry: npm.config.get('registry'), property
156 const registry = new MockRegistry({ constant
158 registry: npm.config.get('registry'), property
[all …]
Dpublish.js44 publishConfig: { registry: alternateRegistry }, property
48 const registry = new MockRegistry({ constant
50 registry: alternateRegistry, property
69 registry: alternateRegistry, property
100 publishConfig: { registry: alternateRegistry }, property
104 const registry = new MockRegistry({ constant
106 registry: alternateRegistry, property
125 registry: alternateRegistry, property
148 const registry = new MockRegistry({ constant
150 registry: npm.config.get('registry'), property
[all …]
Dunpublish.js23 const registry = new MockRegistry({ constant
25 registry: npm.config.get('registry'), property
92 const registry = new MockRegistry({ constant
94 registry: npm.config.get('registry'), property
118 const registry = new MockRegistry({ constant
120 registry: npm.config.get('registry'), property
144 const registry = new MockRegistry({ constant
146 registry: npm.config.get('registry'), property
164 const registry = new MockRegistry({ constant
166 registry: npm.config.get('registry'), property
[all …]
Daudit.js68 const registry = new MockRegistry({ constant
70 registry: npm.config.get('registry'), property
97 const registry = new MockRegistry({ constant
99 registry: npm.config.get('registry'), property
148 const registry = new MockRegistry({ constant
150 registry: npm.config.get('registry'), property
174 const registry = new MockRegistry({ constant
176 registry: npm.config.get('registry'), property
835 async function manifestWithValidSigs ({ registry }) { field
857 async function manifestWithValidAttestations ({ registry }) { field
[all …]
Downer.js42 function registryPackage (t, registry, name) { argument
43 const mockRegistry = new MockRegistry({ tap: t, registry }) field
67 const registry = new MockRegistry({ constant
69 registry: npm.config.get('registry'), property
120 const registry = new MockRegistry({ constant
122 registry: npm.config.get('registry'), property
131 const registry = new MockRegistry({ constant
133 registry: npm.config.get('registry'), property
148 const registry = new MockRegistry({ constant
150 registry: npm.config.get('registry'), property
[all …]
Dwhoami.js11 const registry = new MockRegistry({ constant
13 registry: npm.config.get('registry'), property
28 const registry = new MockRegistry({ constant
30 registry: npm.config.get('registry'), property
43 const registry = new MockRegistry({ constant
45 registry: npm.config.get('registry'), property
Ddeprecate.js28 const registry = new MockRegistry({ constant
30 registry: npm.config.get('registry'), property
82 const registry = new MockRegistry({ constant
84 registry: npm.config.get('registry'), property
107 const registry = new MockRegistry({ constant
109 registry: npm.config.get('registry'), property
133 const registry = new MockRegistry({ constant
135 registry: npm.config.get('registry'), property
159 const registry = new MockRegistry({ constant
161 registry: npm.config.get('registry'), property
Dexec.js21 const registry = new MockRegistry({ constant
23 registry: 'https://registry.npmjs.org/', property
55 const registry = new MockRegistry({ constant
57 registry: 'https://registry.npmjs.org/', property
92 const registry = new MockRegistry({ constant
94 registry: 'https://registry.npmjs.org/', property
134 const registry = new MockRegistry({ constant
136 registry: 'https://registry.npmjs.org/', property
Dtoken.js74 config: { registry: 'https://registry.npmjs.org', otp: '123456' }, property
115 config: { registry: 'https://registry.npmjs.org', json: true }, property
161 config: { registry: 'https://registry.npmjs.org', parseable: true }, property
209 config: { registry: 'https://registry.npmjs.org' }, property
232 config: { registry: 'https://registry.npmjs.org' }, property
253 config: { registry: 'https://registry.npmjs.org', json: true }, property
275 config: { registry: 'https://registry.npmjs.org', parseable: true }, property
295 config: { registry: 'https://registry.npmjs.org' }, property
320 config: { registry: 'https://registry.npmjs.org' }, property
335 config: { registry: 'https://registry.npmjs.org' }, property
[all …]
Dunstar.js23 const registry = new MockRegistry({ constant
25 registry: npm.config.get('registry'), property
46 const registry = new MockRegistry({ constant
48 registry: npm.config.get('registry'), property
Dstar.js23 const registry = new MockRegistry({ constant
25 registry: npm.config.get('registry'), property
45 const registry = new MockRegistry({ constant
47 registry: npm.config.get('registry'), property
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c253 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 …]
/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
/third_party/vk-gl-cts/scripts/opengl/
Dgen_ext_init.py25 def getExtensionCommands (registry, iface, api, extension): argument
45 def genExtensions (registry, iface, api): argument
67 def genExtInit (registry, iface): argument
/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/vk-gl-cts/scripts/egl/
Dlibrary.py65 def getExtOnlyIface (registry, api, extensions): argument
82 def genStaticLibrary (registry): argument
89 def gen (registry): argument
Dproc_address_tests.py72 def getExtensionList (registry, api): argument
102 def getInterfaceExactVersion (registry, api, version): argument
/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/commands/
Daudit.js46 await Promise.all([...registries].map(registry => this.setKeys({ registry, tuf }))) property
196 async setKeys ({ registry, tuf }) { property
219 registry, property
258 buildRegistryConfig (registry) { argument
308 async verifySignatures (name, version, registry) { argument
363 registry, property
384 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/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/mesa3d/src/vulkan/device-select-layer/
Ddevice_select_wayland.c82 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

12345678910