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

<<11121314151617181920>>

  /external/flatbuffers/tests/union_vector/
Attacker.cs 10 private Table __p;
Movie.php 5 use \Google\FlatBuffers\Table;
9 class Movie extends Table
82 * @return Table
208 * @return int table offset
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractTableTest.java 26 * Test cases for a {@link Table} implementation supporting reads and writes.
35 Table<String, Integer, Character> table, Object... data) {
38 table.put(
52 table = create("foo", 1, 'a', "bar", 1, 'b', "foo", 3, 'c');
54 table.clear();
55 assertEquals(0, table.size());
56 assertFalse(table.containsRow("foo"));
59 table.clear();
66 assertNull(table.put("foo", 1, 'a'))
    [all...]
  /external/lua/src/
lgc.h 141 LUAI_FUNC void luaC_barrierback_ (lua_State *L, Table *o);
143 LUAI_FUNC void luaC_checkfinalizer (lua_State *L, GCObject *o, Table *mt);
lstate.h 144 stringtable strt; /* hash table for strings */
170 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */
216 struct Table h;
  /external/noto-fonts/emoji-compat/src/java/androidx/text/emoji/flatbuffer/
MetadataItem.java 21 import com.google.flatbuffers.Table;
30 public final class MetadataItem extends Table {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp 115 // If this is a prefix byte, indirect to another table.
119 for (auto PT = PrefixTable; PT->Table; PT++) {
121 WasmInst = PT->Table;
  /external/tensorflow/tensorflow/contrib/bigtable/kernels/
bigtable_lib.h 19 // Note: we use bigtable/client/internal/table.h as this is the no-exception API
22 #include "google/cloud/bigtable/internal/table.h"
69 ::google::cloud::bigtable::noex::Table& table() { return table_; } function in class:tensorflow::BigtableTableResource
74 ", table: ", table_name_, ")");
80 ::google::cloud::bigtable::noex::Table table_;
133 this->dataset()->table()->table().ReadRows(rows, filter)));
  /external/tensorflow/tensorflow/core/common_runtime/
graph_runner.cc 86 typedef std::unordered_map<string, Tensor> Table;
89 Table table_ GUARDED_BY(mu_);
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse_arm.S 23 adr r3, index_7 @ Table pointer.
28 adr r3, index_8 @ Table pointer.
  /frameworks/base/cmds/incident_helper/src/
ih_util.cpp 270 Table::Table(const char* names[], const uint64_t ids[], const int count)
281 Table::~Table()
286 Table::addEnumTypeMap(const char* field, const char* enumNames[], const int enumValues[], const int enumSize)
301 Table::addEnumNameToValue(const char* enumName, const int enumValue)
307 Table::insertField(ProtoOutputStream* proto, const std::string& name, const std::string& value)
382 Message::Message(Table* table)
383 :mTable(table),
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DscClassObject.py 30 from Table.TableDsc import TableDsc
198 SqlCommand = """update %s set Value2 = '%s' where ID = %s""" % (self.TblDsc.Table, ".".join((self.PcdToken[Key][0], self.PcdToken[Key][1])), Key)
216 and Enabled > -1""" % (self.TblDsc.Table, MODEL_META_DATA_HEADER, self.FileID)
224 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Value1), ConvertToSqlString2(Value2), ID)
303 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(Family), ConvertToSqlString2(ToolChain), ConvertToSqlString2(Flag), Record[3])
364 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(List[0]), ConvertToSqlString2(List[1]), Record[3])
451 where ID = %s""" % (self.TblDsc.Table, ConvertToSqlString2(LibClassName), ConvertToSqlString2(LibClassIns), ConvertToSqlString2(SupModelList), Record[3])
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/DxeIpl/
HobGeneration.h 43 EFI_PHYSICAL_ADDRESS Table;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 116 Creates Huffman Code mapping table according to code length array.
118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
124 @param TableBits The width of the mapping table
125 @param Table The table
128 @retval BAD_TABLE The table is corrupted.
137 OUT UINT16 *Table
143 Get a position value according to Position Huffman Table.
167 @retval BAD_TABLE Table is corrupted.
182 generate the Huffman Code mapping table for the Char&Len Set.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
BaseUefiTianoCustomDecompressLibInternals.h 116 Creates Huffman Code mapping table according to code length array.
118 Creates Huffman Code mapping table for Extra Set, Char&Len Set
124 @param TableBits The width of the mapping table
125 @param Table The table to be created.
128 @retval BAD_TABLE The table is corrupted.
137 OUT UINT16 *Table
143 Get a position value according to Position Huffman Table.
167 @retval BAD_TABLE Table is corrupted.
182 generate the Huffman Code mapping table for the Char&Len Set.
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
AcpiSupport.h 47 // ACPI Table Linked List Signature.
52 // ACPI Table Linked List Entry definition.
56 // Version is the versions of the ACPI tables that this table belongs in.
57 // Table is a pointer to the table.
58 // PageAddress is the address of the pages allocated for the table.
60 // Handle is used to identify a particular table.
66 EFI_ACPI_COMMON_HEADER *Table;
97 EFI_ACPI_DESCRIPTION_HEADER *Rsdt1; // Pointer to RSDT table header
98 EFI_ACPI_DESCRIPTION_HEADER *Rsdt3; // Pointer to RSDT table header
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckLib/
VarCheckLib.c 196 Var check add table entry.
198 @param[in, out] Table Pointer to table buffer.
199 @param[in, out] MaxNumber Pointer to maximum number of entry in the table.
200 @param[in, out] CurrentNumber Pointer to current number of entry in the table.
201 @param[in] Entry Entry will be added to the table.
209 IN OUT UINTN **Table,
218 // Check whether the table is enough to store new entry.
222 // Reallocate memory for the table.
227 *Table
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseUefiDecompressLib/
BaseUefiDecompressLibInternals.h 106 Creates Huffman Code mapping table according to code length array.
108 Creates Huffman Code mapping table for Extra Set, Char&Len Set
115 @param TableBits The width of the mapping table.
116 @param Table The table to be created.
119 @retval BAD_TABLE The table is corrupted.
128 OUT UINT16 *Table
134 Get a position value according to Position Huffman Table.
158 @retval BAD_TABLE Table is corrupted.
173 generate the Huffman Code mapping table for the Char&Len Set.
    [all...]
  /external/autotest/client/tools/
html_report.py 64 table.meta_table
77 table.meta_table td
87 table.stats
100 table.stats td{
109 table.stats th{
117 table.stats td.top{
127 table.stats th.table-sorted-asc{
133 table.stats th.table-sorted-desc
    [all...]
  /external/flatbuffers/php/
Table.php 20 abstract class Table
113 * @param Table $table
115 * @return Table
117 protected function __union($table, $offset)
120 $table->setByteBufferPos($offset + $this->bb->getInt($offset));
121 $table->setByteBuffer($this->bb);
122 return $table;
  /external/flatbuffers/tests/MyGame/Example/
Stat.py 19 self._tab = flatbuffers.table.Table(buf, pos)
Vec3.py 12 self._tab = flatbuffers.table.Table(buf, pos)
  /external/flatbuffers/tests/namespace_test/NamespaceA/
TableInFirstNS.java 11 public final class TableInFirstNS extends Table {
TableInFirstNS.py 19 self._tab = flatbuffers.table.Table(buf, pos)
  /external/flatbuffers/tests/namespace_test/NamespaceC/
TableInC.java 11 public final class TableInC extends Table {

Completed in 1491 milliseconds

<<11121314151617181920>>