Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 70 for startLine (1.88 sec)

  1. pkg/printers/internalversion/printers_test.go

    				},
    				Spec: batch.JobSpec{
    					Completions: nil,
    				},
    				Status: batch.JobStatus{
    					Succeeded:      0,
    					StartTime:      &metav1.Time{Time: now.Add(time.Minute)},
    					CompletionTime: &metav1.Time{Time: now.Add(31 * time.Minute)},
    				},
    			},
    			options: printers.GenerateOptions{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/ppc64/asm9.go

    		return OPVCC(31, 4, 0, 0)
    	case ATD:
    		return OPVCC(31, 68, 0, 0)
    
    	/* Vector (VMX/Altivec) instructions */
    	/* ISA 2.03 enables these for PPC970. For POWERx processors, these */
    	/* are enabled starting at POWER6 (ISA 2.05). */
    	case AVAND:
    		return OPVX(4, 1028, 0, 0) /* vand - v2.03 */
    	case AVANDC:
    		return OPVX(4, 1092, 0, 0) /* vandc - v2.03 */
    	case AVNAND:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. pkg/controller/podautoscaler/horizontal_test.go

    					Conditions: []v1.PodCondition{
    						{
    							Type:               v1.PodReady,
    							Status:             podReadiness,
    							LastTransitionTime: podStartTime,
    						},
    					},
    					StartTime: &podStartTime,
    				},
    				ObjectMeta: metav1.ObjectMeta{
    					Name:      podName,
    					Namespace: namespace,
    					Labels: map[string]string{
    						"name": podNamePrefix,
    					},
    				},
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  4. pkg/apis/core/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	if in.PodIPs != nil {
    		in, out := &in.PodIPs, &out.PodIPs
    		*out = make([]PodIP, len(*in))
    		copy(*out, *in)
    	}
    	if in.StartTime != nil {
    		in, out := &in.StartTime, &out.StartTime
    		*out = (*in).DeepCopy()
    	}
    	if in.InitContainerStatuses != nil {
    		in, out := &in.InitContainerStatuses, &out.InitContainerStatuses
    		*out = make([]ContainerStatus, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/zz_generated.deepcopy.go

    		copy(*out, *in)
    	}
    	if in.PodIPs != nil {
    		in, out := &in.PodIPs, &out.PodIPs
    		*out = make([]PodIP, len(*in))
    		copy(*out, *in)
    	}
    	if in.StartTime != nil {
    		in, out := &in.StartTime, &out.StartTime
    		*out = (*in).DeepCopy()
    	}
    	if in.InitContainerStatuses != nil {
    		in, out := &in.InitContainerStatuses, &out.InitContainerStatuses
    		*out = make([]ContainerStatus, len(*in))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 181.9K bytes
    - Viewed (0)
  6. src/cmd/go/internal/work/exec.go

    	// an archive from a set of object files.
    	// typically it is run in the object directory.
    	pack(b *Builder, a *Action, afile string, ofiles []string) error
    	// ld runs the linker to create an executable starting at mainpkg.
    	ld(b *Builder, root *Action, targetPath, importcfg, mainpkg string) error
    	// ldShared runs the linker to create a shared library containing the pkgs built by toplevelactions
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/data.go

    				va = uint64(Rnd(int64(va), ppc64maxFuncalign))
    			}
    
    			// Set the length for the previous text section
    			sect.Length = va - sect.Vaddr
    
    			// Create new section, set the starting Vaddr
    			sect = addsection(ctxt.loader, ctxt.Arch, &Segtext, ".text", 05)
    
    			sect.Vaddr = va
    			sect.Align = sectAlign
    			ldr.SetSymSect(s, sect)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  8. src/database/sql/sql_test.go

    				var op string
    				if err := stmt.QueryRow("sleep", sleepMillis).Scan(&op); err != nil && err != ErrNoRows {
    					t.Error(err)
    				}
    			}()
    		}
    		// Wait for the batch of queries above to finish before starting the next round.
    		wg.Wait()
    	}
    
    	if g, w := db.numFreeConns(), 10; g != w {
    		t.Errorf("free conns = %d; want %d", g, w)
    	}
    
    	if n := db.numDepsPoll(t, 20); n > 20 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

    // 4 conditions below are checked to filter out cases where `transpose` and
    // `slice` are required for conversion to `tfl.gather_nd`.
    // Condition 1 - `start_index_map` should be an increasing sequence starting
    // from 0 with step 1.
    // Condition 2 - `index_vector_dim` should be the last dimension of
    // `start_indices`.
    // Condition 3 - `offset_dims` should be the last dimensions of `output`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  10. cmd/site-replication.go

    		TotBuckets:     len(buckets),
    		BucketStatuses: make(map[string]ResyncStatusType),
    	}
    	for _, bi := range buckets {
    		s.BucketStatuses[bi.Name] = ResyncPending
    	}
    	s.ResyncID = mustGetUUID()
    	s.StartTime = now
    	s.LastUpdate = now
    	return s
    }
    
    // load site resync metadata from disk
    func loadSiteResyncMetadata(ctx context.Context, objAPI ObjectLayer, dID string) (rs SiteResyncStatus, e error) {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
Back to top