/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/ |
Parent.java | 5 public static interface Interface
|
Types.java | 4 public static interface Interface
|
/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/ |
Parent.java | 35 public interface Interface {
|
Types.java | 61 public interface Interface {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/ |
UsbMassBot.c | 52 EFI_USB_INTERFACE_DESCRIPTOR *Interface;
66 // Get the interface descriptor and validate that it
67 // is a USB Mass Storage BOT interface.
69 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbBot->Interface);
75 Interface = &UsbBot->Interface;
77 if (Interface->InterfaceProtocol != USB_MASS_STORE_BOT) {
85 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
497 Request.Index = UsbBot->Interface.InterfaceNumber;
566 Request.Index = UsbBot->Interface.InterfaceNumber; [all...] |
UsbMassCbi.c | 66 EFI_USB_INTERFACE_DESCRIPTOR *Interface;
82 // Get the interface descriptor and validate that it
83 // is a USB Mass Storage CBI interface.
85 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &UsbCbi->Interface);
90 Interface = &UsbCbi->Interface;
91 if ((Interface->InterfaceProtocol != USB_MASS_STORE_CBI0)
92 && (Interface->InterfaceProtocol != USB_MASS_STORE_CBI1)) {
100 for (Index = 0; Index < Interface->NumEndpoints; Index++) {
127 if ((Interface->InterfaceProtocol == USB_MASS_STORE_CBI0) && [all...] |
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;
|
UsbMassImpl.c | 394 EFI_USB_INTERFACE_DESCRIPTOR Interface;
411 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &Interface);
427 if (Interface.InterfaceProtocol == (*Transport)->Protocol) {
711 EFI_USB_INTERFACE_DESCRIPTOR Interface;
729 // Get the interface descriptor to check the USB class and find a transport
732 Status = UsbIo->UsbGetInterfaceDescriptor (UsbIo, &Interface);
739 if (Interface.InterfaceClass != USB_MASS_STORE_CLASS) {
751 if (Interface.InterfaceProtocol == Transport->Protocol) {
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
Locate.c | 37 OUT VOID **Interface
44 @param Interface Return the interface structure for the matching
54 OUT VOID **Interface
68 *Interface = NULL;
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
99 *Interface = NULL;
116 *Interface = Prot->Interface; [all...] |
PiSmmCore.c | 283 VOID *Interface;
308 Status = SmmLocateProtocol (&gEfiSmmCpuIo2ProtocolGuid, NULL, &Interface);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiDriver.c | 70 must support a protocol interface that supplies
159 must support a protocol interface that supplies
180 VOID *Interface;
207 &Interface,
285 &Interface,
|
/external/guice/core/test/com/google/inject/ |
RequireAtInjectOnConstructorsTest.java | 71 bind(Interface.class).to(NoCxtors.class); 194 private static interface Interface {} 195 private static class NoCxtors implements Interface {}
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
swenum.h | 33 INTERFACE Interface;
|
/prebuilts/go/darwin-x86/src/net/ |
interface.go | 14 // Interface are not implemented. 17 // the MulticastAddrs method of Interface is not implemented. 20 errInvalidInterface = errors.New("invalid network interface") 21 errInvalidInterfaceIndex = errors.New("invalid network interface index") 22 errInvalidInterfaceName = errors.New("invalid network interface name") 23 errNoSuchInterface = errors.New("no such network interface") 24 errNoSuchMulticastInterface = errors.New("no such multicast network interface") 27 // Interface represents a mapping between network interface name 28 // and index. It also represents network interface facilit [all...] |
/prebuilts/go/linux-x86/src/net/ |
interface.go | 14 // Interface are not implemented. 17 // the MulticastAddrs method of Interface is not implemented. 20 errInvalidInterface = errors.New("invalid network interface") 21 errInvalidInterfaceIndex = errors.New("invalid network interface index") 22 errInvalidInterfaceName = errors.New("invalid network interface name") 23 errNoSuchInterface = errors.New("no such network interface") 24 errNoSuchMulticastInterface = errors.New("no such multicast network interface") 27 // Interface represents a mapping between network interface name 28 // and index. It also represents network interface facilit [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
EfiSmbus.h | 54 UINT16 Interface;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Hand/ |
Handle.h | 61 /// with a protocol interface structure
73 /// The interface value
74 VOID *Interface;
149 @param Interface The interface for the protocol being searched
158 IN VOID *Interface
167 @param Interface The interface of the protocol
176 IN VOID *Interface
209 Attempts to disconnect all drivers that are using the protocol interface being queried. [all...] |
Locate.c | 38 OUT VOID **Interface
45 @param Interface Return the interface structure for the matching
55 OUT VOID **Interface
63 @param Interface Return the interface structure for the matching
73 OUT VOID **Interface
80 @param Interface Return the interface structure for the matching
90 OUT VOID **Interface
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/ |
DxeTcpIoLib.c | 144 VOID **Interface;
166 Interface = (VOID **) (&TcpIo->Tcp.Tcp4);
170 Interface = (VOID **) (&TcpIo->Tcp.Tcp6);
193 Interface,
198 if (EFI_ERROR (Status) || (*Interface == NULL)) {
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/ |
ScriptExecute.c | 267 VOID *Interface;
275 Status = gBS->LocateProtocol (&gEfiDxeSmmReadyToLockProtocolGuid, NULL, &Interface);
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
SmBus.h | 27 UINT16 Interface;
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
HttpDriver.c | 364 VOID *Interface;
426 &Interface,
461 &Interface,
611 must support a protocol interface that supplies
664 must support a protocol interface that supplies
765 must support a protocol interface that supplies
819 must support a protocol interface that supplies
[all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6If.c | 2 Implement IP6 pesudo interface.
58 Set the interface's address. This will trigger the DAD process for the
62 @param[in] Interface The interface to set the address.
63 @param[in] Ip6Addr The interface's to be assigned IPv6 address.
74 @retval EFI_SUCCESS The interface is scheduled to be configured with
76 @retval EFI_OUT_OF_RESOURCES Failed to set the interface's address due to
82 IN IP6_INTERFACE *Interface,
99 NET_CHECK_SIGNATURE (Interface, IP6_INTERFACE_SIGNATURE);
101 IpSb = Interface->Service; [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/ |
AlertStandardFormat.h | 60 UINT16 Interface;
|
/external/libmojo/mojo/public/tools/bindings/pylib/mojom/parse/ |
ast.py | 196 class Interface(Definition): 197 """Represents an interface definition.""" 202 super(Interface, self).__init__(name, **kwargs) 207 return super(Interface, self).__eq__(other) and \ 238 """Represents the body of (i.e., list of definitions inside) an interface."""
|