Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for doing (0.23 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IFF_DRV_RUNNING = 64
    pkg syscall (freebsd-arm64), const IFF_DRV_RUNNING ideal-int
    pkg syscall (freebsd-arm64), const IFF_DYING = 2097152
    pkg syscall (freebsd-arm64), const IFF_DYING ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK0 = 4096
    pkg syscall (freebsd-arm64), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-arm64), const IFF_LINK1 = 8192
    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)
  2. api/go1.txt

    pkg syscall (freebsd-386), const IFF_DEBUG ideal-int
    pkg syscall (freebsd-386), const IFF_DRV_OACTIVE ideal-int
    pkg syscall (freebsd-386), const IFF_DRV_RUNNING ideal-int
    pkg syscall (freebsd-386), const IFF_DYING ideal-int
    pkg syscall (freebsd-386), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-386), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-386), const IFF_LINK2 ideal-int
    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)
  3. src/cmd/cgo/internal/test/callback_windows.go

    // into Go.
    func testCallbackCallersSEH(t *testing.T) {
    	testenv.SkipIfOptimizationOff(t) // This test requires inlining.
    	if runtime.Compiler != "gc" {
    		// The exact function names are not going to be the same.
    		t.Skip("skipping for non-gc toolchain")
    	}
    	if runtime.GOARCH != "amd64" {
    		// TODO: support SEH on other architectures.
    		t.Skip("skipping on non-amd64")
    	}
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Wed Nov 29 16:01:37 GMT 2023
    - 2.6K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING = 64 #53466
    pkg syscall (freebsd-riscv64), const IFF_DRV_RUNNING ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_DYING = 2097152 #53466
    pkg syscall (freebsd-riscv64), const IFF_DYING ideal-int #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 = 4096 #53466
    pkg syscall (freebsd-riscv64), const IFF_LINK0 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)
  5. doc/go_spec.html

    <!--
    We should be able to simplify the rules for comparable or delegate some of them
    elsewhere since we have a section that clearly defines how interfaces implement
    other interfaces based on their type sets. But this should get us going for now.
    -->
    
    <p>
    The <a href="#Predeclared_identifiers">predeclared</a>
    <a href="#Interface_types">interface type</a> <code>comparable</code>
    denotes the set of all non-interface types that are
    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)
  6. api/go1.1.txt

    pkg syscall (freebsd-386), const IFF_DEBUG = 4
    pkg syscall (freebsd-386), const IFF_DRV_OACTIVE = 1024
    pkg syscall (freebsd-386), const IFF_DRV_RUNNING = 64
    pkg syscall (freebsd-386), const IFF_DYING = 2097152
    pkg syscall (freebsd-386), const IFF_LINK0 = 4096
    pkg syscall (freebsd-386), const IFF_LINK1 = 8192
    pkg syscall (freebsd-386), const IFF_LINK2 = 16384
    pkg syscall (freebsd-386), const IFF_LOOPBACK = 8
    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)
  7. src/cmd/cgo/internal/test/issue26213/jni.h

    // Copyright 2018 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // It's going to be hard to include a whole real JVM to test this.
    // So we'll simulate a really easy JVM using just the parts we need.
    
    // This is the relevant part of jni.h.
    
    // On Android NDK16, jobject is defined like this in C and C++
    typedef void* jobject;
    
    typedef jobject jclass;
    C
    - Registered: Tue Mar 26 11:13:08 GMT 2024
    - Last Modified: Fri May 12 12:00:02 GMT 2023
    - 874 bytes
    - Viewed (0)
  8. src/cmd/api/main_test.go

    			if err != nil {
    				log.Fatalf("go list: invalid output: %v", err)
    			}
    
    			// - Package "unsafe" contains special signatures requiring
    			//   extra care when printing them - ignore since it is not
    			//   going to change w/o a language change.
    			// - Internal and vendored packages do not contribute to our
    			//   API surface. (If we are running within the "std" module,
    			//   vendored dependencies appear as themselves instead of
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 09 20:48:51 GMT 2024
    - 31.4K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IFF_DEBUG ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_DRV_OACTIVE ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_DRV_RUNNING ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_DYING ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_LINK0 ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_LINK1 ideal-int
    pkg syscall (freebsd-386-cgo), const IFF_LINK2 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