Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 91 for dumpling (0.25 sec)

  1. src/cmd/compile/internal/types2/labels.go

    	b := &block{parent, lstmt, nil}
    
    	var (
    		varDeclPos         syntax.Pos
    		fwdJumps, badJumps []*syntax.BranchStmt
    	)
    
    	// All forward jumps jumping over a variable declaration are possibly
    	// invalid (they may still jump out of the block and be ok).
    	// recordVarDecl records them for the given position.
    	recordVarDecl := func(pos syntax.Pos) {
    		varDeclPos = pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. src/go/types/labels.go

    	b := &block{parent: parent, lstmt: lstmt}
    
    	var (
    		varDeclPos         token.Pos
    		fwdJumps, badJumps []*ast.BranchStmt
    	)
    
    	// All forward jumps jumping over a variable declaration are possibly
    	// invalid (they may still jump out of the block and be ok).
    	// recordVarDecl records them for the given position.
    	recordVarDecl := func(pos token.Pos) {
    		varDeclPos = pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. src/crypto/ecdsa/ecdsa.go

    	if err != nil {
    		return nil, err
    	}
    	return priv, nil
    }
    
    // randomPoint returns a random scalar and the corresponding point using the
    // procedure given in FIPS 186-4, Appendix B.5.2 (rejection sampling).
    func randomPoint[Point nistPoint[Point]](c *nistCurve[Point], rand io.Reader) (k *bigmod.Nat, p Point, err error) {
    	k = bigmod.NewNat()
    	for {
    		b := make([]byte, c.N.Size())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:11:18 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  4. internal/grid/manager.go

    	"github.com/google/uuid"
    	"github.com/minio/madmin-go/v3"
    	"github.com/minio/minio/internal/pubsub"
    	"github.com/minio/mux"
    )
    
    const (
    	// apiVersion is a major version of the entire api.
    	// Bumping this should only be done when overall,
    	// incompatible changes are made, not when adding a new handler
    	// or changing an existing handler.
    	apiVersion = "v1"
    
    	// RoutePath is the remote path to connect to.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:40:33 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. pkg/kubelet/apis/config/validation/validation_test.go

    			return conf
    		},
    		errMsg: "invalid configuration: tracing should not be configured if KubeletTracing feature flag is disabled.",
    	}, {
    		name: "specify tracing invalid sampling rate",
    		configure: func(conf *kubeletconfig.KubeletConfiguration) *kubeletconfig.KubeletConfiguration {
    			samplingRate := int32(-1)
    			conf.FeatureGates = map[string]bool{"KubeletTracing": true}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  6. src/syscall/syscall_darwin.go

    		return 0, err
    	}
    
    	// We need to duplicate the incoming file descriptor
    	// because the caller expects to retain control of it, but
    	// fdopendir expects to take control of its argument.
    	// Just Dup'ing the file descriptor is not enough, as the
    	// result shares underlying state. Use openat to make a really
    	// new file descriptor referring to the same directory.
    	fd2, err := openat(fd, ".", O_RDONLY, 0)
    	if err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:50 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tf_to_tfl_flatbuffer.cc

        llvm::StringRef saved_model_dir, SavedModelBundle* saved_model_bundle,
        std::string* result, bool serialize_stablehlo_ops,
        const PyFunctionLibrary* quantization_py_function_lib) {
      // Explicitly disable dumping Op details on failures.
      module.getContext()->printOpOnDiagnostic(false);
    
      mlir::DialectRegistry registry;
      mlir::func::registerAllExtensions(registry);
      module.getContext()->appendDialectRegistry(registry);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 23.8K bytes
    - Viewed (0)
  8. src/crypto/ecdh/ecdh_test.go

    	testAllCurves(t, func(t *testing.T, curve ecdh.Curve) {
    		r := &countingReader{r: rand.Reader}
    		k, err := curve.GenerateKey(r)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		// GenerateKey does rejection sampling. If the masking works correctly,
    		// the probability of a rejection is 1-ord(G)/2^ceil(log2(ord(G))),
    		// which for all curves is small enough (at most 2^-32, for P-256) that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 18:23:49 UTC 2024
    - 18K bytes
    - Viewed (0)
  9. src/internal/trace/trace_test.go

    			// Dump directly to the test log on the builder, since this
    			// data is critical for debugging and this is the only way
    			// we can currently make sure it's retained.
    			t.Log("found bad trace; dumping to test log...")
    			s := dumpTraceToText(t, tb)
    			if onOldBuilder && len(s) > 1<<20+512<<10 {
    				// The old build infrastructure truncates logs at ~2 MiB.
    				// Let's assume we're the only failure and give ourselves
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 18:48:18 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  10. src/runtime/trace.go

    	// Flush CPU samples, stacks, and strings for the last generation. This is safe,
    	// because we're now certain no M is writing to the last generation.
    	//
    	// Ordering is important here. traceCPUFlush may generate new stacks and dumping
    	// stacks may generate new strings.
    	traceCPUFlush(gen)
    	trace.stackTab[gen%2].dump(gen)
    	trace.typeTab[gen%2].dump(gen)
    	trace.stringTab[gen%2].reset(gen)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top