Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for detach (0.41 sec)

  1. doc/asm.html

    <code>4(R1)</code> (register indirect with offset), and
    <code>$foo(SB)</code> (absolute address).
    The assembler also supports some (not necessarily all) addressing modes
    specific to each architecture.
    The sections below list these.
    </p>
    
    <p>
    One detail evident in the examples from the previous sections is that data in the instructions flows from left to right:
    <code>MOVQ</code> <code>$0,</code> <code>CX</code> clears <code>CX</code>.
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Nov 28 19:15:27 GMT 2023
    - 36.3K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_JAIL = 338 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH = 436 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_ATTACH ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET = 506 #53466
    pkg syscall (freebsd-riscv64), const SYS_JAIL_GET ideal-int #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL = 325
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_CTL ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH = 319
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_DETACH ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT = 310
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_EXIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS__LWP_GETNAME = 324
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/bufio/bufio_test.go

    	const BufSize = 1000
    	b := NewReaderSize(strings.NewReader("hello world"), BufSize)
    	// Does it recognize itself?
    	b1 := NewReaderSize(b, BufSize)
    	if b1 != b {
    		t.Error("NewReaderSize did not detect underlying Reader")
    	}
    	// Does it wrap if existing buffer is too small?
    	b2 := NewReaderSize(b, 2*BufSize)
    	if b2 == b {
    		t.Error("NewReaderSize did not enlarge buffer")
    	}
    }
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 10 18:56:01 GMT 2023
    - 51.5K bytes
    - Viewed (0)
  5. doc/go1.17_spec.html

    </p>
    
    <ol>
    	<li>The <i>universe block</i> encompasses all Go source text.</li>
    
    	<li>Each <a href="#Packages">package</a> has a <i>package block</i> containing all
    	    Go source text for that package.</li>
    
    	<li>Each file has a <i>file block</i> containing all Go source text
    	    in that file.</li>
    
    	<li>Each <a href="#If_statements">"if"</a>,
    	    <a href="#For_statements">"for"</a>, and
    HTML
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (darwin-386), const PTRACE_TRACEME ideal-int
    pkg syscall (darwin-386), const PT_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_ATTACHEXC ideal-int
    pkg syscall (darwin-386), const PT_CONTINUE ideal-int
    pkg syscall (darwin-386), const PT_DENY_ATTACH ideal-int
    pkg syscall (darwin-386), const PT_DETACH ideal-int
    pkg syscall (darwin-386), const PT_FIRSTMACH ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64-cgo), const PT_DETACH = 11
    pkg syscall (darwin-arm64-cgo), const PT_DETACH ideal-int
    pkg syscall (darwin-arm64-cgo), const PT_FIRSTMACH = 32
    pkg syscall (darwin-arm64-cgo), const PT_FIRSTMACH ideal-int
    pkg syscall (darwin-arm64-cgo), const PT_FORCEQUOTA = 30
    pkg syscall (darwin-arm64-cgo), const PT_FORCEQUOTA ideal-int
    pkg syscall (darwin-arm64-cgo), const PT_KILL = 8
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. misc/ios/detect.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build ignore
    
    // detect attempts to autodetect the correct
    // values of the environment variables
    // used by go_ios_exec.
    // detect shells out to ideviceinfo, a third party program that can
    // be obtained by following the instructions at
    // https://github.com/libimobiledevice/libimobiledevice.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Oct 19 23:33:30 GMT 2023
    - 3.2K bytes
    - Viewed (0)
  9. misc/ios/README

    id and a provisioned bundle id to use. They're specified with the environment variables
    GOIOS_DEV_ID, GOIOS_TEAM_ID and GOIOS_APP_ID. The detect.go program in this directory will
    attempt to auto-detect suitable values. Run it as
    
    	go run detect.go
    
    which will output something similar to
    
    	export GOIOS_DEV_ID="iPhone Developer: ******@****.*** (XXXXXXXX)"
    	export GOIOS_APP_ID=YYYYYYYY.some.bundle.id
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 29 21:49:26 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  10. api/go1.1.txt

    pkg syscall (darwin-386), const PTRACE_TRACEME = 0
    pkg syscall (darwin-386), const PT_ATTACH = 10
    pkg syscall (darwin-386), const PT_ATTACHEXC = 14
    pkg syscall (darwin-386), const PT_CONTINUE = 7
    pkg syscall (darwin-386), const PT_DENY_ATTACH = 31
    pkg syscall (darwin-386), const PT_DETACH = 11
    pkg syscall (darwin-386), const PT_FIRSTMACH = 32
    pkg syscall (darwin-386), const PT_FORCEQUOTA = 30
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
Back to top