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

1 2 3 4 5 6 7 8

  /external/skia/legacy/src/ports/
SkFontHost_gamma_none.cpp 18 void SkFontHost::GetGammaTables(const uint8_t* tables[2])
20 tables[0] = NULL;
21 tables[1] = NULL;
SkFontHost_gamma.cpp 11 // 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]) {
104 tables[0] = gBlackGamma;
105 tables[1] = gWhiteGamma;
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataATSUI.mm 61 FourCharCode tables[] = { 'morx', 'mort' };
62 for (size_t i = 0; i < WTF_ARRAY_LENGTH(tables); ++i) {
64 OSStatus status = ATSFontGetTable(fontID, tables[i], 0, 0, 0, &tableSize);
  /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
78 /// The instruction name as listed in the tables
89 /// tables; regardless, it will be emitted into the instruction info table
108 FILTER_STRONG, // instruction has no place in the instruction tables
130 /// the LLVM tables to an OperandType for use in the operand specifier.
151 /// string provided in the LLVM tables to an OperandEncoding for use in
223 /// \param tables The DisassemblerTables to populate with the specifier for
225 void emitInstructionSpecifier(DisassemblerTables &tables);
227 /// emitDecodePath - Populates the proper fields in the decode tables
    [all...]
X86RecognizableInstr.cpp 83 // If rows are added to the opcode extension tables, then corresponding entries
208 RecognizableInstr::RecognizableInstr(DisassemblerTables &tables,
215 Spec = &tables.specForUID(UID);
279 void RecognizableInstr::processInstr(DisassemblerTables &tables,
287 RecognizableInstr recogInstr(tables, insn, uid);
289 recogInstr.emitInstructionSpecifier(tables);
292 recogInstr.emitDecodePath(tables);
516 void RecognizableInstr::emitInstructionSpecifier(DisassemblerTables &tables) {
787 void RecognizableInstr::emitDecodePath(DisassemblerTables &tables) const {
788 // Special cases where the LLVM tables are not complet
    [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/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/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 88 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[t].checkSum = 0
    [all...]
  /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/freetype/include/freetype/
ftgxval.h 5 /* FreeType API for validating TrueTypeGX/AAT tables (specification). */
53 /* An API to validate TrueTypeGX/AAT tables. */
57 /* some TrueTypeGX tables (feat, mort, morx, bsln, just, kern, opbd, */
91 * The number of tables checked in this module. Use it as a parameter
112 * indicate which TrueTypeGX/AAT Type tables should be validated.
146 * Validate all TrueTypeGX tables (feat, mort, morx, bsln, just, kern,
182 * Validate various TrueTypeGX tables to assure that all offsets and
184 * actually does the text layout can access those tables without
192 * A bit field which specifies the tables to be validated. See
196 * The size of the `tables' array. Normally, @FT_VALIDATE_GX_LENGT
    [all...]
  /external/skia/legacy/include/core/
SkFontHost.h 199 /** Return the number of tables in the font
215 (which for most truetype tables is big endian). If the table tag is
241 white (table[1]) gamma tables.
243 static void GetGammaTables(const uint8_t* tables[2]);
  /external/icu4c/data/mappings/
ucmcore.mk 6 # without any mapping tables:
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 2 # Perl script symshift.pl --- shift symbols of different tables into proper
86 reads in a combination of symbol tables with ids in range [0..2^8-1]
96 -pb_strengths <infile> read symbol tables from <file> and shift them into
  /external/webkit/Source/WebCore/css/
makevalues.pl 52 %readonly-tables
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 123 tables = BeautifulSoup(page).findAll("table")
124 return sum([cls._parse_results_table(table) for table in tables], [])
  /external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.cpp 273 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/srtp/
Makefile 107 # generate tables and verify cryptoalgorithm implementations - this
144 # tables_apps are used to generate the tables used in the crypto
148 table_apps = tables/aes_tables
152 # in the tables/ subdirectory, we use libcryptomath instead of libsrtp
154 tables/%: tables/%.c libcryptomath.a
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEComponentTransfer.cpp 168 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]);
  /frameworks/base/telephony/java/com/android/internal/telephony/
GsmAlphabet.java 751 * and extension table (0 for GSM default tables).
758 * @return the septet count for s using the specified language tables, or -1 if any
802 * or null if there are no suitable language tables to encode the string.
806 // Load enabled language tables from config.xml, including any MCC overlays
810 // fast path for common case where no national language shift tables are enabled
839 // Avoid adding default table twice in case 0 is in the list of allowed tables
    [all...]
  /build/core/combo/
HOST_darwin-x86.mk 99 HOST_GLOBAL_CFLAGS += -fPIC -funwind-tables
  /frameworks/wilhelm/tools/hashgen/
Makefile 40 gperf --null-strings --readonly-tables --compare-lengths part23in.gperf > part23in.c
  /packages/inputmethods/LatinIME/native/jni/
Android.mk 83 LOCAL_CFLAGS += -DFLAG_DO_PROFILE -funwind-tables -fno-inline
87 LOCAL_CFLAGS += -DFLAG_DBG -funwind-tables -fno-inline

Completed in 1982 milliseconds

1 2 3 4 5 6 7 8