Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 40 for 16384 (0.19 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const EV_ENABLE ideal-int
    pkg syscall (darwin-arm64), const EV_EOF = 32768
    pkg syscall (darwin-arm64), const EV_EOF ideal-int
    pkg syscall (darwin-arm64), const EV_ERROR = 16384
    pkg syscall (darwin-arm64), const EV_ERROR ideal-int
    pkg syscall (darwin-arm64), const EV_FLAG0 = 4096
    pkg syscall (darwin-arm64), const EV_FLAG0 ideal-int
    pkg syscall (darwin-arm64), const EV_FLAG1 = 8192
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        reusedConnectionFailsWithPost(TransferKind.END_OF_STREAM, 16384)
      }
    
      @Test
      fun postFailsWithChunkedRequestForSmallRequest() {
        reusedConnectionFailsWithPost(TransferKind.CHUNKED, 1024)
      }
    
      @Test
      fun postFailsWithChunkedRequestForLargeRequest() {
        reusedConnectionFailsWithPost(TransferKind.CHUNKED, 16384)
      }
    
      @Test
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  3. api/go1.21.txt

    pkg debug/elf, const DF_1_DISPRELPND DynFlag1 #56887
    pkg debug/elf, const DF_1_EDITED = 2097152 #56887
    pkg debug/elf, const DF_1_EDITED DynFlag1 #56887
    pkg debug/elf, const DF_1_ENDFILTEE = 16384 #56887
    pkg debug/elf, const DF_1_ENDFILTEE DynFlag1 #56887
    pkg debug/elf, const DF_1_GLOBAL = 2 #56887
    pkg debug/elf, const DF_1_GLOBAL DynFlag1 #56887
    pkg debug/elf, const DF_1_GLOBAUDIT = 16777216 #56887
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  4. api/go1.3.txt

    pkg syscall (netbsd-386), const CLONE_PTRACE ideal-int
    pkg syscall (netbsd-386), const CLONE_SIGHAND = 2048
    pkg syscall (netbsd-386), const CLONE_SIGHAND ideal-int
    pkg syscall (netbsd-386), const CLONE_VFORK = 16384
    pkg syscall (netbsd-386), const CLONE_VFORK ideal-int
    pkg syscall (netbsd-386), const CLONE_VM = 256
    pkg syscall (netbsd-386), const CLONE_VM ideal-int
    pkg syscall (netbsd-386), const MADV_DONTNEED = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Jun 02 02:45:00 GMT 2014
    - 117K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg syscall (freebsd-arm64), const EV_ENABLE ideal-int
    pkg syscall (freebsd-arm64), const EV_EOF = 32768
    pkg syscall (freebsd-arm64), const EV_EOF ideal-int
    pkg syscall (freebsd-arm64), const EV_ERROR = 16384
    pkg syscall (freebsd-arm64), const EV_ERROR ideal-int
    pkg syscall (freebsd-arm64), const EV_FLAG1 = 8192
    pkg syscall (freebsd-arm64), const EV_FLAG1 ideal-int
    pkg syscall (freebsd-arm64), const EV_ONESHOT = 16
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  6. src/archive/tar/writer_test.go

    			}, nil},
    			testWrite{"", 0, nil},
    
    			testClose{nil},
    		},
    	}, {
    		// The truncated test file was produced using these commands:
    		//   dd if=/dev/zero bs=1048576 count=16384 > /tmp/16gig.txt
    		//   tar -b 1 -c -f- /tmp/16gig.txt | dd bs=512 count=8 > writer-big.tar
    		file: "testdata/writer-big.tar",
    		tests: []testFnc{
    			testHeader{Header{
    				Typeflag: TypeReg,
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Feb 27 16:39:23 GMT 2024
    - 38.7K bytes
    - Viewed (0)
  7. api/go1.10.txt

    pkg debug/macho, const FlagBindAtLoad = 8
    pkg debug/macho, const FlagBindAtLoad uint32
    pkg debug/macho, const FlagBindsToWeak = 65536
    pkg debug/macho, const FlagBindsToWeak uint32
    pkg debug/macho, const FlagCanonical = 16384
    pkg debug/macho, const FlagCanonical uint32
    pkg debug/macho, const FlagDeadStrippableDylib = 4194304
    pkg debug/macho, const FlagDeadStrippableDylib uint32
    pkg debug/macho, const FlagDyldLink = 4
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Feb 06 05:00:01 GMT 2018
    - 30.1K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const EV_ENABLE ideal-int #53466
    pkg syscall (freebsd-riscv64), const EV_EOF = 32768 #53466
    pkg syscall (freebsd-riscv64), const EV_EOF ideal-int #53466
    pkg syscall (freebsd-riscv64), const EV_ERROR = 16384 #53466
    pkg syscall (freebsd-riscv64), const EV_ERROR ideal-int #53466
    pkg syscall (freebsd-riscv64), const EV_FLAG1 = 8192 #53466
    pkg syscall (freebsd-riscv64), const EV_FLAG1 ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const CLONE_PTRACE ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND = 2048
    pkg syscall (netbsd-arm64-cgo), const CLONE_SIGHAND ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK = 16384
    pkg syscall (netbsd-arm64-cgo), const CLONE_VFORK ideal-int
    pkg syscall (netbsd-arm64-cgo), const CLONE_VM = 256
    pkg syscall (netbsd-arm64-cgo), const CLONE_VM ideal-int
    pkg syscall (netbsd-arm64-cgo), const CREAD = 2048
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  10. okhttp/src/test/java/okhttp3/internal/http2/Http2ConnectionTest.kt

        val ping = peer.takeFrame()
        assertThat(ping.type).isEqualTo(Http2.TYPE_PING)
        assertThat(ping.payload1).isEqualTo(2)
      }
    
      @Test fun clientDoesNotLimitFlowControl() {
        val dataLength = 16384
        // Write the mocking script.
        peer.sendFrame().settings(Settings())
        peer.acceptFrame() // ACK
        peer.acceptFrame() // SYN_STREAM
        peer.sendFrame().headers(false, 3, headerEntries("b", "banana"))
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Apr 20 17:03:43 GMT 2024
    - 75.4K bytes
    - Viewed (0)
Back to top