Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 590 for Id (0.03 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. pkg/kubelet/stats/cri_stats_provider.go

    	// fsIDtoInfo is a map from filesystem id to its stats. This will be used
    	// as a cache to avoid querying cAdvisor for the filesystem stats with the
    	// same filesystem id many times.
    	fsIDtoInfo := make(map[runtimeapi.FilesystemIdentifier]*cadvisorapiv2.FsInfo)
    
    	// sandboxIDToPodStats is a temporary map from sandbox ID to its pod stats.
    	sandboxIDToPodStats := make(map[string]*statsapi.PodStats)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 01 18:46:33 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  6. 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)
  7. 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)
  8. pkg/kubelet/kuberuntime/helpers_test.go

    			containerHashLabel: "1234",
    		},
    	}
    	expect := &kubecontainer.Container{
    		ID: kubecontainer.ContainerID{
    			Type: runtimetesting.FakeRuntimeName,
    			ID:   "test-id",
    		},
    		Name:                "test-name",
    		ImageID:             "test-image-id",
    		ImageRef:            "test-image-ref",
    		Image:               "test-image",
    		ImageRuntimeHandler: "",
    		Hash:                uint64(0x1234),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/html.go

    	if w == nil {
    		return
    	}
    	id := strings.Replace(phase, " ", "-", -1)
    	// collapsed column
    	w.Printf("<td id=\"%v-col\" class=\"collapsed\"><div>%v</div></td>", id, phase)
    
    	if class == "" {
    		w.Printf("<td id=\"%v-exp\">", id)
    	} else {
    		w.Printf("<td id=\"%v-exp\" class=\"%v\">", id, class)
    	}
    	for _, title := range titles {
    		w.WriteString("<h2>" + title + "</h2>")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/github.com/google/pprof/profile/profile.go

    		}
    		if locations[l.ID] != nil {
    			return fmt.Errorf("multiple locations with same id: %d", l.ID)
    		}
    		locations[l.ID] = l
    		if m := l.Mapping; m != nil {
    			if m.ID == 0 || mappings[m.ID] != m {
    				return fmt.Errorf("inconsistent mapping %p: %d", m, m.ID)
    			}
    		}
    		for _, ln := range l.Line {
    			f := ln.Function
    			if f == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top