Home
last modified time | relevance | path

Searched refs:table_builder (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/lib/io/
DBUILD26 "table_builder.cc",
32 "table_builder.h",
324 "table_builder.cc",
325 "table_builder.h",
356 "table_builder.h",
401 "table_builder.h",
/external/fonttools/Tests/colorLib/
Dtable_builder_test.py3 from fontTools.colorLib.table_builder import TableBuilder
Dbuilder_test.py6 from fontTools.colorLib.table_builder import TableBuilder
/external/sfntly/cpp/src/sfntly/table/truetype/
Dglyph_table.cc296 GlyphTable::Builder* table_builder, in GetBuilder() argument
298 return GetBuilder(table_builder, data, 0, data->Length()); in GetBuilder()
303 GlyphTable::Builder* table_builder, in GetBuilder() argument
307 UNREFERENCED_PARAMETER(table_builder); in GetBuilder()
Dglyph_table.h60 GetBuilder(GlyphTable::Builder* table_builder,
63 GetBuilder(GlyphTable::Builder* table_builder,
/external/fonttools/Lib/fontTools/colorLib/
Dunbuilder.py2 from .table_builder import TableUnbuilder
Dbuilder.py38 from .table_builder import (
/external/sfntly/cpp/src/sfntly/
Dfont.cc248 for (TableBuilderMap::iterator table_builder = table_builders_.begin(), in ReadyToBuild() local
250 table_builder != table_builder_end; in ReadyToBuild()
251 ++table_builder) { in ReadyToBuild()
252 if (!table_builder->second->ReadyToBuild()) in ReadyToBuild()
/external/tensorflow/tensorflow/core/lib/hash/
DBUILD18 # tensorflow/core/lib/io/table_builder.cc uses crc functionality