Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 114 for idents (0.11 sec)

  1. pkg/kubelet/nodestatus/setters_test.go

    			}
    			nodeAllocatableReservationFunc := func() v1.ResourceList {
    				return tc.nodeAllocatableReservation
    			}
    
    			events := []testEvent{}
    			recordEventFunc := func(eventType, event, message string) {
    				events = append(events, testEvent{
    					eventType: eventType,
    					event:     event,
    					message:   message,
    				})
    			}
    			// construct setter
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/elf.go

    	} else {
    		eh.Ident[elf.EI_CLASS] = byte(elf.ELFCLASS32)
    	}
    	if ctxt.Arch.ByteOrder == binary.BigEndian {
    		eh.Ident[elf.EI_DATA] = byte(elf.ELFDATA2MSB)
    	} else {
    		eh.Ident[elf.EI_DATA] = byte(elf.ELFDATA2LSB)
    	}
    	eh.Ident[elf.EI_VERSION] = byte(elf.EV_CURRENT)
    
    	if ctxt.LinkMode == LinkExternal {
    		eh.Type = uint16(elf.ET_REL)
    	} else if ctxt.BuildMode == BuildModePIE {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  3. .teamcity/test-buckets.json

    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    				},
    				"subprojects":[
    					"language-native",
    					"tooling-native",
    					"core-api",
    					"wrapper-main",
    					"build-events",
    					"reporting",
    					"resources-s3",
    					"diagnostics",
    					"plugins-application",
    					"language-jvm"
    				]
    			},
    			{
    				"parallelizationMethod":{
    					"name":"TestDistribution"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 15:56:44 UTC 2024
    - 54.2K bytes
    - Viewed (0)
  4. pkg/controller/volume/persistentvolume/pv_controller.go

    	// must be cloned before any modification. These caches get updated both by
    	// "xxx added/updated/deleted" events from etcd and by the controller when
    	// it saves newer version to etcd.
    	// Why local cache: binding a volume to a claim generates 4 events, roughly
    	// in this order (depends on goroutine ordering):
    	// - volume.Spec update
    	// - volume.Status update
    	// - claim.Spec update
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
  5. pkg/kubelet/kuberuntime/kuberuntime_container.go

    )
    
    // recordContainerEvent should be used by the runtime manager for all container related events.
    // it has sanity checks to ensure that we do not write events that can abuse our masters.
    // in particular, it ensures that a containerID never appears in an event message as that
    // is prone to causing a lot of distinct events that do not count well.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    		}
    		return len(errors) == 0, errors
    	}
    
    	if len(events) != len(actualEvents) {
    		t.Fatalf("unexpected number of events: %d, expected: %d, acutalEvents: %#v, expectedEvents:%#v", len(actualEvents), len(events), actualEvents, events)
    	}
    
    	if strictOrder {
    		for idx, expectedEvent := range events {
    			valid, errors := validateEvents(expectedEvent, actualEvents[idx])
    			if !valid {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  7. src/internal/trace/order.go

    	"internal/trace/version"
    )
    
    // ordering emulates Go scheduler state for both validation and
    // for putting events in the right order.
    //
    // The interface to ordering consists of two methods: Advance
    // and Next. Advance is called to try and advance an event and
    // add completed events to the ordering. Next is used to pick
    // off events in the ordering.
    type ordering struct {
    	gStates     map[GoID]*gState
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/registry/DefaultModelRegistryTest.groovy

            given:
            def events = []
            registry.register("thing") { it.unmanaged(new Bean()) { events << "created" } }
    
            when:
            registry.atState(ModelPath.path("thing"), state)
    
            then:
            events == []
    
            when:
            registry.atState(ModelPath.path("thing"), ModelNode.State.Created)
    
            then:
            events == ["created"]
    
            where:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 56K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

    	// Depending on the implementation, different number of events that
    	// should be delivered to the watcher can be created before it will
    	// block the implementation and as a result force the watcher to be
    	// closed (as otherwise events would have to be dropped).
    	// For now, this number is smallest for Cacher and it equals 21 for it.
    	//
    	// Create more events to ensure that we're not blocking other watchers
    	// forever.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 63.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    	number uint32
    	match  uint32
    }
    
    type nwmHeader struct {
    	ident       uint32
    	length      uint32
    	version     uint16
    	nwmType     uint16
    	bytesNeeded uint32
    	options     uint32
    	_           [16]byte
    	inputDesc   nwmTriplet
    	outputDesc  nwmQuadruplet
    }
    
    type nwmFilter struct {
    	ident         uint32
    	flags         uint32
    	resourceName  [8]byte
    	resourceId    uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
Back to top