Home
last modified time | relevance | path

Searched defs:interface (Results 126 – 150 of 3117) sorted by relevance

12345678910>>...125

/aosp_15_r20/external/go-cmp/cmp/
H A Dcompare.go93 func Equal(x, y interface{}, opts ...Option) bool {
113 func Diff(x, y interface{}, opts ...Option) string {
139 func rootStep(x, y interface{}) PathStep {
/aosp_15_r20/build/soong/android/
H A Ddefaults.go68 setProperties(props []interface{}, variableProperties interface{})
106 CreateModule(ModuleFactory, ...interface{}) Module
H A Dpaths_test.go213 got interface{}, err []error,
214 expected interface{}, expectedErr []error) {
238 func p(in interface{}) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go196 AddAddress(s Sym, t interface{}, ofs int64)
197 AddCURelativeAddress(s Sym, t interface{}, ofs int64)
198 AddSectionOffset(s Sym, size int, t interface{}, ofs int64)
199 AddDWARFAddrSectionOffset(s Sym, t interface{}, ofs int64)
204 Logf(format string, args ...interface{})
827 func putattr(ctxt Context, s Sym, abbrev int, form int, cls int, value int64, data interface{}) err…
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/abi/
Dfuncpc_gccgo.go13 func FuncPCABI0(f interface{}) uintptr {
18 func FuncPCABIInternal(f interface{}) uintptr {
Dfuncpc.go22 func FuncPCABI0(f interface{}) uintptr
31 func FuncPCABIInternal(f interface{}) uintptr
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue37837.dir/
Da.go7 func F(i interface{}) int { // ERROR "can inline F" "i does not escape"
20 func G(i interface{}) interface{} { // ERROR "can inline G" "leaking param: i"
/aosp_15_r20/external/wayland/src/
H A Dwayland-server.c117 const struct wl_interface *interface; member
831 const struct wl_interface *interface, in wl_resource_instance_of()
980 const char *interface, uint32_t version, uint32_t id) in registry_bind()
1290 const struct wl_interface *interface, int version, in wl_global_create()
1928 const struct wl_interface *interface, in wl_resource_create()
2446 const struct wl_interface *interface, in wl_client_add_object()
2468 const struct wl_interface *interface, in wl_client_new_object()
2490 const struct wl_interface *interface, in wl_display_add_global()
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dtensor.go79 func NewTensor(value interface{}) (*Tensor, error) {
162 func unpackEFace(obj interface{}) *eface {
543 func bug(format string, args ...interface{}) error {
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_logging_utils.py409 interface="any", argument
426 interface="any", argument
494 def stop_adb_tcpdump(ad, interface="any"): argument
/aosp_15_r20/prebuilts/go/linux-x86/test/
Dstruct0.go13 func recv(c chan interface{}) struct{} {
19 func recv1(c chan interface{}) {
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue4752.go9 func F(xi, yi interface{}) uint64 {
14 func G(xi, yi interface{}) uint64 {
/aosp_15_r20/prebuilts/go/linux-x86/test/interface/
Dnoeq.go25 func cmp(x interface{}) bool {
29 func noCmp(x interface{}) {
/aosp_15_r20/external/wpa_supplicant_8/hostapd/
H A Dctrl_iface.h30 hostapd_global_ctrl_iface_init(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_init()
36 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interface) in hostapd_global_ctrl_iface_deinit()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/
H A Djson.go11 func WriteJsonSerializableToFile(jsonEntity interface{}, filename string) error {
25 func ReadFileAsJson(filename string, outputEntityAddress interface{}) error {
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue33219.dir/
Da.go8 M(i interface{}) interface{}
14 func V(p A, k, v interface{}) A {
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue49538.go10 M(interface{}) argument
15 func (a[T]) M(interface{}) {} argument
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/issue29612.dir/p2/ssa/
Dssa.go15 func Works(v interface{}) {
22 func Panics(v interface{}) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/cgo/
Dast_go1.go14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
Dast_go118.go14 func (f *File) walkUnexpected(x interface{}, context astContext, visit func(*File, interface{}, ast…
/aosp_15_r20/system/netd/server/
H A DLocalNetwork.cpp34 int LocalNetwork::addInterface(const std::string& interface) { in addInterface()
46 int LocalNetwork::removeInterface(const std::string& interface) { in removeInterface()
/aosp_15_r20/external/webrtc/rtc_base/
H A Difaddrs_converter.cc20 const struct ifaddrs* interface, in ConvertIfAddrsToIPAddress()
50 const struct ifaddrs* interface, in ConvertNativeAttributesToIPAttributes()
/aosp_15_r20/external/golang-protobuf/reflect/protoregistry/
H A Dregistry.go844 func typeName(t interface{}) string {
857 func amendErrorWithCaller(err error, prev, curr interface{}) error {
866 func goPackage(v interface{}) string {
/aosp_15_r20/external/coreboot/payloads/libpayload/drivers/usb/
H A Dusbhid.c371 usb_hid_set_idle(usbdev_t *dev, interface_descriptor_t *interface, u16 duration) in usb_hid_set_idle()
385 usb_hid_set_protocol(usbdev_t *dev, interface_descriptor_t *interface, hid_proto proto) in usb_hid_set_protocol()
438 interface_descriptor_t *interface = (interface_descriptor_t*)(((char *) cd) + cd->bLength); in usb_hid_init() local
/aosp_15_r20/external/starlark-go/starlark/
H A Deval.go332 func ExecFile(thread *Thread, filename string, src interface{}, predeclared StringDict) (StringDict…
353 func SourceProgram(filename string, src interface{}, isPredeclared func(string) bool) (*syntax.File…
512 func Eval(thread *Thread, filename string, src interface{}, env StringDict) (Value, error) {
546 func ExprFunc(filename string, src interface{}, env StringDict) (*Function, error) {

12345678910>>...125