HomeSort by relevance Sort by last modified time
    Searched refs:tables (Results 1 - 25 of 1167) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det.h 65 // Relatively small tables and relatively fast processing
108 Language DetectLanguage(const DetectionTables* tables,
117 const DetectionTables* tables,
130 const DetectionTables* tables,
151 const DetectionTables* tables,
170 const DetectionTables* tables,
188 const DetectionTables* tables,
compact_lang_det.cc 16 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,
    [all...]
compact_lang_det_impl.h 87 // Relatively small tables and relatively fast processing
108 // Pointers to the actual tables
147 const CompactLangDet::DetectionTables* tables,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Table_Suite.py 1 """Suite Table Suite: Classes for manipulating tables
48 class tables(aetools.ComponentItem): class in inherits:aetools.ComponentItem
49 """tables - """
52 table = tables
71 tables._superclassnames = []
72 tables._privpropdict = {
74 tables._privelemdict = {
90 'ctbl' : tables,
  /external/sfntly/cpp/src/sample/subtly/
stats.cc 44 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/freetype/include/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/freetype/include/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/llvm/utils/TableGen/
X86RecognizableInstr.h 31 /// instruction, as extracted from the LLVM instruction tables. Has methods
32 /// to interpret the information available in the LLVM tables, and to emit the
86 /// The instruction name as listed in the tables
97 /// tables; regardless, it will be emitted into the instruction info table
116 FILTER_STRONG, // instruction has no place in the instruction tables
138 /// the LLVM tables to an OperandType for use in the operand specifier.
159 /// string provided in the LLVM tables to an OperandEncoding for use in
233 /// \param tables The DisassemblerTables to populate with the specifier for
235 void emitInstructionSpecifier(DisassemblerTables &tables);
237 /// emitDecodePath - Populates the proper fields in the decode tables
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTreeBuilder.java 186 private int tables = 0; // table nesting level field in class:HtmlTreeBuilder.TableFixer
200 if (tables > 0) {
203 tables++;
220 if (tables > 0) {
234 if (tables > 0 && element.getType() == HTML.Element.TABLE_TYPE) {
246 X.assertTrue(tables > 0);
247 tables--;
248 state = (tables > 0) ? IN_CELL : NULL;
256 if (tables > 0 &&
264 X.assertTrue(tables == 0)
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTreeBuilder.java 186 private int tables = 0; // table nesting level field in class:HtmlTreeBuilder.TableFixer
200 if (tables > 0) {
203 tables++;
220 if (tables > 0) {
234 if (tables > 0 && element.getType() == HTML.Element.TABLE_TYPE) {
246 X.assertTrue(tables > 0);
247 tables--;
248 state = (tables > 0) ? IN_CELL : NULL;
256 if (tables > 0 &&
264 X.assertTrue(tables == 0)
    [all...]
  /external/chromium_org/third_party/ots/src/
ots.cc 132 // We need to parse GDEF table in advance of parsing GSUB/GPOS tables
144 // TODO(bashi): Support mort, base, and jstf tables.
152 const std::vector<OpenTypeTable>& tables,
212 // Next up is the list of tables.
213 std::vector<OpenTypeTable> tables; local
225 tables.push_back(table);
229 tables, file);
314 // Next up is the list of tables.
315 std::vector<OpenTypeTable> tables; local
335 tables.push_back(table)
    [all...]
woff2.cc 677 // do have a guarantee that the tables are sorted by tag. But the total
679 const Table* FindTable(const std::vector<Table>& tables, uint32_t tag) {
680 size_t n_tables = tables.size();
682 if (tables.at(i).tag == tag) {
683 return &tables.at(i);
689 bool ReconstructTransformed(const std::vector<Table>& tables, uint32_t tag,
693 const Table* glyf_table = FindTable(tables, tag);
694 const Table* loca_table = FindTable(tables, TAG('l', 'o', 'c', 'a'));
711 if (!FindTable(tables, TAG('g', 'l', 'y', 'f'))) {
731 bool FixChecksums(const std::vector<Table>& tables, uint8_t* dst)
    [all...]
  /external/compiler-rt/make/
config.mk 46 COMMON_CXXFLAGS=-fno-exceptions -fPIC -funwind-tables -I${ProjSrcRoot}/lib -I${ProjSrcRoot}/include
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
parsecvs.php 124 $tables = array(); variable
126 $result = wmysql_query("SELECT TABLE_NAME FROM TABLES WHERE `TABLE_SCHEMA` = '$db' AND `TABLE_TYPE` = 'BASE TABLE'");
129 array_push($tables, $row[0]);
133 wmysql_query("OPTIMIZE TABLE " . join($tables, ","));
134 wmysql_query("ANALYZE TABLE " . join($tables, ","));
  /external/chromium_org/third_party/opus/src/
silk_headers.mk 11 silk/tables.h \
  /external/libvorbis/doc/
10-tables.tex 4 \section{Tables} \label{vorbis:spec:tables}
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSQLiteQueryBuilder.java 15 public static String buildQueryString(boolean distinct, String tables,
32 sb.append(tables);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-open-file-private.hh 79 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/
hb-open-file-private.hh 79 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/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeUtilities.cpp 86 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
207 if (dataLength < offsetof(sfntHeader, tables))
212 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
229 unsigned tableOffset = sfnt->tables[i].offset;
230 unsigned tableLength = sfnt->tables[i].length;
235 unsigned tableTag = sfnt->tables[i].tag;
351 if (sfnt->tables[t].tag == 'name')
368 rewrittenSfnt->tables[t].length = nameTableSize;
369 rewrittenSfnt->tables[t].offset = originalDataSize;
395 rewrittenSfnt->tables[t].checkSum = 0
    [all...]
  /external/chromium_org/sandbox/
sandbox_services_headers.target.darwin-x86.mk 47 -funwind-tables \
130 -funwind-tables \
145 -fno-unwind-tables \
146 -fno-asynchronous-unwind-tables
sandbox_services_headers.target.linux-x86.mk 47 -funwind-tables \
130 -funwind-tables \
145 -fno-unwind-tables \
146 -fno-asynchronous-unwind-tables
  /external/chromium_org/testing/
gtest_prod.target.darwin-x86.mk 46 -funwind-tables \
130 -funwind-tables \
149 -fno-unwind-tables \
150 -fno-asynchronous-unwind-tables
gtest_prod.target.linux-x86.mk 46 -funwind-tables \
130 -funwind-tables \
149 -fno-unwind-tables \
150 -fno-asynchronous-unwind-tables
  /external/chromium_org/third_party/npapi/
npapi.target.darwin-x86.mk 46 -funwind-tables \
130 -funwind-tables \
149 -fno-unwind-tables \
150 -fno-asynchronous-unwind-tables

Completed in 924 milliseconds

1 2 3 4 5 6 7 8 91011>>