Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 353 for Id (0.03 sec)

  1. src/cmd/compile/internal/ssa/check.go

    				for _, s := range b.Succs {
    					bb := s.Block()
    					if ln.b2l[b.ID] == nil && ln.b2l[bb.ID] != nil && bb != ln.b2l[bb.ID].header {
    						f.Fatalf("block %s not in loop branches to non-header block %s in loop", b.String(), bb.String())
    					}
    					if ln.b2l[b.ID] != nil && ln.b2l[bb.ID] != nil && bb != ln.b2l[bb.ID].header && !ln.b2l[b.ID].isWithinOrEq(ln.b2l[bb.ID]) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/internal/trace/summary_test.go

    				{Task: 13, Category: "log2", Message: "do"},
    			},
    			goroutines: []trace.GoID{7},
    		},
    	}
    	for id, summary := range summaries {
    		want, ok := wantTasks[id]
    		if !ok {
    			continue
    		}
    		if id != summary.ID {
    			t.Errorf("ambiguous task %d (or %d?): field likely set incorrectly", id, summary.ID)
    		}
    
    		// Check parent.
    		if want.parent != nil {
    			if summary.Parent == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  3. pkg/test/framework/testcontext.go

    	return c.suite.settings
    }
    
    func (c *testContext) Context() context.Context {
    	return c.test.tc
    }
    
    func (c *testContext) TrackResource(r resource.Resource) resource.ID {
    	id := c.suite.allocateResourceID(c.id, r)
    	rid := &resourceID{id: id}
    	c.scope.add(r, rid)
    	return rid
    }
    
    func (c *testContext) GetResource(ref any) error {
    	return c.scope.get(ref)
    }
    
    func (c *testContext) WorkDir() string {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 11.4K bytes
    - Viewed (0)
  4. pkg/kube/multicluster/secretcontroller_test.go

    		{ID: "config", SyncStatus: "syncing"},
    		{ID: "c0", SecretName: "istio-system/s0", SyncStatus: "syncing"},
    		{ID: "c1", SecretName: "istio-system/s1", SyncStatus: "syncing"},
    	})
    	assert.EventuallyEqual(t, func() int { return len(c.component.All()) }, 3)
    
    	// Sync all but one
    	for _, c := range c.component.All() {
    		if c.ID != "c1" {
    			c.Synced.Store(true)
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  5. src/internal/trace/event.go

    	for _, i := range spec.StackIDs {
    		id := stackID(e.base.args[i-1])
    		_, ok := e.table.stacks.get(id)
    		if !ok {
    			return fmt.Errorf("found invalid stack ID %d for event %s", id, spec.Name)
    		}
    	}
    	// N.B. Strings referenced by stack frames are validated
    	// early on, when reading the stacks in to begin with.
    
    	// Check strings.
    	for _, i := range spec.StringIDs {
    		id := stringID(e.base.args[i-1])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 12:39:00 UTC 2024
    - 28.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/deadstore.go

    				stores = append(stores, v)
    				for _, a := range v.Args {
    					if a.Block == b && a.Type.IsMemory() {
    						storeUse.add(a.ID)
    						if v.Op != OpStore && v.Op != OpZero && v.Op != OpVarDef {
    							// CALL, DUFFCOPY, etc. are both
    							// reads and writes.
    							loadUse.add(a.ID)
    						}
    					}
    				}
    			} else {
    				if v.Op == OpLocalAddr {
    					if _, ok := localAddrs[v.Aux]; !ok {
    						localAddrs[v.Aux] = v
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 25 20:07:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. cmd/bucket-lifecycle-handlers_test.go

    		{
    			method:             http.MethodPut,
    			bucketName:         bucketName,
    			accessKey:          creds.AccessKey,
    			secretKey:          creds.SecretKey,
    			body:               []byte(`<LifecycleConfiguration><Rule><ID>id</ID><Filter><Prefix>logs/</Prefix><Tag><Key>Key1</Key><Value>Value1</Value></Tag></Filter><Status>Enabled</Status><Expiration><Days>365</Days></Expiration></Rule></LifecycleConfiguration>`),
    			expectedRespStatus: http.StatusBadRequest,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  8. src/internal/trace/oldtrace.go

    	it.procMs = make(map[ProcID]ThreadID)
    	it.lastTs = -1
    
    	evt := it.evt
    
    	// Convert from oldtracer's Strings map to our dataTable.
    	var max uint64
    	for id, s := range pr.Strings {
    		evt.strings.insert(stringID(id), s)
    		if id > max {
    			max = id
    		}
    	}
    	pr.Strings = nil
    
    	// Add all strings used for UserLog. In the old trace format, these were
    	// stored inline and didn't have IDs. We generate IDs for them.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  9. pkg/kubelet/pleg/generic.go

    		pr[i].current = nil
    	}
    	for _, pod := range pods {
    		if r, ok := pr[pod.ID]; ok {
    			r.current = pod
    		} else {
    			pr[pod.ID] = &podRecord{current: pod}
    		}
    	}
    }
    
    func (pr podRecords) update(id types.UID) {
    	r, ok := pr[id]
    	if !ok {
    		return
    	}
    	pr.updateInternal(id, r)
    }
    
    func (pr podRecords) updateInternal(id types.UID, r *podRecord) {
    	if r.current == nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  10. tests/associations_has_many_test.go

    	if err := DB.Create(&user).Error; err != nil {
    		t.Fatalf("errors happened when create: %v", err)
    	}
    
    	CheckUser(t, user, user)
    
    	// Find
    	var user2 User
    	DB.Find(&user2, "id = ?", user.ID)
    	DB.Model(&user2).Association("Pets").Find(&user2.Pets)
    	CheckUser(t, user2, user)
    
    	var pets []Pet
    	DB.Model(&user).Where("name = ?", user.Pets[0].Name).Association("Pets").Find(&pets)
    
    	if len(pets) != 1 {
    Registered: Wed Jun 12 16:27:09 UTC 2024
    - Last Modified: Wed Jun 12 10:49:45 UTC 2024
    - 16K bytes
    - Viewed (0)
Back to top