Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 377 for incremented (0.3 sec)

  1. pilot/pkg/xds/sds.go

    		pilotSDSCertificateErrors.Increment()
    		return nil, model.DefaultXdsLogDetails, nil
    	}
    	configClusterSecrets, err := s.secrets.ForCluster(s.configCluster)
    	if err != nil {
    		log.Warnf("config cluster %s not found, cannot retrieve certificates: %v", s.configCluster, err)
    		pilotSDSCertificateErrors.Increment()
    		return nil, model.DefaultXdsLogDetails, nil
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 23:04:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. cmd/http-stats.go

    	apiStats map[string]int
    	sync.RWMutex
    }
    
    // Inc increments the api stats counter.
    func (stats *HTTPAPIStats) Inc(api string) {
    	if stats == nil {
    		return
    	}
    	stats.Lock()
    	defer stats.Unlock()
    	if stats.apiStats == nil {
    		stats.apiStats = make(map[string]int)
    	}
    	stats.apiStats[api]++
    }
    
    // Dec increments the api stats counter.
    func (stats *HTTPAPIStats) Dec(api string) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 15 06:25:13 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/GroovyJavaJointIncrementalCompilationIntegrationTest.groovy

            'Change Java files'                         | ['J', 'G']   | ['J.changed', 'G']   | ['Incremental compilation of', "UP-TO-DATE"]                 | ['J.changed', 'G']   | ['UP-TO-DATE', 'UP-TO-DATE']
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiextensions-apiserver/test/integration/subresources_test.go

    			// server-side-apply increments resouceVersion if the resource is unchanged for 1 second after the previous write,
    			// and by waiting a second we ensure that resourceVersion will be updated if the no-op patch increments resourceVersion
    			time.Sleep(time.Second)
    			// no-op patch
    			rv := patchedNoxuInstance.GetResourceVersion()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 12 17:35:34 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  5. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

        }
    """
        }
    
        def "incremental task is informed that all input files are 'out-of-date' when run for the first time"() {
            expect:
            executesNonIncrementally()
        }
    
        def "incremental task is skipped when run with no changes since last execution"() {
            given:
            previousExecution()
    
            when:
            run "incremental"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
  6. test/loopbce.go

    		x += a[i] // ERROR "(\([0-9]+\) )?Proved IsInBounds$"
    	}
    	return x
    }
    
    func f4(a [10]int) int {
    	x := 0
    	for i := 0; i < len(a); i += 2 { // ERROR "Induction variable: limits \[0,8\], increment 2$"
    		x += a[i] // ERROR "(\([0-9]+\) )?Proved IsInBounds$"
    	}
    	return x
    }
    
    func f5(a [10]int) int {
    	x := 0
    	for i := -10; i < len(a); i += 2 { // ERROR "Induction variable: limits \[-10,8\], increment 2$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/jvm/scala_plugin.adoc

    ====
    
    [[sec:scala_incremental_compilation]]
    == Incremental compilation
    
    By compiling only classes whose source code has changed since the previous compilation, and classes affected by these changes, incremental compilation can significantly reduce Scala compilation time. It is particularly effective when frequently compiling small code increments, as is often done at development time.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 29 17:38:38 UTC 2023
    - 17K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/IncrementalResultStoringCompiler.java

    import org.gradle.api.internal.tasks.compile.incremental.processing.AnnotationProcessingData;
    import org.gradle.api.internal.tasks.compile.incremental.processing.AnnotationProcessingResult;
    import org.gradle.api.internal.tasks.compile.incremental.recomp.CurrentCompilationAccess;
    import org.gradle.api.internal.tasks.compile.incremental.recomp.IncrementalCompilationResult;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/custom_tasks.adoc

    That parameter tells Gradle that the action only wants to process the changed inputs.
    
    In addition, the task needs to declare at least one incremental file input property by using either link:{javadocPath}/org/gradle/work/Incremental.html[`@Incremental`] or link:{javadocPath}/org/gradle/api/tasks/SkipWhenEmpty.html[`@SkipWhenEmpty`]:
    
    ====
    [.multi-language-sample]
    =====
    [source,kotlin]
    .build.gradle.kts
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Feb 25 15:21:05 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. src/crypto/aes/gcm_amd64.s

    		PCLMULQDQ $0x11, T0, ACC1
    
    		combinedRound(1)
    		increment(0)
    		combinedRound(2)
    		increment(1)
    		combinedRound(3)
    		increment(2)
    		combinedRound(4)
    		increment(3)
    		combinedRound(5)
    		increment(4)
    		combinedRound(6)
    		increment(5)
    		combinedRound(7)
    		increment(6)
    
    		aesRound(8)
    		increment(7)
    
    		PXOR ACC0, ACCM
    		PXOR ACC1, ACCM
    		MOVOU ACCM, T0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 23.4K bytes
    - Viewed (0)
Back to top