Home
last modified time | relevance | path

Searched defs:bootstrap (Results 1 – 25 of 130) sorted by relevance

123456

/external/grpc-grpc/test/core/xds/
Dxds_bootstrap_test.cc165 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/
DBootstrapProviderTest.java45 …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/
DServerListenerTest.java39 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
DEventStreamClientConnectionTest.java32 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
DHttpClientConnectionTest.java40 …private HttpConnectionTestResponse testConnection(URI uri, ClientBootstrap bootstrap, SocketOption… in testConnection()
129 try (ClientBootstrap bootstrap = new ClientBootstrap(null, null); in testStaticDefaults()
DServerBootstrapTest.java17 ServerBootstrap bootstrap = new ServerBootstrap(elg); in testCreateDestroy() local
DClientBootstrapTest.java26 ClientBootstrap bootstrap = new ClientBootstrap(elg, hostResolver); in testCreateDestroy() local
/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/io/
DServerBootstrap.java35 …private static native long serverBootstrapNew(ServerBootstrap bootstrap, long elg) throws CrtRunti… in serverBootstrapNew()
36 private static native void serverBootstrapDestroy(long bootstrap); in serverBootstrapDestroy()
DClientBootstrap.java126 …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/
Dserver_bootstrap.c49 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
Dclient_bootstrap.c120 … 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
Dmqtt_client.c29 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/
Dcmdline.rs23 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/
Dxds_client_grpc.cc144 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/
DGoogleCloudToProdNameResolverTest.java179 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/
Dmod.rs3 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/
DInternalSharedXdsClientPoolProvider.java30 public static void setDefaultProviderBootstrapOverride(Map<String, ?> bootstrap) { in setDefaultProviderBootstrapOverride()
DBootstrapper.java43 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/
Dwindows_env_start.py43 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/
DBetterSimpleChannelPool.java31 BetterSimpleChannelPool(Bootstrap bootstrap, ChannelPoolHandler handler) { in BetterSimpleChannelPool()
DBootstrapProvider.java55 Bootstrap bootstrap = in createBootstrap() local
/external/rust/android-crates-io/crates/criterion/src/stats/bivariate/
Dmod.rs3 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/
Dxds_client_grpc.cc225 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/
DMacrobenchmarkAllocationWorker.java42 @Override public void bootstrap() throws Exception { in bootstrap() method in MacrobenchmarkAllocationWorker
DWorker.java55 public void bootstrap() throws Exception {} in bootstrap() method in Worker

123456