/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_set_test.cc | 437 TEST(Table, EmptyFunctorOptimization) { in TEST() argument 486 TEST(Table, Empty) { in TEST() argument 492 TEST(Table, LookupEmpty) { in TEST() argument 498 TEST(Table, Insert1) { in TEST() argument 508 TEST(Table, Insert2) { in TEST() argument 524 TEST(Table, InsertCollision) { in TEST() argument 544 TEST(Table, InsertCollisionAndFindAfterDelete) { in TEST() argument 571 TEST(Table, InsertWithinCapacity) { in TEST() argument 602 TEST(Table, LazyEmplace) { in TEST() argument 620 TEST(Table, ContainsEmpty) { in TEST() argument [all …]
|
D | raw_hash_set_allocator_test.cc | 177 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, Alloc>; typedef 474 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, PA>; in TEST() typedef 485 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, PA>; in TEST() typedef 494 using Table = raw_hash_set<Policy, Identity, std::equal_to<int32_t>, PA>; in TEST() typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrFoldTables.cpp | 5515 lookupFoldTableImpl(ArrayRef<X86MemoryFoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl() 5609 std::vector<X86MemoryFoldTableEntry> Table; member 5667 auto &Table = MemUnfoldTable->Table; in lookupUnfoldTable() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDKernelCodeTUtils.cpp | 28 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local 38 static StringRef const Table[] = { in get_amd_kernel_code_t_FldAltNames() local 90 static const PrintFx Table[] = { in getPrinterTable() local 160 static const ParseFx Table[] = { in getParserTable() local
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
D | Table.java | 48 public class Table extends FontDataTable { class 52 protected Table(Header header, ReadableFontData data) { in Table() method in Table
|
/third_party/ffmpeg/libavcodec/ |
D | dstdec.c | 62 typedef struct Table { struct 66 } Table; argument
|
/third_party/typescript/tests/baselines/reference/ |
D | localTypeParameterInferencePriority.js | 8 class Table<S extends Schema> { class 42 function Table() { class in Table
|
/third_party/typescript/tests/cases/compiler/ |
D | localTypeParameterInferencePriority.ts | 7 class Table<S extends Schema> { class
|
D | instanceofTypeAliasToGenericClass.ts | 5 export type Table = TableClass; alias
|
D | typeVariableConstraintedToAliasNotAssignableToUnion.ts | 5 export type Table = TableClass; alias
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTableBuilder.h | 36 PDBStringTableBuilder *Table; member
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | keyofInferenceLowerPriorityThanReturn.ts | 10 declare class Table<Req, Def> { class
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_1d_table.h | 101 const real32 * Table () const in Table() function
|
/third_party/lzma/Java/SevenZip/ |
D | CRC.java | 7 static public int[] Table = new int[256]; field in CRC
|
/third_party/rust/crates/unicode-width/scripts/ |
D | unicode.py | 240 class Table: class 326 out_name: str, unicode_version: "tuple[int, int, int]", tables: "list[Table]"
|
/third_party/lzma/CS/7zip/Common/ |
D | CRC.cs | 7 public static readonly uint[] Table; field in SevenZip.CRC
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.cc | 56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
|
/third_party/node/deps/npm/node_modules/cli-table3/src/ |
D | table.js | 5 class Table extends Array { class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyRuntimeLibcallSignatures.cpp | 96 std::vector<RuntimeLibcallSignature> Table; member 522 auto &Table = RuntimeLibcallSignatures->Table; in getLibcallSignature() local
|
/third_party/python/Lib/ctypes/test/ |
D | test_pointers.py | 120 class Table(Structure): class
|
/third_party/node/deps/npm/lib/commands/ |
D | org.js | 3 const Table = require('cli-table3') constant
|
D | hook.js | 4 const Table = require('cli-table3') constant
|
/third_party/node/deps/v8/src/ic/ |
D | stub-cache.h | 52 enum Table { kPrimary, kSecondary }; enum
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 72 DILineInfoTable Table; in getLineInfoForAddressRange() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TargetParser.cpp | 107 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
|