Searched refs:table (Results 126 - 150 of 1739) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_background.js94 // First, see if we have a braille table set previously.
96 var table = cvox.BrailleTable.forId(tables, localStorage['brailleTable']);
97 if (!table) {
98 // Match table against current locale.
102 var firstPass = tables.filter(function(table) {
103 return table.locale.split(/[_-]/)[0] == major;
106 table = firstPass[0];
108 var secondPass = firstPass.filter(function(table) {
109 return table.locale.split(/[_-]/)[1] == minor;
112 table
[all...]
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalyze_slices.js15 var table = results.appendTable('analysis-slice-table', 2);
17 results.appendTableHeader(table, 'Selected slice:');
18 results.appendSummaryRow(table, 'Title', slice.title);
21 results.appendSummaryRow(table, 'Category', slice.category);
23 results.appendSummaryRowTime(table, 'Start', slice.start);
24 results.appendSummaryRowTime(table, 'Duration', slice.duration);
28 table, 'Duration (U)', slice.durationInUserTime);
36 results.appendSummaryRow(table, 'Args');
40 results.appendSummaryRow(table, ' '
[all...]
H A Danalyze_counters.js19 var table = results.appendTable('analysis-counter-table', 2);
20 results.appendTableHeader(table, 'Selected counter:');
21 results.appendSummaryRow(table, 'Title', ctr.name);
23 table, 'Timestamp', ctr.timestamps[sampleIndex]);
26 results.appendSummaryRow(table, ctr.getSeries(i).name, values[i]);
38 var table = results.appendTable('analysis-counter-table', 2);
39 results.appendTableHeader(table, 'Counters:');
55 table,
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/
H A Djquery.tablesorter.min.js3 function(){var parsers=[],widgets=[];this.defaults={cssHeader:"header",cssAsc:"headerSortUp",cssDesc:"headerSortDown",cssChildRow:"expand-child",sortInitialOrder:"asc",sortMultiSortKey:"shiftKey",sortForce:null,sortAppend:null,sortLocaleCompare:true,textExtraction:"simple",parsers:{},widgets:[],widgetZebra:{css:["even","odd"]},headers:{},widthFixed:false,cancelSelection:true,sortList:[],headerList:[],dateFormat:"us",decimal:'/\.|\,/g',onRenderHeader:null,selectorHeaders:'thead th',debug:false};function benchmark(s,d){log(s+","+(new Date().getTime()-d.getTime())+"ms");}this.benchmark=benchmark;function log(s){if(typeof console!="undefined"&&typeof console.debug!="undefined"){console.log(s);}else{alert(s);}}function buildParserCache(table,$headers){if(table.config.debug){var parsersDebug="";}if(table.tBodies.length==0)return;var rows=table.tBodies[0].rows;if(rows[0]){var list=[],cells=rows[0].cells,l=cells.length;for(var i=0;i<l;i++){var p=false;if($.metadata&&($($headers[i]).metadata()&&$($headers[i]).metadata().sorter)){p=getParserById($($headers[i]).metadata().sorter);}else if((table.config.headers[i]&&table.config.headers[i].sorter)){p=getParserById(table.config.headers[i].sorter);}if(!p){p=detectParserForColumn(table,rows,-1,i);}if(table.config.debug){parsersDebug+="column:"+i+" parser:"+p.id+"\n";}list.push(p);}}if(table
[all...]
/external/chromium_org/chrome/browser/resources/user_actions/
H A Duser_actions.js19 * Appends a row to the output table listing the user action observed
24 var table = $('user-actions-table');
32 table.appendChild(tr);
/external/chromium_org/ppapi/thunk/
H A Dppb_flash_font_file_api.h17 virtual PP_Bool GetFontTable(uint32_t table,
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttpost.c5 /* 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 ar
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/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dcolortab.h41 const GLvoid *table );
46 const GLvoid *table );
56 const GLvoid *table )
64 const GLvoid *table )
H A Dformat_pack.c1679 static gl_pack_ubyte_rgba_func table[MESA_FORMAT_COUNT]; local
1683 memset(table, 0, sizeof(table));
1685 table[MESA_FORMAT_NONE] = NULL;
1687 table[MESA_FORMAT_RGBA8888] = pack_ubyte_RGBA8888;
1688 table[MESA_FORMAT_RGBA8888_REV] = pack_ubyte_RGBA8888_REV;
1689 table[MESA_FORMAT_ARGB8888] = pack_ubyte_ARGB8888;
1690 table[MESA_FORMAT_ARGB8888_REV] = pack_ubyte_ARGB8888_REV;
1691 table[MESA_FORMAT_RGBX8888] = pack_ubyte_RGBA8888; /* reused */
1692 table[MESA_FORMAT_RGBX8888_RE
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/chromium_org/third_party/ots/src/
H A Dvdmx.cc16 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
[all...]
/external/e2fsprogs/lib/et/
H A Derror_table.h19 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/
H A Dcontinuation.c22 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;
H A Dheimdal3.c23 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/
H A Deblcorenote.c86 #define ITEMS(type, table) \
88 *items = table; \
89 *nitems = sizeof table / sizeof table[0]; \
/external/freetype/src/sfnt/
H A Dttpost.c5 /* 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 ar
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/
H A Dcollationfastlatin.cpp28 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[
91 compareUTF16(const uint16_t *table, const uint16_t *primaries, int32_t options, const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength) argument
431 compareUTF8(const uint16_t *table, const uint16_t *primaries, int32_t options, const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength) argument
783 lookup(const uint16_t *table, UChar32 c) argument
797 lookupUTF8(const uint16_t *table, UChar32 c, const uint8_t *s8, int32_t &sIndex, int32_t sLength) argument
820 lookupUTF8Unsafe(const uint16_t *table, UChar32 c, const uint8_t *s8, int32_t &sIndex) argument
840 nextPair(const uint16_t *table, UChar32 c, uint32_t ce, const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) argument
[all...]
/external/libsepol/include/sepol/policydb/
H A Dsymtab.h7 * 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:__anon24645
31 uint32_t nprim; /* number of primary names in table */
/external/libsepol/src/
H A Dsymtab.c7 * 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/
H A Dcolortab.h41 const GLvoid *table );
46 const GLvoid *table );
56 const GLvoid *table )
64 const GLvoid *table )
H A Dformat_pack.c1679 static gl_pack_ubyte_rgba_func table[MESA_FORMAT_COUNT]; local
1683 memset(table, 0, sizeof(table));
1685 table[MESA_FORMAT_NONE] = NULL;
1687 table[MESA_FORMAT_RGBA8888] = pack_ubyte_RGBA8888;
1688 table[MESA_FORMAT_RGBA8888_REV] = pack_ubyte_RGBA8888_REV;
1689 table[MESA_FORMAT_ARGB8888] = pack_ubyte_ARGB8888;
1690 table[MESA_FORMAT_ARGB8888_REV] = pack_ubyte_ARGB8888_REV;
1691 table[MESA_FORMAT_RGBX8888] = pack_ubyte_RGBA8888; /* reused */
1692 table[MESA_FORMAT_RGBX8888_RE
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/
H A Dttpost.c5 /* 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 ar
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/srec/srec/cfront/
H A Dlog_tabl.c54 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[operan
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dstring-fasta.js36 function makeCumulative(table) {
38 for (var c in table) {
39 if (last) table[c] += table[last];
60 function fastaRandom(n, table) {
62 makeCumulative(table);
67 for (var c in table) {
68 if (r < table[c]) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dstring-fasta.js36 function makeCumulative(table) {
38 for (var c in table) {
39 if (last) table[c] += table[last];
60 function fastaRandom(n, table) {
62 makeCumulative(table);
67 for (var c in table) {
68 if (r < table[c]) {
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dstring-fasta.js36 function makeCumulative(table) {
38 for (var c in table) {
39 if (last) table[c] += table[last];
60 function fastaRandom(n, table) {
62 makeCumulative(table);
67 for (var c in table) {
68 if (r < table[c]) {

Completed in 509 milliseconds

1234567891011>>