HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 201 - 225 of 823) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiTable.h 2 ACPI Table Protocol Driver
54 // ACPI Table Linked List Signature.
59 // ACPI Table Linked List Entry definition.
63 // Version is the versions of the ACPI tables that this table belongs in.
64 // Table is a pointer to the table.
65 // PageAddress is the address of the pages allocated for the table.
67 // Handle is used to identify a particular table.
73 EFI_ACPI_COMMON_HEADER *Table;
80 // Containment record for ACPI Table linked list.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.h 73 /// Each Ip service instance has an assemble table to reassemble
75 /// as hash table.
90 Initialize an already allocated assemble table. This is generally
91 the assemble table embedded in the IP4 service instance.
93 @param[in, out] Table The assemble table to initialize.
98 IN OUT IP4_ASSEMBLE_TABLE *Table
102 Clean up the assemble table: remove all the fragments
105 @param[in] Table The assemble table to clean up
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AcpiSystemDescriptionTable.h 55 IN EFI_ACPI_SDT_HEADER *Table, ///< A pointer to the ACPI table header.
56 IN EFI_ACPI_TABLE_VERSION Version, ///< The ACPI table's version.
57 IN UINTN TableKey ///< The table key for this ACPI table.
61 Returns a requested ACPI table.
63 The GetAcpiTable() function returns a pointer to a buffer containing the ACPI table associated
67 - Root System Description Table (RSDT)
68 - Extended System Description Table (XSDT)
69 Version is updated with a bit map containing all the versions of ACPI of which the table is a
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
162 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
  /external/flatbuffers/tests/MyGame/Example2/
Monster.cs 11 private Table __p;
  /external/noto-fonts/emoji-compat/src/java/android/support/text/emoji/flatbuffer/
MetadataList.java 21 import com.google.flatbuffers.Table;
30 public final class MetadataList extends Table {
  /system/vold/
Disk.cpp 78 enum class Table {
296 // Parse partition table
312 Table table = Table::kUnknown; local
322 table = Table::kMbr;
324 table = Table::kGpt;
336 if (table == Table::kMbr)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lparser.h 29 VINDEXED, /* t = table register/upvalue; idx = index R/K */
45 lu_byte t; /* table (register or upvalue) */
98 Table *h; /* table to find (and reuse) elements in `k' */
lstring.h 3 ** String table (keep all strings handled by Lua)
41 LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);
ltm.h 52 LUAI_FUNC const TValue *luaT_gettm (Table *events, TMS event, TString *ename);
  /device/linaro/bootloader/edk2/DuetPkg/SmbiosGenDxe/
SmbiosGen.c 30 EFI_PHYSICAL_ADDRESS *Table;
35 Table = GET_GUID_HOB_DATA (GuidHob.Guid);
36 if (Table != NULL) {
37 return (VOID *)(UINTN)*Table;
  /device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/
BdsPlatform.h 255 IN OUT VOID **Table
260 IN OUT VOID **Table
266 IN OUT VOID **Table
272 IN OUT VOID **Table
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 83 FV protocol, then it will return the first FV that contains the ACPI table
191 Setting OEM table values, ID, table ID, creator ID and creator revision.
194 @param[in] Table The table to update.
201 IN OUT EFI_ACPI_COMMON_HEADER *Table
250 if (Table->Signature != EFI_ACPI_1_0_FIRMWARE_ACPI_CONTROL_STRUCTURE_SIGNATURE) {
251 TableHeader = (EFI_ACPI_DESCRIPTION_HEADER *) Table;
260 if ((Table->Signature != EFI_ACPI_2_0_SECONDARY_SYSTEM_DESCRIPTION_TABLE_SIGNATURE)) {
262 // Update the OEM Table ID.
    [all...]
  /external/flatbuffers/src/
reflection.cpp 74 // Convert the table to a string. This is mostly for debugging purposes,
82 auto table_field = reinterpret_cast<const Table *>(
101 return "(table)";
158 // If your FlatBuffer's root table is not the schema's root table, you should
204 void ResizeTable(const reflection::Object &objectdef, Table *table) {
205 if (DagCheck(table))
206 return; // Table already visited.
207 auto vtable = table->GetVTable()
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.java 11 public final class TestSimpleTableWithEnum extends Table {
Vec3.php 7 use \Google\FlatBuffers\Table;
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.java 11 public final class TableInNestedNS extends Table {
  /external/flatbuffers/tests/namespace_test/NamespaceA/
SecondTableInA.java 11 public final class SecondTableInA extends Table {
SecondTableInA.py 19 self._tab = flatbuffers.table.Table(buf, pos)
TableInC.py 12 self._tab = flatbuffers.table.Table(buf, pos)
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TablesTest.java 20 import com.google.common.collect.Table.Cell;
  /external/sfntly/cpp/src/sfntly/table/core/
horizontal_device_metrics_table.h 20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
25 // A Horizontal Device Metrics table - 'hdmx'
27 : public Table,
horizontal_metrics_table.h 20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
25 // A Horizontal Metrics table - 'hmtx'.
26 class HorizontalMetricsTable : public Table,
29 // Builder for a Horizontal Metrics Table - 'hmtx'.
  /external/skia/third_party/lua/src/
lparser.h 29 VINDEXED, /* t = table register/upvalue; idx = index R/K */
45 lu_byte t; /* table (register or upvalue) */
98 Table *h; /* table to find (and reuse) elements in `k' */
lstring.h 3 ** String table (keep all strings handled by Lua)
41 LUAI_FUNC Udata *luaS_newudata (lua_State *L, size_t s, Table *e);

Completed in 885 milliseconds

1 2 3 4 5 6 7 891011>>