Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for dain (0.24 sec)

  1. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    // Copyright 2015 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package main
    
    import "strings"
    
    // Notes:
    //  - Integer types live in the low portion of registers. Upper portions are junk.
    //  - Boolean types use the low-order byte of a register. 0=false, 1=true.
    //    Upper bytes are junk.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
  2. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type": "string"
              },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    exec: command: - pilot-agent - wait {{- else if $nativeSidecar }} {{- /* preStop is called when the pod starts shutdown. Initialize drain. We will get SIGTERM once applications are torn down. */}} lifecycle: preStop: exec: command: - pilot-agent - request - --debug-port={{(annotation .ObjectMeta `status.sidecar.istio.io/port` .Values.global.proxy.statusPort)}} - POST - drain {{- end }} env: {{- if eq (env "PILOT_ENABLE_INBOUND_PASSTHROUGH" "true") "false" }} - name: REWRITE_PROBE_LEGACY_LOCALHOST_DESTINATION...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. src/internal/trace/testdata/tests/go122-gc-stress.test

    String id=29
    	data="runtime.mallocgc"
    String id=30
    	data="runtime.makeslice"
    String id=31
    	data="/usr/local/google/home/mknyszek/work/go-1/src/runtime/slice.go"
    String id=32
    	data="main.main.func1"
    String id=33
    	data="/usr/local/google/home/mknyszek/work/go-1/src/internal/trace/v2/testdata/testprog/gc-stress.go"
    String id=34
    	data="runtime.gcMarkDone"
    String id=35
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 139.1K bytes
    - Viewed (0)
  5. pkg/controller/statefulset/stateful_set_control_test.go

    			sort.Sort(ascendingOrdinal(originalPods))
    
    			// start to update
    			set.Spec.Template.Spec.Containers[0].Image = "foo"
    
    			// try to update the statefulset
    			// this function is only called in main code when feature gate is enabled
    			if _, err = updateStatefulSetAfterInvariantEstablished(context.TODO(), ssc.(*defaultStatefulSetControl), set, originalPods, updateRevision, status); err != nil {
    				t.Fatal(err)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  6. pkg/controller/podautoscaler/horizontal_test.go

    		timeoutTime := time.Now().Add(2 * time.Second)
    		for now := time.Now(); timeoutTime.After(now); now = time.Now() {
    			sleepUntil := timeoutTime.Sub(now)
    			select {
    			case <-tc.processed:
    				// drain the chan of any sent events to keep it from filling before the timeout
    			case <-time.After(sleepUntil):
    				// timeout reached, ready to verifyResults
    			}
    		}
    	} else {
    		// Wait for HPA to be processed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
  7. src/net/http/server.go

    	// connection.
    	// writeContinueMu must be held while writing the header.
    	// These two fields together synchronize the body reader (the
    	// expectContinueReader, which wants to write 100 Continue)
    	// against the main writer.
    	writeContinueMu  sync.Mutex
    	canWriteContinue atomic.Bool
    
    	w  *bufio.Writer // buffers output in chunks to chunkWriter
    	cw chunkWriter
    
    	// handlerHeader is the Header that Handlers get access to,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  8. src/reflect/all_test.go

    }{
    	// numbers
    	/*
    		Edit .+1,/\*\//-1>cat >/tmp/x.go && go run /tmp/x.go
    
    		package main
    
    		import "fmt"
    
    		var numbers = []string{
    			"int8", "uint8", "int16", "uint16",
    			"int32", "uint32", "int64", "uint64",
    			"int", "uint", "uintptr",
    			"float32", "float64",
    		}
    
    		func main() {
    			// all pairs but in an unusual order,
    			// to emit all the int8, uint8 cases
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    		return OPVCC(31, 597, 0, 0)
    
    	case ACOPY:
    		return OPVCC(31, 774, 0, 0) /* copy - v3.00 */
    	case APASTECC:
    		return OPVCC(31, 902, 0, 1) /* paste. - v3.00 */
    	case ADARN:
    		return OPVCC(31, 755, 0, 0) /* darn - v3.00 */
    
    	case AMULLW, AMULLD:
    		return OPVCC(7, 0, 0, 0) /* mulli works with MULLW or MULLD */
    
    	case AOR:
    		return OPVCC(24, 0, 0, 0)
    	case AORIS:
    		return OPVCC(25, 0, 0, 0) /* ORIS */
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. maven-model-builder/src/test/resources/dag.txt

    quarkus/test-framework/kubernetes-client/pom.xml
    	quarkus/test-framework/common/pom.xml
    quarkus/independent-projects/arc/processor/pom.xml
    	quarkus/independent-projects/arc/runtime/pom.xml
    quarkus/integration-tests/main/pom.xml
    	quarkus/integration-tests/class-transformer/runtime/pom.xml
    	quarkus/integration-tests/shared-library/pom.xml
    	quarkus/extensions/micrometer/runtime/pom.xml
    	quarkus/extensions/smallrye-openapi/runtime/pom.xml
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jan 15 16:49:26 UTC 2024
    - 224K bytes
    - Viewed (0)
Back to top