/external/grpc-grpc/test/core/xds/ |
D | xds_bootstrap_test.cc | 165 auto bootstrap = std::move(*bootstrap_or); in TEST() local 219 auto bootstrap = std::move(*bootstrap_or); in TEST() local 237 auto bootstrap = std::move(*bootstrap_or); in TEST() local 271 auto bootstrap = std::move(*bootstrap_or); in TEST() local 286 auto bootstrap = GrpcXdsBootstrap::Create(json_str); in TEST() local 303 auto bootstrap = GrpcXdsBootstrap::Create(json_str); in TEST() local 312 auto bootstrap = GrpcXdsBootstrap::Create("{}"); in TEST() local 325 auto bootstrap = GrpcXdsBootstrap::Create(json_str); in TEST() local 340 auto bootstrap = GrpcXdsBootstrap::Create(json_str); in TEST() local 356 auto bootstrap = GrpcXdsBootstrap::Create(json_str); in TEST() local [all …]
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | BootstrapProviderTest.java | 45 …Bootstrap bootstrap = bootstrapProvider.createBootstrap("some-awesome-service-1234.amazonaws.com",… in createBootstrap_usesUnresolvedInetSocketAddress() local 57 …Bootstrap bootstrap = bootstrapProvider.createBootstrap("some-awesome-service-1234.amazonaws.com",… in createBootstrapNonBlockingDns_usesUnresolvedInetSocketAddress() local 69 …Bootstrap bootstrap = bootstrapProvider.createBootstrap("some-awesome-service-1234.amazonaws.com",… in createBootstrap_defaultConfiguration_tcpKeepAliveShouldBeFalse() local 85 …Bootstrap bootstrap = provider.createBootstrap("some-awesome-service-1234.amazonaws.com", 443, fal… in createBootstrap_tcpKeepAliveTrue_shouldApply() local
|
/external/aws-crt-java/src/test/java/software/amazon/awssdk/crt/test/ |
D | ServerListenerTest.java | 39 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testSetupAndTearDown() local 66 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testSetupWith0PortAndTearDown() local 95 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testBindErrorPropagates() local 138 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testConnectionHandling() local 206 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testConnectionProtocolMessageHandling() local 319 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testContinuationMessageHandling() local
|
D | EventStreamClientConnectionTest.java | 32 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testConnectionHandling() local 111 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testConnectionProtocolMessageHandling() local 219 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testConnectionProtocolMessageWithExtraHeadersHandling() local 354 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testContinuationMessageHandling() local 501 ServerBootstrap bootstrap = new ServerBootstrap(elGroup); in testContinuationMessageWithExtraHeadersHandling() local
|
D | HttpClientConnectionTest.java | 40 …private HttpConnectionTestResponse testConnection(URI uri, ClientBootstrap bootstrap, SocketOption… in testConnection() 129 try (ClientBootstrap bootstrap = new ClientBootstrap(null, null); in testStaticDefaults()
|
D | ServerBootstrapTest.java | 17 ServerBootstrap bootstrap = new ServerBootstrap(elg); in testCreateDestroy() local
|
D | ClientBootstrapTest.java | 26 ClientBootstrap bootstrap = new ClientBootstrap(elg, hostResolver); in testCreateDestroy() local
|
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/ |
D | ServerBootstrap.java | 35 …private static native long serverBootstrapNew(ServerBootstrap bootstrap, long elg) throws CrtRunti… in serverBootstrapNew() 36 private static native void serverBootstrapDestroy(long bootstrap); in serverBootstrapDestroy()
|
D | ClientBootstrap.java | 126 …private static native long clientBootstrapNew(ClientBootstrap bootstrap, long elg, long hr) throws… in clientBootstrapNew() 127 private static native void clientBootstrapDestroy(long bootstrap); in clientBootstrapDestroy()
|
/external/aws-crt-java/src/native/ |
D | server_bootstrap.c | 49 struct aws_server_bootstrap *bootstrap = aws_server_bootstrap_new(allocator, elg); in Java_software_amazon_awssdk_crt_io_ServerBootstrap_serverBootstrapNew() local 67 struct aws_server_bootstrap *bootstrap = (struct aws_server_bootstrap *)jni_bootstrap; in Java_software_amazon_awssdk_crt_io_ServerBootstrap_serverBootstrapDestroy() local
|
D | client_bootstrap.c | 120 … struct aws_client_bootstrap *bootstrap = aws_client_bootstrap_new(allocator, &bootstrap_options); in Java_software_amazon_awssdk_crt_io_ClientBootstrap_clientBootstrapNew() local 143 struct aws_client_bootstrap *bootstrap = (struct aws_client_bootstrap *)jni_bootstrap; in Java_software_amazon_awssdk_crt_io_ClientBootstrap_clientBootstrapDestroy() local
|
D | mqtt_client.c | 29 struct aws_client_bootstrap *bootstrap = (struct aws_client_bootstrap *)jni_bootstrap; in Java_software_amazon_awssdk_crt_mqtt_MqttClient_mqttClientNew() local
|
/external/crosvm/src/crosvm/sys/windows/ |
D | cmdline.rs | 23 pub bootstrap: usize, field 32 pub bootstrap: usize, field 42 pub bootstrap: usize, field
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client_grpc.cc | 144 auto bootstrap = GrpcXdsBootstrap::Create(*bootstrap_config); in GetOrCreate() local 165 auto bootstrap = GrpcXdsBootstrap::Create(*bootstrap_contents); in GetOrCreate() local 174 GrpcXdsClient::GrpcXdsClient(std::unique_ptr<GrpcXdsBootstrap> bootstrap, in GrpcXdsClient()
|
/external/grpc-grpc-java/googleapis/src/test/java/io/grpc/googleapis/ |
D | GoogleCloudToProdNameResolverTest.java | 179 Map<String, ?> bootstrap = fakeBootstrapSetter.bootstrapRef.get(); in onGcpAndNoProvidedBootstrapDelegateToXds() local 209 Map<String, ?> bootstrap = fakeBootstrapSetter.bootstrapRef.get(); in onGcpAndNoProvidedBootstrapAndFederationEnabledDelegateToXds() local 301 public void setBootstrap(Map<String, ?> bootstrap) { in setBootstrap()
|
/external/rust/android-crates-io/crates/criterion/src/stats/univariate/ |
D | mod.rs | 3 mod bootstrap; module 29 pub fn bootstrap<A, B, T, S>( in bootstrap() function
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | InternalSharedXdsClientPoolProvider.java | 30 public static void setDefaultProviderBootstrapOverride(Map<String, ?> bootstrap) { in setDefaultProviderBootstrapOverride()
|
D | Bootstrapper.java | 43 public abstract BootstrapInfo bootstrap() throws XdsInitializationException; in bootstrap() method in Bootstrapper 48 BootstrapInfo bootstrap(Map<String, ?> rawData) throws XdsInitializationException { in bootstrap() method in Bootstrapper
|
/external/pigweed/pw_env_setup/py/pw_env_setup/ |
D | windows_env_start.py | 43 def print_banner(bootstrap, no_shell_file): argument
|
/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/internal/ |
D | BetterSimpleChannelPool.java | 31 BetterSimpleChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler) { in BetterSimpleChannelPool()
|
D | BootstrapProvider.java | 55 Bootstrap bootstrap = in createBootstrap() local
|
/external/rust/android-crates-io/crates/criterion/src/stats/bivariate/ |
D | mod.rs | 3 mod bootstrap; module 69 pub fn bootstrap<T, S>(&self, nresamples: usize, statistic: S) -> T::Distributions in bootstrap() function
|
/external/grpc-grpc/src/core/ext/xds/ |
D | xds_client_grpc.cc | 225 auto bootstrap = GrpcXdsBootstrap::Create(*bootstrap_config); in GetOrCreate() local 251 auto bootstrap = GrpcXdsBootstrap::Create(*bootstrap_contents); in GetOrCreate() local 281 absl::string_view key, std::unique_ptr<GrpcXdsBootstrap> bootstrap, in GrpcXdsClient()
|
/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | MacrobenchmarkAllocationWorker.java | 42 @Override public void bootstrap() throws Exception { in bootstrap() method in MacrobenchmarkAllocationWorker
|
D | Worker.java | 55 public void bootstrap() throws Exception {} in bootstrap() method in Worker
|