Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 47 for buffer (0.23 sec)

  1. api/go1.4.txt

    pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK = 2684354572
    pkg syscall (windows-386), const IO_REPARSE_TAG_SYMLINK ideal-int
    pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE = 16384
    pkg syscall (windows-386), const MAXIMUM_REPARSE_DATA_BUFFER_SIZE ideal-int
    pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY = 1
    pkg syscall (windows-386), const SYMBOLIC_LINK_FLAG_DIRECTORY ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 12 03:01:01 GMT 2014
    - 34K bytes
    - Viewed (0)
  2. misc/go_android_exec/main.go

    	code, err := adbRun(cmd)
    	signal.Reset(syscall.SIGQUIT)
    	close(quit)
    	return code, err
    }
    
    type exitCodeFilter struct {
    	w      io.Writer // Pass through to w
    	exitRe *regexp.Regexp
    	buf    bytes.Buffer
    }
    
    func newExitCodeFilter(w io.Writer) (*exitCodeFilter, string) {
    	const exitStr = "exitcode="
    
    	// Build a regexp that matches any prefix of the exit string at the end of
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 21 17:46:57 GMT 2023
    - 15.3K bytes
    - Viewed (0)
  3. api/go1.txt

    pkg bytes, method (*Buffer) ReadString(uint8) (string, error)
    pkg bytes, method (*Buffer) Reset()
    pkg bytes, method (*Buffer) String() string
    pkg bytes, method (*Buffer) Truncate(int)
    pkg bytes, method (*Buffer) UnreadByte() error
    pkg bytes, method (*Buffer) UnreadRune() error
    pkg bytes, method (*Buffer) Write([]uint8) (int, error)
    pkg bytes, method (*Buffer) WriteByte(uint8) error
    pkg bytes, method (*Buffer) WriteRune(int32) (int, error)
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (2)
  4. doc/go_spec.html

    make(chan int, 100)
    </pre>
    
    <p>
    The capacity, in number of elements, sets the size of the buffer in the channel.
    If the capacity is zero or absent, the channel is unbuffered and communication
    succeeds only when both a sender and receiver are ready. Otherwise, the channel
    is buffered and communication succeeds without blocking if the buffer
    is not full (sends) or not empty (receives).
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
  5. src/bytes/bytes.go

    		m = Count(s, old)
    	}
    	if m == 0 {
    		// Just return a copy.
    		return append([]byte(nil), s...)
    	}
    	if n < 0 || m < n {
    		n = m
    	}
    
    	// Apply replacements to buffer.
    	t := make([]byte, len(s)+n*(len(new)-len(old)))
    	w := 0
    	start := 0
    	for i := 0; i < n; i++ {
    		j := start
    		if len(old) == 0 {
    			if i > 0 {
    				_, wid := utf8.DecodeRune(s[start:])
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Feb 19 19:51:15 GMT 2024
    - 33.8K bytes
    - Viewed (0)
  6. misc/ios/go_ios_exec.go

    // port 3222.
    func startDebugBridge() (func(), error) {
    	errChan := make(chan error, 1)
    	cmd := idevCmd(exec.Command("idevicedebugserverproxy", "3222"))
    	var stderr bytes.Buffer
    	cmd.Stderr = &stderr
    	if err := cmd.Start(); err != nil {
    		return nil, fmt.Errorf("idevicedebugserverproxy: %v", err)
    	}
    	go func() {
    		if err := cmd.Wait(); err != nil {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Apr 11 16:34:30 GMT 2022
    - 23.4K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/endtoend_test.go

    	architecture.Init(ctxt)
    	lexer := lex.NewLexer(input)
    	parser := NewParser(ctxt, architecture, lexer)
    	pList := new(obj.Plist)
    	var ok bool
    	testOut = new(strings.Builder) // The assembler writes test output to this buffer.
    	ctxt.Bso = bufio.NewWriter(os.Stdout)
    	ctxt.IsAsm = true
    	defer ctxt.Bso.Flush()
    	failed := false
    	ctxt.DiagFunc = func(format string, args ...interface{}) {
    		failed = true
    		t.Errorf(format, args...)
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 07 18:42:59 GMT 2023
    - 11.6K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_AND ideal-int
    pkg syscall (freebsd-arm64), const BPF_B = 16
    pkg syscall (freebsd-arm64), const BPF_B ideal-int
    pkg syscall (freebsd-arm64), const BPF_BUFMODE_BUFFER = 1
    pkg syscall (freebsd-arm64), const BPF_BUFMODE_BUFFER ideal-int
    pkg syscall (freebsd-arm64), const BPF_BUFMODE_ZBUF = 2
    pkg syscall (freebsd-arm64), const BPF_BUFMODE_ZBUF ideal-int
    pkg syscall (freebsd-arm64), const BPF_DIV = 48
    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)
  9. api/go1.16.txt

    pkg syscall (darwin-arm64), type Dirent struct, Type uint8
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Buffer *uint8
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Length uint64
    pkg syscall (darwin-arm64), type Fbootstraptransfer_t struct, Offset int64
    pkg syscall (darwin-arm64), type FdSet struct
    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)
  10. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const BPF_B = 16 #53466
    pkg syscall (freebsd-riscv64), const BPF_B ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_BUFMODE_BUFFER = 1 #53466
    pkg syscall (freebsd-riscv64), const BPF_BUFMODE_BUFFER ideal-int #53466
    pkg syscall (freebsd-riscv64), const BPF_BUFMODE_ZBUF = 2 #53466
    pkg syscall (freebsd-riscv64), const BPF_BUFMODE_ZBUF 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)
Back to top