Searched refs:table (Results 276 - 300 of 1739) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp351 ToCEntry *table; local
429 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
440 /* ToC table does not fit */
505 * Allocate the ToC table and, if necessary, a temporary buffer for
515 * not only the ToC table but also the data items themselves.
523 table=(ToCEntry *)uprv_malloc(itemCount*sizeof(ToCEntry)+length+DEFAULT_PADDING_LENGTH);
524 if(table!=NULL) {
525 outBytes=(uint8_t *)(table+itemCount);
532 table=(ToCEntry *)uprv_malloc(itemCount*sizeof(ToCEntry));
534 if(table
[all...]
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp351 ToCEntry *table; local
429 /* check that the itemCount fits, then the ToC table, then at least the header of the last item */
440 /* ToC table does not fit */
505 * Allocate the ToC table and, if necessary, a temporary buffer for
515 * not only the ToC table but also the data items themselves.
523 table=(ToCEntry *)uprv_malloc(itemCount*sizeof(ToCEntry)+length+DEFAULT_PADDING_LENGTH);
524 if(table!=NULL) {
525 outBytes=(uint8_t *)(table+itemCount);
532 table=(ToCEntry *)uprv_malloc(itemCount*sizeof(ToCEntry));
534 if(table
[all...]
/external/chromium_org/native_client_sdk/src/doc/doxygen/
H A Ddoxy_cleanup.py79 '''Fixes the doxygen table headings.
82 - Using bare <h2> title row instead of row embedded in <tr><td> in table
84 - Splitting up tables into multiple separate tables if a table
85 heading appears in the middle of a table.
88 <table>
92 </table>
96 <table>
98 </table>
111 # Split up tables that have multiple table header (th) rows
114 # Is this a heading in the middle of a table
[all...]
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dhuffman.c41 /* Stores code in table[0], table[step], table[2*step], ..., table[end] */
43 static BROTLI_INLINE void ReplicateValue(HuffmanCode* table, argument
48 table[end] = code;
52 /* Returns the table width of the next 2nd level table. count is the histogram
71 HuffmanCode code; /* current table entry */
72 HuffmanCode* table; /* nex local
[all...]
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttbdf.c51 if ( bdf->table != NULL )
52 FT_FRAME_RELEASE( bdf->table );
75 FT_FRAME_EXTRACT( length, bdf->table ) )
81 bdf->table_end = bdf->table + length;
84 FT_Byte* p = bdf->table;
101 bdf->strings = bdf->table + strings;
105 p = bdf->table + 8;
132 FT_FRAME_RELEASE( bdf->table );
163 p = bdf->table + 8;
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_arm.cpp33 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache(); local
46 uint16_t dstValue = table[src];
79 "ldrh r4, [%[table], r4] \n\t" // load pixel 0 RGB565 from colmap
81 "ldrh r5, [%[table], r5] \n\t" // load pixel 1 RGB565 from colmap
83 "ldrh r6, [%[table], r6] \n\t" // load pixel 2 RGB565 from colmap
85 "ldrh r7, [%[table], r7] \n\t" // load pixel 3 RGB565 from colmap
87 "ldrh r8, [%[table], r8] \n\t" // load pixel 4 RGB565 from colmap
88 "ldrh r9, [%[table], r9] \n\t" // load pixel 5 RGB565 from colmap
89 "ldrh r10, [%[table], r10] \n\t" // load pixel 6 RGB565 from colmap
90 "ldrh r11, [%[table], r1
124 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors(); local
[all...]
H A DSkBitmapProcState_opts_mips_dsp.cpp21 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache(); local
29 uint16_t dstValue = table[src];
71 "pref 0, 16(%[table]) \n\t"
72 "lhx $t0, $t0(%[table]) \n\t"
73 "lhx $t1, $t1(%[table]) \n\t"
74 "lhx $t2, $t2(%[table]) \n\t"
75 "lhx $t3, $t3(%[table]) \n\t"
76 "lhx $t4, $t4(%[table]) \n\t"
77 "lhx $t5, $t5(%[table]) \n\t"
78 "lhx $t6, $t6(%[table]) \
154 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors(); local
[all...]
/external/freetype/src/sfnt/
H A Dttbdf.c51 if ( bdf->table != NULL )
52 FT_FRAME_RELEASE( bdf->table );
75 FT_FRAME_EXTRACT( length, bdf->table ) )
81 bdf->table_end = bdf->table + length;
84 FT_Byte* p = bdf->table;
101 bdf->strings = bdf->table + strings;
105 p = bdf->table + 8;
132 FT_FRAME_RELEASE( bdf->table );
163 p = bdf->table + 8;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inftrees.c22 The code lengths are lens[0..codes-1]. The result starts at *table,
26 -1 is an invalid code, and +1 means that ENOUGH isn't enough. table
28 requested root table index bits, and on return it is the actual root
29 table index bits. It will differ if the request is greater than the
36 code FAR * FAR *table,
43 unsigned root; /* number of index bits for root table */
44 unsigned curr; /* number of index bits for current table */
45 unsigned drop; /* code bits to drop for sub-table */
47 unsigned used; /* code entries in table used */
53 code here; /* table entr
32 inflate_table( codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttbdf.c51 if ( bdf->table != NULL )
52 FT_FRAME_RELEASE( bdf->table );
75 FT_FRAME_EXTRACT( length, bdf->table ) )
81 bdf->table_end = bdf->table + length;
84 FT_Byte* p = bdf->table;
101 bdf->strings = bdf->table + strings;
105 p = bdf->table + 8;
132 FT_FRAME_RELEASE( bdf->table );
163 p = bdf->table + 8;
/external/skia/src/opts/
H A DSkBitmapProcState_opts_arm.cpp32 const uint16_t* SK_RESTRICT table = s.fBitmap->getColorTable()->lock16BitCache(); local
45 uint16_t dstValue = table[src];
78 "ldrh r4, [%[table], r4] \n\t" // load pixel 0 RGB565 from colmap
80 "ldrh r5, [%[table], r5] \n\t" // load pixel 1 RGB565 from colmap
82 "ldrh r6, [%[table], r6] \n\t" // load pixel 2 RGB565 from colmap
84 "ldrh r7, [%[table], r7] \n\t" // load pixel 3 RGB565 from colmap
86 "ldrh r8, [%[table], r8] \n\t" // load pixel 4 RGB565 from colmap
87 "ldrh r9, [%[table], r9] \n\t" // load pixel 5 RGB565 from colmap
88 "ldrh r10, [%[table], r10] \n\t" // load pixel 6 RGB565 from colmap
89 "ldrh r11, [%[table], r1
123 const SkPMColor* SK_RESTRICT table = s.fBitmap->getColorTable()->lockColors(); local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnvmbcs.h56 * (This only works with a utf8Friendly table.)
67 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
83 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
121 * will be able to use the base table and ignore the extension.
123 * The unicodeMask in the static data is part of the base table data structure.
126 * The static data unicodeMask refers only to the base table's properties if
127 * a base table is included.
173 * -- base table name for extension-only table
178 * -- normal base table wit
[all...]
/external/chromium_org/third_party/ots/src/
H A Dname.cc60 Buffer table(data, length);
66 if (!table.ReadU16(&format) || format > 1) {
71 if (!table.ReadU16(&count)) {
76 if (!table.ReadU16(&string_offset) || string_offset > length) {
86 // and any where the offset/length would be outside the table.
92 if (!table.ReadU16(&rec.platform_id) ||
93 !table.ReadU16(&rec.encoding_id) ||
94 !table.ReadU16(&rec.language_id) ||
95 !table.ReadU16(&rec.name_id) ||
96 !table
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/table/
H A Dtable_list.js6 * @fileoverview This extends cr.ui.List for use in the table.
9 cr.define('cr.ui.table', function() {
11 /** @const */ var TableRow = cr.ui.table.TableRow;
15 * Creates a new table list element.
92 var cm = this.table.columnModel;
164 renderFunction_: function(dataItem, table) {
168 var cm = table.columnModel;
169 var listItem = List.prototype.createItem.call(table.list, '');
170 listItem.className = 'table-row';
173 var cell = table
[all...]
/external/icu/icu4c/source/common/
H A Ducnvmbcs.h56 * (This only works with a utf8Friendly table.)
67 * slightly and optionally adds a table for conversion to MBCS (non-SBCS)
83 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
121 * will be able to use the base table and ignore the extension.
123 * The unicodeMask in the static data is part of the base table data structure.
126 * The static data unicodeMask refers only to the base table's properties if
127 * a base table is included.
173 * -- base table name for extension-only table
178 * -- normal base table wit
[all...]
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c298 /* Build a table that maps Unicode values to glyph indices. */
301 PS_Unicodes table,
313 /* we first allocate the table */
314 table->num_maps = 0;
315 table->maps = 0;
317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
325 map = table->maps;
365 /* now compress the table a bit */
366 count = (FT_UInt)( map - table->maps );
371 FT_FREE( table
300 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
398 ps_unicodes_char_index( PS_Unicodes table, FT_UInt32 unicode ) argument
444 ps_unicodes_char_next( PS_Unicodes table, FT_UInt32 *unicode ) argument
[all...]
/external/freetype/src/psnames/
H A Dpsmodule.c298 /* Build a table that maps Unicode values to glyph indices. */
301 PS_Unicodes table,
313 /* we first allocate the table */
314 table->num_maps = 0;
315 table->maps = 0;
317 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
325 map = table->maps;
365 /* now compress the table a bit */
366 count = (FT_UInt)( map - table->maps );
371 FT_FREE( table
300 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
398 ps_unicodes_char_index( PS_Unicodes table, FT_UInt32 unicode ) argument
444 ps_unicodes_char_next( PS_Unicodes table, FT_UInt32 *unicode ) argument
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
H A Dfxft_psmodule.c357 /* Build a table that maps Unicode values to glyph indices. */
360 PS_Unicodes table,
372 /* we first allocate the table */
373 table->num_maps = 0;
374 table->maps = 0;
376 if ( !FT_NEW_ARRAY( table->maps, num_glyphs + EXTRA_GLYPH_LIST_SIZE ) )
384 map = table->maps;
424 /* now compress the table a bit */
425 count = (FT_UInt)( map - table->maps );
430 FT_FREE( table
359 ps_unicodes_init( FT_Memory memory, PS_Unicodes table, FT_UInt num_glyphs, PS_GetGlyphNameFunc get_glyph_name, PS_FreeGlyphNameFunc free_glyph_name, FT_Pointer glyph_data ) argument
457 ps_unicodes_char_index( PS_Unicodes table, FT_UInt32 unicode ) argument
503 ps_unicodes_char_next( PS_Unicodes table, FT_UInt32 *unicode ) argument
[all...]
/external/chromium_org/third_party/icu/source/tools/makeconv/
H A Dgencnvex.c41 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
52 /* toUnicode (state table in ucm->states) */
127 /* write the header and base table name for an extension-only table */
141 /* write the header and the base table name */
292 * the toUnicode table.
294 * for the base toUnicode table but not for the base fromUnicode table.
295 * The table must be sorted.
299 reduceToUMappings(UCMTable *table) { argument
329 getToUnicodeValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
412 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
550 makeToUTable(CnvExtData *extData, UCMTable *table) argument
587 prepareFromUMappings(UCMTable *table) argument
636 getFromUBytesValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
711 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
930 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) argument
1011 makeFromUTable(CnvExtData *extData, UCMTable *table) argument
1057 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData) argument
[all...]
/external/fonttools/Lib/fontTools/
H A Dmerge.py25 assert allowDefault or clazz != DefaultTable, 'Oops, table class not found.'
100 allKeys = set.union(set(), *(vars(table).keys() for table in lst))
112 value = mergeLogic(getattr(table, key, NotImplemented) for table in lst)
334 for i,table in enumerate(tables):
335 for g in table.glyphs.values():
343 g.expand(table)
353 cmapTables = [(t,fontIdx) for fontIdx,table in enumerate(tables) for t in table
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py25 assert allowDefault or clazz != DefaultTable, 'Oops, table class not found.'
100 allKeys = set.union(set(), *(vars(table).keys() for table in lst))
112 value = mergeLogic(getattr(table, key, NotImplemented) for table in lst)
334 for i,table in enumerate(tables):
335 for g in table.glyphs.values():
343 g.expand(table)
353 cmapTables = [(t,fontIdx) for fontIdx,table in enumerate(tables) for t in table
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgencnvex.c41 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
52 /* toUnicode (state table in ucm->states) */
127 /* write the header and base table name for an extension-only table */
141 /* write the header and the base table name */
292 * the toUnicode table.
294 * for the base toUnicode table but not for the base fromUnicode table.
295 * The table must be sorted.
299 reduceToUMappings(UCMTable *table) { argument
329 getToUnicodeValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
412 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
550 makeToUTable(CnvExtData *extData, UCMTable *table) argument
587 prepareFromUMappings(UCMTable *table) argument
636 getFromUBytesValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
711 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
930 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) argument
1011 makeFromUTable(CnvExtData *extData, UCMTable *table) argument
1057 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData) argument
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dreset_profile_settings_overlay.css29 #feedback-template table {
30 table-layout: fixed;
34 #feedback-template table td {
/external/chromium_org/chrome/browser/resources/print_preview/settings/advanced_settings/
H A Dadvanced_settings_item.css7 display: table-row;
17 display: table-cell;
36 display: table-cell;
/external/chromium_org/chromeos/network/
H A Dnetwork_ui_data.cc34 // Converts |enum_value| to the corresponding string according to |table|. If no
35 // enum value of the table matches (which can only occur if incorrect casting
38 std::string EnumToString(const StringEnumEntry<Enum>(& table)[N],
41 if (table[i].enum_value == enum_value)
42 return table[i].string;
47 // Converts |str| to the corresponding enum value according to |table|. If no
48 // string of the table matches, returns |fallback| instead.
50 Enum StringToEnum(const StringEnumEntry<Enum>(& table)[N],
54 if (table[i].string == str)
55 return table[
[all...]

Completed in 2588 milliseconds

<<11121314151617181920>>