Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 25 of 103) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Draw_hash_set_test.cc437 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 …]
Draw_hash_set_allocator_test.cc177 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/
DX86InstrFoldTables.cpp5515 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/
DAMDKernelCodeTUtils.cpp28 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/
DTable.java48 public class Table extends FontDataTable { class
52 protected Table(Header header, ReadableFontData data) { in Table() method in Table
/third_party/ffmpeg/libavcodec/
Ddstdec.c62 typedef struct Table { struct
66 } Table; argument
/third_party/typescript/tests/baselines/reference/
DlocalTypeParameterInferencePriority.js8 class Table<S extends Schema> { class
42 function Table() { class in Table
/third_party/typescript/tests/cases/compiler/
DlocalTypeParameterInferencePriority.ts7 class Table<S extends Schema> { class
DinstanceofTypeAliasToGenericClass.ts5 export type Table = TableClass; alias
DtypeVariableConstraintedToAliasNotAssignableToUnion.ts5 export type Table = TableClass; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBStringTableBuilder.h36 PDBStringTableBuilder *Table; member
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DkeyofInferenceLowerPriorityThanReturn.ts10 declare class Table<Req, Def> { class
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_1d_table.h101 const real32 * Table () const in Table() function
/third_party/lzma/Java/SevenZip/
DCRC.java7 static public int[] Table = new int[256]; field in CRC
/third_party/rust/crates/unicode-width/scripts/
Dunicode.py240 class Table: class
326 out_name: str, unicode_version: "tuple[int, int, int]", tables: "list[Table]"
/third_party/lzma/CS/7zip/Common/
DCRC.cs7 public static readonly uint[] Table; field in SevenZip.CRC
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.cc56 Table::Table(Header* header, ReadableFontData* data) in Table() function in sfntly::Table
/third_party/node/deps/npm/node_modules/cli-table3/src/
Dtable.js5 class Table extends Array { class
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp96 std::vector<RuntimeLibcallSignature> Table; member
522 auto &Table = RuntimeLibcallSignatures->Table; in getLibcallSignature() local
/third_party/python/Lib/ctypes/test/
Dtest_pointers.py120 class Table(Structure): class
/third_party/node/deps/npm/lib/commands/
Dorg.js3 const Table = require('cli-table3') constant
Dhook.js4 const Table = require('cli-table3') constant
/third_party/node/deps/v8/src/ic/
Dstub-cache.h52 enum Table { kPrimary, kSecondary }; enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp72 DILineInfoTable Table; in getLineInfoForAddressRange() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTargetParser.cpp107 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()

12345