Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 177 for greatest (0.73 sec)

  1. src/cmd/cgo/out.go

    	"path/filepath"
    	"regexp"
    	"sort"
    	"strings"
    	"unicode"
    )
    
    var (
    	conf         = printer.Config{Mode: printer.SourcePos, Tabwidth: 8}
    	noSourceConf = printer.Config{Tabwidth: 8}
    )
    
    // writeDefs creates output files to be compiled by gc and gcc.
    func (p *Package) writeDefs() {
    	var fgo2, fc io.Writer
    	f := creat(*objDir + "_cgo_gotypes.go")
    	defer f.Close()
    	fgo2 = f
    	if *gccgo {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            ])
    
            executePlannedStepOps.each {
                checkExecuteTransformWorkOperations(it, 1)
            }
        }
    
        def "single transform used by multiple consumers creates a node per consumer"() {
            createDirs("producer", "consumer1", "consumer2")
            settingsFile << """
                include 'producer', 'consumer1', 'consumer2'
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    	if err != nil {
    		return guid, err
    	}
    	err = clsidFromString(str16, &guid)
    	if err != nil {
    		return guid, err
    	}
    	return guid, nil
    }
    
    // GenerateGUID creates a new random GUID.
    func GenerateGUID() (GUID, error) {
    	guid := GUID{}
    	err := coCreateGuid(&guid)
    	if err != nil {
    		return guid, err
    	}
    	return guid, nil
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  4. pilot/pkg/model/push_context.go

    		ProxyStatusConflictInboundListener,
    		DuplicatedClusters,
    		ProxyStatusClusterNoInstances,
    		DuplicatedDomains,
    		DuplicatedSubsets,
    	}
    )
    
    // NewPushContext creates a new PushContext structure to track push status.
    func NewPushContext() *PushContext {
    	return &PushContext{
    		ServiceIndex:            newServiceIndex(),
    		virtualServiceIndex:     newVirtualServiceIndex(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/configurations/DefaultConfigurationSpec.groovy

            configuration.extendsFrom(otherConf)
    
            when:
            otherConf.setExtendsFrom([configuration])
    
            then:
            thrown InvalidUserDataException
        }
    
        def "creates hierarchy"() {
            def root1 = conf("root1")
            def middle1 = conf("middle1").extendsFrom(root1)
            def root2 = conf("root2")
            def middle2 = conf("middle2").extendsFrom(root2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:30:13 UTC 2024
    - 64.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.3.md

    * kubectl run --restart=Never creates pods ([#25253](https://github.com/kubernetes/kubernetes/pull/25253), [@soltysh](https://github.com/soltysh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  7. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          this.certificatePinner =
            builder.certificatePinner
              .withCertificateChainCleaner(certificateChainCleaner!!)
        }
    
        verifyClientState()
      }
    
      /**
       * Creates an [Address] of out of the provided [HttpUrl]
       * that uses this client’s DNS, TLS, and proxy configuration.
       */
      fun address(url: HttpUrl): Address {
        var useSslSocketFactory: SSLSocketFactory? = null
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

        // CHECK-DAG: %[[SIGNED:.*]] = "tf.Mul"(%[[SIGN]], %[[MAX]]) : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
        // CHECK-DAG: %[[GT:.*]] = "tf.Greater"(%[[L1]], %[[ZERO]]) : (tensor<f32>, tensor<f32>) -> tensor<i1>
        // CHECK-DAG: %[[NUMERATOR:.*]] = "tf.SelectV2"(%[[GT]], %[[SIGNED:.*]], %[[PROX]]) : (tensor<i1>, tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  9. guava/src/com/google/common/reflect/TypeToken.java

        return new TypeResolver()
            .where(supertypeWithArgsFromSubtype, runtimeType)
            .resolveType(genericSubtype.runtimeType);
      }
    
      /**
       * Creates an array class if {@code componentType} is a class, or else, a {@link
       * GenericArrayType}. This is what Java7 does for generic array type parameters.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jun 26 21:02:13 UTC 2023
    - 53.6K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/plugins/interpodaffinity/filtering_test.go

    				{key: "region", value: "r1"}: 2,
    				{key: "zone", value: "z11"}:  2,
    			},
    		},
    	}
    
    	for _, test := range tests {
    		t.Run(test.name, func(t *testing.T) {
    			// getMeta creates predicate meta data given the list of pods.
    			getState := func(pods []*v1.Pod) (*InterPodAffinity, *framework.CycleState, *preFilterState, *cache.Snapshot) {
    				snapshot := cache.NewSnapshot(pods, test.nodes)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 01 10:24:54 UTC 2023
    - 58.2K bytes
    - Viewed (0)
Back to top