Searched refs:table (Results 176 - 200 of 1739) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/ots/src/
H A Dkern.cc16 Buffer table(data, length);
22 if (!table.ReadU16(&kern->version) ||
23 !table.ReadU16(&num_tables)) {
43 if (!table.ReadU16(&subtable.version) ||
44 !table.ReadU16(&sub_length)) {
53 const size_t current_offset = table.offset();
58 if (!table.ReadU16(&subtable.coverage)) {
80 if (!table.ReadU16(&num_pairs) ||
81 !table.ReadU16(&subtable.search_range) ||
82 !table
[all...]
H A Dvorg.cc18 Buffer table(data, length);
23 if (!table.ReadU16(&vorg->major_version) ||
24 !table.ReadU16(&vorg->minor_version) ||
25 !table.ReadS16(&vorg->default_vert_origin_y) ||
26 !table.ReadU16(&num_recs)) {
50 if (!table.ReadU16(&rec.glyph_index) ||
51 !table.ReadS16(&rec.vert_origin_y)) {
55 OTS_WARNING("the table is not sorted");
68 if (!file->cff) return false; // this table is not for fonts with TT glyphs.
H A Dcff.cc13 // CFF - PostScript font program (Compact Font Format) table
39 bool ReadOffset(ots::Buffer *table, uint8_t off_size, uint32_t *offset) { argument
47 if (!table->ReadU8(&tmp8)) {
57 bool ParseIndex(ots::Buffer *table, ots::CFFIndex *index) { argument
61 if (!table->ReadU16(&(index->count))) {
66 index->offset_to_next = table->offset();
70 if (!table->ReadU8(&(index->off_size))) {
80 const size_t object_data_offset = table->offset() + array_size;
83 if (object_data_offset >= table->length()) {
89 if (!ReadOffset(table, inde
124 ParseNameData( ots::Buffer *table, const ots::CFFIndex &index, std::string* out_name) argument
182 ParseDictDataBcd( ots::Buffer *table, std::vector<std::pair<uint32_t, DICT_OPERAND_TYPE> > *operands) argument
242 ParseDictDataEscapedOperator( ots::Buffer *table, std::vector<std::pair<uint32_t, DICT_OPERAND_TYPE> > *operands) argument
261 ParseDictDataNumber( ots::Buffer *table, uint8_t b0, std::vector<std::pair<uint32_t, DICT_OPERAND_TYPE> > *operands) argument
319 ParseDictDataReadNext( ots::Buffer *table, std::vector<std::pair<uint32_t, DICT_OPERAND_TYPE> > *operands) argument
[all...]
H A Dvhea.cc17 Buffer table(data, length);
21 if (!table.ReadU32(&vhea->header.version)) {
29 if (!ParseMetricsHeader(file, &table, &vhea->header)) {
/external/chromium_org/base/metrics/
H A Dstats_counters.cc40 StatsTable* table = StatsTable::current(); local
41 if (!table)
46 counter_id_ = table->FindCounter(name_);
47 if (table->GetSlot() == 0) {
48 if (!table->RegisterThread(std::string())) {
59 return table->GetLocation(counter_id_, table->GetSlot());
61 // counter_id_ was zero, which means the table is full.
/external/chromium_org/ppapi/c/documentation/
H A Ddoxy_cleanup.py35 '''Fixes the doxygen table headings.
38 - Using bare <h2> title row instead of row embedded in <tr><td> in table
40 - Splitting up tables into multiple separate tables if a table
41 heading appears in the middle of a table.
44 <table>
48 </table>
52 <table>
54 </table>
67 # Split up tables that have multiple table header (th) rows
70 # Is this a heading in the middle of a table
[all...]
/external/chromium_org/ppapi/cpp/documentation/
H A Ddoxy_cleanup.py34 '''Fixes the doxygen table headings.
37 - Using bare <h2> title row instead of row embedded in <tr><td> in table
39 - Splitting up tables into multiple separate tables if a table
40 heading appears in the middle of a table.
43 <table>
47 </table>
51 <table>
53 </table>
66 # Split up tables that have multiple table header (th) rows
69 # Is this a heading in the middle of a table
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dlocresdata.cpp30 * Lookup a resource bundle table item with fallback on the table level.
33 * This function takes the name of a top-level table and of an item in that table
34 * and performs a lookup of both, falling back until a bundle contains a table
50 UResourceBundle *rb=NULL, table, subTable; local
74 ures_initStackObject(&table);
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
88 ures_getByKeyWithFallback(&table,subTableKe
[all...]
/external/icu/icu4c/source/common/
H A Dlocresdata.cpp30 * Lookup a resource bundle table item with fallback on the table level.
33 * This function takes the name of a top-level table and of an item in that table
34 * and performs a lookup of both, falling back until a bundle contains a table
50 UResourceBundle *rb=NULL, table, subTable; local
74 ures_initStackObject(&table);
76 ures_getByKeyWithFallback(rb, tableKey, &table, &errorCode);
80 ures_getByKeyWithFallback(&table,subTableKey, &subTable, &errorCode);
88 ures_getByKeyWithFallback(&table,subTableKe
[all...]
/external/openssl/crypto/engine/
H A Deng_table.c60 /* The type of the items in the table */
103 /* Internal functions for the "piles" hash table */
129 * ENGINEs from the implementation table */
130 int engine_table_register(ENGINE_TABLE **table, ENGINE_CLEANUP_CB *cleanup, argument
136 if(!(*table))
138 if(!int_table_check(table, 1))
146 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
160 (void)lh_ENGINE_PILE_insert(&(*table)->piles, fnd);
206 void engine_table_unregister(ENGINE_TABLE **table, ENGINE *e)
209 if(int_table_check(table,
240 engine_table_select(ENGINE_TABLE **table, int nid) argument
[all...]
/external/smack/src/org/xbill/DNS/
H A DCompression.java23 private Entry [] table; field in class:Compression
31 table = new Entry[TABLE_SIZE];
47 entry.next = table[row];
48 table[row] = entry;
56 * @param name The name to find in the compression table.
63 for (Entry entry = table[row]; entry != null; entry = entry.next) {
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css148 table.list {
152 table-layout: fixed;
156 table.list:not([class*='filtered']) tr:nth-child(odd) td {
164 table.list th {
172 table.list .firstRow th {
177 table.list .secondRow * {
182 table.list td {
188 table.list tr td:nth-last-child(1),
189 table.list tr th:nth-last-child(1) {
193 table
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/network_ui/
H A Dnetwork_ui.css35 .state-table {
39 .state-table tr td {
44 .state-table-header {
48 .state-table-expand-button-cell {
52 .state-table-expand-button {
62 .state-table-expanded-cell {
/external/chromium_org/chromeos/network/onc/
H A Donc_translation_tables.h38 // A separate translation table for cellular properties that are stored in a
50 const FieldTranslationEntry table[],
55 const StringTranslationEntry table[],
60 CHROMEOS_EXPORT bool TranslateStringToONC(const StringTranslationEntry table[],
/external/chromium_org/ppapi/nacl_irt/
H A Dirt_ppapi.cc72 void* table, size_t tablesize) {
74 table,
80 return nacl_irt_query_core(interface_ident, table, tablesize);
71 chrome_irt_query(const char* interface_ident, void* table, size_t tablesize) argument
/external/chromium_org/ppapi/proxy/
H A Dflash_font_file_resource.h38 virtual PP_Bool GetFontTable(uint32_t table,
43 // Sees if we have a cache of the font table and returns a pointer to it.
45 std::string* GetFontTable(uint32_t table) const;
47 std::string* AddFontTable(uint32_t table, const std::string& contents);
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc9 #include "leveldb/table.h"
16 Table* table; member in struct:leveldb::TableAndFile
21 delete tf->table;
55 Table* table = NULL; local
64 s = Table::Open(*options_, file, file_size, &table);
68 assert(table == NULL);
75 tf->table = table;
96 Table* table = reinterpret_cast<TableAndFile*>(cache_->Value(handle))->table; local
[all...]
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_symbol_table.cpp58 this->table = _mesa_symbol_table_ctor();
64 _mesa_symbol_table_dtor(table);
70 _mesa_symbol_table_push_scope(table);
75 _mesa_symbol_table_pop_scope(table);
80 return _mesa_symbol_table_symbol_scope(table, -1, name) == 0;
104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry);
114 return _mesa_symbol_table_add_symbol(table, -1, v->name, entry) == 0;
120 return _mesa_symbol_table_add_symbol(table, -1, name, entry) == 0;
134 return _mesa_symbol_table_add_symbol(table, -1, f->name, entry) == 0;
140 return _mesa_symbol_table_add_symbol(table,
[all...]
/external/guava/guava-gwt/src/com/google/common/collect/
H A DHashBasedTable_CustomFieldSerializer.java41 HashBasedTable<Object, Object, Object> table = HashBasedTable.create();
43 table.row(row.getKey()).putAll((Map<?, ?>) row.getValue());
45 return table;
/external/iproute2/netem/
H A Dnormal.c2 * Normal distribution table generator
29 double table[TABLESIZE+1]; local
33 table[i] = x;
37 printf("# This is the distribution table for the normal distribution.\n");
39 int value = (int) rint(table[i]*TABLEFACTOR);
/external/mesa3d/src/glsl/
H A Dglsl_symbol_table.cpp58 this->table = _mesa_symbol_table_ctor();
64 _mesa_symbol_table_dtor(table);
70 _mesa_symbol_table_push_scope(table);
75 _mesa_symbol_table_pop_scope(table);
80 return _mesa_symbol_table_symbol_scope(table, -1, name) == 0;
104 int added = _mesa_symbol_table_add_symbol(table, -1, v->name, entry);
114 return _mesa_symbol_table_add_symbol(table, -1, v->name, entry) == 0;
120 return _mesa_symbol_table_add_symbol(table, -1, name, entry) == 0;
134 return _mesa_symbol_table_add_symbol(table, -1, f->name, entry) == 0;
140 return _mesa_symbol_table_add_symbol(table,
[all...]
/external/skia/src/effects/
H A DSkTableMaskFilter.cpp21 SkTableMaskFilter::SkTableMaskFilter(const uint8_t table[256]) { argument
22 memcpy(fTable, table, sizeof(fTable));
43 const uint8_t* table = fTable; local
49 dstP[x] = table[srcP[x]];
86 void SkTableMaskFilter::MakeGammaTable(uint8_t table[256], SkScalar gamma) { argument
93 table[i] = SkPin32(sk_float_round2int(powf(x, g) * 255), 0, 255);
98 void SkTableMaskFilter::MakeClipTable(uint8_t table[256], uint8_t min, argument
109 memset(table, 0, min + 1);
113 table[i] = value;
115 memset(table
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DWNafL2RMultiplier.java43 ECPoint[] table = digit < 0 ? preCompNeg : preComp;
49 * (n << 2) selects precomputed values in the lower half of the table
50 * (n << 3) selects precomputed values in the lower quarter of the table
61 R = table[i1 >>> 1].add(table[i2 >>> 1]);
69 R = table[n >>> 1];
81 ECPoint[] table = digit < 0 ? preCompNeg : preComp;
82 ECPoint r = table[n >>> 1];
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dtable_util.js6 * @fileoverview DOM utility functions to aid in table navigation.
15 * Utility function to check if a particular table cell is a candidate
17 * @param {Node} cell The table cell.
18 * @return {boolean} Whether or not the table cell is acting as a header cell.
29 * header cells when applied across all table cells.
51 * particular table.
52 * @return {Array} An array that maps indexes representing table columns
117 * Returns a JavaScript array of all the non-nested rows in the given table.
119 * @param {Node} table A table nod
[all...]
/external/zopfli/src/zopfli/
H A Dutil.c126 static const int table[259] = { local
144 return table[l];
148 static const int table[259] = { local
162 return table[l];
169 static const int table[259] = { local
203 return table[l];

Completed in 744 milliseconds

1234567891011>>