Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 48 of 48 for makeError (0.21 sec)

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

    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    type Timex struct {
    	Modes     uint32
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    	Shift     int32
    	Stabil    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int32
    	_    [4]byte
    }
    
    type Timex struct {
    	Modes     uint32
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    	Shift     int32
    	Stabil    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    )
    
    type Timespec struct {
    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    type Timex struct {
    	Modes     uint32
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    	Shift     int32
    	Stabil    int64
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  4. src/syscall/ztypes_linux_amd64.go

    	Sec  int64
    	Nsec int64
    }
    
    type Timeval struct {
    	Sec  int64
    	Usec int64
    }
    
    type Timex struct {
    	Modes     uint32
    	Pad_cgo_0 [4]byte
    	Offset    int64
    	Freq      int64
    	Maxerror  int64
    	Esterror  int64
    	Status    int32
    	Pad_cgo_1 [4]byte
    	Constant  int64
    	Precision int64
    	Tolerance int64
    	Time      Timeval
    	Tick      int64
    	Ppsfreq   int64
    	Jitter    int64
    	Shift     int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 08 17:55:49 UTC 2023
    - 12K bytes
    - Viewed (0)
  5. src/text/template/exec.go

    func (s *state) evalField(dot reflect.Value, fieldName string, node parse.Node, args []parse.Node, final, receiver reflect.Value) reflect.Value {
    	if !receiver.IsValid() {
    		if s.tmpl.option.missingKey == mapError { // Treat invalid value as missing map key.
    			s.errorf("nil data; no entry for key %q", fieldName)
    		}
    		return zero
    	}
    	typ := receiver.Type()
    	receiver, isNil := indirect(receiver)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:22:24 UTC 2024
    - 32K bytes
    - Viewed (0)
  6. api/go1.txt

    pkg syscall (linux-386), type Timex struct, Freq int32
    pkg syscall (linux-386), type Timex struct, Jitcnt int32
    pkg syscall (linux-386), type Timex struct, Jitter int32
    pkg syscall (linux-386), type Timex struct, Maxerror int32
    pkg syscall (linux-386), type Timex struct, Modes uint32
    pkg syscall (linux-386), type Timex struct, Offset int32
    pkg syscall (linux-386), type Timex struct, Pad_cgo_0 [44]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Timex.Constant", Field, 0},
    		{"Timex.Errcnt", Field, 0},
    		{"Timex.Esterror", Field, 0},
    		{"Timex.Freq", Field, 0},
    		{"Timex.Jitcnt", Field, 0},
    		{"Timex.Jitter", Field, 0},
    		{"Timex.Maxerror", Field, 0},
    		{"Timex.Modes", Field, 0},
    		{"Timex.Offset", Field, 0},
    		{"Timex.Pad_cgo_0", Field, 0},
    		{"Timex.Pad_cgo_1", Field, 0},
    		{"Timex.Pad_cgo_2", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type Timex struct, Jitcnt int32
    pkg syscall (linux-arm-cgo), type Timex struct, Jitter int32
    pkg syscall (linux-arm-cgo), type Timex struct, Maxerror int32
    pkg syscall (linux-arm-cgo), type Timex struct, Modes uint32
    pkg syscall (linux-arm-cgo), type Timex struct, Offset int32
    pkg syscall (linux-arm-cgo), type Timex struct, Pad_cgo_0 [44]uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top