/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | interface.go | 17 type Interface struct { struct 18 check *Checker // for error reporting; nil once type set is computed 19 methods []*Func // ordered list of explicitly declared methods 20 embeddeds []Type // ordered list of explicitly embedded elements 21 …oken.Pos // positions of embedded elements; or nil (for error messages) - use pointer to save space 22 implicit bool // interface is wrapper for type set literal (non-interface T, ~T, or A|B) 23 …te bool // indicates that obj, methods, and embeddeds are set and type set can be computed 25 tset *_TypeSet // type set described by this interface, computed lazily 29 func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, nopos, t) } 89 func (t *Interface) MarkImplicit() { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | interface.go | 16 type Interface struct { struct 17 check *Checker // for error reporting; nil once type set is computed 18 methods []*Func // ordered list of explicitly declared methods 19 embeddeds []Type // ordered list of explicitly embedded elements 20 …ntax.Pos // positions of embedded elements; or nil (for error messages) - use pointer to save space 21 implicit bool // interface is wrapper for type set literal (non-interface T, ~T, or A|B) 22 complete bool // indicates that all fields (except for tset) are set up 24 tset *_TypeSet // type set described by this interface, computed lazily 28 func (t *Interface) typeSet() *_TypeSet { return computeInterfaceTypeSet(t.check, nopos, t) } 72 func (t *Interface) MarkImplicit() { [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/sort/ |
D | zsortinterface.go | 10 func insertionSort(data Interface, a, b int) { 20 func siftDown(data Interface, lo, hi, first int) { 38 func heapSort(data Interface, a, b int) { 61 func pdqsort(data Interface, a, b, limit int) { 135 func partition(data Interface, a, b, pivot int) (newpivot int, alreadyPartitioned bool) { 173 func partitionEqual(data Interface, a, b, pivot int) (newpivot int) { 195 func partialInsertionSort(data Interface, a, b int) bool { 240 func breakPatterns(data Interface, a, b int) { 261 func choosePivot(data Interface, a, b int) (pivot int, hint sortedHint) { 298 func order2(data Interface, a, b int, swaps *int) (int, int) { [all …]
|
D | sort.go | 14 type Interface interface { interface 45 func Sort(data Interface) { 88 Interface anonMember 97 func Reverse(data Interface) Interface { 105 func IsSorted(data Interface) bool { 228 func Stable(data Interface) {
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/docs/components/ |
D | firmware-update.rst | 227 BL1_SMC_CALL_COUNT 240 BL1_SMC_UID 254 BL1_SMC_VERSION 268 BL1_SMC_RUN_IMAGE 288 FWU_SMC_IMAGE_COPY 337 FWU_SMC_IMAGE_AUTH 377 FWU_SMC_IMAGE_EXECUTE 405 FWU_SMC_IMAGE_RESUME 432 FWU_SMC_SEC_IMAGE_DONE 453 FWU_SMC_UPDATE_DONE [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/container/heap/ |
D | heap.go | 31 type Interface interface { interface 41 func Init(h Interface) { 51 func Push(h Interface, x any) { 59 func Pop(h Interface) any { 68 func Remove(h Interface, i int) any { 83 func Fix(h Interface, i int) { 89 func up(h Interface, j int) { 100 func down(h Interface, i0, n int) bool {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/net/ |
D | interface.go | 42 type Interface struct { struct 43 Index int // positive integer that starts at one, zero is never used 44 MTU int // maximum transmission unit 45 Name string // e.g., "en0", "lo0", "eth0.100" 46 HardwareAddr HardwareAddr // IEEE MAC-48, EUI-48 and EUI-64 form 47 Flags Flags // e.g., FlagUp, FlagLoopback, FlagMulticast 88 func (ifi *Interface) Addrs() ([]Addr, error) { 101 func (ifi *Interface) MulticastAddrs() ([]Addr, error) { 157 func interfaceByIndex(ift []Interface, index int) (*Interface, error) {
|
D | interface_linux.go | 123 func interfaceAddrTable(ifi *Interface) ([]Addr, error) { 147 func addrTable(ift []Interface, ifi *Interface, msgs []syscall.NetlinkMessage) ([]Addr, error) { 207 func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) { 213 func parseProcNetIGMP(path string, ifi *Interface) []Addr { 250 func parseProcNetIGMP6(path string, ifi *Interface) []Addr {
|
D | sockoptip_stub.go | 11 func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error { 19 func joinIPv4Group(fd *netFD, ifi *Interface, ip IP) error { 23 func setIPv6MulticastInterface(fd *netFD, ifi *Interface) error { 31 func joinIPv6Group(fd *netFD, ifi *Interface, ip IP) error {
|
/aosp_15_r20/system/tools/hidl/ |
D | Interface.h | 38 struct Interface : public Scope { struct 42 Interface(const std::string& localName, const FQName& fullName, const Location& location, argument 57 const Interface* superType() const; argument 160 Formatter& out, const std::string& prefix, const std::vector<const Interface*>& chain, argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/nix/src/net/ |
D | if_.rs | 273 pub struct Interface(libc::if_nameindex); struct 275 impl Interface { implementation 287 impl fmt::Debug for Interface { implementation 312 pub fn to_slice(&self) -> &[Interface] { in to_slice() 358 let ret = &*(self.ptr as *const Interface); in next() constant
|
/aosp_15_r20/external/fastrpc/src/ |
H A D | adsp_default_listener_stub.c | 269 typedef struct Interface Interface; typedef 271 struct Interface { struct 272 int nMethods; 273 const Method * const *methodArray; 274 int nIIds; 275 const uint32_t *iids; 276 const uint16_t* methodStringArray; 277 const uint16_t* methodStrings; 278 const char* strings;
|
H A D | apps_remotectl_skel.c | 270 typedef struct Interface Interface; typedef 272 struct Interface { struct 273 int nMethods; 274 const Method * const *methodArray; 275 int nIIds; 276 const uint32_t *iids; 277 const uint16_t* methodStringArray; 278 const uint16_t* methodStrings; 279 const char* strings;
|
H A D | adspmsgd_adsp1_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
H A D | adspmsgd_apps_skel.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
H A D | adspmsgd_adsp_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
H A D | adsp_perf_stub.c | 421 typedef struct Interface Interface; typedef 423 struct Interface { struct 424 int nMethods; 425 const Method * const *methodArray; 426 int nIIds; 427 const uint32_t *iids; 428 const uint16_t* methodStringArray; 429 const uint16_t* methodStrings; 430 const char* strings;
|
H A D | adsp_current_process1_stub.c | 422 typedef struct Interface Interface; typedef 424 struct Interface { struct 425 int nMethods; 426 const Method * const *methodArray; 427 int nIIds; 428 const uint32_t *iids; 429 const uint16_t* methodStringArray; 430 const uint16_t* methodStrings; 431 const char* strings;
|
H A D | apps_mem_skel.c | 421 typedef struct Interface Interface; typedef 423 struct Interface { struct 424 int nMethods; 425 const Method * const *methodArray; 426 int nIIds; 427 const uint32_t *iids; 428 const uint16_t* methodStringArray; 429 const uint16_t* methodStrings; 430 const char* strings;
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/spec/ |
D | assignability.go | 39 func _[TP1, TP2 Interface](X1 TP1, X2 TP2) { 66 func _[TP Interface](X TP) { 143 TP0 Interface, 155 func _[TP Interface](X TP) { 232 Interface _Interface talias
|
/aosp_15_r20/system/chre/host/msm/daemon/generated/ |
H A D | chre_slpi_skel.c | 405 typedef struct Interface Interface; typedef 407 struct Interface { struct 408 int nMethods; 409 const Method * const *methodArray; 410 int nIIds; 411 const uint32_t *iids; 412 const uint16_t* methodStringArray; 413 const uint16_t* methodStrings; 414 const char* strings;
|
H A D | chre_slpi_stub.c | 405 typedef struct Interface Interface; typedef 407 struct Interface { struct 408 int nMethods; 409 const Method * const *methodArray; 410 int nIIds; 411 const uint32_t *iids; 412 const uint16_t* methodStringArray; 413 const uint16_t* methodStrings; 414 const char* strings;
|
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/ |
H A D | sync_method_unittest.cc | 251 using Interface = InterfaceT; typedef 522 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 570 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 600 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 625 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 655 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 686 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 742 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 798 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef 902 using Interface = typename TypeParam::Interface; in TYPED_TEST() typedef [all …]
|
/aosp_15_r20/external/rust/crates/rusb/src/ |
D | interface_descriptor.rs | 11 pub struct Interface<'a> { struct 15 impl<'a> Interface<'a> { argument 161 pub(crate) unsafe fn from_libusb(interface: &libusb_interface) -> Interface { in from_libusb()
|
/aosp_15_r20/external/rust/android-crates-io/crates/rusb/src/ |
D | interface_descriptor.rs | 11 pub struct Interface<'a> { struct 15 impl<'a> Interface<'a> { argument 161 pub(crate) unsafe fn from_libusb(interface: &libusb_interface) -> Interface { in from_libusb()
|