HomeSort by relevance Sort by last modified time
    Searched refs:Table (Results 251 - 275 of 792) sorted by null

<<11121314151617181920>>

  /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 13 private Table __p;
  /external/flatbuffers/tests/MyGame/
InParentNamespace.cs 13 private Table __p;
  /external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/
MetadataList.java 21 import com.google.flatbuffers.Table;
30 public final class MetadataList extends Table {
  /external/perfetto/src/trace_processor/
storage_columns.h 58 virtual Table::ColumnType GetType() const = 0;
116 Table::ColumnType GetType() const override {
117 return Table::ColumnType::kString;
214 Table::ColumnType GetType() const override {
216 return Table::ColumnType::kInt;
219 return Table::ColumnType::kUint;
221 return Table::ColumnType::kLong;
223 return Table::ColumnType::kDouble;
android_logs_table.cc 26 Table::Register<AndroidLogsTable>(db, storage, "android_logs");
  /external/tensorflow/tensorflow/core/distributed_runtime/
base_rendezvous_mgr.h 100 typedef gtl::FlatMap<int64, BaseRemoteRendezvous*> Table;
106 Table table_ GUARDED_BY(mu_);
  /external/tensorflow/tensorflow/contrib/bigtable/kernels/test_kernels/
bigtable_test_client_test.cc 17 #include "google/cloud/bigtable/internal/table.h"
25 ::google::cloud::bigtable::noex::Table* table) {
28 table->Apply(std::move(mut));
34 ::google::cloud::bigtable::noex::Table table(client_ptr, "test_table");
40 auto rows = table.ReadRows(std::move(rowset), filter);
47 ::google::cloud::bigtable::noex::Table table(client_ptr, "test_table");
49 WriteCell("r1", "f1", "c1", "v1", &table);
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatform.c 85 FV protocol, then it will return the first FV that contains the ACPI table
193 Setting OEM table values, ID, table ID, creator ID and creator revision.
196 @param[in] Table The table to update.
203 IN OUT EFI_ACPI_COMMON_HEADER *Table
248 if (Table->Signature != EFI_ACPI_1_0_FIRMWARE_ACPI_CONTROL_STRUCTURE_SIGNATURE) {
249 TableHeader = (EFI_ACPI_DESCRIPTION_HEADER *) Table;
258 if ((Table->Signature != EFI_ACPI_2_0_SECONDARY_SYSTEM_DESCRIPTION_TABLE_SIGNATURE)) {
260 // Update the OEM Table ID.
    [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;
  /external/flatbuffers/src/
reflection.cpp 76 // Convert the table to a string. This is mostly for debugging purposes,
84 auto table_field = reinterpret_cast<const Table *>(
107 return "(table)";
165 // If your FlatBuffer's root table is not the schema's root table, you should
214 void ResizeTable(const reflection::Object &objectdef, Table *table) {
215 if (DagCheck(table)) return; // Table already visited.
216 auto vtable = table->GetVTable()
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.java 11 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/flatbuffers/tests/union_vector/
Attacker.java 9 public final class Attacker extends Table {
  /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/lua/src/
llex.h 68 Table *h; /* to avoid collection/reuse strings */

Completed in 1855 milliseconds

<<11121314151617181920>>