Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for catching (0.24 sec)

  1. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const DLT_LTALK ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_MATCHING_MAX = 246 #53466
    pkg syscall (freebsd-riscv64), const DLT_MATCHING_MAX ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_MATCHING_MIN = 104 #53466
    pkg syscall (freebsd-riscv64), const DLT_MATCHING_MIN ideal-int #53466
    pkg syscall (freebsd-riscv64), const DLT_MFR = 182 #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)
  2. doc/go_spec.html

    </p>
    
    <p>
    Type unification is controlled by a <i>matching mode</i>, which may
    be <i>exact</i> or <i>loose</i>.
    As unification recursively descends a composite type structure,
    the matching mode used for elements of the type, the <i>element matching mode</i>,
    remains the same as the matching mode except when two types are unified for
    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)
  3. src/bytes/bytes.go

    			// far enough to be better than Rabin-Karp.
    			// Experiments (using IndexPeriodic) suggest
    			// the cutover is about 16 byte skips.
    			// TODO: if large prefixes of sep are matching
    			// we should cutover at even larger average skips,
    			// because Equal becomes that much more expensive.
    			// This code does not take that effect into account.
    			j := bytealg.IndexRabinKarp(s[i:], sep)
    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)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const DLT_LOOP = 108
    pkg syscall (freebsd-386), const DLT_LTALK = 114
    pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
    pkg syscall (freebsd-386), const DLT_MATCHING_MAX ideal-int
    pkg syscall (freebsd-386), const DLT_MATCHING_MIN = 104
    pkg syscall (freebsd-386), const DLT_MATCHING_MIN ideal-int
    pkg syscall (freebsd-386), const DLT_MFR = 182
    pkg syscall (freebsd-386), const DLT_MOST = 211
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  5. misc/go_android_exec/exitcode_test.go

    		}
    		f.Write([]byte(text))
    		_, err := f.Finish()
    		// We should get a no exit code error
    		if err == nil || !wantErr.MatchString(err.Error()) {
    			t.Errorf("want error matching %s, got %s", wantErr, err)
    		}
    		// And it should flush all output (even if it looks
    		// like we may be getting an exit code)
    		if got := out.String(); text != got {
    			t.Errorf("want full output %q, got %q", text, got)
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed May 03 14:54:58 GMT 2023
    - 2.1K bytes
    - Viewed (0)
  6. api/except.txt

    pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false
    pkg syscall (darwin-amd64-cgo), func Fchflags(string, int) error
    pkg syscall (freebsd-386), const AF_MAX = 38
    pkg syscall (freebsd-386), const DLT_MATCHING_MAX = 242
    pkg syscall (freebsd-386), const ELAST = 94
    pkg syscall (freebsd-386), const ImplementsGetwd = false
    pkg syscall (freebsd-386), const O_CLOEXEC = 0
    pkg syscall (freebsd-386), func Fchflags(string, int) error
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 25 00:13:30 GMT 2023
    - 34.6K bytes
    - Viewed (0)
  7. misc/ios/go_ios_exec.go

    		if err != nil {
    			return "", fmt.Errorf("findDevImage: %v", err)
    		}
    		if len(matches) > 0 {
    			return matches[0], nil
    		}
    	}
    	return "", fmt.Errorf("failed to find matching developer image for iOS version %s build %s", iosVer, buildVer)
    }
    
    // startDebugBridge ensures that the idevicedebugserverproxy runs on
    // port 3222.
    func startDebugBridge() (func(), error) {
    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)
  8. doc/go_mem.html

    there is an <i>n</i> such that the <i>n</i>th call to <code>l.Unlock</code>
    is synchronized before the return from <code>l.RLock</code>,
    and the matching call to <code>l.RUnlock</code> is synchronized before the return from call <i>n</i>+1 to <code>l.Lock</code>.
    </p>
    
    <p class="rule">
    A successful call to <code>l.TryLock</code> (or <code>l.TryRLock</code>)
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Mon Mar 04 15:54:42 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const DLT_LOOP ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_LTALK ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MAX ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_MATCHING_MIN ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_MFR ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_MOST ideal-int
    pkg syscall (freebsd-386-cgo), const DLT_MPLS ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top