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

1 2 3 4 5 6 7 8 91011>>

  /packages/providers/TvProvider/src/com/android/providers/tv/util/
SqlParams.java 26 public SqlParams(String tables, String selection, String... selectionArgs) {
27 setTables(tables);
43 public void setTables(String tables) {
44 mTables = tables;
  /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...]
  /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/fonttools/MetaTools/
buildTableList.py 12 "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/chromium_org/third_party/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/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/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_table.js 27 cvox.BrailleTable.TABLE_PATH = 'chromevox/background/braille/tables.json';
31 * Retrieves a list of all available braille tables.
55 * Finds a table in a list of tables by id.
56 * @param {!Array.<cvox.BrailleTable.Table>} tables tables to search in.
60 cvox.BrailleTable.forId = function(tables, id) {
61 return tables.filter(function(table) { return table.id === id })[0] || null;
69 * @param {!Array.<cvox.BrailleTable.Table>} tables tables to search in.
74 cvox.BrailleTable.getUncontracted = function(tables, table)
    [all...]
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_enc.cc 74 bool ReadLongDirectory(Buffer* file, std::vector<Table>* tables,
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 and non-transformed tables that do not hav
212 std::vector<Table> tables; member in namespace:woff2::__anon15505
    [all...]
font.cc 29 std::map<uint32_t, Font::Table>::iterator it = tables.find(tag);
30 return it == tables.end() ? 0 : &it->second;
34 std::map<uint32_t, Font::Table>::const_iterator it = tables.find(tag);
35 return it == tables.end() ? 0 : &it->second;
65 if (font->tables.find(table.tag) != font->tables.end()) {
68 font->tables[table.tag] = table;
71 // Check that tables are non-overlapping.
84 for (const auto& i : font.tables) {
106 for (const auto& i : font.tables) {
    [all...]
  /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/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
svgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
43 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftgxval.c 5 /* FreeType API for validating TrueTyepGX/AAT tables (body). */
40 FT_Bytes tables[FT_VALIDATE_GX_LENGTH],
53 if ( tables == NULL )
64 tables,
  /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
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.push_back(table)
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/
sfnt.py 11 classes, since whenever to number of tables changes or whenever
55 self.tables = {}
59 self.tables[Tag(entry.tag)] = entry
66 return tag in self.tables
71 return self.tables.keys()
75 entry = self.tables[Tag(tag)]
92 del self.tables[Tag(tag)]
127 self.tables = {}
132 if tag in self.tables:
135 entry = self.tables[tag
    [all...]
__init__.py 63 a convenient way of accessing tables.
64 Tables will be only decompiled when necessary, ie. when they're actually
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
789 from . import tables namespace
    [all...]
  /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
92 /// tables; regardless, it will be emitted into the instruction info table
111 /// the LLVM tables to an OperandType for use in the operand specifier.
126 /// string provided in the LLVM tables to an OperandEncoding for use in
201 /// emitDecodePath - Populates the proper fields in the decode tables
204 /// \param tables The DisassemblerTables to populate with the decode
206 void emitDecodePath(DisassemblerTables &tables) const;
211 /// \param tables The DisassemblerTables that the specifier will be added to
    [all...]
  /external/compiler-rt/make/
config.mk 47 COMMON_CXXFLAGS=-std=c++11 -fno-exceptions -fPIC -funwind-tables $(COMMON_INCLUDES)
  /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/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);

Completed in 5381 milliseconds

1 2 3 4 5 6 7 8 91011>>