Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 84 for noArgs (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/syscall_solaris.go

    	"fmt"
    	"os"
    	"runtime"
    	"sync"
    	"syscall"
    	"unsafe"
    )
    
    // Implemented in runtime/syscall_solaris.go.
    type syscallFunc uintptr
    
    func rawSysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
    func sysvicall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err syscall.Errno)
    
    // SockaddrDatalink implements the Sockaddr interface for AF_LINK type sockets.
    type SockaddrDatalink struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 29 21:28:33 UTC 2023
    - 31.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go

    	libc_getsystemcfg,
    	libc_umount,
    	libc_getrlimit,
    	libc_lseek,
    	libc_mmap64 syscallFunc
    )
    
    // Implemented in runtime/syscall_aix.go.
    func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
    func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 42.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/go/analysis/passes/asmdecl/asmdecl.go

    		if arch.sizes == nil {
    			// TODO(adonovan): fix: now that asmdecl is not in the standard
    			// library we cannot assume types.SizesFor is consistent with arches.
    			// For now, assume 64-bit norms and print a warning.
    			// But this warning should really be deferred until we attempt to use
    			// arch, which is very unlikely. Better would be
    			// to defer size computation until we have Pass.TypesSizes.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    # FORMAT NOT DOCUMENTED YET (parser is urltestparser.js)
    
    # Based on http://trac.webkit.org/browser/trunk/LayoutTests/fast/url/script-tests/segments.js
    http://example\t.\norg http://example.org/foo/bar s:http h:example.org p:/
    http://user:pass@foo:21/bar;par?b#c  s:http u:user pass:pass h:foo port:21 p:/bar;par q:?b f:#c
    http:foo.com  s:http h:example.org p:/foo/foo.com
    \t\s\s\s:foo.com\s\s\s\n  s:http h:example.org p:/foo/:foo.com
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 14.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_KMQ_UNLINK               = 462 // { int kmq_unlink(const char *path); }
    	SYS_ABORT2                   = 463 // { int abort2(const char *why, int nargs, void **args); }
    	SYS_THR_SET_NAME             = 464 // { int thr_set_name(long id, const char *name); }
    	SYS_AIO_FSYNC                = 465 // { int aio_fsync(int op, struct aiocb *aiocbp); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

      private static class PassObject extends SomeClassThatDoesNotUseNullable {
        public static void doThrow(Object arg) {
          if (arg == null) {
            throw new FooException();
          }
        }
    
        public void noArg() {}
    
        public void oneArg(String s) {
          checkNotNull(s);
        }
    
        void packagePrivateOneArg(String s) {
          checkNotNull(s);
        }
    
        protected void protectedOneArg(String s) {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top