Home
last modified time | relevance | path

Searched refs:Tables (Results 1 – 25 of 136) sorted by relevance

123456

/third_party/typescript/scripts/
Dword.d.ts57 export interface Tables extends Collection<Table> { interface
63 tables: Tables;
/third_party/skia/src/effects/
DSkTableColorFilter.cpp55 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/
Dgaussian_distribution.cc10 const gaussian_distribution_base::Tables
Dgaussian_distribution.h74 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/
DMipsGenExegesis.inc3 |* Exegesis Tables *|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenExegesis.inc3 |* Exegesis Tables *|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenExegesis.inc3 |* Exegesis Tables *|
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc504 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/
Dgaussian_distribution_gentables.cc69 Tables tables_;
/third_party/skia/third_party/externals/angle2/doc/
DResourceLimits.md11 The various implementation dependent limits can be found in Tables 6.18 – 6.20
/third_party/python/Doc/library/
Dsymtable.rst21 Generating Symbol Tables
31 Examining Symbol Tables
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DWasm.h139 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/
DFormatTablesAndEmulation.md1 # Format Tables and Format Emulation
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
DCsvTable.java39 import com.google.common.collect.Tables;
105 this.table = Tables.newCustomTable( in Builder()
/third_party/skia/third_party/externals/imgui/
Dimgui_tables.cpp300 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/
DOES_required_internalformat.txt115 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/
DOES_required_internalformat.txt105 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/
DDOCGUIDE253 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/
DRangeTableTest.java34 import com.google.common.collect.Tables;
410 return Tables.immutableCell(RangeSpecification.parse(range), column, Optional.of(value)); in assigned()
/third_party/openGLES/extensions/ANDROID/
DANDROID_extension_pack_es31a.txt78 Modifications to Chapter 20 of the OpenGL ES 3.1 Specification (State Tables)
/third_party/skia/third_party/externals/opengl-registry/extensions/ANDROID/
DANDROID_extension_pack_es31a.txt78 Modifications to Chapter 20 of the OpenGL ES 3.1 Specification (State Tables)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DREADME.md80 - [Format Tables and Emulation](doc/FormatTablesAndEmulation.md)
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_pack_subimage.txt98 Modifications to Table 6.12 Pixels in section 6.2 State Tables:
/third_party/FatFs/documents/
Dcss_e.css60 /* Tables */
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_unpack_subimage.txt119 Modifications to Table 6.12 Pixels in section 6.2 State Tables:

123456