Search Options

Results per page
Sort
Preferred Languages
Advance

Results 111 - 120 of 200 for edata (0.06 sec)

  1. pkg/apis/scheduling/v1/defaults_test.go

    	codec := legacyscheme.Codecs.LegacyCodec(v1.SchemeGroupVersion)
    	data, err := runtime.Encode(codec, obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(codec, data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    	obj3 := reflect.New(reflect.TypeOf(obj).Elem()).Interface().(runtime.Object)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 08 10:11:23 UTC 2022
    - 1.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/compare.go

    	n.Y = cheapExpr(n.Y, init)
    	n.X = cheapExpr(n.X, init)
    	eqtab, eqdata := compare.EqInterface(n.X, n.Y)
    	var cmp ir.Node
    	if n.Op() == ir.OEQ {
    		cmp = ir.NewLogicalExpr(base.Pos, ir.OANDAND, eqtab, eqdata)
    	} else {
    		eqtab.SetOp(ir.ONE)
    		cmp = ir.NewLogicalExpr(base.Pos, ir.OOROR, eqtab, ir.NewUnaryExpr(base.Pos, ir.ONOT, eqdata))
    	}
    	return finishCompare(n, cmp, init)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 24 21:55:14 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  3. src/runtime/defs_openbsd_arm.go

    type itimerval struct {
    	it_interval timeval
    	it_value    timeval
    }
    
    type keventt struct {
    	ident     uint32
    	filter    int16
    	flags     uint16
    	fflags    uint32
    	pad_cgo_0 [4]byte
    	data      int64
    	udata     *byte
    	pad_cgo_1 [4]byte
    }
    
    type pthread uintptr
    type pthreadattr uintptr
    type pthreadcond uintptr
    type pthreadcondattr uintptr
    type pthreadmutex uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 23 17:31:23 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. pkg/apis/resource/v1alpha2/defaults_test.go

    	codec := legacyscheme.Codecs.LegacyCodec(v1alpha2.SchemeGroupVersion)
    	data, err := runtime.Encode(codec, obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(codec, data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    	obj3 := reflect.New(reflect.TypeOf(obj).Elem()).Interface().(runtime.Object)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 14 06:52:03 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  5. tensorflow/cc/saved_model/testdata/fuzz_generated/const_with_no_value/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1598912283 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 31 22:25:33 UTC 2020
    - 1.2M bytes
    - Viewed (0)
  6. pilot/pkg/xds/sds_test.go

    	xdsserver "istio.io/istio/pkg/xds"
    )
    
    func makeSecret(name string, data map[string]string) *corev1.Secret {
    	bdata := map[string][]byte{}
    	for k, v := range data {
    		bdata[k] = []byte(v)
    	}
    	return &corev1.Secret{
    		ObjectMeta: metav1.ObjectMeta{
    			Name:      name,
    			Namespace: "istio-system",
    		},
    		Data: bdata,
    	}
    }
    
    var (
    	certDir     = filepath.Join(env.IstioSrc, "./tests/testdata/certs")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewritedec.go

    	v_0 := v.Args[0]
    	b := v.Block
    	config := b.Func.Config
    	typ := &b.Func.Config.Types
    	// match: (IData (IMake _ data))
    	// result: data
    	for {
    		if v_0.Op != OpIMake {
    			break
    		}
    		data := v_0.Args[1]
    		v.copyOf(data)
    		return true
    	}
    	// match: (IData x:(Load <t> ptr mem))
    	// cond: t.IsInterface()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:48:31 UTC 2023
    - 24.9K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/saved_model/internal/testdata/SimpleWhileLoop/variables/variables.data-00000-of-00001

    Cesar Crusius <******@****.***> 1604617403 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 05 23:10:04 UTC 2020
    - 25 bytes
    - Viewed (0)
  9. tensorflow/cc/saved_model/testdata/fuzz_generated/bad_node_attr/variables/variables.data-00000-of-00001

    Mihai Maruseac <******@****.***> 1600467057 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 18 22:17:30 UTC 2020
    - 1.2M bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/testdata/half_plus_two/00000123/variables/variables.data-00000-of-00001

    Li Lao <******@****.***> 1481605891 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 13 05:22:48 UTC 2016
    - 12 bytes
    - Viewed (0)
Back to top