| /external/perfetto/src/trace_processor/ |
| counter_definitions_table.cc | 32 Table::Register<CounterDefinitionsTable>(db, storage, "counter_definitions");
|
| counter_values_table.cc | 27 Table::Register<CounterValuesTable>(db, storage, "counter_values");
|
| instants_table.cc | 30 Table::Register<InstantsTable>(db, storage, "instants");
|
| sched_slice_table.h | 26 // The implementation of the SQLite table containing slices of CPU time with the 54 Table::ColumnType GetType() const override;
|
| trace_processor.cc | 18 #include "src/trace_processor/table.h" 63 // This level of indirection is required to avoid clients to depend on table.h 65 Table::debug = true;
|
| span_join_operator_table.cc | 43 bool HasDuplicateColumns(const std::vector<Table::Column>& cols) { 62 Table::Register<SpanJoinOperatorTable>(db, storage, "span_join", 66 Table::Register<SpanJoinOperatorTable>(db, storage, "span_left_join", 70 Table::Register<SpanJoinOperatorTable>(db, storage, "span_outer_join", 75 base::Optional<Table::Schema> SpanJoinOperatorTable::Init( 127 std::vector<Table::Column> cols; 149 std::vector<Table::Column>* cols) { 163 std::unique_ptr<Table::Cursor> SpanJoinOperatorTable::CreateCursor() { 210 if (col.type() != Table::ColumnType::kLong && 211 col.type() != Table::ColumnType::kUnknown) [all...] |
| /external/sfntly/cpp/src/sfntly/table/core/ |
| horizontal_device_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Device Metrics table - 'hdmx' 27 : public Table,
|
| horizontal_metrics_table.h | 20 #include "sfntly/table/table.h" 21 #include "sfntly/table/table_based_table_builder.h" 25 // A Horizontal Metrics table - 'hmtx'. 26 class HorizontalMetricsTable : public Table, 29 // Builder for a Horizontal Metrics Table - 'hmtx'.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
| X86EvexToVex.cpp | 253 // Use the VEX.L bit to select the 128 or 256-bit table. 254 ArrayRef<X86EvexToVexCompressTableEntry> Table = 258 auto I = std::lower_bound(Table.begin(), Table.end(), MI.getOpcode()); 259 if (I == Table.end() || I->EvexOpcode != MI.getOpcode())
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
| debug_rnglists.s | 97 # First table (tests DW_RLE_end_of_list, start_end, and start_length encodings) 98 .long 55 # Table length 117 # Second table (shows support for size 4 addresses) 118 .long 43 # Table length 141 # Third (empty) table 142 .long 8 # Table length 151 # Fourth table (testing DW_RLE_base_addressx) 152 .long 11 # Table length 163 # Fifth table (testing DW_RLE_startx_endx) 164 .long 12 # Table lengt [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
| X86EVEX2VEXTablesEmitter.cpp | 46 // Prints the given table as a C++ array of type 48 void printTable(const std::vector<Entry> &Table, raw_ostream &OS); 51 void X86EVEX2VEXTablesEmitter::printTable(const std::vector<Entry> &Table, 53 StringRef Size = (Table == EVEX2VEX128) ? "128" : "256"; 57 << "// (table format: <EVEX opcode, VEX-" << Size << " opcode>).\n" 62 // Print all entries added to the table 63 for (auto Pair : Table) { 238 // In case a match is found add new entry to the appropriate table
|
| /frameworks/base/cmds/incident_helper/src/parsers/ |
| KernelWakesParser.cpp | 36 Table table(KernelWakeSourcesProto::WakeupSource::_FIELD_NAMES, 64 if (!table.insertField(&proto, header[i], record[i])) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
| WasmYAML.h | 53 struct Table { 84 Table TableImport; 242 std::vector<Table> Tables; 326 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::WasmYAML::Table) 394 template <> struct MappingTraits<WasmYAML::Table> { 395 static void mapping(IO &IO, WasmYAML::Table &Table);
|
| /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
|