Searched defs:tables (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.h45 std::map<uint32_t, Table> tables; member in struct:woff2::Font
H A Dwoff2_enc.cc74 bool ReadLongDirectory(Buffer* file, std::vector<Table>* tables, argument
77 Table* table = &(*tables)[i];
117 size_t ComputeWoff2Length(const std::vector<Table>& tables) {
119 for (const auto& table : tables) {
122 for (const auto& table : tables) {
129 size_t ComputeTTFLength(const std::vector<Table>& tables) {
130 size_t size = 12 + 16 * tables.size(); // sfnt header
131 for (const auto& table : tables) {
139 for (const auto& i : font.tables) {
142 // Count transformed tables an
212 std::vector<Table> tables; member in namespace:woff2::__anon10885
[all...]
H A Dwoff2_dec.cc585 // do have a guarantee that the tables are sorted by tag. But the total
587 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { argument
588 size_t n_tables = tables.size();
590 if (tables[i].tag == tag) {
591 return &tables[i];
597 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, argument
601 const Table* glyf_table = FindTable(tables, tag);
602 const Table* loca_table = FindTable(tables, kLocaTableTag);
619 if (!FindTable(tables, kGlyfTableTag)) {
639 bool FixChecksums(const std::vector<Table>& tables, uint8_ argument
675 ReadShortDirectory(Buffer* file, std::vector<Table>* tables, size_t num_tables) argument
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
H A Dstats.cc44 const TableMap* tables = font->GetTableMap(); local
45 for (TableMap::const_iterator it = tables->begin(),
46 e = tables->end(); it != e; ++it) {
72 const TableMap* tables = font->GetTableMap(); local
73 for (TableMap::const_iterator it = tables->begin(),
74 e = tables->end(); it != e; ++it) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
H A Dparsecvs.php124 $tables = array(); variable
129 array_push($tables, $row[0]);
133 wmysql_query("OPTIMIZE TABLE " . join($tables, ","));
134 wmysql_query("ANALYZE TABLE " . join($tables, ","));
/external/fonttools/MetaTools/
H A DbuildTableList.py12 "Lib", "fontTools", "ttLib", "tables")
18 tables = [] variable
26 tables.append(tag.strip())
29 tables.sort()
36 file.write('\t"""Dummy function to let modulefinder know what tables may be\n')
53 doc = doc[:beginPos] + ", ".join(tables[:-1]) + " and " + tables[-1] + "\n" + doc[endPos:]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowSQLiteQueryBuilder.java15 public static String buildQueryString(boolean distinct, String tables, argument
32 sb.append(tables);
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc44 const TableMap* tables = font->GetTableMap(); local
45 for (TableMap::const_iterator it = tables->begin(),
46 e = tables->end(); it != e; ++it) {
72 const TableMap* tables = font->GetTableMap(); local
73 for (TableMap::const_iterator it = tables->begin(),
74 e = tables->end(); it != e; ++it) {
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dcompact_lang_det.cc16 const DetectionTables* tables,
33 tables,
57 const DetectionTables* tables,
74 tables,
99 const DetectionTables* tables,
116 tables,
144 const DetectionTables* tables,
161 tables,
186 const DetectionTables* tables,
203 tables,
15 DetectLanguage( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, bool* is_reliable) argument
56 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
98 DetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
143 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
185 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, int* text_bytes, bool* is_reliable) argument
227 ExtDetectLanguageSummary( const DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
[all...]
H A Dcompact_lang_det_impl.cc28 // Linker supplies the right tables
2095 const CompactLangDet::DetectionTables* tables,
2110 if (!tables) {
2115 tables = &default_cld_tables;
2238 tables,
2287 ScoreUnigrams(tables->unigram_obj,
2324 ScoreQuadgrams(tables->quadgram_obj, &scriptspan, &tote_grams[tote_num],
2523 tables,
2548 tables,
2094 DetectLanguageSummaryV25( const CompactLangDet::DetectionTables* tables, const char* buffer, int buffer_length, bool is_plain_text, const char* tld_hint, int encoding_hint, Language language_hint, bool allow_extended_lang, int flags, Language plus_one, Language* language3, int* percent3, double* normalized_score3, int* text_bytes, bool* is_reliable) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComponentTransfer.cpp220 unsigned char* tables[] = { rValues, gValues, bValues, aValues }; local
226 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-file-private.hh79 return tables[i];
88 if (t == tables[i].tag)
107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
112 USHORT numTables; /* Number of tables. */
116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member in struct:OT::OffsetTable
118 DEFINE_SIZE_ARRAY (12, tables);
/external/harfbuzz_ng/src/
H A Dhb-open-file-private.hh79 return tables[i];
88 if (t == tables[i].tag)
107 return TRACE_RETURN (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
112 USHORT numTables; /* Number of tables. */
116 TableRecord tables[VAR]; /* TableRecord entries. numTables items */ member in struct:OT::OffsetTable
118 DEFINE_SIZE_ARRAY (12, tables);
/external/javasqlite/src/main/java/SQLite/
H A DShell.java349 pw.println(".tables ?PATTERN? List table names");
377 if (cmd.compareTo(".tables") == 0) {
603 * tables of the current database and output create SQL statements
610 DBDump(Shell s, String tables[]) { argument
613 if (tables == null || tables.length == 0) {
624 for (int i = 0; i < tables.length; i++) {
625 arg[0] = tables[i];
/external/chromium_org/webkit/browser/quota/
H A Dquota_database.cc515 const TableSchema* tables, size_t tables_size,
527 sql += tables[i].table_name;
528 sql += tables[i].columns;
511 CreateSchema( sql::Connection* database, sql::MetaTable* meta_table, int schema_version, int compatible_version, const TableSchema* tables, size_t tables_size, const IndexSchema* indexes, size_t indexes_size) argument
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py63 a convenient way of accessing tables.
111 tables. For SING glyphlets, the cmap table is used to specify Unicode
119 individual tables during decompilation will be ignored, falling
133 self.tables = {}
225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True,
230 The 'tables' argument must either be false (dump all tables) or a
231 list of tables to dump. The 'skipTables' argument may be a list of tables
232 to skip, but only when the 'tables' argumen
789 from . import tables namespace
[all...]
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py63 a convenient way of accessing tables.
111 tables. For SING glyphlets, the cmap table is used to specify Unicode
119 individual tables during decompilation will be ignored, falling
133 self.tables = {}
225 tables=None, skipTables=None, splitTables=False, disassembleInstructions=True,
230 The 'tables' argument must either be false (dump all tables) or a
231 list of tables to dump. The 'skipTables' argument may be a list of tables
232 to skip, but only when the 'tables' argumen
789 from . import tables namespace
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeUtilities.cpp68 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
154 if (sfnt->tables[t].tag == 'name')
171 rewrittenSfnt->tables[t].length = nameTableSize;
172 rewrittenSfnt->tables[t].offset = originalDataSize;
198 rewrittenSfnt->tables[t].checkSum = 0;
200 rewrittenSfnt->tables[t].checkSum = rewrittenSfnt->tables[t].checkSum + reinterpret_cast<BigEndianULong*>(name)[i];
/external/chromium_org/third_party/ots/src/
H A Dots.cc132 // We need to parse GDEF table in advance of parsing GSUB/GPOS tables
146 // TODO(bashi): Support mort, base, and jstf tables.
154 const std::vector<OpenTypeTable>& tables,
214 // Next up is the list of tables.
215 std::vector<OpenTypeTable> tables; local
227 tables.push_back(table);
231 tables, file);
316 // Next up is the list of tables.
317 std::vector<OpenTypeTable> tables; local
337 tables
411 ProcessGeneric(ots::OpenTypeFile *header, uint32_t signature, ots::OTSStream *output, const uint8_t *data, size_t length, const std::vector<OpenTypeTable>& tables, ots::Buffer& file) argument
[all...]
H A Dwoff2.cc695 // do have a guarantee that the tables are sorted by tag. But the total
697 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) { argument
698 size_t n_tables = tables.size();
700 if (tables.at(i).tag == tag) {
701 return &tables.at(i);
707 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag, argument
711 const Table* glyf_table = FindTable(tables, tag);
712 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a'));
729 if (!FindTable(tables, TAG('g', 'l', 'y', 'f'))) {
749 bool FixChecksums(const std::vector<Table>& tables, uint8_ argument
800 ReadShortDirectory(ots::Buffer* file, std::vector<Table>* tables, size_t num_tables) argument
[all...]
/external/freetype/src/sfnt/
H A Dsfobjs.c415 WOFF_Table tables = NULL; local
505 /* tag value, the tables themselves are not. We thus have to */
508 if ( FT_NEW_ARRAY( tables, woff.num_tables ) ||
521 WOFF_Table table = tables + nn;
630 /* Write the tables. */
634 WOFF_Table table = tables + nn;
708 FT_FREE( tables );
981 /* Load tables */
990 /* vertical metrics tables (i.e. `hhea' and `vhea' tables ar
[all...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp174 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, argument
181 Spec = &tables.specForUID(UID);
247 void RecognizableInstr::processInstr(DisassemblerTables &tables, argument
255 RecognizableInstr recogInstr(tables, insn, uid);
259 recogInstr.emitDecodePath(tables);
781 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
782 // Special cases where the LLVM tables are not complete
855 tables.setTableFields(opcodeType,
861 tables.setTableFields(opcodeType,
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp1430 CFX_ByteString tables = _FPDF_ReadStringFromFile(pFile, nTables * 16); local
1431 CFX_ByteString names = _FPDF_LoadTableFromTT(pFile, tables, nTables, 0x6e616d65);
1447 pInfo->m_FontTables = tables;
1451 CFX_ByteString os2 = _FPDF_LoadTableFromTT(pFile, tables, nTables, 0x4f532f32);
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc328 // Record the current state of the tables to the stack of checkpoints.
334 // the tables.
403 // These add items to the corresponding tables. They return false if
440 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool.
448 explicit CheckPoint(const Tables* tables) argument
449 : strings_before_checkpoint(tables->strings_.size()),
450 messages_before_checkpoint(tables->messages_.size()),
451 file_tables_before_checkpoint(tables->file_tables_.size()),
452 allocations_before_checkpoint(tables->allocations_.size()),
454 tables
2526 DescriptorBuilder( const DescriptorPool* pool, DescriptorPool::Tables* tables, DescriptorPool::ErrorCollector* error_collector) argument
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc312 // Checkpoint the state of the tables. Future calls to Rollback() will
315 // descriptors have already been added to the tables. BuildFile() calls
362 // These add items to the corresponding tables. They return false if
399 vector<FileDescriptorTables*> file_tables_; // All file tables in the pool.
419 // Contains tables specific to a particular file. These tables are not
460 // These add items to the corresponding tables. They return false if
1838 DescriptorPool::Tables* tables,
2205 DescriptorPool::Tables* tables,
2208 tables_(tables),
2203 DescriptorBuilder( const DescriptorPool* pool, DescriptorPool::Tables* tables, DescriptorPool::ErrorCollector* error_collector) argument
[all...]

Completed in 2048 milliseconds

12