Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 307 for 1x42 (0.04 sec)

  1. src/image/png/reader_test.go

    		0x92, 0xd7, 0x82, 0x41, 0x31, 0x9c, 0x3f, 0x07, 0x02, 0xee, 0xa1, 0xaa, 0xff, 0xff, 0x9f, 0xe1,
    		0xd9, 0x56, 0x30, 0xf8, 0x0e, 0xe5, 0x03, 0x00, 0xa9, 0x42, 0x84, 0x3d, 0xdf, 0x8f, 0xa6, 0x8f,
    		0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
    	}))
    	if err != nil {
    		t.Fatalf("Decode: %v", err)
    	}
    
    	const hex = "0123456789abcdef"
    	var got []byte
    	bounds := m.Bounds()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 24 12:12:12 UTC 2022
    - 28.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_EXPORTWO                        = 0x5A1 // 1441
    	SYS_EXPORTWORKUNIT                  = 0x5A1 // 1441
    	SYS_UNDOEXPO                        = 0x5A2 // 1442
    	SYS_UNDOEXPORTWORKUNIT              = 0x5A2 // 1442
    	SYS_IMPORTWO                        = 0x5A3 // 1443
    	SYS_IMPORTWORKUNIT                  = 0x5A3 // 1443
    	SYS_UNDOIMPO                        = 0x5A4 // 1444
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/reflect/Reflection.java

      }
    
      /**
       * Ensures that the given classes are initialized, as described in <a
       * href="http://java.sun.com/docs/books/jls/third_edition/html/execution.html#12.4.2">JLS Section
       * 12.4.2</a>.
       *
       * <p>WARNING: Normally it's a smell if a class needs to be explicitly initialized, because static
       * state hurts system maintainability and testability. In cases when you have no choice while
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  4. guava/src/com/google/common/reflect/Reflection.java

      }
    
      /**
       * Ensures that the given classes are initialized, as described in <a
       * href="http://java.sun.com/docs/books/jls/third_edition/html/execution.html#12.4.2">JLS Section
       * 12.4.2</a>.
       *
       * <p>WARNING: Normally it's a smell if a class needs to be explicitly initialized, because static
       * state hurts system maintainability and testability. In cases when you have no choice while
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Oct 10 19:45:10 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_mips64.go

    	{"kern.tty.tk_nin", []_C_int{1, 44, 1}},
    	{"kern.tty.tk_nout", []_C_int{1, 44, 2}},
    	{"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
    	{"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
    	{"kern.ttycount", []_C_int{1, 57}},
    	{"kern.utc_offset", []_C_int{1, 88}},
    	{"kern.version", []_C_int{1, 4}},
    	{"kern.video", []_C_int{1, 89}},
    	{"kern.watchdog.auto", []_C_int{1, 64, 2}},
    	{"kern.watchdog.period", []_C_int{1, 64, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. src/syscall/zsysctl_openbsd.go

    	{"kern.tty.tk_nin", []_C_int{1, 44, 1}},
    	{"kern.tty.tk_nout", []_C_int{1, 44, 2}},
    	{"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
    	{"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
    	{"kern.ttycount", []_C_int{1, 57}},
    	{"kern.utc_offset", []_C_int{1, 88}},
    	{"kern.version", []_C_int{1, 4}},
    	{"kern.video", []_C_int{1, 89}},
    	{"kern.watchdog.auto", []_C_int{1, 64, 2}},
    	{"kern.watchdog.period", []_C_int{1, 64, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  7. src/encoding/asn1/asn1_test.go

    type TestBigInt struct {
    	X *big.Int
    }
    
    type TestSet struct {
    	Ints []int `asn1:"set"`
    }
    
    var unmarshalTestData = []struct {
    	in  []byte
    	out any
    }{
    	{[]byte{0x02, 0x01, 0x42}, newInt(0x42)},
    	{[]byte{0x05, 0x00}, &RawValue{0, 5, false, []byte{}, []byte{0x05, 0x00}}},
    	{[]byte{0x30, 0x08, 0x06, 0x06, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d}, &TestObjectIdentifierStruct{[]int{1, 2, 840, 113549}}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 18:24:36 UTC 2023
    - 43.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_ppc64.go

    	{"kern.tty.tk_nin", []_C_int{1, 44, 1}},
    	{"kern.tty.tk_nout", []_C_int{1, 44, 2}},
    	{"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
    	{"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
    	{"kern.ttycount", []_C_int{1, 57}},
    	{"kern.utc_offset", []_C_int{1, 88}},
    	{"kern.version", []_C_int{1, 4}},
    	{"kern.video", []_C_int{1, 89}},
    	{"kern.watchdog.auto", []_C_int{1, 64, 2}},
    	{"kern.watchdog.period", []_C_int{1, 64, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysctl_openbsd_riscv64.go

    	{"kern.tty.tk_nin", []_C_int{1, 44, 1}},
    	{"kern.tty.tk_nout", []_C_int{1, 44, 2}},
    	{"kern.tty.tk_rawcc", []_C_int{1, 44, 3}},
    	{"kern.tty.ttyinfo", []_C_int{1, 44, 5}},
    	{"kern.ttycount", []_C_int{1, 57}},
    	{"kern.utc_offset", []_C_int{1, 88}},
    	{"kern.version", []_C_int{1, 4}},
    	{"kern.video", []_C_int{1, 89}},
    	{"kern.watchdog.auto", []_C_int{1, 64, 2}},
    	{"kern.watchdog.period", []_C_int{1, 64, 1}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12K bytes
    - Viewed (0)
  10. test/fixedbugs/issue14591.go

    // When a T is deallocated, T[1] is certain to
    // get clobbered (the runtime writes 0xdeaddeaddeaddead there).
    type T [4]int
    
    func f() (r, s *T) {
    	r = &T{0x30, 0x31, 0x32, 0x33}
    	runtime.GC()
    	s = &T{0x40, 0x41, 0x42, 0x43}
    	runtime.GC()
    	return
    }
    
    func main() {
    	r, s := f()
    	if r[1] != 0x31 {
    		fmt.Printf("bad r[1], want 0x31 got %x\n", r[1])
    	}
    	if s[1] != 0x41 {
    		fmt.Printf("bad s[1], want 0x41 got %x\n", s[1])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 769 bytes
    - Viewed (0)
Back to top