/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ObjectYAML/ |
WasmYAML.h | 48 struct Table { 78 Table TableImport; 212 std::vector<Table> Tables; 296 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table) 345 template <> struct MappingTraits<WasmYAML::Table> { 346 static void mapping(IO &IO, WasmYAML::Table &Table);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/ |
SystraceOptionsDialogV2.java | 39 import org.eclipse.swt.widgets.Table; 73 private Table mCommonTagsTable; 74 private Table mAdvancedTagsTable; 176 private Table createTable(Composite c, String label, List<SystraceTag> supportedTags) { 181 Table table = new Table(c, SWT.CHECK | SWT.BORDER); local 184 table.setLayoutData(gd); 185 table.setHeaderVisible(false); 186 table.setLinesVisible(false) [all...] |
/external/capstone/arch/SystemZ/ |
SystemZDisassembler.c | 305 uint8_t *Table; 311 Table = DecoderTable16; 314 Table = DecoderTable32; 317 Table = DecoderTable48; 335 return decodeInstruction(Table, MI, Inst, address, info, 0);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/ |
Parser.py | 164 # Search table file and find all small tables
167 # @param Table: Table to insert records
172 def GetTableList(FileModelList, Table, Db):
177 TableName = Table + str(Record[0])
377 # @param Identifier: Table id
474 # @param Table: Table id
480 def SearchPpi(SqlCommand, Table, SourceFileID, SourceFileFullPath, ItemMode, PpiMode = 1):
503 SqlCommand = """select Value from %s where (Name like '%%%s.Guid%%' or Name like '%%%s->Guid%%') and Model = %s""" % (Table, Parameter, Parameter, MODEL_IDENTIFIER_ASSIGNMENT_EXPRESSION) [all...] |
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 1 //===--- IdentifierTable.cpp - Hash table for identifier lookup -----------===// 80 // Populate the identifier table with info about keywords for the current 162 const LangOptions &LangOpts, IdentifierTable &Table) { 178 Table.get(Keyword, AddResult == KS_Future ? tok::identifier : TokenCode); 187 IdentifierTable &Table) { 188 IdentifierInfo &Info = Table.get(Keyword, TokenCode); 196 IdentifierTable &Table) { 197 Table.get(Name).setObjCKeywordID(ObjCID); 200 /// AddKeywords - Add all keywords to the symbol table. 310 /// PrintStats - Print statistics about how well the identifier table is doin [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUCurrencyDisplayInfoProvider.java | 392 UResource.Table table = value.getTable(); local 393 for (int i = 0; table.getKeyAndValue(i, key, value); i++) { 425 // The full Currencies table is consumed for parsing only. 427 UResource.Table table = value.getTable(); local 428 for (int i = 0; table.getKeyAndValue(i, key, value); i++) { 431 throw new ICUException("Unexpected data type in Currencies table for " + isoCode); 447 throw new ICUException("Unexpected data type in Currencies table for " + isoCode); 499 UResource.Table table = value.getTable() local 518 UResource.Table table = value.getTable(); local 603 UResource.Table table = value.getTable(); local [all...] |
/external/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/ |
ICUCurrencyDisplayInfoProvider.java | 388 UResource.Table table = value.getTable(); local 389 for (int i = 0; table.getKeyAndValue(i, key, value); i++) { 421 // The full Currencies table is consumed for parsing only. 423 UResource.Table table = value.getTable(); local 424 for (int i = 0; table.getKeyAndValue(i, key, value); i++) { 427 throw new ICUException("Unexpected data type in Currencies table for " + isoCode); 443 throw new ICUException("Unexpected data type in Currencies table for " + isoCode); 495 UResource.Table table = value.getTable() local 514 UResource.Table table = value.getTable(); local 599 UResource.Table table = value.getTable(); local [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/ |
Makefile | 71 $(BASE_TOOLS_PATH)\Source\Python\Table\Table.py \
72 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDataModel.py \
73 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDec.py \
74 $(BASE_TOOLS_PATH)\Source\Python\Table\TableDsc.py \
75 $(BASE_TOOLS_PATH)\Source\Python\Table\TableEotReport.py \
76 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFdf.py \
77 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFile.py \
78 $(BASE_TOOLS_PATH)\Source\Python\Table\TableFunction.py \
79 $(BASE_TOOLS_PATH)\Source\Python\Table\TableIdentifier.py \ [all...] |
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/ |
Iort.asl | 6 * Template for [IORT] ACPI Table (static data table)
9 [0004] Signature : "IORT" [IO Remapping Table]
10 [0004] Table Length : 0000010C
14 [0008] Oem Table ID : "HIP05 "
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/ |
RamDiskProtocol.c | 65 Initialize and publish NVDIMM root device SSDT in ACPI table.
77 EFI_ACPI_DESCRIPTION_HEADER *Table;
93 (VOID **) &Table,
100 if (Table->OemTableId == SIGNATURE_64 ('R', 'a', 'm', 'D', 'i', 's', 'k', ' ')) {
103 Table,
113 FreePool (Table);
116 FreePool (Table);
126 Publish the RAM disk NVDIMM Firmware Interface Table (NFIT) to the ACPI
127 table.
216 // Determine whether there is a NFIT already in the ACPI table. [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lstate.h | 119 stringtable strt; /* hash table for strings */ 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 190 struct Table h;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/ |
Event.c | 95 IN OUT VOID **Table
105 TableGuid - Name of entry to return in the system table
106 Table - Pointer in EFI system table associated with TableGuid
110 EFI_SUCCESS - Table returned;
111 EFI_NOT_FOUND - TableGuid not in EFI system table
119 *Table = gST->ConfigurationTable[Index].VendorTable;
|
/external/flatbuffers/python/flatbuffers/ |
table.py | 19 class Table(object): 20 """Table wraps a byte slice and provides read access to its data. 33 """Offset provides access into the Table's vtable. 78 """Union initializes any Table-derived type to point to the union at 80 assert type(t2) is Table
|
/external/flatbuffers/tests/namespace_test/NamespaceA/ |
TableInC.go | 9 _tab flatbuffers.Table
|
/external/flatbuffers/tests/union_vector/ |
Movie.php | 5 use \Google\FlatBuffers\Table; 9 class Movie extends Table 82 * @return Table 208 * @return int table offset
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
otConverters.py | 9 """Given a table spec from otData.py, build a converter object for each 10 field of the table. This is called for each table in otData.py, and 41 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 46 convertersByName[cls.__name__] = Table(name, repeat, aux, cls) 181 table = self.tableClass() 182 table.decompile(reader, font) 183 return table 197 pass # NULL table, ignore 202 table = self.tableClass( [all...] |
/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/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/syslinux/com32/lua/src/ |
lstate.h | 119 stringtable strt; /* hash table for strings */ 147 struct Table *mt[LUA_NUMTAGS]; /* metatables for basic types */ 190 struct Table h;
|
/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...] |
/frameworks/compile/mclinker/lib/LD/ |
NamePool.cpp | 131 Table::iterator iter = m_Table.find(pName); 137 Table::const_iterator iter = m_Table.find(pName);
|
/frameworks/native/cmds/lshal/ |
TableEntry.cpp | 105 TextTable Table::createTextTable(bool neat, 137 for (const Table* table : mTables) { 138 textTable.addAll(table->createTextTable());
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/ |
Builtins.h | 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 169 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Basic/ |
Builtins.h | 79 void initializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 169 void forgetBuiltin(unsigned ID, IdentifierTable &Table);
|