/aosp_15_r20/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
H A D | WeightedRoundRobinLoadBalancer.java | 68 private final Random random; field in WeightedRoundRobinLoadBalancer 76 public WeightedRoundRobinLoadBalancer(WrrHelper helper, Ticker ticker, Random random) { in WeightedRoundRobinLoadBalancer() 89 WeightedRoundRobinLoadBalancer(Helper helper, Ticker ticker, Random random) { in WeightedRoundRobinLoadBalancer() 154 private final Helper delegate; field in WeightedRoundRobinLoadBalancer.WrrHelper 166 protected Helper delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrHelper 178 private final Subchannel delegate; field in WeightedRoundRobinLoadBalancer.WrrSubchannel 183 WrrSubchannel(Subchannel delegate) { in WrrSubchannel() 217 protected Subchannel delegate() { in delegate() method in WeightedRoundRobinLoadBalancer.WrrSubchannel 391 private final Random random; field in WeightedRoundRobinLoadBalancer.EdfScheduler 397 EdfScheduler(int initialCapacity, Random random) { in EdfScheduler()
|
H A D | ClusterImplLoadBalancer.java | 81 private final ThreadSafeRandom random; field in ClusterImplLoadBalancer 97 ClusterImplLoadBalancer(Helper helper, ThreadSafeRandom random) { in ClusterImplLoadBalancer() 231 protected Subchannel delegate() { in createSubchannel() method in ClusterImplLoadBalancer
|
H A D | FaultFilter.java | 82 private final ThreadSafeRandom random; field in FaultFilter 86 FaultFilter(ThreadSafeRandom random, AtomicLong activeFaultCounter) { in FaultFilter() 241 protected ClientCall<ReqT, RespT> delegate() { in buildClientInterceptor() method in FaultFilter.FaultInjectionInterceptor.DeadlineInsightForwardingCall
|
H A D | XdsServerWrapper.java | 101 private final ThreadSafeRandom random = ThreadSafeRandomImpl.instance; field in XdsServerWrapper 115 private volatile Server delegate; field in XdsServerWrapper
|
/aosp_15_r20/external/conscrypt/testing/src/main/java/org/conscrypt/testing/ |
H A D | OpaqueProvider.java | 80 private Signature delegate; field in OpaqueProvider.OpaqueSignatureSpi 143 private Cipher delegate; field in OpaqueProvider.OpaqueCipherSpi 193 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 209 int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) in engineInit() 217 int opmode, Key key, AlgorithmParameters params, SecureRandom random) in engineInit() 252 private final ECPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingECPrivateKey 254 private OpaqueDelegatingECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingECPrivateKey() 286 private OpaqueDelegatingMarkedECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingMarkedECPrivateKey() 299 private final RSAPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingRSAPrivateKey 301 private OpaqueDelegatingRSAPrivateKey(RSAPrivateKey delegate) { in OpaqueDelegatingRSAPrivateKey() [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/testing/ |
H A D | OpaqueProvider.java | 82 private Signature delegate; field in OpaqueProvider.OpaqueSignatureSpi 148 private Cipher delegate; field in OpaqueProvider.OpaqueCipherSpi 204 protected void engineInit(int opmode, Key key, SecureRandom random) in engineInit() 220 int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random) in engineInit() 228 int opmode, Key key, AlgorithmParameters params, SecureRandom random) in engineInit() 263 private final ECPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingECPrivateKey 265 private OpaqueDelegatingECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingECPrivateKey() 297 private OpaqueDelegatingMarkedECPrivateKey(ECPrivateKey delegate) { in OpaqueDelegatingMarkedECPrivateKey() 310 private final RSAPrivateKey delegate; field in OpaqueProvider.OpaqueDelegatingRSAPrivateKey 312 private OpaqueDelegatingRSAPrivateKey(RSAPrivateKey delegate) { in OpaqueDelegatingRSAPrivateKey() [all …]
|
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/sm/ |
H A D | security_manager_test.cc | 311 void ReceivePairingRandom(const UInt128& random) { in ReceivePairingRandom() 323 void ReceiveCentralIdentification(uint64_t random, uint16_t ediv) { in ReceiveCentralIdentification() 372 void GenerateLegacyConfirmValue(const UInt128& random, in GenerateLegacyConfirmValue() 401 const UInt128& random, in GenerateScConfirmValue() 463 void set_confirm_delegate(ConfirmDelegate delegate) { in set_confirm_delegate() 469 void set_display_delegate(DisplayDelegate delegate) { in set_display_delegate() 475 void set_request_passkey_delegate(RequestPasskeyDelegate delegate) { in set_request_passkey_delegate() 645 UInt128 random; member 868 UInt128 random; member 1395 UInt128 random; in TEST_F() local [all …]
|
/aosp_15_r20/external/guava/guava-tests/benchmark/com/google/common/collect/ |
H A D | MinMaxPriorityQueueBenchmark.java | 47 private final Random random = new Random(); field in MinMaxPriorityQueueBenchmark 89 protected Queue<T> delegate() { in delegate() method in MinMaxPriorityQueueBenchmark.InvertedMinMaxPriorityQueue
|
/aosp_15_r20/external/guava/android/guava-tests/benchmark/com/google/common/collect/ |
H A D | MinMaxPriorityQueueBenchmark.java | 47 private final Random random = new Random(); field in MinMaxPriorityQueueBenchmark 89 protected Queue<T> delegate() { in delegate() method in MinMaxPriorityQueueBenchmark.InvertedMinMaxPriorityQueue
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/io/ |
H A D | FilesTest.java | 107 public BadLengthFile(File delegate, long badLength) { in BadLengthFile() 529 Random random = new Random(); in testMap_readWrite() local
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/io/ |
H A D | FilesTest.java | 107 public BadLengthFile(File delegate, long badLength) { in BadLengthFile() 529 Random random = new Random(); in testMap_readWrite() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_packet_creator.cc | 107 DelegateInterface* delegate) in QuicPacketCreator() 112 QuicFramer* framer, QuicRandom* random, in QuicPacketCreator() 113 DelegateInterface* delegate) in QuicPacketCreator()
|
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/javac-header/ |
D | metalava-model.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-stdlib- ... |
/aosp_15_r20/out/soong/.intermediates/tools/metalava/metalava-model/metalava-model/linux_glibc_common/combined/ |
D | metalava-model.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-stdlib- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/systemfeatures/systemfeatures-metadata-processor/linux_glibc_common/combined/ |
D | systemfeatures-metadata-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__tools__systemfeatures__linux_glibc_common__systemfeatures-gen- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/plugin_core/PluginAnnotationProcessor/linux_glibc_common/combined/ |
D | PluginAnnotationProcessor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/processors/property_cache/cached-property-annotation-processor/linux_glibc_common/combined/ |
D | cached-property-annotation-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/frameworks__base__tools__codegen__linux_glibc_common__codegen-version- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/AppSearch/safeparcel-processor/safeparcel-annotation-processor/linux_glibc_common/withres/ |
D | safeparcel-annotation-processor.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/remoteauth/service/service-remoteauth-pre-jarjar/android_common/combined/ |
D | service-remoteauth-pre-jarjar.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/androidx/
META- ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex30/javac/ |
D | grpc-java-core-util.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex34/javac/ |
D | grpc-java-core-util.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex10000/javac/ |
D | grpc-java-core-util.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/external/grpc-grpc-java/core/grpc-java-core-util/android_common_apex33/javac/ |
D | grpc-java-core-util.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/androidx.appsearch_appsearch-compiler-plugin/linux_glibc_common/withres/ |
D | androidx.appsearch_appsearch-compiler-plugin.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
META ... |
/aosp_15_r20/out/soong/.intermediates/external/auto/value/auto_annotation_plugin/linux_glibc_common/withres/ |
D | auto_annotation_plugin.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/kotlin-stdlib- ... |