Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 90 for info2 (0.05 sec)

  1. src/cmd/go/go_test.go

    	// make them writable in order to remove content.
    	filepath.WalkDir(dir, func(path string, info fs.DirEntry, err error) error {
    		// chmod not only directories, but also things that we couldn't even stat
    		// due to permission errors: they may also be unreadable directories.
    		if err != nil || info.IsDir() {
    			os.Chmod(path, 0777)
    		}
    		return nil
    	})
    	return robustio.RemoveAll(dir)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 81.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher.go

    	// we actually got a successful list. This cycle will repeat as needed.
    	successfulList := false
    	c.watchCache.SetOnReplace(func() {
    		successfulList = true
    		c.ready.set(true)
    		klog.V(1).Infof("cacher (%v): initialized", c.groupResource.String())
    		metrics.WatchCacheInitializations.WithLabelValues(c.groupResource.String()).Inc()
    	})
    	defer func() {
    		if successfulList {
    			c.ready.set(false)
    		}
    	}()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. src/net/http/transport.go

    		if r.pc != nil && r.pc.alt == nil && trace != nil && trace.GotConn != nil {
    			info := httptrace.GotConnInfo{
    				Conn:   r.pc.conn,
    				Reused: r.pc.isReused(),
    			}
    			if !r.idleAt.IsZero() {
    				info.WasIdle = true
    				info.IdleTime = time.Since(r.idleAt)
    			}
    			trace.GotConn(info)
    		}
    		if r.err != nil {
    			// If the request has been canceled, that's probably
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  4. gradle/verification-metadata.xml

             </trusted-key>
             <trusted-key id="8756C4F765C9AC3CB6B85D62379CE192D401AB61">
                <trusting group="com.diffplug.durian"/>
                <trusting group="com.github.javaparser"/>
                <trusting group="info.picocli"/>
                <trusting group="io.github.http-builder-ng"/>
                <trusting group="org.testcontainers"/>
                <trusting group="^com[.]diffplug($|([.].*))" regex="true"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  5. src/internal/trace/order.go

    		// Smuggle the task info. This may happen in a different generation,
    		// which may not have the name in its string table. Add it to the extra
    		// strings table so we can look it up later.
    		ev.extra(version.Go122)[0] = uint64(ts.parentID)
    		ev.extra(version.Go122)[1] = uint64(evt.addExtraString(ts.name))
    		delete(o.activeTasks, id)
    	} else {
    		// Explicitly clear the task info.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 52.4K bytes
    - Viewed (0)
  6. src/runtime/mbitmap.go

    		}
    	}
    }
    
    // Testing.
    
    // reflect_gcbits returns the GC type info for x, for testing.
    // The result is the bitmap entries (0 or 1), one entry per byte.
    //
    //go:linkname reflect_gcbits reflect.gcbits
    func reflect_gcbits(x any) []byte {
    	return getgcmask(x)
    }
    
    // Returns GC type info for the pointer stored in ep for testing.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  7. hack/local-up-cluster.sh

      kube::util::wait_for_success "$system_node_ready_time" "$interval_time" "$node_ready"
      if [ $? == "1" ]; then
        echo "time out on waiting $node_name info"
        exit 1
      fi
    }
    
    function refresh_docker_containerd_runc {
      apt update
      apt-get install ca-certificates curl gnupg ripgrep tree vim
      install -m 0755 -d /etc/apt/keyrings
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

          state.dilation_width_factor = intAttrOne;
        }
    
        TFPaddingIsSameOrValid(op, &state.padding);
    
        // Additionally, we require the filter operand to be of 4-D tensor type so
        // that we can extract info from the shape (e.g., for constructing bias
        // tensor, for setting depth_multiplier attribute, etc.).
        auto filter = tf_op.getFilter();
        auto filter_type = mlir::dyn_cast<RankedTensorType>(filter.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

                value: /var/lib/grpc/data/bootstrap.json
              - name: GRPC_GO_LOG_VERBOSITY_LEVEL
                value: "99"
              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
            volumeMounts:
              - mountPath: /var/lib/grpc/data/
                name: grpc-io-proxyless-bootstrap
          {{- end }}
          volumes:
            - name: grpc-io-proxyless-bootstrap
              emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

                value: /var/lib/grpc/data/bootstrap.json
              - name: GRPC_GO_LOG_VERBOSITY_LEVEL
                value: "99"
              - name: GRPC_GO_LOG_SEVERITY_LEVEL
                value: info
            volumeMounts:
              - mountPath: /var/lib/grpc/data/
                name: grpc-io-proxyless-bootstrap
          {{- end }}
          volumes:
            - name: grpc-io-proxyless-bootstrap
              emptyDir: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top