/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
SecMain.c | 721 volatile UINT8 *Table;
728 Table = (UINT8*)(UINTN)FixedPcdGet64 (PcdGuidedExtractHandlerTableAddress);
732 Table[Index] = 0;
910 // Rebase IDT table in permanent memory
|
/external/flatbuffers/tests/MyGame/Example/ |
Monster.py | 20 self._tab = flatbuffers.table.Table(buf, pos) 87 from flatbuffers.table import Table 88 obj = Table(bytearray(), 0)
|
Monster.go | 11 _tab flatbuffers.Table 26 func (rcv *Monster) Table() flatbuffers.Table { 124 func (rcv *Monster) Test(obj *flatbuffers.Table) bool {
|
/external/guava/guava/src/com/google/common/collect/ |
ArrayTable.java | 40 * Fixed-size {@link Table} implementation backed by a two-dimensional array. 42 * <p>The allowed row and column keys must be supplied when the table is 43 * created. The table always contains a mapping for every row key / column pair. 47 * <p>The table's size is constant: the product of the number of supplied row 49 * clear} methods are not supported by the table or its views. The {@link 52 * <p>The ordering of the row and column keys provided when the table is 54 * table's views. None of the view iterators support {@link Iterator#remove}. 55 * If the table is modified after an iterator is created, the iterator remains 59 * TreeBasedTable} implementations, except when the table is sparse. 73 * visible, synchronize access to the table. Unlike other {@code Table [all...] |
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
ArrayTable.java | 38 * Fixed-size {@link Table} implementation backed by a two-dimensional array. 40 * <p>The allowed row and column keys must be supplied when the table is 41 * created. The table always contains a mapping for every row key / column pair. 45 * <p>The table's size is constant: the product of the number of supplied row 47 * clear} methods are not supported by the table or its views. The {@link 50 * <p>The ordering of the row and column keys provided when the table is 52 * table's views. None of the view iterators support {@link Iterator#remove}. 53 * If the table is modified after an iterator is created, the iterator remains 57 * TreeBasedTable} implementations, except when the table is sparse. 71 * visible, synchronize access to the table. Unlike other {@code Table [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DateIntervalInfo.java | 437 // Iterate over all the calendar entries and only pick the 'intervalFormats' table. 438 UResource.Table dateIntervalData = value.getTable(); 450 } else if (value.getType() == ICUResourceBundle.TABLE) { 451 // Iterate over all the skeletons in the 'intervalFormat' table. 452 UResource.Table skeletonData = value.getTable(); 454 if (value.getType() == ICUResourceBundle.TABLE) { 464 /** Processes the patterns for a skeleton table. */ 466 // Iterate over all the patterns in the current skeleton table 468 UResource.Table patternData = value.getTable(); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
MeasureUnit.java | 250 UResource.Table unitTypesTable = value.getTable(); 258 UResource.Table unitNamesTable = value.getTable(); 273 UResource.Table codesTable = value.getTable(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DateIntervalInfo.java | 446 // Iterate over all the calendar entries and only pick the 'intervalFormats' table. 447 UResource.Table dateIntervalData = value.getTable(); 459 } else if (value.getType() == ICUResourceBundle.TABLE) { 460 // Iterate over all the skeletons in the 'intervalFormat' table. 461 UResource.Table skeletonData = value.getTable(); 463 if (value.getType() == ICUResourceBundle.TABLE) { 473 /** Processes the patterns for a skeleton table. */ 475 // Iterate over all the patterns in the current skeleton table 477 UResource.Table patternData = value.getTable(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
MeasureUnit.java | 258 UResource.Table unitTypesTable = value.getTable(); 266 UResource.Table unitNamesTable = value.getTable(); 281 UResource.Table codesTable = value.getTable(); [all...] |
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVEntry.cpp | 76 static TableEntry Table[] = { 83 static const OpToFactoryMapTy OpToFactoryMap(std::begin(Table), 84 std::end(Table));
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 58 import org.eclipse.swt.widgets.Table; 73 private Table mDeviceTable; 96 * Basic Content Provider for a table full of {@link IDevice} objects. The input is 412 mDeviceTable = new Table(offsetComp, SWT.SINGLE | SWT.FULL_SELECTION | SWT.BORDER); 601 // table is disposed, we need to do something. 659 // table is disposed, we need to do something.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
ImportPage.java | 60 import org.eclipse.swt.widgets.Table; 87 private Table mTable; 133 mTable = new Table(container, SWT.CHECK);
|
/external/llvm/lib/IR/ |
Function.cpp | 284 // Delete all of the method arguments and unlink from symbol table... 288 // Remove the function from the on-the-side GC table. 365 // Metadata is stored in a side-table. 456 /// Table of string intrinsic names indexed by enum value. 750 // Check to see if the intrinsic's type was expressible by the table. 765 // into a single word in the table itself, decode it now. 775 // Okay, decode the table into the output vector of IITDescriptors. 863 SmallVector<IITDescriptor, 8> Table; 864 getIntrinsicInfoTableEntries(id, Table); 866 ArrayRef<IITDescriptor> TableRef = Table; [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
GenPcdDb.py | 355 # The class holds the ExMap table
391 # The only variable table is stringtable, it is not Composite item, should not reach here
441 # The class holds the Variable header value table
509 # The class holds the Sku header value table
529 # The class holds the size table
556 # The class holds the string table
794 # SkuidValue is the last table in the init table items
795 InitTableNum = DbTotal.index(SkuidValue) + 1 + 1 # +1 is for SkuIndexValue table
799 # Get offset of SkuId 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...] |
/external/flatbuffers/include/flatbuffers/ |
flatbuffers.h | 390 // "val" points to the new table/string, as you can obtain from 442 auto table = IndirectHelper<T>::Read(data, 0); 446 return -table->KeyCompareWithValue(*key); 613 // Converts a Field ID to a virtual table offset. 726 // FlatBufferBuilder::Finish with your root table. 828 // If you hit this, you're trying to construct a Table/Vector/String 829 // during the construction of its parent table (between the MyTableBuilder 830 // and table.Finish(). 848 // table, comparing it against existing vtables, and writing the 853 // Write the vtable offset, which is the start of any Table 1692 auto table = reinterpret_cast<const Table *>(root); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUCurrencyDisplayInfoProvider.java | 220 UResource.Table spacingTypesTable = value.getTable(); 233 UResource.Table patternsTable = value.getTable();
|
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
ICUCurrencyDisplayInfoProvider.java | 216 UResource.Table spacingTypesTable = value.getTable(); 229 UResource.Table patternsTable = value.getTable();
|
/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...] |
/system/chre/external/flatbuffers/include/flatbuffers/ |
flatbuffers.h | 419 // "val" points to the new table/string, as you can obtain from 471 auto table = IndirectHelper<T>::Read(data, 0); 475 return -table->KeyCompareWithValue(*key); 656 // Converts a Field ID to a virtual table offset. 777 // FlatBufferBuilder::Finish with your root table. 879 // If you hit this, you're trying to construct a Table/Vector/String 880 // during the construction of its parent table (between the MyTableBuilder 881 // and table.Finish(). 899 // table, comparing it against existing vtables, and writing the 904 // Write the vtable offset, which is the start of any Table 1785 auto table = reinterpret_cast<const Table *>(root); local [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) {
|