Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 165 for Identical (0.28 sec)

  1. src/cmd/vendor/github.com/google/pprof/profile/merge.go

    // Returns a new profile independent of the input profiles. The merged
    // profile is compacted to eliminate unused samples, locations,
    // functions and mappings. Profiles must have identical profile sample
    // and period types or the merge will fail. profile.Period of the
    // resulting profile will be the maximum of all profiles, and
    // profile.TimeNanos will be the earliest nonzero one. Merges are
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 17K bytes
    - Viewed (0)
  2. src/runtime/heapdump.go

    		dumpint(uint64(mp.id))
    		dumpint(mp.procid)
    	}
    }
    
    //go:systemstack
    func dumpmemstats(m *MemStats) {
    	assertWorldStopped()
    
    	// These ints should be identical to the exported
    	// MemStats structure and should be ordered the same
    	// way too.
    	dumpint(tagMemStats)
    	dumpint(m.Alloc)
    	dumpint(m.TotalAlloc)
    	dumpint(m.Sys)
    	dumpint(m.Lookups)
    	dumpint(m.Mallocs)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 04:07:57 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache(because = "Dependency resolution does not run for a from-cache build")
        def "resolved components contain their source repository id, even when they are structurally identical"() {
            setup:
            buildFile << """
                apply plugin: "java"
                repositories {
                    maven {
                        name 'withoutCreds'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  4. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/bundling/ConcurrentArchiveIntegrationTest.groovy

            then:
            result.assertTasksExecutedAndNotSkipped(':update1', ':update2', ':verify1', ':verify2')
        }
    
        @ToBeFixedForConfigurationCache(skip = INVESTIGATE)
        def "when two identical archives have the same hashes and same decompression cache entry is reused"() {
            given: "2 archive files"
            createTar('test1.tar') {
                subdir1 {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 17:32:21 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  5. pkg/scheduler/eventhandlers.go

    	}
    }
    
    func (sched *Scheduler) updatePodInSchedulingQueue(oldObj, newObj interface{}) {
    	logger := sched.logger
    	oldPod, newPod := oldObj.(*v1.Pod), newObj.(*v1.Pod)
    	// Bypass update event that carries identical objects; otherwise, a duplicated
    	// Pod may go through scheduling and cause unexpected behavior (see #96071).
    	if oldPod.ResourceVersion == newPod.ResourceVersion {
    		return
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/jvm_test_suite_plugin.adoc

     * A single test suite target backed by a task named `test`.
    
    The `test` task, SourceSet and derived configurations are identical in name and function to those used in prior Gradle releases.
    
    [[sec:jvm_test_suite_tasks]]
    == Tasks
    
    The JVM Test Suite plugin adds the following task to the project:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 14:47:11 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/op.go

    }
    
    func (*AuxCall) CanBeAnSSAAux() {}
    
    // OwnAuxCall returns a function's own AuxCall.
    func OwnAuxCall(fn *obj.LSym, paramResultInfo *abi.ABIParamResultInfo) *AuxCall {
    	// TODO if this remains identical to ClosureAuxCall above after new ABI is done, should deduplicate.
    	var reg *regInfo
    	if paramResultInfo.InRegistersUsed()+paramResultInfo.OutRegistersUsed() > 0 {
    		reg = &regInfo{}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 15:29:10 UTC 2024
    - 18.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

            op.getOutputQuantizationAxis(), rewriter);
        if (failed(output_type)) {
          return failure();
        }
    
        // lhs, rhs, output scales and zero_points are guaranteed (by the TF
        // quantizer) to be identical, respectively.
        auto result = rewriter.create<chlo::BroadcastAddOp>(
            op->getLoc(), *output_type, lhs, *rhs_or, broadcast_dims);
        rewriter.replaceOpWithNewOp<mhlo::BitcastConvertOp>(
            op,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  9. src/cmd/internal/objabi/reloctype.go

    	// R_ADDRPOWER_GOT relocates a D-form + DS-form instruction sequence by inserting
    	// a relative displacement of referenced symbol's GOT entry to the TOC pointer.
    	R_ADDRPOWER_GOT
    
    	// R_ADDRPOWER_GOT_PCREL34 is identical to R_ADDRPOWER_GOT, but uses a PC relative
    	// sequence to generate a GOT symbol addresses.
    	R_ADDRPOWER_GOT_PCREL34
    
    	// R_ADDRPOWER_PCREL relocates two D-form instructions like R_ADDRPOWER, but
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 17:26:07 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  10. pkg/kubelet/util/manager/cache_based_manager_test.go

    	assert.Equal(t, 0, refs("ns1", "s6"))
    	assert.Equal(t, 0, refs("ns1", "s60"))
    	assert.Equal(t, 1, refs("ns1", "s7"))
    	assert.Equal(t, 1, refs("ns1", "s70"))
    
    	// Check the interleaved registerpod/unregisterpod with identical names and different uids scenario
    	secret1 := secretsToAttach{
    		containerEnvSecrets: []envSecrets{
    			{envVarNames: []string{"secret1"}},
    		},
    	}
    	secret2 := secretsToAttach{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top