Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 42 for 0xdead (0.45 sec)

  1. src/encoding/json/decode_test.go

    			}
    		})
    	}
    }
    
    type unmarshalPanic struct{}
    
    func (unmarshalPanic) UnmarshalJSON([]byte) error { panic(0xdead) }
    
    func TestUnmarshalPanic(t *testing.T) {
    	defer func() {
    		if got := recover(); !reflect.DeepEqual(got, 0xdead) {
    			t.Errorf("panic() = (%T)(%v), want 0xdead", got, got)
    		}
    	}()
    	Unmarshal([]byte("{}"), &unmarshalPanic{})
    	t.Fatalf("Unmarshal should have panicked")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  2. src/math/big/ratconv_test.go

    	{"0O10p-3", "1", true},
    
    	// valid with separators
    	// (smoke tests only - a comprehensive set of tests is in natconv_test.go)
    	{"0b_1000/3", "8/3", true},
    	{"0B_10_00/0x8", "1", true},
    	{"0xdead/0B1101_1110_1010_1101", "1", true},
    	{"0B1101_1110_1010_1101/0XD_E_A_D", "1", true},
    	{"1_000.0", "1000", true},
    
    	{"0x_10.0", "16", true},
    	{"0x1_0.0", "16", true},
    	{"0x1.8_0", "3/2", true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 15 22:16:34 UTC 2023
    - 19.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/shift/dead.go

    package shift
    
    // Simplified dead code detector.
    // Used for skipping shift checks on unreachable arch-specific code.
    
    import (
    	"go/ast"
    	"go/constant"
    	"go/types"
    )
    
    // updateDead puts unreachable "if" and "case" nodes into dead.
    func updateDead(info *types.Info, dead map[ast.Node]bool, node ast.Node) {
    	if dead[node] {
    		// The node is already marked as dead.
    		return
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 06 18:23:38 UTC 2018
    - 2.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/windows/zknownfolderids_windows.go

    	FOLDERID_CameraRollLibrary      = &KNOWNFOLDERID{0x2b20df75, 0x1eda, 0x4039, [8]byte{0x80, 0x97, 0x38, 0x79, 0x82, 0x27, 0xd5, 0xb7}}
    	FOLDERID_SavedPictures          = &KNOWNFOLDERID{0x3b193882, 0xd3ad, 0x4eab, [8]byte{0x96, 0x5a, 0x69, 0x82, 0x9d, 0x1f, 0xb5, 0x9f}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 19 21:26:10 UTC 2020
    - 18.7K bytes
    - Viewed (0)
  5. src/strconv/isprint.go

    	0x1d92,
    	0x1f11,
    	0x246f,
    	0x6a5f,
    	0x6abf,
    	0x6b5a,
    	0x6b62,
    	0xaff4,
    	0xaffc,
    	0xafff,
    	0xd455,
    	0xd49d,
    	0xd4ad,
    	0xd4ba,
    	0xd4bc,
    	0xd4c4,
    	0xd506,
    	0xd515,
    	0xd51d,
    	0xd53a,
    	0xd53f,
    	0xd545,
    	0xd551,
    	0xdaa0,
    	0xe007,
    	0xe022,
    	0xe025,
    	0xe7e7,
    	0xe7ec,
    	0xe7ef,
    	0xe7ff,
    	0xee04,
    	0xee20,
    	0xee23,
    	0xee28,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/compact/parents.go

    	0x0197, 0x0000, 0x0000, 0x019a, 0x0000, 0x0000, 0x019d, 0x0000,
    	0x019f, 0x0000, 0x01a1, 0x0000, 0x01a3, 0x0000, 0x01a5, 0x0000,
    	0x01a7, 0x0000, 0x01a9, 0x0000, 0x01ab, 0x0000, 0x01ad, 0x0000,
    	0x01af, 0x0000, 0x01b1, 0x01b1, 0x0000, 0x01b4, 0x0000, 0x01b6,
    	0x0000, 0x01b8, 0x0000, 0x01ba, 0x0000, 0x01bc, 0x0000, 0x0000,
    	// Entry 1C0 - 1FF
    	0x01bf, 0x0000, 0x01c1, 0x0000, 0x01c3, 0x0000, 0x01c5, 0x0000,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  7. src/unicode/tables.go

    		{0x0e32, 0x0e33, 1},
    		{0x0e40, 0x0e46, 1},
    		{0x0e81, 0x0e82, 1},
    		{0x0e84, 0x0e86, 2},
    		{0x0e87, 0x0e8a, 1},
    		{0x0e8c, 0x0ea3, 1},
    		{0x0ea5, 0x0ea7, 2},
    		{0x0ea8, 0x0eb0, 1},
    		{0x0eb2, 0x0eb3, 1},
    		{0x0ebd, 0x0ec0, 3},
    		{0x0ec1, 0x0ec4, 1},
    		{0x0ec6, 0x0edc, 22},
    		{0x0edd, 0x0edf, 1},
    		{0x0f00, 0x0f40, 64},
    		{0x0f41, 0x0f47, 1},
    		{0x0f49, 0x0f6c, 1},
    		{0x0f88, 0x0f8c, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 04:29:53 UTC 2023
    - 205.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_COPYFILERANGE                   = 0xDA9 // 3497
    	SYS_GETLINE                         = 0xDAA // 3498
    	SYS___GETLINE_A                     = 0xDAB // 3499
    	SYS_DIRFD                           = 0xDAC // 3500
    	SYS_CLOCK_GETTIME                   = 0xDAD // 3501
    	SYS_DUP3                            = 0xDAE // 3502
    	SYS_EPOLL_CREATE                    = 0xDAF // 3503
    	SYS_EPOLL_CREATE1                   = 0xDB0 // 3504
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/text/unicode/norm/tables15.0.0.go

    	0x42, 0xD9, 0xBE, 0x42, 0xD9, 0xBF, 0x42, 0xDA,
    	0x80, 0x42, 0xDA, 0x83, 0x42, 0xDA, 0x84, 0x42,
    	0xDA, 0x86, 0x42, 0xDA, 0x87, 0x42, 0xDA, 0x88,
    	0x42, 0xDA, 0x8C, 0x42, 0xDA, 0x8D, 0x42, 0xDA,
    	0x8E, 0x42, 0xDA, 0x91, 0x42, 0xDA, 0x98, 0x42,
    	// Bytes 3c0 - 3ff
    	0xDA, 0xA1, 0x42, 0xDA, 0xA4, 0x42, 0xDA, 0xA6,
    	0x42, 0xDA, 0xA9, 0x42, 0xDA, 0xAD, 0x42, 0xDA,
    	0xAF, 0x42, 0xDA, 0xB1, 0x42, 0xDA, 0xB3, 0x42,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 385.8K bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/net/idna/tables11.0.0.go

    	0xeea: 0x2d5d, 0xeeb: 0x2d7d, 0xeec: 0x2d9d, 0xeed: 0x2dbd, 0xeee: 0x2ddd, 0xeef: 0x2dfd,
    	0xef0: 0x2e1d, 0xef1: 0x2e3d, 0xef2: 0x2e3d, 0xef3: 0x2e5d, 0xef4: 0x2e7d, 0xef5: 0x2e7d,
    	0xef6: 0x2e9d, 0xef7: 0x2ebd, 0xef8: 0x2e5d, 0xef9: 0x2edd, 0xefa: 0x2efd, 0xefb: 0x2edd,
    	0xefc: 0x2e5d, 0xefd: 0x2f1d, 0xefe: 0x2f3d, 0xeff: 0x2f5d,
    	// Block 0x3c, offset 0xf00
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 270.5K bytes
    - Viewed (0)
Back to top