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

1 2 34 5 6

  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
PiSmmIpl.c 687 VOID *Interface;
701 Status = gBS->LocateProtocol (&gEfiDxeSmmReadyToLockProtocolGuid, NULL, &Interface);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Impl.h 154 IP4_INTERFACE *Interface;
178 // interface and route table and caches.
238 #define IP4_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
  /device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
HttpProto.c 613 VOID *Interface;
637 (VOID **) &Interface,
662 (VOID **) &Interface,
688 (VOID **) &Interface,
714 (VOID **) &Interface,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 223 must support a protocol interface that supplies
355 VOID *Interface;
449 &Interface,
913 &Interface,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Impl.h 90 #define IP6_NO_MAPPING(IpInstance) (!(IpInstance)->Interface->Configured)
154 IP6_INTERFACE *Interface;
171 // interface and route table and caches.
346 // EFI_IP6_PROTOCOL interface prototypes
414 @retval EFI_ALREADY_STARTED The interface is already open and must be stopped before the IPv6
    [all...]
Ip6Nd.h 113 IP6_INTERFACE *Interface;
133 IP6_INTERFACE *Interface;
296 @param[out] Interface If not NULL, output the IP6 interface that configures
307 OUT IP6_INTERFACE **Interface OPTIONAL
613 @param[in] Interface If not NULL, points to the IP6 interface to send
628 IN IP6_INTERFACE *Interface OPTIONAL,
662 Set the interface's address. This will trigger the DAD process for the
666 @param[in] Interface The interface to set the address.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsConsole.c 89 VOID *Interface;
102 &Interface
104 if (Status == EFI_SUCCESS && Interface == *ProtocolInterface) {
155 &Interface
162 *ProtocolInterface = Interface;
167 TextOut = (EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL *) Interface;
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 82 class Interface(Object): pass
219 class Interface(Object):
365 # midpoints might not be included in the interface even though
379 return Interface(
412 def interface(registry, api, **kwargs): function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dsconf.h 111 LPSTR Interface;
122 LPWSTR Interface;
usbcamdi.h 4 * USB Camera driver interface.
84 PUSBD_INTERFACE_INFORMATION Interface,
93 PUSBD_INTERFACE_INFORMATION Interface,
311 INTERFACE Interface;
  /art/test/450-checker-types/src/
Main.java 17 interface SuperInterface {
21 interface OtherInterface extends SuperInterface {
24 interface Interface extends SuperInterface {
28 class Super implements Interface {
592 /// CHECK-START: SuperInterface Main.getWiderType(boolean, Interface, OtherInterface) builder (after)
595 private SuperInterface getWiderType(boolean cond, Interface a, OtherInterface b) {
599 /// CHECK-START: void Main.testInlinerWidensReturnType(boolean, Interface, OtherInterface) inliner (before)
604 /// CHECK-START: void Main.testInlinerWidensReturnType(boolean, Interface, OtherInterface) inliner (after)
608 private void testInlinerWidensReturnType(boolean cond, Interface a, OtherInterface b)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/SectionExtraction/
CoreSectionExtraction.c 116 Driver Execution Environment Core Interface Specification for
209 section extraction interface and installs it on a new handle.
513 VOID *Interface;
516 Interface = NULL;
527 Status = CoreLocateProtocol (GuidedSectionGuid, NULL, (VOID **) &Interface);
528 if (!EFI_ERROR (Status) && Interface != NULL) {
532 *GuidedSectionExtraction = (EFI_GUIDED_SECTION_EXTRACTION_PROTOCOL *) Interface;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.c 684 VOID *Interface;
697 Status = PeiServicesLocatePpi (GuidedSectionGuid, 0, NULL, (VOID **) &Interface);
698 if (!EFI_ERROR (Status) && Interface != NULL) {
702 *GuidedSectionExtraction = (EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI *) Interface;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c 227 VOID *Interface;
236 &Interface
267 @param Interface Points to the interface instance
268 @param Handle The handle on which the interface was installed
276 IN VOID *Interface,
388 @param[in] Interface Points to the interface instance
389 @param[in] Handle The handle on which the interface was installed
397 IN VOID *Interface,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 557 const ObjCInterfaceDecl *Interface = IvarDecl->getContainingInterface();
562 if (classHasSeparateTeardown(Interface))
565 ObjCImplDecl *ImplDecl = Interface->getImplementation();
665 // external interface, treat the property a read-only. If the outside
    [all...]
  /external/guice/core/test/com/google/inject/
MethodInterceptionTest.java 260 bind(Interface.class).to(Impl.class);
268 Interface intf = injector.getInstance(Interface.class);
279 public interface Interface {
282 public static class Impl extends Superclass<RetType> implements Interface {
ProvisionListenerTest.java 314 bind(Interface.class).toInstance(new Implementation());
325 ImmutableSet.of(Key.get(Interface.class), Key.get(String.class, named("constant"))),
411 interface Interface {}
412 class Implementation implements Interface {}
417 @ImplementedBy(Foo.class) static interface JitFoo {}
419 static interface LinkedFoo {}
691 private interface B {}
695 private interface C {}
696 private interface D {
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 5 # This module's classes provide an interface to mojo modules. Modules are
9 # A simple interface would be created this way:
11 # interface = module.AddInterface('Bar')
12 # method = interface.AddMethod('Tat', 0)
86 inside an interface has that interface as its parent. May be None.
459 if not isinstance(kind, Interface):
461 "Interface request requires %r to be an interface." % kind.spec)
475 "Associated interface request requires %r to be an interface
    [all...]
  /external/selinux/python/sepolgen/src/sepolgen/
refpolicy.py 71 of their childre (see Interface for example).
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
119 """Iterate over all of the TypeAttribute children of this Interface."""
123 """Iterate over all of the RoleAttribute children of this Interface."""
662 self.interface = ""
667 return "netifcon %s %s %s" % (self.interface, str(self.interface_context),
739 class Interface(Node):
740 """A reference policy interface definition.
742 This class represents a reference policy interface definition.
749 return "[Interface name: %s]" % self.nam
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
type.go 10 // All types implement the Type interface.
11 type Type interface {
226 // For an abstract method, Recv returns the enclosing interface either
227 // as a *Named or an *Interface. Due to embedding, an interface may
228 // contain methods whose receiver type is a different interface.
240 // An Interface represents an interface type.
241 type Interface struct {
245 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
type.go 10 // All types implement the Type interface.
11 type Type interface {
226 // For an abstract method, Recv returns the enclosing interface either
227 // as a *Named or an *Interface. Due to embedding, an interface may
228 // contain methods whose receiver type is a different interface.
240 // An Interface represents an interface type.
241 type Interface struct {
245 allMethods []*Func // ordered list of methods declared with or embedded in this interface (TODO(gri): replace with mset
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
refpolicy.py 71 of their childre (see Interface for example).
93 return filter(lambda x: isinstance(x, Interface), walktree(self))
119 """Iterate over all of the TypeAttribute children of this Interface."""
123 """Iterate over all of the RoleAttribute children of this Interface."""
662 self.interface = ""
667 return "netifcon %s %s %s" % (self.interface, str(self.interface_context),
739 class Interface(Node):
740 """A reference policy interface definition.
742 This class represents a reference policy interface definition.
749 return "[Interface name: %s]" % self.nam
    [all...]
  /system/tools/hidl/
Interface.cpp 17 #include "Interface.h"
48 * interface between them will be destroyed, and the device will not
71 Interface::Interface(const char *localName, const Location &location, Interface *super)
77 std::string Interface::typeName() const {
78 return "interface " + localName();
81 bool Interface::fillPingMethod(Method *method) const {
113 bool Interface::fillLinkToDeathMethod(Method *method) const {
157 bool Interface::fillUnlinkToDeathMethod(Method *method) const
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
LegacyPci.c 264 @param Csm16Revision The PCI interface version of underlying CSM16
960 // 1. Programming Interface (PI) register indicates Primary Controller is
992 // 1. Programming Interface (PI) register indicates Secondary Controller is
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.c 39 SCSI IO operations. The alignment requirement is from SCSI IO interface.
    [all...]

Completed in 1935 milliseconds

1 2 34 5 6