Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 200 for edata (0.05 sec)

  1. src/cmd/link/internal/ld/dwarf.go

    	sn := d.ldr.SymName(gotype)
    	name := sn[5:] // could also decode from Type.string
    	tdata := d.ldr.Data(gotype)
    	if len(tdata) == 0 {
    		d.linkctxt.Errorf(gotype, "missing type")
    	}
    	kind := decodetypeKind(d.arch, tdata)
    	bytesize := decodetypeSize(d.arch, tdata)
    
    	var die, typedefdie *dwarf.DWDie
    	switch kind {
    	case abi.Bool:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  2. pkg/apis/extensions/v1beta1/defaults_test.go

    func roundTrip(t *testing.T, obj runtime.Object) runtime.Object {
    	data, err := runtime.Encode(legacyscheme.Codecs.LegacyCodec(SchemeGroupVersion), obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(legacyscheme.Codecs.UniversalDecoder(), data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 07:16:15 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  3. src/html/template/js.go

    		errStr = strings.ReplaceAll(errStr, "<!--", `\x3C!--`)
    		return fmt.Sprintf(" /* %s */null ", errStr)
    	}
    
    	// TODO: maybe post-process output to prevent it from containing
    	// "<!--", "-->", "<![CDATA[", "]]>", or "</script"
    	// in case custom marshalers produce output containing those.
    	// Note: Do not use \x escaping to save bytes because it is not JSON compatible and this escaper
    	// supports ld+json content-type.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  4. pkg/apis/apps/v1beta2/defaults_test.go

    func roundTrip(t *testing.T, obj runtime.Object) runtime.Object {
    	data, err := runtime.Encode(legacyscheme.Codecs.LegacyCodec(SchemeGroupVersion), obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(legacyscheme.Codecs.UniversalDecoder(), data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/deadness_analysis_test.cc

      EXPECT_EQ(predicate_map[ControlOutputFor(id_true)], "*cond_ref:0");
    }
    
    void CreateSwitchN(const Scope& scope, Input data, Input output_index,
                       int64_t num_outs, OutputList* outputs) {
      if (!scope.ok()) return;
      auto _data = ops::AsNodeOut(scope, data);
      if (!scope.ok()) return;
      auto _output_index = ops::AsNodeOut(scope, output_index);
      if (!scope.ok()) return;
      Node* ret;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  6. src/mdo/reader.vm

                switch (next) {
                    case XMLStreamReader.SPACE:
                    case XMLStreamReader.COMMENT:
                    case XMLStreamReader.PROCESSING_INSTRUCTION:
                    case XMLStreamReader.CDATA:
                    case XMLStreamReader.CHARACTERS:
                        continue;
                    case XMLStreamReader.START_ELEMENT:
                    case XMLStreamReader.END_ELEMENT:
                        return next;
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  7. src/encoding/xml/marshal.go

    // writing nothing. Marshal handles all other data by writing one or more XML
    // elements containing the data.
    //
    // The name for the XML elements is taken from, in order of preference:
    //   - the tag on the XMLName field, if the data is a struct
    //   - the value of the XMLName field of type [Name]
    //   - the tag of the struct field used to obtain the data
    //   - the name of the struct field used to obtain the data
    //   - the name of the marshaled type
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  8. pkg/apis/apps/v1/defaults_test.go

    func roundTrip(t *testing.T, obj runtime.Object) runtime.Object {
    	data, err := runtime.Encode(legacyscheme.Codecs.LegacyCodec(SchemeGroupVersion), obj)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, obj)
    		return nil
    	}
    	obj2, err := runtime.Decode(legacyscheme.Codecs.UniversalDecoder(), data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), obj)
    		return nil
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  9. src/debug/dwarf/line_test.go

    		{Address: 0x401595, File: file2C, Line: 6, IsStmt: true},
    		{Address: 0x40159b, EndSequence: true},
    	}
    	files := [][]*LineFile{{nil, file1H, file1C}, {nil, file2C}}
    
    	testLineTable(t, want, files, peData(t, "testdata/line-gcc-win.bin"))
    }
    
    func TestLineELFClang(t *testing.T) {
    	// Generated by:
    	//   # clang --version | head -n1
    	//   Ubuntu clang version 3.4-1ubuntu3 (tags/RELEASE_34/final) (based on LLVM 3.4)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
  10. pkg/apis/core/v1/conversion_test.go

    	codec := legacyscheme.Codecs.LegacyCodec(appsv1.SchemeGroupVersion)
    	data, err := runtime.Encode(codec, rs)
    	if err != nil {
    		t.Errorf("%v\n %#v", err, rs)
    		return nil
    	}
    	obj2, err := runtime.Decode(codec, data)
    	if err != nil {
    		t.Errorf("%v\nData: %s\nSource: %#v", err, string(data), rs)
    		return nil
    	}
    	return obj2.(*apps.ReplicaSet)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 10 05:34:15 UTC 2023
    - 21.7K bytes
    - Viewed (0)
Back to top