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

<<11121314151617181920>>

  /external/flatbuffers/tests/MyGame/Example/
Referrable.java 11 public final class Referrable extends Table {
Stat.java 11 public final class Stat extends Table {
TestSimpleTableWithEnum.cs 13 private Table __p;
TypeAliases.php 7 use \Google\FlatBuffers\Table;
11 class TypeAliases extends Table
380 * @return int table offset
  /external/flatbuffers/tests/MyGame/
MonsterExtra.py 19 self._tab = flatbuffers.table.Table(buf, pos)
  /external/flatbuffers/tests/union_vector/
Movie.cs 10 private Table __p;
14 public static bool MovieBufferHasIdentifier(ByteBuffer _bb) { return Table.__has_identifier(_bb, "MOVI"); }
  /external/guava/guava/src/com/google/common/collect/
HashBasedTable.java 31 * Implementation of {@link Table} using hash tables.
45 * access this table concurrently and one of the threads modifies the table, it
49 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table">
50 * {@code Table}</a>.
98 * table.
100 * @param table the table to copy
102 * in {@code table} is null
105 Table<? extends R, ? extends C, ? extends V> table)
    [all...]
  /external/perfetto/src/trace_processor/
storage_schema.h 28 #include "src/trace_processor/table.h"
34 // Defines the schema for a table which is backed by concrete storage (i.e. does
106 Table::Schema ToTableSchema();
  /external/sfntly/cpp/src/sfntly/table/core/
font_header_table.h 20 #include "sfntly/table/table.h"
21 #include "sfntly/table/table_based_table_builder.h"
43 class FontHeaderTable : public Table, public RefCounted<FontHeaderTable> {
horizontal_device_metrics_table.cc 17 #include "sfntly/table/core/horizontal_device_metrics_table.h"
76 : Table(header, data), num_glyphs_(num_glyphs) {
96 FontDataTablePtr table = new HorizontalDeviceMetricsTable(header(), data, local
98 return table.Detach();
109 HorizontalDeviceMetricsTable* table = local
111 if (table) {
112 table->num_glyphs_ = num_glyphs;
horizontal_metrics_table.cc 17 #include "sfntly/table/core/horizontal_metrics_table.h"
88 : Table(header, data),
108 FontDataTablePtr table = local
110 return table.Detach();
125 HorizontalMetricsTable* table = local
127 table->num_hmetrics_ = num_hmetrics;
133 HorizontalMetricsTable* table = local
135 table->num_glyphs_ = num_glyphs;
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
subsetter.cc 30 // TODO(arthurhsu): IMPLEMENT: CMap table subsetter
86 Table* table = font_->GetTable(*tag); local
87 if (table) {
88 font_builder->NewTableBuilder(*tag, table->ReadFontData());
  /external/tensorflow/tensorflow/core/util/
tensor_slice_writer_test.cc 40 static void GetData(TensorSliceReader::Table* table, const string& name,
127 void TensorSliceWriteTestHelper::GetData(TensorSliceReader::Table* table,
133 EXPECT_TRUE(table->Get(key, &value));
144 TensorSliceReader::Table* tptr;
146 std::unique_ptr<TensorSliceReader::Table> table(tptr);
147 CHECK_NOTNULL(table.get());
151 ASSERT_TRUE(table->Get(kSavedTensorSlicesKey, &value))
    [all...]
  /frameworks/base/cmds/incident_helper/src/parsers/
PageTypeInfoParser.cpp 36 Table table(PageTypeInfoProto::Block::_FIELD_NAMES,
101 if (!table.insertField(&proto, blockHeader[i], blockCounts[i+1])) {
ProcrankParser.cpp 36 Table table(ProcrankProto::Process::_FIELD_NAMES, ProcrankProto::Process::_FIELD_IDS, ProcrankProto::Process::_FIELD_COUNT);
71 if (!table.insertField(&proto, header[i], record[i])) {
85 table.insertField(&proto, header[header.size() - i].c_str(), record[record.size() - i].c_str());
PsParser.cpp 30 vector<int> columnIndices; // task table can't be split by purely delimiter, needs column positions.
36 Table table(PsProto::Process::_FIELD_NAMES, PsProto::Process::_FIELD_IDS, PsProto::Process::_FIELD_COUNT);
39 table.addEnumTypeMap("pcy", pcyNames, pcyValues, 3);
42 table.addEnumTypeMap("s", sNames, sValues, 7);
76 if (!table.insertField(&proto, header[i], record[i])) {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.c 2 Build a table, each item is (Key, Info) pair.
3 And give a interface of query a string out of a table.
    [all...]
  /cts/hostsidetests/inputmethodservice/deviceside/provider/src/android/inputmethodservice/cts/provider/
EventProvider.java 28 import android.inputmethodservice.cts.db.Table;
62 protected List<Table> getTables() {
63 return Collections.singletonList(DeviceEvent.TABLE);
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
MetaDataParser.py 56 # Search table file and find all specific type files
67 ## Get the table list
69 # Search table file and find all small tables
71 def GetTableList(FileModelList, Table, Db):
76 TableName = Table + str(Record[0])
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Input.c 95 Initialize an already allocated assemble table. This is generally
96 the assemble table embedded in the IP4 service instance.
98 @param[in, out] Table The assemble table to initialize.
103 IN OUT IP4_ASSEMBLE_TABLE *Table
109 InitializeListHead (&Table->Bucket[Index]);
115 Clean up the assemble table: remove all the fragments
118 @param[in] Table The assemble table to clean up
123 IN IP4_ASSEMBLE_TABLE *Table
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/X64/
PageTables.asm 68 ; Page Table Entries (2048 * 2MB entries => 4GB)
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 70 /// table.
303 IdentifierIndexTable &Table
305 IdentifierIndexTable::iterator Known = Table.find(Name);
306 if (Known == Table.end()) {
621 // Handle the identifier table
625 std::unique_ptr<InterestingIdentifierTable> Table(
630 for (InterestingIdentifierTable::data_iterator D = Table->data_begin(),
631 DEnd = Table->data_end();
650 /// table.
734 // Populate the hash table
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat.cpp 271 void *Table[] = {&&DirectJump, &&Later};
272 goto *Table[n]; // expected-warning {{jump from this indirect goto statement to one of its possible targets is incompatible with C++98}}
  /external/cldr/tools/java/org/unicode/cldr/draft/keyboard/
KeyboardBuilder.java 20 import com.google.common.collect.Table;
28 private final Table<ModifierKeyCombination, IsoLayoutPosition, CharacterMap> modifierAndPositionToCharacter;
  /external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
TableInNestedNS.cs 13 private Table __p;

Completed in 279 milliseconds

<<11121314151617181920>>