| /external/flatbuffers/tests/ |
| monster_extra_generated.h | 46 struct MonsterExtra FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
| py_test.py | 125 # initialize a Table from a union field Test(...) 127 asserter(type(table2) is flatbuffers.table.Table) 129 # initialize a Monster from the Table from the union 285 def check(table, desc, want, got): 296 table = flatbuffers.table.Table(builder.Bytes, 306 check(table, "bool", self.boolVal, 307 table.GetSlot(f, False, N.BoolFlags) [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| RelativeDateFormat.java | 259 UResource.Table table = value.getTable(); local 260 for (int i = 0; table.getKeyAndValue(i, key, value); ++i) {
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| RelativeDateFormat.java | 256 UResource.Table table = value.getTable(); local 257 for (int i = 0; table.getKeyAndValue(i, key, value); ++i) {
|
| /external/libffi/src/alpha/ |
| osf.S | 283 /* Assert that the table above is in sync with ffi.h. */ 382 .long 0 # End of Table
|
| /external/libtextclassifier/utils/ |
| flatbuffers.h | 250 // Gets the reflective flatbuffer for a table field. 252 // table. 277 // Merges the fields from the given flatbuffer table into this flatbuffer. 280 bool MergeFrom(const flatbuffers::Table* from); 317 // schema, or any defined table via name. 323 // Starts a new root table message. 326 // Starts a new table message. Returns nullptr if no table with given name is
|
| /external/llvm/lib/Target/Hexagon/ |
| HexagonISelLowering.h | 47 JT, // Jump table. 250 SDValue getPICJumpTableRelocBase(SDValue Table, SelectionDAG &DAG)
|
| /external/perfetto/src/trace_processor/ |
| raw_table.cc | 45 Table::Register<RawTable>(db, storage, "raw");
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/alpha/ |
| osf.S | 283 /* Assert that the table above is in sync with ffi.h. */ 382 .long 0 # End of Table
|
| /external/sfntly/cpp/src/sfntly/table/core/ |
| os2_table.h | 21 #include "sfntly/table/table.h" 22 #include "sfntly/table/table_based_table_builder.h" 312 // An OS/2 table - 'OS/2'. 313 class OS2Table : public Table, public RefCounted<OS2Table> { 315 // A builder for the OS/2 table = 'OS/2'.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
| ResourceScriptStmt.cpp | 122 for (const auto &String : Table)
|
| ResourceScriptParser.cpp | 673 auto Table = llvm::make_unique<StringTableResource>(std::move(*OptStatements), 684 Table->addString(*IDResult, *StrResult); 687 return std::move(Table);
|
| /external/tensorflow/tensorflow/core/util/tensor_bundle/ |
| tensor_bundle.cc | 360 table::Options TableBuilderOptions() { 361 table::Options o; 366 o.compression = table::kNoCompression; 504 // Build key -> BundleEntryProto table. 511 table::Options options; 512 options.compression = table::kNoCompression; 513 table::TableBuilder builder(options, file.get()); 575 table::Table* table = nullptr local 577 table::Table::Open(TableBuilderOptions(), file.get(), file_size, &table)); local [all...] |
| tensor_bundle_test.cc | 127 table::TableBuilder builder(table::Options(), file.get()); 137 table::Table* table = nullptr; local 139 table::Table::Open(table::Options(), file.get(), file_size, &table)); local 140 std::unique_ptr<table::Table> table_deleter(table) [all...] |
| /external/python/apitools/samples/bigquery_sample/bigquery_v2/ |
| bigquery_v2.py | 763 projectId: Project ID of the destination table. 764 datasetId: Dataset ID of the destination table. 765 tableId: Table ID of the destination table. 809 """Retrieves table data from a specified set of rows. Requires the READER 813 projectId: Project ID of the table to read 814 datasetId: Dataset ID of the table to read 815 tableId: Table ID of the table to read 850 """Deletes the table specified by tableId from the dataset. If the tabl [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
| DWARFUnit.cpp | 161 // Parse the rangelist table header, including the optional array of offsets 166 // We are expected to be called with Offset 0 or pointing just past the table 173 "Did not detect a valid range list table with base = 0x%x", Offset); 178 llvm::DWARFDebugRnglistTable Table; 179 if (Error E = Table.extractHeaderAndOffsets(DA, &Offset)) 181 return Table; 286 // contribution to the string offsets table from the unit DIE's 289 // offsets table starting at offset 0 of the debug_str_offsets.dwo section. 318 // Parse the range list table header. Individual range lists are 326 WithColor::error() << "parsing a range list table: [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/Disassembler/ |
| HexagonDisassembler.cpp | 575 ArrayRef<MCPhysReg> Table) { 576 if (RegNo < Table.size()) { 577 Inst.addOperand(MCOperand::createReg(Table[RegNo])); [all...] |
| /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/ |
| pred_lt4_1_opt.s | 48 ADR r8, Table 457 Table: 458 .word inter4_2-Table
|
| /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
| LegacyBootSupport.c | 41 Print the BBS Table.
43 @param BbsTable The BBS table.
111 Print the BBS Table.
113 @param HddInfo The HddInfo table.
558 // Assumption is table is built from low bus to high bus numbers.
628 @param Id Table/Data identifier
632 @retval EFI_OUT_OF_RESOURCES no resource to get data or table
641 VOID *Table;
670 (VOID *) &Table,
678 DEBUG ((EFI_D_INFO, " Table - %x, Size - %x, Location - %x, Alignment - %x\n", (UINTN)Table, (UINTN)TableSize, (UINTN)Location (…) [all...] |
| /external/llvm/utils/TableGen/ |
| AsmMatcherEmitter.cpp | 84 // 1. A operand match table is built, each entry contains a mnemonic, an [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
| HexagonISelDAGToDAGHVX.cpp | 180 // This will create an entry in the edge table, even if I is not 340 Table.resize(Order.size()); 341 for (RowType &Row : Table) 363 return Table[Pos][Step]; 376 std::vector<RowType> Table; 383 if (!route(Order.data(), Table.data(), size(), 0)) 397 if (!route(Order.data(), Table.data(), size(), 0)) 411 if (!route(Order.data(), Table.data(), size(), 0)) 445 // U is the element in the table that needs to be updated. 513 // Reorder the working permutation according to the computed switch table [all...] |
| /art/runtime/ |
| indirect_reference_table.cc | 38 // Maximum table size we allow. 82 table_mem_map_ = MemMap::MapAnonymous("indirect ref table", 88 *error_msg = "Unable to map memory for indirect ref table"; 124 // Table index. 140 // are usually near the end of the table (see the header, TODO: verify this assumption). To avoid 170 static size_t CountNullEntries(const IrtEntry* table, size_t from, size_t to) { 173 if (table[index].GetReference()->IsNull()) { 202 static inline void CheckHoleCount(IrtEntry* table, 207 size_t count = CountNullEntries(table, prev_state.top_index, cur_state.top_index); 224 MemMap new_map = MemMap::MapAnonymous("indirect ref table", [all...] |
| intern_table_test.cc | 68 // Check if table indexes match on 64 and 32 bit machines. 70 // Otherwise cross compilation can cause a table to be filled on host using one indexing algorithm 72 // Thus the table may provide wrong data. 81 for (InternTable::Table::InternalTable& table : t.strong_interns_.tables_) { 83 ASSERT_TRUE(IsUint<32>(table.set_.hashfn_(str)));
|
| /device/linaro/bootloader/edk2/BaseTools/Source/C/TianoCompress/ |
| TianoCompress.c | [all...] |
| /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
| PiSmmCore.h | 63 // Used to build a table of SMI Handlers that the SMM Core registers
213 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
216 @param SystemTable A pointer to the SMM System Table (SMST).
218 @param Table A pointer to the buffer of the table to add.
219 @param TableSize The size of the table to install.
221 @retval EFI_SUCCESS The (Guid, Table) pair was added, updated, or removed.
232 IN VOID *Table,
778 Place holder function until all the SMM System Table Service are available.
[all...] |