Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 135 for Several (0.15 sec)

  1. pkg/proxy/iptables/proxier.go

    	conntrackTCPLiberal bool
    
    	// nodePortAddresses selects the interfaces where nodePort works.
    	nodePortAddresses *proxyutil.NodePortAddresses
    	// networkInterfacer defines an interface for several net library functions.
    	// Inject for test purpose.
    	networkInterfacer proxyutil.NetworkInterfacer
    
    	logger klog.Logger
    
    	// nfAcctCounters can be used to determine if a counter exist in the nfacct subsystem.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 65.1K bytes
    - Viewed (0)
  2. tensorflow/BUILD

        }),
    )
    
    # -------------------------------------------
    # New rules should be added above this target.
    # -------------------------------------------
    
    # TensorFlow uses several libraries that may also be used by applications
    # linking against the C and C++ APIs (such as libjpeg).  When we create
    # the shared library, only export the core TF API functions to avoid
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  3. src/time/time_test.go

    			t.Errorf("got %d/%d; expected %d/1 for Jan 04", y, w, year)
    		}
    	}
    }
    
    type YearDayTest struct {
    	year, month, day int
    	yday             int
    }
    
    // Test YearDay in several different scenarios
    // and corner cases
    var yearDayTests = []YearDayTest{
    	// Non-leap-year tests
    	{2007, 1, 1, 1},
    	{2007, 1, 15, 15},
    	{2007, 2, 1, 32},
    	{2007, 2, 15, 46},
    	{2007, 3, 1, 60},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:13:47 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeState.java

                    if (targetComponent == component) {
                        // if the same component depends on itself: do not attempt to cleanup the same thing several times
                        continue;
                    }
                    if (targetComponent != null && targetComponent.getModule().isChangingSelection()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 58.9K bytes
    - Viewed (0)
  5. pkg/controller/volume/persistentvolume/pv_controller.go

    			// Add In-Tree protection finalizer here only when the reclaim policy is `Delete`
    			volume.SetFinalizers([]string{storagehelpers.PVDeletionInTreeProtectionFinalizer})
    		}
    	}
    
    	// Try to create the PV object several times
    	for i := 0; i < ctrl.createProvisionedPVRetryCount; i++ {
    		logger.V(4).Info("provisionClaimOperation: trying to save volume", "PVC", klog.KObj(claim), "volumeName", volume.Name)
    		var newVol *v1.PersistentVolume
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  6. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #else
    # define GTEST_MUST_USE_RESULT_
    #endif  // __GNUC__ && (GTEST_GCC_VER_ >= 30400) && !COMPILER_ICC
    
    // Determine whether the compiler supports Microsoft's Structured Exception
    // Handling.  This is supported by several Windows compilers but generally
    // does not exist on any other system.
    #ifndef GTEST_HAS_SEH
    // The user didn't tell us, so we need to figure it out.
    
    # if defined(_MSC_VER) || defined(__BORLANDC__)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #else
    # define GTEST_MUST_USE_RESULT_
    #endif  // __GNUC__ && (GTEST_GCC_VER_ >= 30400) && !COMPILER_ICC
    
    // Determine whether the compiler supports Microsoft's Structured Exception
    // Handling.  This is supported by several Windows compilers but generally
    // does not exist on any other system.
    #ifndef GTEST_HAS_SEH
    // The user didn't tell us, so we need to figure it out.
    
    # if defined(_MSC_VER) || defined(__BORLANDC__)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  8. src/runtime/pprof/pprof_test.go

    		have516 := major > 5 || (major == 5 && minor >= 16)
    		if have59 && !have516 {
    			testenv.SkipFlaky(t, 49065)
    		}
    	}
    
    	// Run a workload in a single goroutine, then run copies of the same
    	// workload in several goroutines. For both the serial and parallel cases,
    	// the CPU time the process measures with its own profiler should match the
    	// total CPU usage that the OS reports.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/collect/SetsTest.java

                      }
                    })
                .named("Sets.immutableEnumSet")
                .withFeatures(
                    CollectionSize.ONE, CollectionSize.SEVERAL, CollectionFeature.ALLOWS_NULL_QUERIES)
                .createTestSuite());
    
        suite.addTest(
            NavigableSetTestSuiteBuilder.using(
                    new TestStringSetGenerator() {
                      @Override
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri May 17 15:27:58 UTC 2024
    - 49.2K bytes
    - Viewed (0)
  10. src/runtime/mheap.go

    // mheap_.arenas[ai.l1()][ai.l2()].
    //
    // If p is outside the range of valid heap addresses, either l1() or
    // l2() will be out of bounds.
    //
    // It is nosplit because it's called by spanOf and several other
    // nosplit functions.
    //
    //go:nosplit
    func arenaIndex(p uintptr) arenaIdx {
    	return arenaIdx((p - arenaBaseOffset) / heapArenaBytes)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
Back to top