/external/chromium_org/third_party/ots/src/ |
vdmx.cc | 16 Buffer table(data, length); 20 if (!table.ReadU16(&vdmx->version) || 21 !table.ReadU16(&vdmx->num_recs) || 22 !table.ReadU16(&vdmx->num_ratios)) { 36 if (!table.ReadU8(&rec.charset) || 37 !table.ReadU8(&rec.x_ratio) || 38 !table.ReadU8(&rec.y_start_ratio) || 39 !table.ReadU8(&rec.y_end_ratio)) { 56 // if present, this must be the last Ratio group in the table. 71 const size_t current_offset = table.offset() [all...] |
/external/chromium_org/third_party/skia/include/effects/ |
SkTableColorFilter.h | 10 * Create a table colorfilter, copying the table into the filter, and 12 * a' = table[a]; 13 * r' = table[r]; 14 * g' = table[g]; 15 * b' = table[b]; 18 * the table is applied, and then the result is remultiplied. 20 static SkColorFilter* Create(const uint8_t table[256]); 23 * Create a table colorfilter, with a different table for eac [all...] |
/external/e2fsprogs/lib/et/ |
error_table.h | 19 const struct error_table *table; member in struct:et_list 23 #define ERRCODE_RANGE 8 /* # of bits to shift table number */
|
/external/e2fsprogs/lib/et/test_cases/ |
continuation.c | 22 const struct error_table * table; member in struct:et_list 43 if (et->table->msgs == text) 47 if (!link.table) 52 et->table = &et_ovk_error_table;
|
heimdal3.c | 23 const struct error_table * table; member in struct:et_list 44 if (et->table->msgs == text) 48 if (!link.table) 53 et->table = &et_h3test_error_table;
|
/external/elfutils/0.153/libebl/ |
eblcorenote.c | 86 #define ITEMS(type, table) \ 88 *items = table; \ 89 *nitems = sizeof table / sizeof table[0]; \
|
/external/freetype/src/sfnt/ |
ttpost.c | 5 /* Postcript name table processing for TrueType and OpenType fonts */ 21 /* The post table is not completely loaded by the core engine. This */ 62 /* table of Mac names. Thus, it is possible to build a version of */ 173 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 174 /* than the value in the maxp table (cf. cyberbit.ttf). */ 177 /* in this table, so the test for this threshold has been dropped. */ 200 /* compute number of names stored in table */ 239 FT_TRACE6(( "load_format_20: %d byte left in post table\n", 251 " truncating at end of post table (%d byte left)\n", 266 " all entries in post table are already parsed, 279 TT_Post_20 table = &face->postscript_names.names.format_20; local 356 TT_Post_25 table = &face->postscript_names.names.format_25; local 428 TT_Post_20 table = &names->names.format_20; local 443 TT_Post_25 table = &names->names.format_25; local 516 TT_Post_20 table = &names->names.format_20; local 539 TT_Post_25 table = &names->names.format_25; local [all...] |
/external/icu/icu4c/source/i18n/ |
collationfastlatin.cpp | 28 const uint16_t *table = data->fastLatinTable; local 29 if(table == NULL) { return -1; } 40 int32_t headerLength = *table & 0xff; 42 if(i <= 0 || v1 > (table[i] & 0x7f)) { 45 while(i > 1 && v1 <= (table[i - 1] & 0x7f)) { --i; } 46 // In the table header, the miniVarTop is in bits 15..7, with 4 zero bits 19..16 implied. 48 miniVarTop = (table[i] & 0xff80) >> 4; 69 table += (table[0] & 0xff); // skip the header 71 uint32_t p = table[c] [all...] |
/external/libsepol/include/sepol/policydb/ |
symtab.h | 7 * A symbol table (symtab) maintains associations between symbol 9 * is arbitrary. The symbol table type is implemented 10 * using the hash table type (hashtab). 30 hashtab_t table; /* hash table (keyed on a string) */ member in struct:__anon28447 31 uint32_t nprim; /* number of primary names in table */
|
/external/libsepol/src/ |
symtab.c | 7 * Implementation of the symbol table type. 42 s->table = hashtab_create(symhash, symcmp, size); 43 if (!s->table) 53 if (s->table) 54 hashtab_destroy(s->table);
|
/external/mesa3d/src/mesa/main/ |
colortab.h | 41 const GLvoid *table ); 46 const GLvoid *table ); 56 const GLvoid *table ) 64 const GLvoid *table )
|
format_pack.c | 1679 static gl_pack_ubyte_rgba_func table[MESA_FORMAT_COUNT]; local 1824 static gl_pack_float_rgba_func table[MESA_FORMAT_COUNT]; local 1963 static pack_float_rgba_row_func table[MESA_FORMAT_COUNT]; local 1996 static pack_ubyte_rgba_row_func table[MESA_FORMAT_COUNT]; local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/ |
ttpost.c | 5 /* Postcript name table processing for TrueType and OpenType fonts */ 21 /* The post table is not completely loaded by the core engine. This */ 62 /* table of Mac names. Thus, it is possible to build a version of */ 173 /* UNDOCUMENTED! The number of glyphs in this table can be smaller */ 174 /* than the value in the maxp table (cf. cyberbit.ttf). */ 177 /* in this table, so the test for this threshold has been dropped. */ 200 /* compute number of names stored in table */ 239 FT_TRACE6(( "load_format_20: %d byte left in post table\n", 251 " truncating at end of post table (%d byte left)\n", 266 " all entries in post table are already parsed, 279 TT_Post_20 table = &face->postscript_names.names.format_20; local 356 TT_Post_25 table = &face->postscript_names.names.format_25; local 428 TT_Post_20 table = &names->names.format_20; local 443 TT_Post_25 table = &names->names.format_25; local 516 TT_Post_20 table = &names->names.format_20; local 539 TT_Post_25 table = &names->names.format_25; local [all...] |
/external/skia/include/effects/ |
SkTableColorFilter.h | 10 * Create a table colorfilter, copying the table into the filter, and 12 * a' = table[a]; 13 * r' = table[r]; 14 * g' = table[g]; 15 * b' = table[b]; 18 * the table is applied, and then the result is remultiplied. 20 static SkColorFilter* Create(const uint8_t table[256]); 23 * Create a table colorfilter, with a different table for eac [all...] |
/frameworks/rs/cpu_ref/linkloader/include/ |
ELFSectionSymTab.h | 33 std::vector<ELFSymbolTy *> table; member in class:ELFSectionSymTab 49 return table.size(); 53 return table[index]; 57 return table[index];
|
/external/srec/srec/cfront/ |
log_tabl.c | 54 for (ii = 0; ii < num_bits; ii++) /* one less than the table size in 63 logtab->table = logtab__table; 65 int* table = (int *) CALLOC(logtab->size + 1, sizeof(int), "cfront.logtable"); local 66 logtab->table = table; 73 table[ii] = (int)(val + 0.5); 75 log_report("log table: %d %d\n", ii, table[ii]); 77 PRINT_SOME_CODE(" %i,", table[ii]); 103 (int)((shift) *(logtab->shift) + logtab->table[operand])) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
format_pack.c | 1679 static gl_pack_ubyte_rgba_func table[MESA_FORMAT_COUNT]; local 1824 static gl_pack_float_rgba_func table[MESA_FORMAT_COUNT]; local 1963 static pack_float_rgba_row_func table[MESA_FORMAT_COUNT]; local 1996 static pack_ubyte_rgba_row_func table[MESA_FORMAT_COUNT]; local [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout7.java | 41 final TableLayout table = (TableLayout) findViewById(R.id.menu); local 46 table.setColumnCollapsed(2, mShortcutsCollapsed); 53 table.setColumnCollapsed(0, mCheckmarksCollapsed); 57 mCheckmarksCollapsed = table.isColumnCollapsed(0); 58 mShortcutsCollapsed = table.isColumnCollapsed(2); 60 appendRow(table); 63 private void appendRow(TableLayout table) { 78 table.addView(row, new TableLayout.LayoutParams());
|
TableLayout8.java | 40 final TableLayout table = (TableLayout) findViewById(R.id.menu); local 45 table.setColumnStretchable(1, mStretch); 49 mStretch = table.isColumnStretchable(1); 51 appendRow(table); 54 private void appendRow(TableLayout table) { 69 table.addView(row, new TableLayout.LayoutParams());
|
/external/guava/guava-tests/test/com/google/common/collect/ |
HashBasedTableTest.java | 32 @Override protected Table<String, Integer, Character> create( 34 Table<String, Integer, Character> table = HashBasedTable.create(); local 35 table.put("foo", 4, 'a'); 36 table.put("cat", 1, 'b'); 37 table.clear(); 38 populate(table, data); 39 return table; 43 Table<String, Integer, Character> table1 = HashBasedTable.create(100, 20); 47 Table<String, Integer, Character> table2 = HashBasedTable.create(100, 0) [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
SelectionBuilder.java | 99 public Cursor query(SQLiteDatabase db, String table, String[] columns, String orderBy) { 100 return query(db, table, columns, null, null, orderBy, null); 106 public Cursor query(SQLiteDatabase db, String table, String[] columns, String groupBy, 108 return db.query(table, columns, getSelection(), getSelectionArgs(), groupBy, having, 115 public int update(SQLiteDatabase db, String table, ContentValues values) { 116 return db.update(table, values, getSelection(), getSelectionArgs()); 122 public int delete(SQLiteDatabase db, String table) { 123 return db.delete(table, getSelection(), getSelectionArgs());
|
/system/core/fastbootd/ |
vendor_trigger_default.c | 50 int trigger_gpt_layout(struct GPT_content *table) { 51 KLOG_DEBUG("fastbootd", "%s: %p", __func__, table);
|
/external/chromium_org/chrome/browser/resources/suggestions_internals/ |
suggestions_internals.css | 5 .suggestions-debug-table { 10 .suggestions-debug-table th { 14 .suggestions-debug-table td {
|
/external/chromium_org/third_party/freetype/src/autofit/ |
afangles.c | 141 /* the following table has been automatically generated with */ 248 FT_Pos* table ) 258 if ( table[j] >= table[j - 1] ) 261 swap = table[j]; 262 table[j] = table[j - 1]; 263 table[j - 1] = swap; 271 AF_Width table, 289 if ( table[j].org >= table[j - 1].org [all...] |
/external/freetype/src/autofit/ |
afangles.c | 141 /* the following table has been automatically generated with */ 248 FT_Pos* table ) 258 if ( table[j] >= table[j - 1] ) 261 swap = table[j]; 262 table[j] = table[j - 1]; 263 table[j - 1] = swap; 271 AF_Width table, 289 if ( table[j].org >= table[j - 1].org [all...] |