/third_party/typescript/scripts/ |
D | word.d.ts | 57 export interface Tables extends Collection<Table> { interface 63 tables: Tables;
|
/third_party/skia/src/effects/ |
D | SkTableColorFilter.cpp | 55 struct Tables { const uint8_t *r, *g, *b, *a; }; in onAppendStages() struct 56 p->append(SkRasterPipeline::byte_tables, rec.fAlloc->make<Tables>(Tables{r,g,b,a})); in onAppendStages()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | gaussian_distribution.cc | 10 const gaussian_distribution_base::Tables
|
D | gaussian_distribution.h | 74 struct Tables { struct 78 static const Tables zg_; argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/ |
D | MipsGenExegesis.inc | 3 |* Exegesis Tables *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenExegesis.inc | 3 |* Exegesis Tables *|
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenExegesis.inc | 3 |* Exegesis Tables *|
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 504 class DescriptorPool::Tables { class in google::protobuf::DescriptorPool 506 Tables(); 507 ~Tables(); 655 explicit CheckPoint(const Tables* tables) in CheckPoint() 789 DescriptorPool::Tables::Tables() in Tables() function in google::protobuf::DescriptorPool::Tables 816 DescriptorPool::Tables::~Tables() { GOOGLE_DCHECK(checkpoints_.empty()); } in ~Tables() 838 void DescriptorPool::Tables::AddCheckpoint() { in AddCheckpoint() 842 void DescriptorPool::Tables::ClearLastCheckpoint() { in ClearLastCheckpoint() 854 void DescriptorPool::Tables::RollbackToLastCheckpoint() { in RollbackToLastCheckpoint() 887 inline Symbol DescriptorPool::Tables::FindSymbol(StringPiece key) const { in FindSymbol() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | gaussian_distribution_gentables.cc | 69 Tables tables_;
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | ResourceLimits.md | 11 The various implementation dependent limits can be found in Tables 6.18 – 6.20
|
/third_party/python/Doc/library/ |
D | symtable.rst | 21 Generating Symbol Tables 31 Examining Symbol Tables
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | Wasm.h | 139 ArrayRef<wasm::WasmTable> tables() const { return Tables; } in tables() 268 std::vector<wasm::WasmTable> Tables; variable
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/doc/ |
D | FormatTablesAndEmulation.md | 1 # Format Tables and Format Emulation
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
D | CsvTable.java | 39 import com.google.common.collect.Tables; 105 this.table = Tables.newCustomTable( in Builder()
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 300 return g.Tables.GetByKey(id); in TableFindByID() 334 ImGuiTable* table = g.Tables.GetOrAddByKey(id); in BeginTableEx() 342 const int table_idx = g.Tables.GetIndex(table); in BeginTableEx() 1388 g.CurrentTable = temp_data ? g.Tables.GetByIndex(temp_data->TableIndex) : NULL; in EndTable() 1394 outer_window->DC.CurrentTableIdx = g.CurrentTable ? g.Tables.GetIndex(g.CurrentTable) : -1; in EndTable() 3323 for (int i = 0; i != g.Tables.GetMapSize(); i++) in TableSettingsHandler_ClearAll() 3324 if (ImGuiTable* table = g.Tables.TryGetMapData(i)) in TableSettingsHandler_ClearAll() 3333 for (int i = 0; i != g.Tables.GetMapSize(); i++) in TableSettingsHandler_ApplyAll() 3334 if (ImGuiTable* table = g.Tables.TryGetMapData(i)) in TableSettingsHandler_ApplyAll() 3454 int table_idx = g.Tables.GetIndex(table); in TableRemove() [all …]
|
/third_party/openGLES/extensions/OES/ |
D | OES_required_internalformat.txt | 115 of the legal values for <internalformat> in Tables 3.4, 3.4.x, and 3.4.y, 156 RESOLVED, all the values for <internalformat> in Tables 3.4, 3.4.x, and 162 do, they should modify Tables 3.4, 3.4.x, and 3.4.y. If an 406 <internalformat> are listed in Tables 3.4.x and 3.4.y. If 452 specified in Tables 3.4, 3.4.x, 3.4.y. Furthermore, an implementation
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_required_internalformat.txt | 105 of the legal values for <internalformat> in Tables 3.4, 3.4.x, and 3.4.y, 146 RESOLVED, all the values for <internalformat> in Tables 3.4, 3.4.x, and 152 do, they should modify Tables 3.4, 3.4.x, and 3.4.y. If an 396 <internalformat> are listed in Tables 3.4.x and 3.4.y. If 442 specified in Tables 3.4, 3.4.x, 3.4.y. Furthermore, an implementation
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | DOCGUIDE | 253 Tables 256 Tables are used to list values, input, and other fields. The FreeType
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/ |
D | RangeTableTest.java | 34 import com.google.common.collect.Tables; 410 return Tables.immutableCell(RangeSpecification.parse(range), column, Optional.of(value)); in assigned()
|
/third_party/openGLES/extensions/ANDROID/ |
D | ANDROID_extension_pack_es31a.txt | 78 Modifications to Chapter 20 of the OpenGL ES 3.1 Specification (State Tables)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ANDROID/ |
D | ANDROID_extension_pack_es31a.txt | 78 Modifications to Chapter 20 of the OpenGL ES 3.1 Specification (State Tables)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | README.md | 80 - [Format Tables and Emulation](doc/FormatTablesAndEmulation.md)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_pack_subimage.txt | 98 Modifications to Table 6.12 Pixels in section 6.2 State Tables:
|
/third_party/FatFs/documents/ |
D | css_e.css | 60 /* Tables */
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_unpack_subimage.txt | 119 Modifications to Table 6.12 Pixels in section 6.2 State Tables:
|