HomeSort by relevance Sort by last modified time
    Searched defs:Interface (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellProtocol.h 24 EFI_SHELL_PROTOCOL *Interface;
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5515.go 28 type Interface interface {
32 func sort(data Interface) {
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5515.go 28 type Interface interface {
32 func sort(data Interface) {
  /art/test/430-live-register-slow-path/src/
Main.java 30 doCall(o instanceof Interface[], o);
38 static interface Interface {}
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspNotifyDxe/
FspNotifyDxe.c 59 VOID *Interface;
68 &Interface
LoadBelow4G.c 50 VOID *Interface;
62 Status = gBS->LocateProtocol (&gEfiCallerIdGuid, NULL, &Interface);
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
EntryPoint.c 66 VOID *Interface;
86 NULL /* Registration */, &Interface);
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 6 // heap.Interface. A heap is a tree with the property that each node is the
12 // queue, implement the Heap interface with the (negative) priority as the
21 // Any type that implements heap.Interface may be used as a
27 // Note that Push and Pop in this interface are for package heap's
30 type Interface interface {
31 sort.Interface
32 Push(x interface{}) // add x as element Len()
33 Pop() interface{} // remove and return element Len() - 1.
41 func Init(h Interface) {
    [all...]
  /prebuilts/go/linux-x86/src/container/heap/
heap.go 6 // heap.Interface. A heap is a tree with the property that each node is the
12 // queue, implement the Heap interface with the (negative) priority as the
21 // Any type that implements heap.Interface may be used as a
27 // Note that Push and Pop in this interface are for package heap's
30 type Interface interface {
31 sort.Interface
32 Push(x interface{}) // add x as element Len()
33 Pop() interface{} // remove and return element Len() - 1.
41 func Init(h Interface) {
    [all...]
  /art/test/609-checker-inline-interface/src/
Main.java 17 public final class Main implements Interface {
19 static void methodWithInvokeInterface(Interface interf) {
48 /// CHECK: InvokeInterface method_name:Interface.doCall
72 static Interface itf = new Main();
76 interface Interface {
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeHobPeCoffLib/
DxeHobPeCoff.c 252 VOID *Interface;
284 gPeCoffLoader = Hob->Interface;
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuIoThunk.h 41 VOID *Interface; /// Only be valid after Open() is called
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
ComponentName.c 193 VOID *Interface;
225 &Interface,
234 Instance = ATA_PASS_THRU_PRIVATE_DATA_FROM_THIS (Interface);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
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/MdeModulePkg/Core/Dxe/Dispatcher/
Dependency.c 221 VOID *Interface;
306 Status = CoreLocateProtocol (&DriverGuid, NULL, &Interface);
  /system/tools/hidl/
Interface.h 29 struct Interface : public Scope {
30 Interface(const char *localName, const Location &location, Interface *super);
42 const Interface *superType() const;
47 std::vector<const Interface *> superTypeChain() const;
50 std::vector<const Interface *> typeChain() const;
54 // HIDL reserved methods (every interface has these implicitly defined)
113 Interface *mSuperType;
128 DISALLOW_COPY_AND_ASSIGN(Interface);
131 // An interface / method tuple
137 const Interface *interface() const { return mInterface; } function in struct:android::InterfaceAndMethod
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_link_test.h 104 // This test requires identical definitions of Interface and Mock to be
109 // definitions of Interface and Mock tests MUST be kept in the SAME
191 class Interface {
193 virtual ~Interface() {}
205 class Mock: public Interface {
  /external/googletest/googlemock/test/
gmock_link_test.h 104 // This test requires identical definitions of Interface and Mock to be
109 // definitions of Interface and Mock tests MUST be kept in the SAME
191 class Interface {
193 virtual ~Interface() {}
205 class Mock: public Interface {
  /external/libchrome/dbus/
object_manager.h 18 // Newer D-Bus services implement the Object Manager interface to inform other
24 // This interface is very closely tied to the Properties interface, and uses
28 // the classes implemented here make dealing with this interface simpler.
34 // dbus::ObjectManager::Interface class, and defining a Properties structure as
38 // class ExampleClient : public dbus::ObjectManager::Interface {
60 // itself as the implementation class for its interface.
77 // The object manager interface class has one abstract method that must be
105 // interface or from the Object Manager interface. You may also wish t
    [all...]
  /external/v8/testing/gmock/test/
gmock_link_test.h 104 // This test requires identical definitions of Interface and Mock to be
109 // definitions of Interface and Mock tests MUST be kept in the SAME
191 class Interface {
193 virtual ~Interface() {}
205 class Mock: public Interface {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/DiskInfo/
DiskInfo.h 45 Data format of Inquiry data is defined by the Interface GUID.
72 Data format of Identify data is defined by the Interface GUID.
100 Data format of Sense data is defined by the Interface GUID.
128 Data format of Sense data is defined by the Interface GUID.
143 // GUIDs for EFI_DISK_INFO_PROTOCOL.Interface. Defines the format of the
171 EFI_GUID Interface;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
Dependency.c 25 /// Driver Execution Environment Core Interface use 0xff
183 VOID *Interface;
249 Status = SmmLocateProtocol (&DriverGuid, NULL, &Interface);
254 Status = gBS->LocateProtocol (&DriverGuid, NULL, &Interface);
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DiskInfo.h 37 /// Global ID for an IDE interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
45 /// Global ID for a SCSI interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
53 /// Global ID for a USB interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
61 /// Global ID for an AHCI interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
69 /// Global ID for a NVME interface. Used to fill in EFI_DISK_INFO_PROTOCOL.Interface
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comip.h 39 typedef _Interface Interface;
50 typedef _Interface Interface;
59 typedef typename _IIID::Interface Interface;
88 _com_ptr_t(Interface *pInterface) throw() : m_pInterface(pInterface) { _AddRef(); }
89 _com_ptr_t(Interface *pInterface,bool fAddRef) throw() : m_pInterface(pInterface) {
118 _com_ptr_t &operator=(Interface *pInterface) throw() {
120 Interface *pOldInterface = m_pInterface;
130 return operator=(reinterpret_cast<Interface*>(NULL));
134 return operator=(reinterpret_cast<Interface*>(NULL))
    [all...]

Completed in 530 milliseconds

1 2 3 4 5 6