Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for mobile (0.2 sec)

  1. misc/go_android_exec/README

    Android
    =======
    
    For details on developing Go for Android, see the documentation in the
    mobile subrepository:
    
    	https://github.com/golang/mobile
    
    To run the standard library tests, enable Cgo and use an appropriate
    C compiler from the Android NDK. For example,
    
    	CGO_ENABLED=1 \
    	GOOS=android \
    	GOARCH=arm64 \
    	CC_FOR_TARGET=$NDK/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android21-clang \
    	./all.bash
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 01 14:45:55 GMT 2023
    - 732 bytes
    - Viewed (0)
  2. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAX ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_MAXID ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_MOBILE = 55
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_MOBILE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_NONE = 59
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_NONE ideal-int
    pkg syscall (netbsd-arm64-cgo), const IPPROTO_PFSYNC = 240
    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)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IPPROTO_MICP = 95
    pkg syscall (freebsd-arm64), const IPPROTO_MICP ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MOBILE = 55
    pkg syscall (freebsd-arm64), const IPPROTO_MOBILE ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MPLS = 137
    pkg syscall (freebsd-arm64), const IPPROTO_MPLS ideal-int
    pkg syscall (freebsd-arm64), const IPPROTO_MTP = 92
    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)
  4. src/README.vendor

    library packages begin with a dotless path element.
    
    The module requirements of std and cmd do not influence version
    selection in other modules. They are only considered when running
    module commands like 'go get' and 'go mod vendor' from a directory
    in GOROOT/src.
    
    Maintaining vendor directories
    ==============================
    
    Before updating vendor directories, ensure that module mode is enabled.
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Apr 02 02:20:05 GMT 2024
    - 2.2K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall (linux-386), const SYS_CLONE ideal-int
    pkg syscall (linux-386), const SYS_CLOSE ideal-int
    pkg syscall (linux-386), const SYS_CREAT ideal-int
    pkg syscall (linux-386), const SYS_CREATE_MODULE ideal-int
    pkg syscall (linux-386), const SYS_DELETE_MODULE ideal-int
    pkg syscall (linux-386), const SYS_DUP ideal-int
    pkg syscall (linux-386), const SYS_DUP2 ideal-int
    pkg syscall (linux-386), const SYS_DUP3 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)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const RLIMIT_FSIZE = 1
    pkg syscall (darwin-arm64), const RLIMIT_FSIZE ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_NOFILE = 8
    pkg syscall (darwin-arm64), const RLIMIT_NOFILE ideal-int
    pkg syscall (darwin-arm64), const RLIMIT_STACK = 3
    pkg syscall (darwin-arm64), const RLIMIT_STACK ideal-int
    pkg syscall (darwin-arm64), const RLIM_INFINITY = 9223372036854775807
    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)
  7. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPPROTO_MICP = 95 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MICP ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MOBILE = 55 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MOBILE ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MPLS = 137 #53466
    pkg syscall (freebsd-riscv64), const IPPROTO_MPLS 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)
  8. api/go1.1.txt

    pkg syscall (linux-386), const SYS_CLONE = 120
    pkg syscall (linux-386), const SYS_CLOSE = 6
    pkg syscall (linux-386), const SYS_CREAT = 8
    pkg syscall (linux-386), const SYS_CREATE_MODULE = 127
    pkg syscall (linux-386), const SYS_DELETE_MODULE = 129
    pkg syscall (linux-386), const SYS_DUP = 41
    pkg syscall (linux-386), const SYS_DUP2 = 63
    pkg syscall (linux-386), const SYS_DUP3 = 330
    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)
  9. api/go1.12.txt

    pkg runtime/debug, type BuildInfo struct, Deps []*Module
    pkg runtime/debug, type BuildInfo struct, Main Module
    pkg runtime/debug, type BuildInfo struct, Path string
    pkg runtime/debug, type Module struct
    pkg runtime/debug, type Module struct, Path string
    pkg runtime/debug, type Module struct, Replace *Module
    pkg runtime/debug, type Module struct, Sum string
    pkg runtime/debug, type Module struct, Version string
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Jan 02 21:21:53 GMT 2019
    - 13.5K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/swig/testdata/callback/main.swigcxx

    /* Copyright 2011 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.  */
    
    /* An example of writing a C++ virtual function in Go.  */
    
    %module(directors="1") callback
    
    %{
    #include <string>
    #include "main.h"
    %}
    
    %include "std_string.i"
    
    %feature("director");
    
    Plain Text
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri May 12 12:00:07 GMT 2023
    - 366 bytes
    - Viewed (0)
Back to top