Home
last modified time | relevance | path

Searched defs:Sys (Results 1 – 25 of 87) sorted by relevance

1234

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/net/route/
Dinterface.go34 func (m *InterfaceAddrMessage) Sys() []Sys { return nil } func
49 func (m *InterfaceMulticastAddrMessage) Sys() []Sys { return nil } func
64 func (m *InterfaceAnnounceMessage) Sys() []Sys { return nil } func
Dmessage.go12 Sys() []Sys methodSpec
16 type Sys interface { interface
Dsys_darwin.go27 func (m *RouteMessage) Sys() []Sys { func
45 func (m *InterfaceMessage) Sys() []Sys { func
Dsys_openbsd.go30 func (m *RouteMessage) Sys() []Sys { func
48 func (m *InterfaceMessage) Sys() []Sys { func
Dsys_netbsd.go20 func (m *RouteMessage) Sys() []Sys { func
38 func (m *InterfaceMessage) Sys() []Sys { func
Dsys_dragonfly.go23 func (m *RouteMessage) Sys() []Sys { func
41 func (m *InterfaceMessage) Sys() []Sys { func
Dsys_freebsd.go23 func (m *RouteMessage) Sys() []Sys { func
48 func (m *InterfaceMessage) Sys() []Sys { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go590 func (f fakeFile) Sys() any { return f.real.Sys() } func
607 func (f missingFile) Sys() any { return nil } func
623 func (f fakeDir) Sys() any { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexec.go274 Sys *syscall.SysProcAttr member
393 func (p *ProcessState) Sys() any { func
Dtypes_unix.go26 func (fs *fileStat) Sys() any { return &fs.sys } func
Dtypes_plan9.go24 func (fs *fileStat) Sys() any { return fs.sys } func
Dtypes_windows.go276 func (fs *fileStat) Sys() any { func
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/fstest/
Dmapfs.go40 Sys any // fs.FileInfo.Sys member
159 func (i *mapFileInfo) Sys() any { return i.f.Sys } func
/aosp_15_r20/build/soong/finder/fs/
H A Dfs.go208 func (m mockInode) Sys() interface{} { func
409 func (m *mockFileInfo) Sys() interface{} { func
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/
H A Dfs.go86 func (emptyFileInfo) Sys() interface{} { return nil } func
/aosp_15_r20/prebuilts/go/linux-x86/src/io/fs/
Dformat_test.go43 func (fs *formatTest) Sys() any { func
Dfs.go163 Sys() any // underlying data source (can return nil) methodSpec
/aosp_15_r20/build/make/tools/compliance/testfs/
H A Dtestfs.go91 func (fi *TestFileInfo) Sys() any { func
/aosp_15_r20/external/rust/android-crates-io/crates/rustix/src/
Dsignal.rs116 Sys = c::SIGSYS, enumerator
/aosp_15_r20/build/soong/mk2rbc/
H A Dfind_mockfs.go65 func (m myFileInfo) Sys() interface{} { func
/aosp_15_r20/external/crosvm/audio_streams_conformance_test/src/
H A Dargs.rs19 Sys(SysStreamSource), enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dexec_unix.go137 Sys *SysProcAttr member
Dexec_windows.go239 Sys *SysProcAttr member
/aosp_15_r20/prebuilts/go/linux-x86/src/archive/tar/
Dtar_test.go876 func (f *fileInfoNames) Sys() any { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/distpack/
Darchive.go49 func (i fileInfo) Sys() any { return nil } func

1234