Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 86 for setOp (0.1 sec)

  1. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

       * there is for the connect, write, and read actions within a call.
       *
       * For WebSockets and duplex calls the timeout only applies to the initial setup.
       */
      @get:JvmName("callTimeoutMillis")
      val callTimeoutMillis: Int = builder.callTimeout
    
      /** Default connect timeout (in milliseconds). The default is 10 seconds. */
      @get:JvmName("connectTimeoutMillis")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // In the following example all tests in the test case FlagDependentTest
    // will be instantiated twice with parameters false and true.
    //
    // class FlagDependentTest : public testing::TestWithParam<bool> {
    //   virtual void SetUp() {
    //     external_flag = GetParam();
    //   }
    // }
    // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
    //
    inline internal::ParamGenerator<bool> Bool() {
      return Values(false, true);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 74.1K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/catalog/VersionCatalogExtensionIntegrationTest.groovy

    import spock.lang.Issue
    
    class VersionCatalogExtensionIntegrationTest extends AbstractVersionCatalogIntegrationTest implements PluginDslSupport, VersionCatalogErrorMessages {
    
        def setup() {
            enableProblemsApiCheck()
        }
    
        def "dependencies declared in settings trigger the creation of an extension (notation=#notation)"() {
            settingsFile << """
                dependencyResolutionManagement {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 13:37:31 UTC 2024
    - 77.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest-param-test.h

    // In the following example all tests in the test case FlagDependentTest
    // will be instantiated twice with parameters false and true.
    //
    // class FlagDependentTest : public testing::TestWithParam<bool> {
    //   virtual void SetUp() {
    //     external_flag = GetParam();
    //   }
    // }
    // INSTANTIATE_TEST_CASE_P(BoolSequence, FlagDependentTest, Bool());
    //
    inline internal::ParamGenerator<bool> Bool() {
      return Values(false, true);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 74.1K bytes
    - Viewed (0)
  5. tensorflow/cc/gradients/math_grad.cc

      grad_outputs->push_back(Mul(scope, Neg(scope, y), grad_inv));
      return scope.status();
    }
    REGISTER_GRADIENT_OP("Atan2", Atan2Grad);
    
    // BinaryGradCommon handles the setup for binary ops that broadcast
    // their inputs.
    Status BinaryGradCommon(const Scope& scope, const Operation& op,
                            std::vector<Output>* grad_outputs, const Output& gx_1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 25 18:20:20 UTC 2023
    - 50.7K bytes
    - Viewed (0)
  6. tensorflow/c/c_api_function_test.cc

    class CApiFunctionTest : public ::testing::Test {
     protected:
      CApiFunctionTest()
          : s_(TF_NewStatus()),
            func_graph_(TF_NewGraph()),
            host_graph_(TF_NewGraph()),
            func_(nullptr) {}
    
      void SetUp() override {}
    
      ~CApiFunctionTest() override {
        TF_DeleteFunction(func_);
        TF_DeleteGraph(host_graph_);
        TF_DeleteGraph(func_graph_);
        TF_DeleteStatus(s_);
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/lib.go

    			}
    			ldshlibsyms(ctxt, lib.Shlib)
    		}
    	}
    
    	// Process cgo directives (has to be done before host object loading).
    	ctxt.loadcgodirectives()
    
    	// Conditionally load host objects, or setup for external linking.
    	hostobjs(ctxt)
    	hostlinksetup(ctxt)
    
    	if ctxt.LinkMode == LinkInternal && len(hostobj) != 0 {
    		// If we have any undefined symbols in external
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener.go

    		// Determine the listener address if bind is empty
    		// we listen on the service VIP if and only
    		// if the address is an IP address. If its a CIDR, we listen on
    		// 0.0.0.0, and setup a filter chain match for the CIDR range.
    		// As a small optimization, CIDRs with /32 prefix will be converted
    		// into listener address so that there is a dedicated listener for this
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

        public static final String CONFLICT_FOUND_HEADER_MESSAGE = 'Conflict found for the following module:'
        private ResolveTestFixture resolve = new ResolveTestFixture(buildFile, "compile")
    
        def setup() {
            settingsFile << """
                rootProject.name = 'test'
            """
            resolve.expectDefaultConfiguration("runtime")
            resolve.addDefaultVariantDerivationStrategy()
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  10. src/math/big/int_test.go

    	if r.Int64() != 10 {
    		t.Errorf("Sqrt(100) = %v, want 10 (aliased output)", r.Int64())
    	}
    }
    
    // We can't test this together with the other Exp tests above because
    // it requires a different receiver setup.
    func TestIssue22830(t *testing.T) {
    	one := new(Int).SetInt64(1)
    	base, _ := new(Int).SetString("84555555300000000000", 10)
    	mod, _ := new(Int).SetString("66666670001111111111", 10)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 58.5K bytes
    - Viewed (0)
Back to top