Searched defs:tables (Results 1 - 13 of 13) sorted by last modified time

/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp1000 QWebElementCollection tables = page.mainFrame()->findAllElements("table"); local
1001 QCOMPARE(tables.count(), 1);
1006 tables[0].render(&painter3);
1025 tables[0].render(&painter, chunkPaintRect);
/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEComponentTransfer.cpp168 unsigned char* tables[] = { rValues, gValues, bValues, aValues }; local
173 (*callEffect[transferFunction[channel].type])(tables[channel], transferFunction[channel]);
182 pixelArray->set(pixelOffset + channel, tables[channel][c]);
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp88 TableDirectoryEntry tables[1]; member in struct:WebCore::sfntHeader
209 if (dataLength < offsetof(sfntHeader, tables))
214 if (dataLength < offsetof(sfntHeader, tables) + sfnt->numTables * sizeof(TableDirectoryEntry))
231 unsigned tableOffset = sfnt->tables[i].offset;
232 unsigned tableLength = sfnt->tables[i].length;
237 unsigned tableTag = sfnt->tables[i].tag;
353 if (sfnt->tables[t].tag == 'name')
370 rewrittenSfnt->tables[t].length = nameTableSize;
371 rewrittenSfnt->tables[t].offset = originalDataSize;
397 rewrittenSfnt->tables[
[all...]
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp273 Vector<String> tables; local
274 if (!SQLiteStatement(*this, query).returnTextResults(0, tables)) {
275 LOG(SQLDatabase, "Unable to retrieve list of tables from database");
279 for (Vector<String>::iterator table = tables.begin(); table != tables.end(); ++table ) {
/external/skia/src/ports/
H A DSkFontHost_gamma.cpp11 // define this to use pre-compiled tables for gamma. This is slightly faster,
17 // define this if you want to spew out the "C" code for the tables, given
35 #else // use writable globals for gamma tables
91 void SkFontHost::GetGammaTables(const uint8_t* tables[2]) { argument
104 tables[0] = gBlackGamma;
105 tables[1] = gWhiteGamma;
H A DSkFontHost_gamma_none.cpp18 void SkFontHost::GetGammaTables(const uint8_t* tables[2]) argument
20 tables[0] = NULL;
21 tables[1] = NULL;
H A DSkFontHost_win.cpp1208 DWORD tables[2] = {kTTCTag, 0}; local
1209 for (int i = 0; i < SK_ARRAY_COUNT(tables); i++) {
1210 size_t bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
1213 bufferSize = GetFontData(hdc, tables[i], 0, NULL, 0);
1217 if (GetFontData(hdc, tables[i], 0, (void*)stream->getMemoryBase(),
/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...]
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp84 // If rows are added to the opcode extension tables, then corresponding entries
208 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables, argument
215 Spec = &tables.specForUID(UID);
279 void RecognizableInstr::processInstr(DisassemblerTables &tables, argument
287 RecognizableInstr recogInstr(tables, insn, uid);
289 recogInstr.emitInstructionSpecifier(tables);
292 recogInstr.emitDecodePath(tables);
530 void RecognizableInstr::emitInstructionSpecifier(DisassemblerTables &tables) {
790 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
791 // Special cases where the LLVM tables ar
[all...]
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/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, ","));

Completed in 378 milliseconds