HomeSort by relevance Sort by last modified time
    Searched refs:retry_config (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
retrying_file_system.h 37 const RetryConfig& retry_config)
39 retry_config_(retry_config) {}
150 const RetryConfig& retry_config)
151 : base_file_(std::move(base_file)), retry_config_(retry_config) {}
174 const RetryConfig& retry_config)
175 : base_file_(std::move(base_file)), retry_config_(retry_config) {}
gcs_file_system.h 96 RetryConfig retry_config, TimeoutConfig timeouts,
gcs_file_system.cc 341 RetryConfig retry_config)
348 retry_config_(retry_config) {
365 RetryConfig retry_config)
372 retry_config_(retry_config) {
811 size_t matching_paths_cache_max_entries, RetryConfig retry_config,
    [all...]
  /external/boringssl/src/ssl/test/
handshaker.cc 133 TestConfig initial_config, resume_config, retry_config; local
135 &retry_config)) {
bssl_shim.cc 639 const TestConfig *retry_config, bool is_resume,
715 if (!SetTestConfig(ssl.get(), retry_config)) {
720 ret = DoExchange(out_session, &ssl, retry_config, is_resume, true, writer);
1112 TestConfig initial_config, resume_config, retry_config; local
    [all...]

Completed in 2748 milliseconds