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

1 2

  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DebugPortTable.h 32 UINT8 InterfaceType;
SerialPortConsoleRedirectionTable.h 38 UINT8 InterfaceType;
TpmPtp.h 112 UINT32 InterfaceType:4;
338 UINT32 InterfaceType:4;
355 /// InterfaceType
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/InterfaceType/
InvokeMethodTestInterface.java 19 package org.apache.harmony.jpda.tests.jdwp.InterfaceType;
22 * Used for InterfaceType.InvokeMethodTest
InvokeMethodDebuggee.java 19 package org.apache.harmony.jpda.tests.jdwp.InterfaceType;
25 * Used for InterfaceType.InvokeMethodTest.testInvokeMethodStatic
38 "org.apache.harmony.jpda.tests.jdwp.InterfaceType.InvokeMethodDebuggee(#1)");
41 "org.apache.harmony.jpda.tests.jdwp.InterfaceType.InvokeMethodDebuggee(#2)");
InvokeMethodTest.java 19 package org.apache.harmony.jpda.tests.jdwp.InterfaceType;
26 * JDWP unit test to exercise InterfaceType.InvokeMethod command.
36 * This testcase exercises InterfaceType.InvokeMethod command.
39 * <BR>Then sends InterfaceType.InvokeMethod command for method with null
114 logWriter.println(" Send InterfaceType.InvokeMethod " +
117 checkReplyPacket(reply, "InterfaceType::InvokeMethod command");
123 logWriter.println(" InterfaceType.InvokeMethod: returnValue.getIntValue()="
134 logWriter.println(" InterfaceType.InvokeMethod: exception.tag="
139 logWriter.println(" InterfaceType.InvokeMethod: returnValue.getIntValue()="
149 logWriter.println(" InterfaceType.InvokeMethod: exception.tag=
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
BlockIo2.h 49 UINT8 InterfaceType;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
ServerProcessorManagementInterfaceTable.h 39 UINT8 InterfaceType;
Smbios.h 540 UINT8 InterfaceType;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/wrl/
client.h 26 typedef typename T::InterfaceType InterfaceType;
30 static_assert(__is_base_of(IInspectable, InterfaceType), "Invalid cast");
36 static_assert(__is_base_of(IUnknown, InterfaceType), "Invalid cast");
56 operator typename ComPtrRefBase<T>::InterfaceType**() throw() {
60 typename ComPtrRefBase<T>::InterfaceType *operator*() throw() {
64 typename ComPtrRefBase<T>::InterfaceType *const *GetAddressOf() const throw() {
68 typename ComPtrRefBase<T>::InterfaceType **ReleaseAndGetAddressOf() throw() {
77 typedef T InterfaceType;
114 ComPtr &operator=(InterfaceType *other) throw()
    [all...]
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 320 class InterfaceType(Enum):
333 if self == InterfaceType.default:
335 elif self == InterfaceType.abstract:
337 elif self == InterfaceType.empty:
453 return self.iface_type == InterfaceType.abstract
460 return self.iface_type == InterfaceType.empty
467 return self.iface_type == InterfaceType.default
563 for iftype in InterfaceType:
570 yield TestInterface(tuple(), InterfaceType.default)
572 for iftype in InterfaceType
    [all...]
  /art/test/971-iface-super/util-src/
generate_smali.py 374 class InterfaceType(Enum):
387 if self == InterfaceType.default:
389 elif self == InterfaceType.abstract:
391 elif self == InterfaceType.empty:
515 return self.iface_type == InterfaceType.abstract
522 return self.iface_type == InterfaceType.empty
529 return self.iface_type == InterfaceType.default
651 for iftype in InterfaceType:
659 for iftype in InterfaceType:
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
Tcg2Smm.c 53 if (InterfaceId.Bits.InterfaceType == PTP_INTERFACE_IDENTIFIER_INTERFACE_TYPE_TIS) {
57 if ((InterfaceId.Bits.InterfaceType == PTP_INTERFACE_IDENTIFIER_INTERFACE_TYPE_CRB) &&
63 if ((InterfaceId.Bits.InterfaceType == PTP_INTERFACE_IDENTIFIER_INTERFACE_TYPE_FIFO) &&
503 PTP_INTERFACE_TYPE InterfaceType;
517 InterfaceType = GetPtpInterface ((VOID *) (UINTN) PcdGet64 (PcdTpmBaseAddress));
518 switch (InterfaceType) {
532 DEBUG((EFI_D_ERROR, "TPM2 InterfaceType get error! %d\n", InterfaceType));
  /system/tools/aidl/
type_java.cpp 682 InterfaceType::InterfaceType(const JavaTypeNamespace* types,
693 bool InterfaceType::OneWay() const { return m_oneway; }
695 void InterfaceType::WriteToParcel(StatementBlock* addTo, Variable* v,
704 void InterfaceType::CreateFromParcel(StatementBlock* addTo, Variable* v,
    [all...]
type_java.h 387 class InterfaceType : public Type {
389 InterfaceType(const JavaTypeNamespace* types, const std::string& package,
  /device/linaro/bootloader/edk2/FatPkg/FatPei/
FatLitePeim.h 75 UINT8 InterfaceType;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 265 InterfaceType struct {
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 397 // An InterfaceType node represents an interface type.
398 InterfaceType struct {
451 func (x *InterfaceType) Pos() token.Pos { return x.Interface }
484 func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
511 func (*InterfaceType) exprNode() {}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 265 InterfaceType struct {
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 397 // An InterfaceType node represents an interface type.
398 InterfaceType struct {
451 func (x *InterfaceType) Pos() token.Pos { return x.Interface }
484 func (x *InterfaceType) End() token.Pos { return x.Methods.End() }
511 func (*InterfaceType) exprNode() {}
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
Edd.h 104 CHAR8 InterfaceType[8];
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 74 INTERFACE_TYPE InterfaceType;
video.h 298 CONST GUID *InterfaceType;
555 INTERFACE_TYPE InterfaceType;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ipxrtdef.h 172 ULONG InterfaceType;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DevicePath.h 187 UINT8 InterfaceType;
    [all...]

Completed in 414 milliseconds

1 2