/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooks.h | 72 UINT16 Size; // Hardcode to 16bit width because the table we use is fixed size
128 IN OUT EFI_ACPI_DESCRIPTION_HEADER *Table
133 IN OUT EFI_ACPI_DESCRIPTION_HEADER *Table
|
/external/flatbuffers/tests/MyGame/Example/ |
Stat.php | 7 use \Google\FlatBuffers\Table; 11 class Stat extends Table 129 * @return int table offset
|
Stat.go | 10 _tab flatbuffers.Table 25 func (rcv *Stat) Table() flatbuffers.Table {
|
Vec3.go | 18 func (rcv *Vec3) Table() flatbuffers.Table { 19 return rcv._tab.Table
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
TableInFirstNS.php | 7 use \Google\FlatBuffers\Table; 11 class TableInFirstNS extends Table 113 * @return int table offset
|
TableInFirstNS.go | 10 _tab flatbuffers.Table 25 func (rcv *TableInFirstNS) Table() flatbuffers.Table {
|
/external/guava/guava/src/com/google/common/collect/ |
Table.java | 30 * column key, with a single value. A table may be sparse, with only a small 40 * underlying table. Updating the table can change the contents of those 41 * collections, and updating the collections will change the table. 43 * <p>All methods that modify the table are optional, and the views returned by 44 * the table may or may not be modifiable. When modification isn't supported, 48 * "http://code.google.com/p/guava-libraries/wiki/NewCollectionTypesExplained#Table"> 49 * {@code Table}</a>. 52 * @param <R> the type of the table row keys 53 * @param <C> the type of the table column key [all...] |
AbstractTable.java | 29 * Skeletal, implementation-agnostic implementation of the {@link Table} interface. 34 abstract class AbstractTable<R, C, V> implements Table<R, C, V> { 100 public void putAll(Table<? extends R, ? extends C, ? extends V> table) { 101 for (Table.Cell<? extends R, ? extends C, ? extends V> cell : table.cellSet()) { 118 abstract Iterator<Table.Cell<R, C, V>> cellIterator(); 149 public Iterator<Table.Cell<R, C, V>> iterator() {
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
loca_table.h | 21 #include "sfntly/table/table.h" 22 #include "sfntly/table/core/font_header_table.h" 26 // A Loca table - 'loca'. 27 class LocaTable : public Table, public RefCounted<LocaTable> { 31 explicit LocaIterator(LocaTable* table); 41 class Builder : public Table::Builder, public RefCounted<Builder> { 51 // Get the format version that will be used when the loca table is 53 // @return the loca table format version 57 // Gets the List of locas for loca table builder. These may be manipulate [all...] |
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
BdsPlatform.c | 57 EFI_PHYSICAL_ADDRESS *Table;
65 // Iteratively add ACPI Table, SMBIOS Table, MPS Table to EFI System Table
70 Table = GET_GUID_HOB_DATA (GuidHob.Guid);
71 if (Table != NULL) {
73 // Check if Mps Table/Smbios Table/Acpi Table exists in E/F seg, [all...] |
/external/clang/lib/Serialization/ |
ASTReaderInternals.h | 114 MultiOnDiskHashTable<ASTDeclContextNameLookupTrait> Table; 119 DeclContextLookupTable() : Table() {} 121 : Table(std::move(O.Table)) {} 123 Table = std::move(O.Table); 128 /// \brief Base class for the trait describing the on-disk hash table for the 132 /// functionality for accessing the on-disk hash table of identifiers 190 /// \brief The on-disk hash table used to contain information about 237 /// \brief The on-disk hash table used for the global method pool [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
DebugCheckers.cpp | 165 typedef AnalyzerOptions::ConfigTable Table; 167 static int compareEntry(const Table::MapEntryTy *const *LHS, 168 const Table::MapEntryTy *const *RHS) { 176 const Table &Config = mgr.options.Config; 178 SmallVector<const Table::MapEntryTy *, 32> Keys; 179 for (Table::const_iterator I = Config.begin(), E = Config.end(); I != E;
|
/external/flatbuffers/tests/namespace_test/NamespaceC/ |
TableInC.go | 10 _tab flatbuffers.Table 25 func (rcv *TableInC) Table() flatbuffers.Table {
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Database.py | 23 from Table.TableDataModel import TableDataModel
24 from Table.TableFile import TableFile
25 from Table.TableFunction import TableFunction
26 from Table.TablePcd import TablePcd
27 from Table.TableIdentifier import TableIdentifier
28 from Table.TableReport import TableReport
32 from Table.TableFdf import TableFdf
43 # insert all records of table DataModel
72 # 3. Initialize table DataModel
115 # Init each table's ID [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
LegacyBios.c | 33 // The SMBIOS table in EfiRuntimeServicesData memory
38 // The SMBIOS table in EfiReservedMemoryType memory
209 the $EFI table in the shadow area. Thunk into the Legacy16 code after it had
227 EFI_COMPATIBILITY16_TABLE *Table;
337 // Search for Legacy16 table in Shadowed ROM
340 Table = NULL;
343 Table = (EFI_COMPATIBILITY16_TABLE *) Ptr;
344 PtrEnd = Ptr + Table->TableLength;
353 if (Table == NULL) {
354 DEBUG ((EFI_D_ERROR, "No Legacy16 table found\n")); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
DayPeriodRules.java | 86 UResource.Table dayPeriodData = value.getTable(); 89 UResource.Table locales = value.getTable(); 95 UResource.Table rules = value.getTable(); 101 private void processRules(UResource.Table rules, UResource.Key key, UResource.Value value) { 106 UResource.Table ruleSet = value.getTable(); 111 UResource.Table periodDefinition = value.getTable(); 220 UResource.Table rules = value.getTable();
|
ICUResourceBundleImpl.java | 53 case TABLE: 217 return TABLE; 220 return ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); 226 ICUResourceBundleReader.Table table = (ICUResourceBundleReader.Table)value; local 227 for (int i = 0; i < table.getSize(); ++i) { 228 keySet.add(table.getKey(reader, i)); 235 int i = ((ICUResourceBundleReader.Table)value).findTableItem(wholeBundle.reader, resKey); 244 String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index) [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
DayPeriodRules.java | 82 UResource.Table dayPeriodData = value.getTable(); 85 UResource.Table locales = value.getTable(); 91 UResource.Table rules = value.getTable(); 97 private void processRules(UResource.Table rules, UResource.Key key, UResource.Value value) { 102 UResource.Table ruleSet = value.getTable(); 107 UResource.Table periodDefinition = value.getTable(); 216 UResource.Table rules = value.getTable();
|
ICUResourceBundleImpl.java | 52 case TABLE: 216 return TABLE; 219 return ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index); 225 ICUResourceBundleReader.Table table = (ICUResourceBundleReader.Table)value; local 226 for (int i = 0; i < table.getSize(); ++i) { 227 keySet.add(table.getKey(reader, i)); 234 int i = ((ICUResourceBundleReader.Table)value).findTableItem(wholeBundle.reader, resKey); 243 String itemKey = ((ICUResourceBundleReader.Table)value).getKey(wholeBundle.reader, index) [all...] |
/external/swiftshader/third_party/LLVM/lib/MC/ |
SubtargetFeature.cpp | 136 /// getLongestEntryLength - Return the length of the longest entry in the table. 138 static size_t getLongestEntryLength(const SubtargetFeatureKV *Table, 142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key)); 154 // Print the CPU table. 162 // Print the Feature table. 233 // Find feature in table. 272 "CPU table is not sorted"); 276 "CPU features table is not sorted"); 314 // Find feature in table. 343 const SubtargetInfoKV *Table, [all...] |
/art/runtime/ |
intern_table.cc | 57 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n"; 86 // Note: we deliberately don't visit the weak_interns_ table and the immutable image roots. 229 // Check the strong table for a match. 251 // There is no match in the strong table, check the weak table. 255 // A match was found in the weak table. Promote to the strong table. 261 // No match in the strong table or the weak table. Insert into the strong / weak table [all...] |
/external/sfntly/cpp/src/test/ |
verify_os2.cc | 19 #include "sfntly/table/core/os2_table.h" 57 static bool VerifyOS_2(Table* table) { 58 OS2TablePtr os2 = down_cast<OS2Table*>(table); 119 bool VerifyOS_2(Table* original, Table* target) {
|
/hardware/intel/img/psb_video/src/ |
tng_ved_scaling.c | 102 @Output Table : Table of coefficients 104 @Input I : Number of intpt? ( table dimension) 106 @Input T : Number of taps (table dimension) 110 IMG_UINT8 Table[SCC_MAXTAP][SCC_MAXINTPT], 155 /* copy the table around the centrepoint */ 192 Table[t][i] = (IMG_UINT8) val; 205 Table[0][i] = (IMG_UINT8)(Table[0][i] - (IMG_UINT8) nTotal); 209 /* copy the normalised table around the centrepoint * [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiMgmtModeRuntimeLib.h | 320 IN VOID *Table
326 Adds, updates, or removes a configuration table entry from the EFI System Table.
331 Table - A pointer to the configuration table for the entry to add, update, or
344 OUT VOID **Table
354 Guid - Name of entry to return in the system table
355 Table - Pointer in EFI system table associated with TableGuid
359 EFI_SUCCESS - Table returned; [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/ |
AcpiS3Save.c | 110 This function scan ACPI table in RSDT.
113 @param Signature ACPI table signature
115 @return ACPI table
127 EFI_ACPI_DESCRIPTION_HEADER *Table;
137 Table = (EFI_ACPI_DESCRIPTION_HEADER *)((UINTN)(*EntryPtr));
138 if (Table->Signature == Signature) {
139 return Table;
148 This function scan ACPI table in XSDT.
151 @param Signature ACPI table signature
153 @return ACPI table
[all...] |