Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 879 for aranges (0.14 sec)

  1. src/runtime/mpagecache_test.go

    		var ranges []BitRange
    		start, size := uint(0), uint(0)
    		for i := 0; i < 64; i++ {
    			if bits&(1<<i) != 0 {
    				if size == 0 {
    					start = uint(i) + base
    				}
    				size++
    			} else {
    				if size != 0 {
    					ranges = append(ranges, BitRange{start, size})
    					size = 0
    				}
    			}
    		}
    		if size != 0 {
    			ranges = append(ranges, BitRange{start, size})
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 06 19:16:48 UTC 2021
    - 10.8K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/changes/FingerprintCompareStrategyTest.groovy

        def "empty snapshots (#strategy.class.simpleName)"() {
            expect:
            changes(strategy,
                [:],
                [:]
            ) as List == []
    
            where:
            strategy << ALL_STRATEGIES
        }
    
        def "trivial addition (#strategy.class.simpleName)"() {
            expect:
            changes(strategy,
                ["new/one": fingerprint("one")],
                [:]
            ) as List == results
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  3. src/cmd/trace/goroutines.go

    			{{end}}
    			</div>
    		</td>
    		{{$Goroutine := .}}
    		{{range $.NonOverlappingStats}}
    			{{$Time := index $Goroutine.NonOverlappingStats .}}
    			<td> {{$Time.String}}</td>
    		{{end}}
    	</tr>
    {{end}}
    </table>
    
    <h3 id="ranges">Special ranges</h3>
    
    The table below describes how much of the traced period each goroutine spent in
    certain special time ranges.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    			panic(e)
    		}
    	}()
    
    	// Run with no changes and all changes, to figure out which direction we're searching.
    	// The goal is to find the minimal set of changes to toggle
    	// starting with the state where everything works.
    	// If "no changes" succeeds and "all changes" fails,
    	// we're looking for a minimal set of changes to enable to provoke the failure
    	// (broken = runY, b.Negate = false)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/util/managedfields/internal/capmanagers_test.go

    				entry("ancient-changes", "v2", 7, set("b", "g")),
    				entry("update-manager8", "v3", 8, set("h")),
    			},
    			expected: []metav1.ManagedFieldsEntry{
    				entry("ancient-changes", "v1", 5, set("a", "c", "d", "e")),
    				entry("ancient-changes", "v2", 7, set("b", "g")),
    				entry("ancient-changes", "v3", 8, set("f", "h")),
    			},
    		}, {
    			name: "four versions, two ancient changes",
    			input: []metav1.ManagedFieldsEntry{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 08 21:44:00 UTC 2023
    - 10.1K bytes
    - Viewed (0)
  6. subprojects/core/src/test/groovy/org/gradle/internal/fingerprint/impl/AbsolutePathFileCollectionFingerprinterTest.groovy

    import org.gradle.api.file.FileCollection
    import org.gradle.api.internal.file.TestFiles
    import org.gradle.internal.execution.history.changes.AbsolutePathFingerprintCompareStrategy
    import org.gradle.internal.execution.history.changes.ChangeTypeInternal
    import org.gradle.internal.execution.history.changes.DefaultFileChange
    import org.gradle.internal.fingerprint.DirectorySensitivity
    import org.gradle.internal.fingerprint.FileCollectionFingerprint
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 20 16:00:23 UTC 2022
    - 9.9K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/IncrementalInputsIntegrationTest.groovy

                    @OutputFile
                    abstract RegularFileProperty getOutputFile()
    
                    @Override
                    void execute(InputChanges changes) {
                        super.execute(changes)
                        assert !changes.incremental
                    }
                }
    
                task withNonIncrementalInput(type: WithNonIncrementalInput) {
                    inputDir = file("inputs")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 23 12:52:29 UTC 2022
    - 27.8K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener_inbound.go

    func listenerPredicateExcludePorts(ports []int) *listener.ListenerFilterChainMatchPredicate {
    	ranges := []*listener.ListenerFilterChainMatchPredicate{}
    	for _, p := range ports {
    		ranges = append(ranges, &listener.ListenerFilterChainMatchPredicate{Rule: &listener.ListenerFilterChainMatchPredicate_DestinationPortRange{
    			// Range is [start, end)
    			DestinationPortRange: &envoytype.Int32Range{
    				Start: int32(p),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 35.1K bytes
    - Viewed (0)
  9. docs/logging/README.md

        "X-Amz-Content-Sha256": "STREAMING-AWS4-HMAC-SHA256-PAYLOAD",
        "X-Amz-Date": "20240509T073810Z",
        "X-Amz-Decoded-Content-Length": "228"
      },
      "responseHeader": {
        "Accept-Ranges": "bytes",
        "Content-Length": "0",
        "ETag": "9fe7a344ef4227d3e53751e9d88ce41e",
        "Server": "MinIO",
        "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
        "Vary": "Origin,Accept-Encoding",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu May 09 17:15:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  10. CONTRIBUTING.md

    2. Accept the changes.\
    If you are sure that the changes are intentional, follow the steps described in the report.
    This includes adding the description of the changes to the `accepted-public-api-changes.json` file, and providing a reason for each change.
    You can add the changes to any place in the file, e.g. at the top.
    
    3. Make sure the file with accepted changes is sorted.\
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 01:39:23 UTC 2024
    - 15.7K bytes
    - Viewed (0)
Back to top