| /external/flatbuffers/tests/MyGame/Example/ |
| Monster.php | 7 use \Google\FlatBuffers\Table; 12 class Monster extends Table [all...] |
| TypeAliases.cs | 13 private Table __p;
|
| /external/flatbuffers/tests/union_vector/ |
| union_vector_generated.h | 249 struct Attacker FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table { 315 struct Movie FLATBUFFERS_FINAL_CLASS : private flatbuffers::Table {
|
| /external/guava/guava-testlib/src/com/google/common/testing/ |
| FreshValueGenerator.java | 62 import com.google.common.collect.Table; 711 @Generates private static <R, C, V> Table<R, C, V> freshTable(R row, C column, V value) { 717 HashBasedTable<R, C, V> table = HashBasedTable.create(); 718 table.put(row, column, value); 719 return table; 731 TreeBasedTable<R, C, V> table = TreeBasedTable.create(); 732 table.put(row, column, value); 733 return table;
|
| /external/guava/guava-testlib/test/com/google/common/testing/ |
| ArbitraryInstancesTest.java | 55 import com.google.common.collect.Table; 193 assertEquals(ImmutableTable.of(), ArbitraryInstances.get(Table.class));
|
| NullPointerTesterTest.java | 36 import com.google.common.collect.Table; 859 Table<String, Integer, Exception> table, 871 table, immutableTable); [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/impl/ |
| TimeZoneNamesImpl.java | 338 UResource.Table timeZonesTable = value.getTable(); 341 if (value.getType() == UResourceBundle.TABLE) { 376 // Let the ZNamesLoader consume the names table. 652 UResource.Table namesTable = value.getTable(); [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| TimeZoneNamesImpl.java | 336 UResource.Table timeZonesTable = value.getTable(); 339 if (value.getType() == UResourceBundle.TABLE) { 374 // Let the ZNamesLoader consume the names table. 650 UResource.Table namesTable = value.getTable(); [all...] |
| /external/llvm/lib/CodeGen/ |
| MIRPrinter.cpp | 411 for (const auto &Table : JTI.getJumpTables()) { 415 for (const auto *MBB : Table.MBBs) { 814 OS << "%jump-table." << Op.getIndex(); 901 OS << "jump-table"; [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| MIRPrinter.cpp | 476 for (const auto &Table : JTI.getJumpTables()) { 480 for (const auto *MBB : Table.MBBs) {
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/ |
| SampleProfReader.cpp | 323 inline ErrorOr<uint32_t> SampleProfileReaderBinary::readStringIndex(T &Table) { 328 if (*Idx >= Table.size()) 814 // Read the string table.
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Disassembler/ |
| AMDGPUDisassembler.cpp | 154 DecodeStatus AMDGPUDisassembler::tryDecodeInst(const uint8_t* Table, 163 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) { 212 // table first so we print the correct name. 486 // table-gen generated disassembler doesn't care about operand types
|
| /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/ |
| ResourceScriptStmt.h | 263 // ACCELERATORS resource. Defines a named table of accelerators for the app. 532 std::vector<std::pair<uint32_t, StringRef>> Table; 537 Table.emplace_back(ID, String);
|
| /external/libtextclassifier/actions/ |
| actions-suggestions.cc | 65 T ValueOrDefault(const flatbuffers::Table* values, const int32 field_offset, 361 const flatbuffers::Table* overlay = 362 reinterpret_cast<const flatbuffers::Table*>( [all...] |
| /external/llvm/lib/Target/Hexagon/Disassembler/ |
| HexagonDisassembler.cpp | 474 ArrayRef<MCPhysReg> Table) { 475 if (RegNo < Table.size()) { 476 Inst.addOperand(MCOperand::createReg(Table[RegNo])); [all...] |
| /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/ |
| fusiontables_v1.py | 177 tableId: Table from which the column is being deleted. 203 tableId: Table to which the column belongs. 231 """Adds a new column to the table. 234 tableId: Table for which a new column is being added. 274 tableId: Table whose columns are being listed. 313 tableId: Table for which the column is being updated. 349 tableId: Table for which the column is being updated. 511 tableId: Table from which the style is being deleted 512 styleId: Identifier (within a table) for the style being deleted 537 tableId: Table to which the requested style belong [all...] |
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
| InstCombineSimplifyDemanded.cpp | [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
| ldebug.c | 205 Table *t = luaH_new(L); /* new table to store active lines */ 210 luaH_setint(L, t, lineinfo[i], &v); /* table[line] = true */ 412 int t = GETARG_B(i); /* table index */
|
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/ |
| EfiApi.h | 21 Drivers and applications are passed in a pointer to the EFI system table.
22 The EFI system table contains pointers to the boot and runtime services
819 IN VOID *Table
911 // EFI Runtime Services Table
955 // Tiano extension to EFI 1.10 runtime table
965 // EFI Boot Services Table
[all...] |
| /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmBase/ |
| SmmBase.h | 438 IN VOID *Table,
446 Table. The list is stored as an array of (GUID, Pointer) pairs. The list
450 SystemTable - A pointer to the SMM System Table.
452 Table - A pointer to the buffer of the table to add.
453 TableSize - The size of the table to install.
456 EFI_SUCCESS - The (Guid, Table) pair was added, updated, or removed.
465 // System Management System Table (SMST)
503 // Extensibility table
660 to be the first module executed in the dispatch table. [all...] |
| /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/ |
| UefiSpec.h | [all...] |
| /external/flatbuffers/tests/ |
| test.cpp | 146 // values. They have little overhead compared to storing the table directly. 337 // accessor that directly gives you the root table: 715 // Make sure the table index is what we expect it to be. 1018 auto table = reinterpret_cast<flatbuffers::Table *>(eob - objects[i]); local [all...] |
| /external/guava/guava-tests/test/com/google/common/hash/ |
| HashingTest.java | 26 import com.google.common.collect.Table.Cell;
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| Collator.java | [all...] |
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
| Collator.java | [all...] |