Searched defs:table (Results 201 - 225 of 807) sorted by relevance

1234567891011>>

/external/qemu/distrib/jpeg-6b/
H A Drdswitch.c12 * -qslots N[,N,...] Set component quantization table selectors
81 * table 0 for luminance (or primary) components, 1 for chrominance components.
82 * You must use -qslots if you want a different component->table mapping.
88 unsigned int table[DCTSIZE2]; local
91 fprintf(stderr, "Can't open table file %s\n", filename);
96 while (read_text_integer(fp, &val, &termchar)) { /* read 1st element of table */
102 table[0] = (unsigned int) val;
105 fprintf(stderr, "Invalid table data in file %s\n", filename);
109 table[i] = (unsigned int) val;
111 jpeg_add_quant_table(cinfo, tblno, table, scale_facto
[all...]
/external/qemu/ui/
H A Dkeymaps.c28 static int get_keysym(const name2keysym_t *table, argument
32 for(p = table; p->name != NULL; p++) {
62 static kbd_layout_t *parse_keyboard_layout(const name2keysym_t *table, argument
99 parse_keyboard_layout(table, line + 8, k);
107 keysym = get_keysym(table, line);
152 void *init_keyboard_layout(const name2keysym_t *table, const char *language) argument
154 return parse_keyboard_layout(table, language, NULL);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
H A DSQLite.java23 * @param table table name
28 public static SQLStringAndBindings buildInsertString(String table, ContentValues values, int conflictAlgorithm) throws SQLException { argument
35 sb.append(table);
50 * @param table table name
56 public static SQLStringAndBindings buildUpdateString(String table, ContentValues values, String whereClause, String[] whereArgs) { argument
60 sb.append(table);
82 * @param table table nam
87 buildDeleteString(String table, String whereClause, String[] whereArgs) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/core/
H A Dhorizontal_device_metrics_table.cc17 #include "sfntly/table/core/horizontal_device_metrics_table.h"
96 FontDataTablePtr table = new HorizontalDeviceMetricsTable(header(), data, local
98 return table.Detach();
109 HorizontalDeviceMetricsTable* table = local
111 if (table) {
112 table->num_glyphs_ = num_glyphs;
H A Dhorizontal_metrics_table.cc17 #include "sfntly/table/core/horizontal_metrics_table.h"
108 FontDataTablePtr table = local
110 return table.Detach();
125 HorizontalMetricsTable* table = local
127 table->num_hmetrics_ = num_hmetrics;
133 HorizontalMetricsTable* table = local
135 table->num_glyphs_ = num_glyphs;
/external/sfntly/cpp/src/sfntly/table/
H A Dfont_data_table.cc17 #include "sfntly/table/font_data_table.h"
81 FontDataTablePtr table; // NULL default table local
99 table = SubBuildTable(data);
100 NotifyPostTableBuild(table);
105 return table;
168 void FontDataTable::Builder::NotifyPostTableBuild(FontDataTable* table) { argument
170 UNREFERENCED_PARAMETER(table);
/external/sfntly/cpp/src/sfntly/tools/subsetter/
H A Dsubsetter.cc30 // TODO(arthurhsu): IMPLEMENT: CMap table subsetter
86 Table* table = font_->GetTable(*tag); local
87 if (table) {
88 font_builder->NewTableBuilder(*tag, table->ReadFontData());
/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/asn1/
H A DDERBitString.java15 private static final char[] table = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; field in class:DERBitString
262 buf.append(table[(string[i] >>> 4) & 0xf]);
263 buf.append(table[string[i] & 0xf]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCRLReason.java91 private static final Hashtable table = new Hashtable(); field in class:CRLReason
144 if (!table.containsKey(idx))
146 table.put(idx, new CRLReason(value));
149 return (CRLReason)table.get(idx);
/external/chromium_org/android_webview/native/
H A Djava_browser_view_renderer_helper.cc51 AwDrawSWFunctionTable* table) {
52 g_sw_draw_functions = table;
50 SetAwDrawSWFunctionTable( AwDrawSWFunctionTable* table) argument
/external/chromium_org/components/webdata/common/
H A Dweb_database_service.cc58 void WebDatabaseService::AddTable(scoped_ptr<WebDatabaseTable> table) { argument
64 wds_backend_->AddTable(table.Pass());
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_truetype_font_win.cc41 DWORD table,
157 // The size in bytes of an entry in the table directory.
161 // Get the table directory entries after the font header.
195 // Get the size of the font table first.
219 DWORD table,
227 return ::GetFontData(hdc, table, offset, buffer, length);
218 GetFontData(HDC hdc, DWORD table, DWORD offset, void* buffer, DWORD length) argument
/external/chromium_org/crypto/
H A Dghash.cc55 // table we'll be using bits from a field element and therefore the bits will
57 // index 4 of the table but due to this bit ordering it will actually be in
166 void GaloisHash::MulAfterPrecomputation(const FieldElement* table, argument
170 // In order to efficiently multiply, we use the precomputed table of i*key,
172 // larger tables for greater speedups but the next convenient table size is
189 // the values in |table| are ordered for little-endian bit positions. See
191 const FieldElement& t = table[word & 0xf];
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dhashtable.c29 XRAY_NO_INSTRUMENT void XRayHashTableGrow(struct XRayHashTable* table);
31 XRAY_NO_INSTRUMENT void XRayHashTableInit(struct XRayHashTable* table,
54 int XRayHashTableGetCapacity(struct XRayHashTable* table) { argument
55 return table->capacity;
59 int XRayHashTableGetCount(struct XRayHashTable* table) { argument
60 return table->count;
65 void* XRayHashTableLookup(struct XRayHashTable* table, uint32_t key) { argument
67 uint32_t m = table->capacity - 1;
72 /* An empty entry means the {key, data} isn't in the table. */
73 if (NULL == table
93 XRayHashTableInsert(struct XRayHashTable* table, void* data, uint32_t key) argument
126 XRayHashTableAtIndex(struct XRayHashTable* table, int i) argument
135 XRayHashTableGrow(struct XRayHashTable* table) argument
153 XRayHashTableInit(struct XRayHashTable* table, int32_t capacity) argument
176 struct XRayHashTable* table; local
196 XRayHashTableFree(struct XRayHashTable* table) argument
[all...]
/external/chromium_org/net/spdy/
H A Dhpack_decoder.cc23 HpackDecoder::HpackDecoder(const HpackHuffmanTable& table) argument
26 huffman_table_(table) {}
H A Dhpack_encoder.cc19 HpackEncoder::HpackEncoder(const HpackHuffmanTable& table) argument
22 huffman_table_(table),
57 // header table).
60 // Most common pseudo-header fields are represented in the static table,
67 // Encode regular headers that are already in the header table first,
69 // from the header table before it can be used.
83 // table.
H A Dhpack_input_stream.cc113 bool HpackInputStream::DecodeNextHuffmanString(const HpackHuffmanTable& table, argument
128 return table.DecodeString(&bounded_reader, max_string_literal_size_, str);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontSize.cpp85 // WinIE/Nav4 table for font sizes. Designed to match the legacy font mapping system of HTML.
102 // Strict mode table matches MacIE and Mozilla's settings exactly.
119 // For values outside the range of the table, we use Todd Fahrner's suggested scale
146 // Value is outside the range of the table. Apply the scale factor instead.
154 static int findNearestLegacyFontSize(int pixelFontSize, const T* table, int multiplier) argument
156 // Ignore table[0] because xx-small does not correspond to any legacy font size.
158 if (pixelFontSize * 2 < (table[i] + table[i + 1]) * multiplier)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DFixedTableLayout.cpp34 Fixed table layout
36 With this (fast) algorithm, the horizontal layout of the table does
38 table's width, the width of the columns, and borders or cell
41 The table's width may be specified explicitly with the 'width'
42 property. A value of 'auto' (for both 'display: table' and 'display:
43 inline-table') means use the automatic table layout algorithm.
45 In the fixed table layout algorithm, the width of each column is
57 table space (minus borders or cell spacing).
59 The width of the table i
74 FixedTableLayout(RenderTable* table) argument
[all...]
H A DRenderTableCol.cpp57 // If border was changed, notify table.
59 RenderTable* table = this->table(); local
60 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
61 table->invalidateCollapsedBorders();
81 table()->addColumn(this);
87 table()->removeColumn(this);
99 // with libraries.uc.edu, which makes a <p> be a table
130 RenderTable* RenderTableCol::table() const function in class:blink::RenderTableCol
132 RenderObject* table = parent(); local
[all...]
H A DRenderTableRow.cpp82 // If border was changed, notify table.
84 RenderTable* table = this->table(); local
85 if (table && !table->selfNeedsLayout() && !table->normalChildNeedsLayout() && oldStyle && oldStyle->border() != style()->border())
86 table->invalidateCollapsedBorders();
88 if (table && oldStyle && diff.needsFullLayout() && needsLayout() && table->collapseBorders() && borderWidthChanged(oldStyle, style())) {
177 cell->computeAndSetBlockDirectionMargins(table());
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecLatin1.cpp39 static const UChar table[256] = { member in namespace:WTF
154 if (table[*source] > 0xff)
157 *destination = table[*source];
180 *destination16 = table[*source];
205 *destination16 = table[*source];
230 if (table[b] == c)
/external/chromium_org/third_party/brotli/src/woff2/
H A Dfont.cc51 Font::Table table; local
52 if (!file.ReadU32(&table.tag) ||
53 !file.ReadU32(&table.checksum) ||
54 !file.ReadU32(&table.offset) ||
55 !file.ReadU32(&table.length)) {
58 if ((table.offset & 3) != 0 ||
59 table.length > len ||
60 len - table.length < table.offset) {
63 intervals[table
85 const Font::Table& table = i.second; local
107 const Font::Table& table = i.second; local
[all...]
H A Dnormalize.cc77 // glyf table, since it can happen that the glyphs in the original table are
78 // 2-byte aligned, while in the normalized table they are 4-byte aligned.
179 Font::Table* table = &i.second; local
180 table->checksum = ComputeChecksum(table->data, table->length);
181 file_checksum += table->checksum;

Completed in 7342 milliseconds

1234567891011>>