HomeSort by relevance Sort by last modified time
    Searched defs:Type (Results 51 - 75 of 1872) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/tools/hidl/c2hal/
Type.cpp 17 #include "Type.h"
24 Type::Type(std::vector<Qualifier*> *qualifiers)
28 Type::~Type() {
43 void Type::setArrays(std::vector<Expression*> *arrays) {
47 const std::string Type::decorateName(const std::string &name) const {
64 std::map<std::string, std::string> Type::kSignedToUnsignedMap = {
76 const std::string Type::signedToUnsigned(const std::string &signedType) {
87 std::map<std::string, std::string> Type::kCToHidlMap =
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
ContainsPoolIndex.java 29 Type,
  /dalvik/dx/junit-tests/com/android/dx/rop/type/
TypeTest.java 17 package com.android.dx.rop.type;
29 Type boolArray = Type.BOOLEAN.getArrayType();
30 assertTrue(boolArray == Type.BOOLEAN_ARRAY);
31 assertTrue(boolArray == Type.intern("[Z"));
32 Type myClass = Type.intern("Lcom/example/Foo;");
34 Type.clearInternTable();
36 assertTrue(boolArray == Type.intern("[Z"));
37 Type myClass2 = Type.intern("Lcom/example/Foo;")
    [all...]
  /development/host/windows/usb/api/
adb_interface.h 95 @param[in] access_type Desired access type. In the current implementation
168 static AdbObjectType Type() {
  /device/linaro/bootloader/edk2/ArmVirtPkg/HighMemDxe/
HighMemDxe.c 36 CONST CHAR8 *Type;
65 Type = fdt_getprop (DeviceTreeBase, Node, "device_type", &Len);
66 if (Type && AsciiStrnCmp (Type, "memory", Len) == 0) {
  /device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
Virt.c 77 CONST CHAR8 *Type;
104 Type = fdt_getprop (DeviceTreeBase, Node, "device_type", &Len);
105 if (Type && AsciiStrnCmp (Type, "memory", Len) == 0) {
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
Support.c 26 EFI_MEMORY_TYPE Type,
47 if (Desc[Index].Type == EfiConventionalMemory) {
53 Desc[*NoDesc].Type = EfiConventionalMemory;
64 Desc[Index].Type = Type;
80 Desc[*NoDesc].Type = Type;
95 EFI_MEMORY_TYPE Type,
111 if ((EfiMemoryDescriptor[Index].Type == EfiConventionalMemory) &&
121 if ((EfiMemoryDescriptor[Index].Type == EfiReservedMemoryType) ||
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
EfiFirmwareVolume.h 40 EFI_FV_FILETYPE Type;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmUsbDispatch/
SmmUsbDispatch.h 47 EFI_USB_SMI_TYPE Type;
109 EFI_INVALID_PARAMETER - DispatchContext is invalid. The USB SMI type
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/StatusCodeMemory/
StatusCodeMemory.h 36 EFI_STATUS_CODE_TYPE Type;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
SmmSxDispatch.h 38 EFI_SLEEP_TYPE Type;
50 The Type and Phase fields are filled in by the Sx dispatch driver
52 the Sx driver will call the dispatch function for all Sx type
53 and phases, so the Sx state handler(s) must check the Type and
74 function which Sx state type and phase the caller
77 all Sx type and phases, so the Sx state handler(s)
78 must check the Type and Phase field of the Dispatch
86 Sx Type/Phase.
90 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. Type & Phase are not
SmmUsbDispatch.h 43 EFI_USB_SMI_TYPE Type;
92 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. The USB SMI type
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.h 50 UINT8 Type;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
Imem.h 20 // | 0..(EfiMaxMemoryType - 1) - Normal memory type |
44 EFI_MEMORY_TYPE Type;
61 @param PoolType The type of memory for the new pool pages
93 Internal function to allocate pool of a particular type.
96 @param PoolType Type of pool to allocate
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Common.c 18 Return the cast type (Unicast/Boradcast) specific to an
24 @return The cast type of this IP address specific to the interface.
54 Find the cast type of the packet related to the local host.
55 This isn't the same as link layer cast type. For example, DHCP
64 @return The cast type for the Dst, it will return on the first non-promiscuous
65 cast type to a configured interface. If the packet doesn't match any of
78 INTN Type;
81 Type = 0;
84 Type = IP4_PROMISCUOUS;
101 if ((Class = Ip4GetNetCast (Dst, IpIf)) > Type) {
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SmmUsbDispatch2.h 48 EFI_USB_SMI_TYPE Type;
82 @retval EFI_INVALID_PARAMETER RegisterContext is invalid. The USB SMI type
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
E820.h 33 EFI_ACPI_MEMORY_TYPE Type;
41 EFI_ACPI_MEMORY_TYPE Type;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/
QncS3Support.h 47 EFI_QNC_S3_DISPATCH_ITEM_TYPE Type;
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IToken.cs 42 int Type {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonErrorNode.cs 48 stop.Type != TokenTypes.EndOfFile)) {
73 if (((IToken)stop).Type == TokenTypes.EndOfFile) {
80 // people should subclass if they alter the tree type so this
89 public override int Type {
100 return "<missing type: " +
ParseTree.cs 76 public override int Type {
92 if (t.Type == TokenTypes.EndOfFile) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
IToken.cs 45 int Type
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonErrorNode.cs 51 stop.Type != TokenTypes.EndOfFile ) )
82 if ( ( (IToken)stop ).Type == TokenTypes.EndOfFile )
94 // people should subclass if they alter the tree type so this
104 public override int Type
120 return "<missing type: " +
ParseTree.cs 88 public override int Type
110 if ( t.Type == TokenTypes.EndOfFile )
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
BenchmarkMethods.java 37 enum Type {
42 static Type of(Method benchmarkMethod) {

Completed in 1305 milliseconds

1 23 4 5 6 7 8 91011>>