/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/ |
H A D | KeyManagerRegistryTest.java | 130 KeyManagerRegistry registry = new KeyManagerRegistry(); in testEmptyRegistry() local 141 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyManager_works() local 152 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyManager_twice_works() local 165 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyManager_differentManagersSameKeyType_fails() local 177 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyManager_twoKeyTypes_works() local 196 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyTypeManager_works() local 212 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyTypeManager_twice_works() local 223 KeyManagerRegistry registry = new KeyManagerRegistry(); in testRegisterKeyManagerAndKeyTypeManager_fails() local 240 KeyManagerRegistry registry = new KeyManagerRegistry(); in testTypeUrlExists() local 258 KeyManagerRegistry registry = new KeyManagerRegistry(); in testTypeUrlExists_keyTypeManagers() local [all …]
|
/aosp_15_r20/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/ |
H A D | FlickerConfigTest.kt | 37 val registry = FlickerConfig() in canRegisterScenario() constant 48 val registry = FlickerConfig() in canRegisterScenarioWithAssertions() constant 84 val registry = FlickerConfig() in canUnregisterScenario() constant 100 val registry = FlickerConfig() in canUnregisterAssertion() constant 132 val registry = FlickerConfig() in canOverrideStabilityGroup() constant 170 val registry = FlickerConfig() in registerAssertionToScenario() constant 223 val registry = FlickerConfig() in throwsOnRegisteringAssertionToNotRegisteredScenario() constant 241 val registry = FlickerConfig() in throwsOnRegisteringTheSameScenario() constant 271 val registry = FlickerConfig() in throwsOnRegisteringTheSameAssertion() constant 297 val registry = FlickerConfig() in canUseConfigs() constant [all …]
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | mutable_serialization_registry_test.cc | 57 MutableSerializationRegistry registry; in TEST() local 81 MutableSerializationRegistry registry; in TEST() local 88 MutableSerializationRegistry registry; in TEST() local 98 MutableSerializationRegistry registry; in TEST() local 110 MutableSerializationRegistry registry; in TEST() local 130 MutableSerializationRegistry registry; in TEST() local 138 MutableSerializationRegistry registry; in TEST() local 148 MutableSerializationRegistry registry; in TEST() local 160 MutableSerializationRegistry registry; in TEST() local 181 MutableSerializationRegistry registry; in TEST() local [all …]
|
H A D | keyset_wrapper_store_test.cc | 150 PrimitiveGetter(RegistryImpl& registry) { in PrimitiveGetter() 165 RegistryImpl registry; in TEST() local 179 RegistryImpl registry; in TEST() local 192 RegistryImpl registry; in TEST() local 214 RegistryImpl registry; in TEST() local 232 RegistryImpl registry; in TEST() local 250 RegistryImpl registry; in TEST() local 290 RegistryImpl registry; in TEST() local 307 RegistryImpl registry; in TEST() local 335 RegistryImpl registry; in TEST() local [all …]
|
H A D | serialization_registry_test.cc | 60 SerializationRegistry registry = builder.Build(); in TEST() local 79 SerializationRegistry registry = builder.Build(); in TEST() local 116 SerializationRegistry registry = builder.Build(); in TEST() local 131 SerializationRegistry registry = builder.Build(); in TEST() local 167 SerializationRegistry registry = builder.Build(); in TEST() local 188 SerializationRegistry registry = builder.Build(); in TEST() local 199 SerializationRegistry registry = builder.Build(); in TEST() local 232 SerializationRegistry registry = builder.Build(); in TEST() local 252 SerializationRegistry registry = builder.Build(); in TEST() local 263 SerializationRegistry registry = builder.Build(); in TEST() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/internal/ |
H A D | InternalConfigurationTest.java | 161 PrimitiveRegistry registry = in getLegacyPrimitive_throws() local 188 PrimitiveRegistry registry = in getPrimitive_works() local 207 PrimitiveRegistry registry = in wrap_works() local 219 PrimitiveRegistry registry = in getInputPrimitiveClass_works() local 230 PrimitiveRegistry registry = in getPrimitive_dispatchWorks() local 264 PrimitiveRegistry registry = in wrap_dispatchWorks() local 281 PrimitiveRegistry registry = in getInputPrimitiveClass_dispatchWorks() local 297 PrimitiveRegistry registry = in getPrimitive_unregisteredKeyTypeThrows() local 316 PrimitiveRegistry registry = in getPrimitive_unregisteredPrimitiveClassThrows() local 335 PrimitiveRegistry registry = in getPrimitive_wrongPrimitiveKeyClassCombinationThrows() local [all …]
|
H A D | MutableSerializationRegistryTest.java | 203 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_registerAllSerializers_checkDispatch() local 249 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in emptyRegistry_serializeKey_throws() local 259 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_registerAllParsers_checkDispatch() local 281 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in emptyRegistry_parseKey_throws() local 345 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_registerAllParametersSerializers_checkDispatch() local 392 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in emptyRegistry_serializeParameters_throws() local 402 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_registerAllParametersParsers_checkDispatch() local 428 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in emptyRegistry_parseParameters_throws() local 437 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_parseParametersWithLegacyFallback_testFallback() local 460 MutableSerializationRegistry registry = new MutableSerializationRegistry(); in test_parseParametersWithLegacyFallback_testRegistered() local [all …]
|
H A D | SerializationRegistryTest.java | 211 SerializationRegistry registry = in test_registerSerializerAndGet() local 225 SerializationRegistry registry = new SerializationRegistry.Builder().build(); in test_emptyRegistry_throws() local 234 SerializationRegistry registry = in test_noAccessSerializer_throws() local 304 SerializationRegistry registry = in test_registerAll_checkDispatch() local 351 SerializationRegistry registry = in test_serializer_copyWorks() local 383 SerializationRegistry registry = in test_registerParserAndGet() local 395 SerializationRegistry registry = in test_registerParser_noAccess_throws() local 408 SerializationRegistry registry = new SerializationRegistry.Builder().build(); in test_parse_emptyRegistry_throws() local 463 SerializationRegistry registry = in test_registerAllParsers_checkDispatch() local 486 SerializationRegistry registry = in test_copyWorksForParsers() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | xla_op_registry.cc | 116 XlaOpRegistry& registry = Instance(); in RegisterCompilationDevice() local 127 XlaOpRegistry& registry = Instance(); in RegisterBackend() local 139 XlaOpRegistry& registry = Instance(); in IsCompilationDevice() local 146 XlaOpRegistry& registry = Instance(); in GetCompilationDevice() local 184 XlaOpRegistry& registry = Instance(); in RegisterCompilationKernels() local 345 XlaOpRegistry& registry = Instance(); in DeviceKernels() local 366 XlaOpRegistry& registry = Instance(); in GetAllRegisteredOps() local 377 XlaOpRegistry& registry = Instance(); in CompileTimeConstantInputArgNames() local 447 XlaOpRegistry& registry = Instance(); in IsMetadataOp() local 462 XlaOpRegistry& registry = Instance(); in BackendNames() local [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ParserLiteTest.java | 53 private void assertRoundTripEquals(MessageLite message, ExtensionRegistryLite registry) in assertRoundTripEquals() 64 generatePaddingArray(data, offset, padding), offset, length, registry)); in assertRoundTripEquals() local 65 assertThat(message).isEqualTo(parser.parseFrom(message.toByteString(), registry)); in assertRoundTripEquals() local 67 assertThat(message).isEqualTo(parser.parseFrom(CodedInputStream.newInstance(data), registry)); in assertRoundTripEquals() local 69 .isEqualTo(parser.parseFrom(message.toByteString().asReadOnlyByteBuffer(), registry)); in assertRoundTripEquals() local 193 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testParsingMergeLite() local 228 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local 260 TestMergeExceptionLite.parseFrom(CodedInputStream.newInstance(bytes), registry); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local 268 TestMergeExceptionLite.parseFrom(duplicatedByteString.asReadOnlyByteBuffer(), registry); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local
|
/aosp_15_r20/external/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | ParserLiteTest.java | 53 private void assertRoundTripEquals(MessageLite message, ExtensionRegistryLite registry) in assertRoundTripEquals() 64 generatePaddingArray(data, offset, padding), offset, length, registry)); in assertRoundTripEquals() local 65 assertThat(message).isEqualTo(parser.parseFrom(message.toByteString(), registry)); in assertRoundTripEquals() local 67 assertThat(message).isEqualTo(parser.parseFrom(CodedInputStream.newInstance(data), registry)); in assertRoundTripEquals() local 69 .isEqualTo(parser.parseFrom(message.toByteString().asReadOnlyByteBuffer(), registry)); in assertRoundTripEquals() local 193 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testParsingMergeLite() local 228 ExtensionRegistryLite registry = ExtensionRegistryLite.newInstance(); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local 260 TestMergeExceptionLite.parseFrom(CodedInputStream.newInstance(bytes), registry); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local 268 TestMergeExceptionLite.parseFrom(duplicatedByteString.asReadOnlyByteBuffer(), registry); in testExceptionWhenMergingExtendedMessagesMissingRequiredFieldsLite() local
|
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/cobalt/ |
D | CobaltRegistryLoaderTest.java | 67 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_registryCanBeLoaded() local 73 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_unsupportedFeaturesNotInRegistry() local 87 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_metricDimensions() local 112 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_outOfBandRegistryEnabled() local 125 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_fallBackToDefaultBaseRegistryEnabled() local 135 Project registry = CobaltRegistryLoader.getRegistry(mContext, mMockFlags); in testGetRegistry_nullMddRegistry() local 140 private static void assertBaseRegistry(Project registry) { in assertBaseRegistry() 152 private void assertMergedRegistry(Project registry) { in assertMergedRegistry()
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | device_tree.rs | 309 let registry = DeviceTreeComponentsRegistry::new(); in test_components_registry_empty() localVariable 319 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_registry_append_component() localVariable 345 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_registry_append_too_many_components() localVariable 365 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_append_from_dtbo() localVariable 391 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_returns_selected() localVariable 425 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_returns_selected_no_overlays() localVariable 453 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_returns_no_base_device_tree_failed() localVariable 480 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_returns_multiple_base_device_trees_failed() localVariable 507 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_autoselect() localVariable 533 let mut registry = DeviceTreeComponentsRegistry::new(); in test_components_autoselect_no_overlays() localVariable [all …]
|
/aosp_15_r20/external/perfetto/src/tracing/internal/ |
H A D | track_event_internal.cc | 74 void AddObserverForRegistry(const TrackEventCategoryRegistry& registry, in AddObserverForRegistry() 80 void RemoveObserverForRegistry(const TrackEventCategoryRegistry& registry, in RemoveObserverForRegistry() 89 const TrackEventCategoryRegistry& registry, in ForEachObserverForRegistry() 107 const TrackEventCategoryRegistry* registry; member 152 const TrackEventCategoryRegistry& registry, in Initialize() 182 const TrackEventCategoryRegistry& registry, in AddSessionObserver() 191 const TrackEventCategoryRegistry& registry, in RemoveSessionObserver() 214 const TrackEventCategoryRegistry& registry, in EnableTracing() 226 void TrackEventInternal::OnStart(const TrackEventCategoryRegistry& registry, in OnStart() 234 void TrackEventInternal::OnStop(const TrackEventCategoryRegistry& registry, in OnStop() [all …]
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 34 type registry struct { struct 35 XMLName xml.Name `xml:"registry"` 36 Platforms []platformInfo `xml:"platforms>platform"` 37 Tags []tagInfo `xml:"tags>tag"` 38 Types []typeInfo `xml:"types>type"` 39 Enums []enumInfo `xml:"enums"` 40 Commands []commandInfo `xml:"commands>command"` 41 Extensions []struct { 48 Features []struct { 51 Comments string `xml:"comment"` [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_disabled/ |
H A D | metadata.json | 18 "registry": null, null 78 "registry": null, null 285 "registry": null, null 297 "registry": null, null 311 "registry": null, null 323 "registry": null, null 335 "registry": null, null 347 "registry": null, null 497 "registry": null, null 509 "registry": null, null [all …]
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageReflection.java | 224 ExtensionRegistry registry, String name); in findExtensionByName() 227 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber); in findExtensionByNumber() 299 ExtensionRegistryLite registry, in parseGroup() 310 ExtensionRegistryLite registry, in parseMessage() 322 ExtensionRegistryLite registry, in parseMessageFromBytes() 473 ExtensionRegistry registry, String name) { in findExtensionByName() 479 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 748 ExtensionRegistry registry, String name) { in findExtensionByName() 754 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 761 ExtensionRegistryLite registry, in parseGroup() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MessageReflection.java | 224 ExtensionRegistry registry, String name); in findExtensionByName() 227 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber); in findExtensionByNumber() 299 ExtensionRegistryLite registry, in parseGroup() 310 ExtensionRegistryLite registry, in parseMessage() 322 ExtensionRegistryLite registry, in parseMessageFromBytes() 473 ExtensionRegistry registry, String name) { in findExtensionByName() 479 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 748 ExtensionRegistry registry, String name) { in findExtensionByName() 754 ExtensionRegistry registry, Descriptors.Descriptor containingType, int fieldNumber) { in findExtensionByNumber() 761 ExtensionRegistryLite registry, in parseGroup() [all …]
|
/aosp_15_r20/external/grpc-grpc-java/api/src/test/java/io/grpc/ |
H A D | ManagedChannelRegistryTest.java | 107 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_providerReturnsError() local 120 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_providerReturnsNonNull() local 155 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_noProvider() local 188 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_usesScheme() local 242 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_unsupportedSocketAddressTypes() local 284 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_emptySet_asDefault() local 322 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_noSchemeUsesDefaultScheme() local 352 ManagedChannelRegistry registry = new ManagedChannelRegistry(); in newChannelBuilder_badUri() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/aliases/ |
H A D | metadata.json | 18 "registry": null, null 30 "registry": null, null 42 "registry": null, null 54 "registry": null, null 66 "registry": null, null 78 "registry": null, null 90 "registry": null, null 102 "registry": null, null 114 "registry": null, null 126 "registry": null, null [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/crate_renamed_optional_deps_enabled/ |
H A D | metadata.json | 116 "registry": null, null 128 "registry": null, null 305 "registry": null, null 378 "registry": null, null 390 "registry": null, null 479 "registry": null, null 491 "registry": null, null 585 "registry": null, null 597 "registry": null, null 609 "registry": null, null [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/ |
H A D | dynamic_channel_registry_test.cc | 29 FakeDynamicChannel(DynamicChannelRegistry* registry, in FakeDynamicChannel() 181 TestDynamicChannelRegistry registry(std::move(close_cb), RejectAllServices); in TEST() local 218 TestDynamicChannelRegistry registry(std::move(registry_close_cb), in TEST() local 253 TestDynamicChannelRegistry registry(DoNothing, std::move(service_request_cb)); in TEST() local 285 TestDynamicChannelRegistry registry(DoNothing, std::move(service_request_cb)); in TEST() local 321 TestDynamicChannelRegistry registry(DoNothing, std::move(service_request_cb)); in TEST() local 345 TestDynamicChannelRegistry registry(std::move(close_cb), RejectAllServices); in TEST() local 373 TestDynamicChannelRegistry registry(std::move(close_cb), RejectAllServices); in TEST() local 399 TestDynamicChannelRegistry registry(std::move(close_cb), RejectAllServices); in TEST() local 452 TestDynamicChannelRegistry registry(DoNothing, RejectAllServices); in TEST() local [all …]
|
/aosp_15_r20/external/wayland/tests/ |
H A D | display-test.c | 137 registry_handle_globals(void *data, struct wl_registry *registry, in registry_handle_globals() 998 registry_handle_filtered(void *data, struct wl_registry *registry, in registry_handle_filtered() 1010 registry_handle_remove_filtered(void *data, struct wl_registry *registry, in registry_handle_remove_filtered() 1025 struct wl_registry *registry; in get_globals() local 1058 struct wl_registry *registry; in get_dynamic_globals() local 1124 struct wl_registry *registry; in force_bind() local 1192 zombie_fd_handle_globals(void *data, struct wl_registry *registry, in zombie_fd_handle_globals() 1212 struct wl_registry *registry; in zombie_client() local 1358 double_zombie_fd_handle_globals(void *data, struct wl_registry *registry, in double_zombie_fd_handle_globals() 1382 struct wl_registry *registry; in double_zombie_client() local [all …]
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/test_data/metadata/build_scripts/ |
H A D | metadata.json | 18 "registry": null, null 30 "registry": null, null 42 "registry": null, null 54 "registry": null, null 66 "registry": null, null 78 "registry": null, null 90 "registry": null, null 102 "registry": null, null 210 "registry": null, null 222 "registry": null, null [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | MessageExtensions.cs | 252 …ergeFrom(this IMessage message, byte[] data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 263 …essage, byte[] data, int offset, int length, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 274 …From(this IMessage message, ByteString data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 285 …rgeFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 297 …essage message, ReadOnlySequence<byte> data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 307 …s IMessage message, ReadOnlySpan<byte> data, bool discardUnknownFields, ExtensionRegistry registry) in MergeFrom() 316 …tedFrom(this IMessage message, Stream input, bool discardUnknownFields, ExtensionRegistry registry) in MergeDelimitedFrom()
|