Home
last modified time | relevance | path

Searched defs:Interface (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dinterface.go17 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/
Dinterface.go16 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/
Dzsortinterface.go10 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 …]
Dsort.go14 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/
Dfirmware-update.rst227 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/
Dheap.go31 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/
Dinterface.go42 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) {
Dinterface_linux.go123 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 {
Dsockoptip_stub.go11 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/
DInterface.h38 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/
Dif_.rs273 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 Dadsp_default_listener_stub.c269 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 Dapps_remotectl_skel.c270 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 Dadspmsgd_adsp1_stub.c422 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 Dadspmsgd_apps_skel.c422 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 Dadspmsgd_adsp_stub.c422 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 Dadsp_perf_stub.c421 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 Dadsp_current_process1_stub.c422 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 Dapps_mem_skel.c421 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/
Dassignability.go39 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 Dchre_slpi_skel.c405 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 Dchre_slpi_stub.c405 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 Dsync_method_unittest.cc251 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/
Dinterface_descriptor.rs11 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/
Dinterface_descriptor.rs11 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()

12345678910>>...16