Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 382 for read1 (0.08 sec)

  1. pkg/kubelet/status/status_manager.go

    		klog.InfoS("Container readiness changed for unknown container",
    			"pod", klog.KObj(pod),
    			"containerID", containerID.String())
    		return
    	}
    
    	if containerStatus.Ready == ready {
    		klog.V(4).InfoS("Container readiness unchanged",
    			"ready", ready,
    			"pod", klog.KObj(pod),
    			"containerID", containerID.String())
    		return
    	}
    
    	// Make sure we're not updating the cached version.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 02 16:27:19 UTC 2024
    - 44.3K bytes
    - Viewed (0)
  2. src/runtime/race_amd64.s

    	MOVQ	$__tsan_read(SB), AX
    	JMP	racecalladdr<>(SB)
    
    // func runtime·RaceRead(addr uintptr)
    TEXT	runtime·RaceRead(SB), NOSPLIT, $0-8
    	// This needs to be a tail call, because raceread reads caller pc.
    	JMP	runtime·raceread(SB)
    
    // void runtime·racereadpc(void *addr, void *callpc, void *pc)
    TEXT	runtime·racereadpc(SB), NOSPLIT, $0-24
    	MOVQ	addr+0(FP), RARG1
    	MOVQ	callpc+8(FP), RARG2
    	MOVQ	pc+16(FP), RARG3
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:37:29 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/extensions/v1beta1/types_swagger_doc_generated.go

    	"minReadySeconds":      "The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 42.5K bytes
    - Viewed (0)
  4. src/net/http/fcgi/child.go

    	var rec record
    	for {
    		if err := rec.read(c.conn.rwc); err != nil {
    			return
    		}
    		if err := c.handleRecord(&rec); err != nil {
    			return
    		}
    	}
    }
    
    var errCloseConn = errors.New("fcgi: connection should be closed")
    
    var emptyBody = io.NopCloser(strings.NewReader(""))
    
    // ErrRequestAborted is returned by Read when a handler attempts to read the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 10 03:29:50 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  5. src/io/io_test.go

    	r := strings.NewReader("abcdef")
    	const maxint64 = 1<<63 - 1
    	sr := NewSectionReader(r, 3, maxint64)
    	n, err := sr.Read(make([]byte, 3))
    	if n != 3 || err != nil {
    		t.Errorf("Read = %v %v, want 3, nil", n, err)
    	}
    	n, err = sr.Read(make([]byte, 3))
    	if n != 0 || err != EOF {
    		t.Errorf("Read = %v, %v, want 0, EOF", n, err)
    	}
    	if _r, off, n := sr.Outer(); _r != r || off != 3 || n != maxint64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 09 22:04:41 UTC 2023
    - 18.9K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/internal/cache2/Relay.kt

            sourcePos += bytesToRead
            return bytesToRead
          }
    
          // Read from upstream. This always reads a full buffer: that might be more than what the
          // current call to Source.read() has requested.
          try {
            val upstreamBytesRead = upstream!!.read(upstreamBuffer, bufferMaxSize)
    
            // If we've exhausted upstream, we're done.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  7. pkg/apis/discovery/v1beta1/zz_generated.conversion.go

    	return nil
    }
    
    func autoConvert_v1beta1_EndpointConditions_To_discovery_EndpointConditions(in *v1beta1.EndpointConditions, out *discovery.EndpointConditions, s conversion.Scope) error {
    	out.Ready = (*bool)(unsafe.Pointer(in.Ready))
    	out.Serving = (*bool)(unsafe.Pointer(in.Serving))
    	out.Terminating = (*bool)(unsafe.Pointer(in.Terminating))
    	return nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 24 19:47:49 UTC 2021
    - 15.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_merge_variables_with_execute.cc

                     << execute << "\n");
          var_access_info.per_resource_info.shrink_and_clear();
          return var_access_info;
        }
    
        VLOG(2) << "Adding read op to merge candidates: " << debugString(read_op);
        auto& info = emplace_res.first->getSecond();
        info.execute_input_index = operand.index();
        info.read = read_op;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 29 17:52:11 UTC 2024
    - 27K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/io/CharSource.java

     *       block indefinitely or fail if the source creates an infinite reader.
     *   <li><b>Non-destructive:</b> A <i>destructive</i> reader will consume or otherwise alter the
     *       source as they are read from it. A source that provides such readers will not be reusable,
     *       and operations that read from the stream (including {@link #length()}, in some
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 17 14:35:11 UTC 2023
    - 22.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        status: "False"
        type: PIDPressure
      - lastHeartbeatTime: "2019-09-20T19:32:50Z"
        lastTransitionTime: "2019-07-09T16:17:49Z"
        message: kubelet is posting ready status
        reason: KubeletReady
        status: "True"
        type: Ready
      daemonEndpoints:
        kubeletEndpoint:
          Port: 10250
      images:
      - names:
        - grafana/grafana@sha256:80e5e113a984d74836aa16f5b4524012099436b1a50df293f00ac6377fb512c8
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top