HomeSort by relevance Sort by last modified time
    Searched refs:Interface (Results 226 - 250 of 960) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/net/
sockoptip_linux.go 12 func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {
sockoptip_windows.go 14 func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {
  /prebuilts/go/linux-x86/test/
reflectmethod2.go 25 type MyType interface {
32 m.Func.Interface().(func(M))(v)
reflectmethod3.go 25 type MyType interface {
31 t.Method(0).Func.Interface().(func(M))(v)
  /device/generic/goldfish/dhcp/client/
dhcpclient.h 18 #include "interface.h"
58 // Configure network interface based on the DHCP configuration in |msg|.
60 // Halt network operations on the network interface for when configuration
91 Interface mInterface;
  /device/generic/goldfish/wifi/ipv6proxy/
proxy.cpp 34 // of |interface|. This can be either a source or target link address as
38 const Interface& interface,
42 auto src = interface.linkAddr().get<sockaddr_ll>();
61 // Init outer interface and router
88 // Received a message on the outer interface
93 // Received a message on the inner interface
147 void Proxy::handleInnerMessage(const Interface& inner, Message& message) {
166 void Proxy::forward(const Interface& from,
167 Interface& to
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCombinationLib.h 241 OUT VOID **Interface
252 Interface - On return, a pointer to the first interface that matches Protocol
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBot.h 83 // Put Interface at the first field to make it easy to distinguish BOT/CBI Protocol instance
85 EFI_USB_INTERFACE_DESCRIPTOR Interface;
UsbMassCbi.h 39 // Put Interface at the first field to make it easy to distinguish BOT/CBI Protocol instance
41 EFI_USB_INTERFACE_DESCRIPTOR Interface;
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Mld.h 90 @param[in] Interface Points to an IP6_INTERFACE structure.
101 IN IP6_INTERFACE *Interface,
Ip6Output.c 246 // TODO: Rule 5: Prefer outgoing interface.
279 Select an interface to send the packet generated in the IP6 driver
287 @return NULL if no proper interface is found, otherwise, the interface that
453 then transmit all the fragments through an interface.
456 @param[in] Interface The IP6 interface to transmit the packet. Ignored
473 @retval EFI_NO_MAPPING There is no interface to the destination.
484 IN IP6_INTERFACE *Interface OPTIONAL,
557 // Select an interface/source for system packet, application
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
AlertStandardFormat.h 60 UINT16 Interface;
  /external/autotest/client/cros/cellular/pseudomodem/
messaging.py 16 class Messaging(dbus.service.Interface):
19 interface. The Messaging interfaces handles sending SMS messages and
62 @param properties: Message properties from the SMS D-Bus interface.
  /external/autotest/client/site_tests/platform_DebugDaemonDumpDebugLogs/
platform_DebugDaemonDumpDebugLogs.py 38 self.iface = dbus.Interface(proxy,
  /external/golang-protobuf/proto/
clone.go 53 return out.Interface().(Message)
87 if emIn, ok := extendable(in.Addr().Interface()); ok {
88 emOut, _ := extendable(out.Addr().Interface())
115 out.Set(reflect.ValueOf(Clone(in.Interface().(Message))))
117 Merge(out.Interface().(Message), in.Interface().(Message))
129 case reflect.Interface:
137 out.Set(reflect.New(in.Elem().Elem().Type())) // interface -> *T -> T -> new(T)
220 eOut.value = v.Interface()
  /external/libmojo/mojo/public/cpp/bindings/
associated_interface_ptr_info.h 17 // associated interface pointer. It is similar to InterfacePtrInfo except that
19 template <typename Interface>
interface_ptr_info.h 17 // interface implementation, which could be used to construct an InterfacePtr.
18 template <typename Interface>
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom_tests/generate/
data_unittest.py 77 interface = mojom.Interface('TestInterface', module=module)
78 imported_module.kinds[interface.spec] = interface
92 self.assertIn(interface.spec, module.kinds)
93 self.assertEquals(interface.name, module.kinds[interface.spec].name)
101 self.assertIsNot(interface, module.kinds[interface.spec])
105 """Tests that arrays, maps and interface requests are not imported.""
    [all...]
  /external/selinux/python/sepolgen/tests/
test_refpolicy.py 145 i = refpolicy.Interface(name="foo")
156 i = refpolicy.Interface(name="bar")
163 h.children.append(refpolicy.Interface(name="foo"))
164 h.children.append(refpolicy.Interface(name="bar"))
  /external/wpa_supplicant_8/wpa_supplicant/examples/
wpas-dbus-new-getall.py 22 wpas = dbus.Interface(wpas_obj, "fi.w1.wpa_supplicant1")
25 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface",
28 print "GetAll(fi.w1.wpa_supplicant1.Interface, %s):" % (path)
31 props = if_obj.GetAll("fi.w1.wpa_supplicant1.Interface.WPS",
34 print "GetAll(fi.w1.wpa_supplicant1.Interface.WPS, %s):" % (path)
37 res = if_obj.Get("fi.w1.wpa_supplicant1.Interface", 'BSSs',
47 res = if_obj.Get("fi.w1.wpa_supplicant1.Interface", 'Networks',
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
punknown.h 38 #undef INTERFACE
39 #define INTERFACE IUnknown
56 #undef INTERFACE
69 PVOID* Interface) \
usbdlib.h 9 PUSBD_INTERFACE_INFORMATION Interface;
68 (urb)->UrbSelectInterface.Interface.AlternateSetting = (alternateSetting); \
69 (urb)->UrbSelectInterface.Interface.InterfaceNumber = (interfaceNumber); \
70 (urb)->UrbSelectInterface.Interface.Length = \
92 #define UsbBuildOsFeatureDescriptorRequest(urb, length, interface, index, transferBuffer, transferBufferMDL, transferBufferLength, link) \
99 (urb)->UrbOSFeatureDescriptorRequest.InterfaceNumber = (interface); \
  /prebuilts/go/darwin-x86/src/sort/
example_wrapper_test.go 26 // ByName implements sort.Interface by providing Less and using the Len and
32 // ByWeight implements sort.Interface by providing Less and using the Len and
  /prebuilts/go/linux-x86/src/sort/
example_wrapper_test.go 26 // ByName implements sort.Interface by providing Less and using the Len and
32 // ByWeight implements sort.Interface by providing Less and using the Len and
  /system/tools/hidl/
generateJava.cpp 20 #include "Interface.h"
117 const Interface* iface = mRootScope.getInterface();
129 const Interface *superType = iface->superType();
131 out << "public interface " << ifaceName << " extends ";
227 out << "\n@java.lang.FunctionalInterface\npublic interface " << method->name()
299 // Equals when internal binder object is equal (even if the interface Proxy object
311 const Interface *prevInterface = nullptr;
319 const Interface *superInterface = tuple.interface();
386 out << Interface::FLAG_ONEWAY << " /* oneway */"
    [all...]

Completed in 541 milliseconds

1 2 3 4 5 6 7 8 91011>>