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

<<21222324252627282930>>

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenPcdDb.py 357 # The class holds the ExMap table
393 # The only variable table is stringtable, it is not Composite item, should not reach here
443 # The class holds the Variable header value table
511 # The class holds the Sku header value table
531 # The class holds the size table
558 # The class holds the string table
796 # VardefValueBoolean is the last table in the init table items
801 # Get offset of SkuId table in the database
809 # Get offset of SkuValue table in the database
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiRuntimeLib.h 152 SystemTable - A pointer to the EFI System Table.
202 SystemTable - A pointer to the EFI System Table.
214 IN OUT VOID **Table
224 TableGuid - Name of entry to return in the system table
225 Table - Pointer in EFI system table associated with TableGuid
229 EFI_SUCCESS - Table returned;
230 EFI_NOT_FOUND - TableGuid not in EFI system table
279 IN OUT VOID **Table
289 Get table from configuration table by name
    [all...]
EfiDriverLib.h 147 SystemTable - A pointer to the EFI System Table.
172 SystemTable - A pointer to the EFI System Table.
202 SystemTable - The EFI System Table that was passed to the driver's entry point
242 SystemTable - The EFI System Table that was passed to the driver's entry point
288 SystemTable - The EFI System Table that was passed to the driver's entry point
313 OUT VOID **Table
323 TableGuid - Name of entry to return in the system table
324 Table - Pointer in EFI system table associated with TableGuid
328 EFI_SUCCESS - Table returned;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 380 UResource.Table units = value.getTable();
409 UResource.Table countsToPatternTable = value.getTable();
414 // save both full name and abbreviated name in one table
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 378 UResource.Table units = value.getTable();
407 UResource.Table countsToPatternTable = value.getTable();
412 // save both full name and abbreviated name in one table
  /external/libtextclassifier/actions/
lua-utils.cc 78 // Empty table.
82 flatbuffers::GetRoot<flatbuffers::Table>(
154 TC3_LOG(ERROR) << "Expected annotations table, got: "
165 TC3_LOG(ERROR) << "Expected annotation table, got: "
255 // Empty table.
259 flatbuffers::GetRoot<flatbuffers::Table>(
311 TC3_LOG(ERROR) << "Expected actions table, got: "
322 TC3_LOG(ERROR) << "Expected action table, got: "
  /external/libtextclassifier/utils/
flatbuffers.cc 71 TC3_LOG(ERROR) << "No root table specified.";
275 // Build all children before we can start with this table.
298 // Build the table now.
347 bool ReflectiveFlatbuffer::MergeFrom(const flatbuffers::Table* from) {
387 from->GetPointer<const flatbuffers::Table* const>(
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/Disassembler/
AMDGPUDisassembler.cpp 94 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table,
102 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) {
254 // table-gen generated disassembler doesn't care about operand types
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 119 /// Given a .debug$S section, find the string table and file checksum table.
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 401 "extends past the end of the symbol table");
408 "command extends past the end of the symbol table");
413 "extends past the end of the symbol table");
421 "table");
426 "extends past the end of the symbol table");
433 " command extends past the end of the symbol table");
475 // getIndirectName() returns the name of the alias'ed symbol who's string table
792 static const char *const Table[] = {
803 res = Table[RType];
807 static const char *const Table[] =
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lgc.h 153 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
lstring.c 3 ** String table (keeps all strings handled by Lua)
62 ** resizes the string table
114 ** creates a new short string, inserting it into string table
175 Udata *luaS_newudata (lua_State *L, size_t s, Table *e) {
  /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/
TianoCompress.h 322 Creates Huffman Code mapping table according to code length array.
324 Creates Huffman Code mapping table for Extra Set, Char&Len Set
330 @param TableBits The width of the mapping table
331 @param Table The table
334 @retval BAD_TABLE The table is corrupted.
343 OUT UINT16 *Table
349 Get a position value according to Position Huffman Table.
373 @retval BAD_TABLE Table is corrupted.
388 generate the Huffman Code mapping table for the Char&Len Set.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiLib.h 50 Table for a table with a GUID that matches TableGuid. If a match is found,
51 then a pointer to the configuration table is returned in Table, and EFI_SUCCESS
54 @param TableGuid Pointer to table's GUID type..
55 @param Table Pointer to the table associated with TableGuid in the EFI System Table.
57 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
58 @retval EFI_NOT_FOUND A configuration table matching TableGuid could not be found.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
SmmCis.h 422 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
425 @param SystemTable A pointer to the SMM System Table.
427 @param Table A pointer to the buffer of the table to add.
428 @param TableSize The size of the table to install.
430 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
441 IN VOID *Table,
446 // System Management System Table (SMST)
450 /// The table header for the System Management System Table (SMST).
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
AcpiSdt.h 149 Returns a requested ACPI table.
151 The GetAcpiTable() function returns a pointer to a buffer containing the ACPI table associated
155 - Root System Description Table (RSDT)
156 - Extended System Description Table (XSDT)
157 Version is updated with a bit map containing all the versions of ACPI of which the table is a
161 @param[in] Index The zero-based index of the table to retrieve.
162 @param[out] Table Pointer for returning the table buffer.
163 @param[out] Version On return, updated with the ACPI versions to which this table belongs. Type
166 @param[out] TableKey On return, points to the table key for the specified ACPI system definition table.
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 2 Build a table, each item is (key, info) pair.
3 and give a interface of query a string out of a table.
41 Given a table and a Key, return the responding info.
44 Table[Index].Key is change from UINT8 to UINT16,
55 @param[in] Table The begin address of table.
56 @param[in] Number The number of table items.
66 IN TABLE_ITEM *Table,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.h 64 Function returns a system configuration table that is stored in the
65 EFI System Table based on the provided GUID.
67 @param[in] TableGuid A pointer to the table's GUID type.
68 @param[in, out] Table On exit, a pointer to a system configuration table.
70 @retval EFI_SUCCESS A configuration table matching TableGuid was found.
71 @retval EFI_NOT_FOUND A configuration table matching TableGuid was not found.
76 IN OUT VOID **Table
113 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
126 @param[in] SystemTable Pointer to the System Table (NULL if Internal).
    [all...]
  /external/bcc/src/lua/bcc/
bpf.lua 20 local Table = require("bcc.table")
37 local cur = table.count(Bpf.static.open_kprobes) + table.count(Bpf.static.open_uprobes)
75 return table.count(Bpf.static.open_uprobes)
79 return table.count(Bpf.static.open_kprobes)
116 local cflags = table.join(Bpf.DEFAULT_CFLAGS, args.cflags)
151 table.insert(result, self:load_func(name, prog_type))
232 self.tables[name] = Table(self, name, key_type, leaf_type)
266 local perf_buffer_count = table.count(Bpf.perf_buffers
    [all...]
  /external/elfutils/tests/
run-readelf-line.sh 29 Table at offset 0:
57 Directory table:
59 File name table:
86 Table at offset 87:
114 Directory table:
116 File name table:
138 Table at offset 163:
166 Directory table:
168 File name table:
265 # A .debug_line table with mininum instruction length > 1
    [all...]
  /external/flatbuffers/rust/flatbuffers/src/
builder.rs 27 use table::Table;
168 /// Start a Table write.
175 self.assert_not_nested("start_table can not be called when a table or vector is under construction");
181 /// End a Table write.
205 self.assert_not_nested("start_vector can not be called when a table or vector is under construction");
229 self.assert_not_nested("create_string can not be called when a table or vector is under construction");
236 self.assert_not_nested("create_byte_string can not be called when a table or vector is under construction");
252 self.assert_not_nested("create_vector_direct can not be called when a table or vector is under construction");
272 self.assert_not_nested("create_vector_of_strings can not be called when a table or vector is under construction")
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Monster.cs 14 private Table __p;
18 public static bool MonsterBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MONS"); }
    [all...]
TypeAliases.py 19 self._tab = flatbuffers.table.Table(buf, pos)
  /external/guava/guava-tests/test/com/google/common/collect/
RegularImmutableTableTest.java 22 import com.google.common.collect.Table.Cell;

Completed in 1849 milliseconds

<<21222324252627282930>>