Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 47 for B1152000 (0.11 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/amd64/include -m64 _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/loong64/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/mips/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/mips64/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    import "syscall"
    
    const (
    	ASI_LEON_DFLUSH                  = 0x11
    	ASI_LEON_IFLUSH                  = 0x10
    	ASI_LEON_MMUFLUSH                = 0x18
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/ppc64/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x17
    	B115200                          = 0x11
    	B1152000                         = 0x18
    	B1500000                         = 0x19
    	B2000000                         = 0x1a
    	B230400                          = 0x12
    	B2500000                         = 0x1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/ppc64le/include _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x17
    	B115200                          = 0x11
    	B1152000                         = 0x18
    	B1500000                         = 0x19
    	B2000000                         = 0x1a
    	B230400                          = 0x12
    	B2500000                         = 0x1b
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go

    // cgo -godefs -- -Wall -Werror -static -I/tmp/s390x/include -fsigned-char _const.go
    
    package unix
    
    import "syscall"
    
    const (
    	B1000000                         = 0x1008
    	B115200                          = 0x1002
    	B1152000                         = 0x1009
    	B1500000                         = 0x100a
    	B2000000                         = 0x100b
    	B230400                          = 0x1003
    	B2500000                         = 0x100c
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.7K bytes
    - Viewed (0)
  9. okhttp/src/test/java/okhttp3/internal/http/StatusLineTest.kt

      @Test
      fun nonThreeDigitCode() {
        assertInvalid("HTTP/1.1  OK")
        assertInvalid("HTTP/1.1 2 OK")
        assertInvalid("HTTP/1.1 20 OK")
        assertInvalid("HTTP/1.1 2000 OK")
        assertInvalid("HTTP/1.1 two OK")
        assertInvalid("HTTP/1.1 2")
        assertInvalid("HTTP/1.1 2000")
        assertInvalid("HTTP/1.1 two")
      }
    
      @Test
      fun truncated() {
        assertInvalid("")
        assertInvalid("H")
        assertInvalid("HTTP/1")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"AllThreadsSyscall", Func, 16},
    		{"AllThreadsSyscall6", Func, 16},
    		{"AttachLsf", Func, 0},
    		{"B0", Const, 0},
    		{"B1000000", Const, 0},
    		{"B110", Const, 0},
    		{"B115200", Const, 0},
    		{"B1152000", Const, 0},
    		{"B1200", Const, 0},
    		{"B134", Const, 0},
    		{"B14400", Const, 1},
    		{"B150", Const, 0},
    		{"B1500000", Const, 0},
    		{"B1800", Const, 0},
    		{"B19200", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top