/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
MetaFileTable.py | 2 # This file is used to create/update/query/erase a meta file table
22 from MetaDataTable import Table, TableFile
27 class MetaFileTable(Table):
48 #Table.__init__(self, Cursor, TableName, FileId, False)
49 Table.__init__(self, Cursor, TableName, FileId, Temporary)
55 Result = self.Cur.execute("select ID from %s where ID<0" % (self.Table)).fetchall()
70 ## Python class representation of table storing module data
89 # used as table end flag, in case the changes to database is not committed to db file
96 ## Insert a record into table Inf
114 return Table.Insert( [all...] |
/external/clang/lib/Serialization/ |
MultiOnDiskHashTable.h | 10 // This file provides a hash table data structure suitable for incremental and 14 // performance, and on reload the merged table will override those from other 35 /// A pointer to an on-disk representation of the hash table. 45 /// \brief A hash table stored on disk. 50 HashTable Table; 56 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {} 64 typedef llvm::PointerUnion<OnDiskTable*, MergedTable*> Table; 68 /// We manually store the opaque value of the Table because TinyPtrVector 71 /// it is the first table. 81 return Table::getFromOpaqueValue(P).template get<OnDiskTable *>() [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
schema.py | 1 from msilib import Table
3 _Validation = Table('_Validation')
4 _Validation.add_field(1,'Table',11552)
15 ActionText = Table('ActionText')
20 AdminExecuteSequence = Table('AdminExecuteSequence')
25 Condition = Table('Condition')
30 AdminUISequence = Table('AdminUISequence')
35 AdvtExecuteSequence = Table('AdvtExecuteSequence')
40 AdvtUISequence = Table('AdvtUISequence')
45 AppId = Table('AppId') [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/dwarf/ |
dwarf_defs.go | 10 // Table 18 80 // Table 19 98 // Table 20 192 // Table 21 217 // Table 24 (#operands, notes) 285 // Table 25 306 // Table 26 315 // Table 27 324 // Table 28 331 // Table 2 [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/dwarf/ |
dwarf_defs.go | 10 // Table 18 80 // Table 19 98 // Table 20 192 // Table 21 217 // Table 24 (#operands, notes) 285 // Table 25 306 // Table 26 315 // Table 27 324 // Table 28 331 // Table 2 [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
ltm.c | 27 "string", "table", "function", udatatypename, "thread", 52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { 64 Table *mt;
|
/external/flatbuffers/tests/MyGame/Example/ |
TestSimpleTableWithEnum.php | 7 use \Google\FlatBuffers\Table; 11 class TestSimpleTableWithEnum extends Table 92 * @return int table offset
|
/external/flatbuffers/tests/MyGame/Example2/ |
Monster.php | 7 use \Google\FlatBuffers\Table; 11 class Monster extends Table 72 * @return int table offset
|
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
TableInNestedNS.php | 7 use \Google\FlatBuffers\Table; 11 class TableInNestedNS extends Table 77 * @return int table offset
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
SecondTableInA.php | 7 use \Google\FlatBuffers\Table; 11 class SecondTableInA extends Table 75 * @return int table offset
|
TableInC.php | 7 use \Google\FlatBuffers\Table; 11 class TableInC extends Table 93 * @return int table offset
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
TableInC.php | 7 use \Google\FlatBuffers\Table; 11 class TableInC extends Table 93 * @return int table offset
|
/external/guava/guava-tests/test/com/google/common/collect/ |
NewCustomTableTest.java | 35 @Override protected Table<String, Integer, Character> create( 46 Table<String, Integer, Character> table local 48 populate(table, data); 49 return table; 53 table = create("foo", 3, 'a', "bar", 1, 'b', "foo", 2, 'c'); 54 assertThat(table.rowKeySet()).has().exactly("foo", "bar").inOrder(); 58 table = create("foo", 3, 'a', "bar", 1, 'b', "foo", 2, 'c'); 59 assertThat(table.row("foo").keySet()).has().exactly(2, 3).inOrder();
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebsc_table.h | 20 #include "sfntly/table/bitmap/eblc_table.h" 24 class EbscTable : public Table, 66 class Builder : public Table::Builder,
|
/external/skia/third_party/lua/src/ |
ltm.c | 27 "string", "table", "function", udatatypename, "thread", 52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { 64 Table *mt;
|
/external/syslinux/com32/lua/src/ |
ltm.c | 27 "string", "table", "function", udatatypename, "thread", 52 const TValue *luaT_gettm (Table *events, TMS event, TString *ename) { 64 Table *mt;
|
/external/sfntly/cpp/src/sfntly/ |
font.h | 28 #include "sfntly/table/table.h" 154 // Clear all table builders. 157 // Does this font builder have the specified table builder. 160 // Get the table builder for the given tag. If there is no builder for that 162 Table::Builder* GetTableBuilder(int32_t tag); 164 // Creates a new table builder for the table type given by the table id tag. 165 // This new table has been added to the font and will replace any existin [all...] |
font.cc | 33 #include "sfntly/table/core/font_header_table.h" 34 #include "sfntly/table/core/horizontal_device_metrics_table.h" 35 #include "sfntly/table/core/horizontal_header_table.h" 36 #include "sfntly/table/core/horizontal_metrics_table.h" 37 #include "sfntly/table/core/maximum_profile_table.h" 38 #include "sfntly/table/truetype/loca_table.h" 61 Table* Font::GetTable(int32_t tag) { 105 TablePtr table = tables_[*tag]; local 106 if (table != NULL) { 108 new Header(*tag, table->CalculatedChecksum(), table_offset 376 TablePtr table; local 505 HeaderPtr table = new Header(tag, checksum, offset, length); local 528 HeaderPtr table = new Header(tag, checksum, offset, length); local [all...] |
/external/v8/src/ic/ |
stub-cache.h | 46 // Clear the lookup table (@ mark compact collection). 51 // Generate code for probing the stub cache table. 59 enum Table { kPrimary, kSecondary }; 61 SCTableReference key_reference(StubCache::Table table) { 63 reinterpret_cast<Address>(&first_entry(table)->key)); 66 SCTableReference map_reference(StubCache::Table table) { 68 reinterpret_cast<Address>(&first_entry(table)->map)); 71 SCTableReference value_reference(StubCache::Table table) [all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/EblCmdLib/Arm/ |
EblCmdMmu.c | 72 UINT32* Table;
78 IN UINT32* Table,
84 Entry.Value = Table[Index];
85 Entry.Table = Table;
129 } else if ((Entry.Value & 0x3) == 1) { // Level2 Table
164 } else if ((Entry.Value & 0x3) == 1) { // Level2 Table split 1MB section
292 IN UINT32* Table,
307 for (; (Index < Count) && (!MmuEntryIsValidAddress(Level,Table[Index])); Index++);
309 LastEntry = MmuEntryCreate(Level,Table,Index); [all...] |
/external/llvm/lib/Fuzzer/ |
FuzzerUtil.cpp | 255 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" 262 Res += Table[(x >> 18) & 63]; 263 Res += Table[(x >> 12) & 63]; 264 Res += Table[(x >> 6) & 63]; 265 Res += Table[x & 63]; 269 Res += Table[(x >> 18) & 63]; 270 Res += Table[(x >> 12) & 63]; 274 Res += Table[(x >> 18) & 63]; 275 Res += Table[(x >> 12) & 63]; 276 Res += Table[(x >> 6) & 63] [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Route.c | 57 Free the route table entry. It is reference counted.
82 entries spawned from one route table entry.
136 Initialize an empty route cache table.
138 @param[in, out] RtCache The rotue cache table to initialize.
158 @param[in] RtCache The route cache table to clean up
184 Create an empty route table, includes its internal route cache
186 @return NULL if failed to allocate memory for the route table, otherwise
187 the point to newly created route table.
219 Free the route table and its associated route cache. Route
220 table is reference counted. [all...] |
/frameworks/av/media/libmedia/ |
TypeConverter.cpp | 25 const OutputDeviceConverter::Table OutputDeviceConverter::mTable[] = { 65 const InputDeviceConverter::Table InputDeviceConverter::mTable[] = { 102 const OutputFlagConverter::Table OutputFlagConverter::mTable[] = { 123 const InputFlagConverter::Table InputFlagConverter::mTable[] = { 136 const FormatConverter::Table FormatConverter::mTable[] = { 202 const OutputChannelConverter::Table OutputChannelConverter::mTable[] = { 217 const InputChannelConverter::Table InputChannelConverter::mTable[] = { 229 const ChannelIndexConverter::Table ChannelIndexConverter::mTable[] = { 243 const GainModeConverter::Table GainModeConverter::mTable[] = { 252 const StreamTypeConverter::Table StreamTypeConverter::mTable[] = [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/ |
AcpiSdt.c | 35 This function returns ACPI Table instance.
48 This function finds the table specified by the buffer.
50 @param[in] Buffer Table buffer to find.
52 @return ACPI table list.
65 // Get the instance of the ACPI Table
80 // Good! Found Table.
92 This function updates AML table checksum.
93 It will search the ACPI table installed by ACPI_TABLE protocol.
97 @retval EFI_SUCCESS The table holds the AML buffer is found, and checksum is updated.
98 @retval EFI_NOT_FOUND The table holds the AML buffer is not found. [all...] |
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
HTMLFormatter.java | 40 import org.jacoco.report.internal.html.table.BarColumn; 41 import org.jacoco.report.internal.html.table.CounterColumn; 42 import org.jacoco.report.internal.html.table.LabelColumn; 43 import org.jacoco.report.internal.html.table.PercentageColumn; 44 import org.jacoco.report.internal.html.table.Table; 65 private Table table; field in class:HTMLFormatter 125 public Table getTable() { 126 if (table == null) [all...] |