HomeSort by relevance Sort by last modified time
    Searched refs:table (Results 726 - 750 of 2297) sorted by null

<<21222324252627282930>>

  /external/regex-re2/doc/
mksyntaxwiki 26 <table border="0" cellpadding="2" cellspacing="2">
32 </table>
  /external/skia/include/core/
SkColorFilter.h 48 * If the filter can be represented by per-component table, return true,
49 * and if table is not null, copy the bitmap containing the table into it.
51 * The table bitmap will be in SkBitmap::kA8_Config. Each row corresponding
55 * a' = *table.getAddr8(a, 0);
56 * r' = *table.getAddr8(r, 1);
57 * g' = *table.getAddr8(g, 2);
58 * b' = *table.getAddr8(b, 3);
63 virtual bool asComponentTable(SkBitmap* table) const;
  /external/skia/src/images/
transform_scanline.h 89 const SkUnPreMultiply::Scale* SK_RESTRICT table = local
100 SkUnPreMultiply::Scale scale = table[a];
119 const SkUnPreMultiply::Scale* SK_RESTRICT table = local
130 SkUnPreMultiply::Scale scale = table[a];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fib_rules.h 23 __u8 table; member in struct:fib_rule_hdr
48 FRA_TABLE, /* Extended table id */
58 FR_ACT_TO_TBL, /* Pass to fixed table */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
term_entry.h 76 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
81 #define EXT_NAMES(tp,i,limit,index,table) table[i]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fib_rules.h 23 __u8 table; member in struct:fib_rule_hdr
48 FRA_TABLE, /* Extended table id */
58 FR_ACT_TO_TBL, /* Pass to fixed table */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
term_entry.h 76 #define EXT_NAMES(tp,i,limit,index,table) (i >= limit) ? tp->ext_Names[index] : table[i]
81 #define EXT_NAMES(tp,i,limit,index,table) table[i]
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
fib_rules.h 39 __u8 table; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fib_rules.h 39 __u8 table; member in struct:fib_rule_hdr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fib_rules.h 39 __u8 table; member in struct:fib_rule_hdr
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
OverviewExportPart.java 65 Composite table = createTableLayout(toolkit, 2 /* numColumns */); local
66 createFormText(table, toolkit, true, "<form></form>", false /* setupLayoutData */);
70 Composite table = createTableLayout(toolkit, 2 /* numColumns */); local
84 FormText text = createFormText(table, toolkit, true, buf.toString(),
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/
ProfilesTableModel.java 19 import javax.swing.table.DefaultTableModel;
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXTable.cpp 107 // Do not consider it a data table is it has an ARIA role.
117 // This employs a heuristic to determine if this table should appear.
120 // between a "layout" table and a "data" table.
122 RenderTable* table = toRenderTable(m_renderer);
123 Node* tableNode = table->node();
127 // Do not consider it a data table if any of its descendants have an ARIA role.
157 // If there is a caption element, summary, THEAD, or TFOOT section, it's most certainly a data table
161 // if someone used "rules" attribute than the table should appear
165 // if there's a colgroup or col element, it's probably a data table
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
valid.h 113 * ALL notation declarations are stored in a table.
114 * There is one table per DTD.
121 * ALL element declarations are stored in a table.
122 * There is one table per DTD.
129 * ALL attribute declarations are stored in a table.
130 * There is one table per DTD.
137 * ALL IDs attributes are stored in a table.
138 * There is one table per document.
145 * ALL Refs attributes are stored in a table.
146 * There is one table per document
    [all...]
  /external/libxml2/include/libxml/
valid.h 113 * ALL notation declarations are stored in a table.
114 * There is one table per DTD.
121 * ALL element declarations are stored in a table.
122 * There is one table per DTD.
129 * ALL attribute declarations are stored in a table.
130 * There is one table per DTD.
137 * ALL IDs attributes are stored in a table.
138 * There is one table per document.
145 * ALL Refs attributes are stored in a table.
146 * There is one table per document
    [all...]
  /external/chromium_org/build/android/pylib/
content_settings.py 13 def __init__(self, table, device):
23 self._table = table
  /external/chromium_org/chrome/browser/resources/
flags.css 30 display: table;
39 display: table-cell;
81 .section-header > table tr td:first-child {
85 .section-header > table {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.css 20 table {
  /external/chromium_org/content/renderer/pepper/
pepper_truetype_font_host.cc 76 uint32_t table,
87 font_->GetTable(table, offset, max_data_length, &data));
  /external/chromium_org/net/spdy/
hpack_header_table.h 26 // A data structure for both the header table (described in 3.1.2) and
34 // If this changes (eg we start to drop entries from the middle of the table),
45 explicit EntryComparator(HpackHeaderTable* table) : table_(table) {}
61 // Current and maximum estimated byte size of the table, as described in
62 // 3.3.1. Notably, this is /not/ the number of entries in the table.
80 // Returns the index of an entry within this header table.
83 // Sets the maximum size of the header table, evicting entries if
87 // Sets the SETTINGS_HEADER_TABLE_SIZE bound of the table. Will call
92 // of |name| & |value| into the table, as per section 3.3.3. No evictio
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
module_instance.cc 43 static PluginInterfaceTable table; local
44 return &table;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTableSectionElement.cpp 50 if (HTMLTableElement* table = findParentTable())
51 return table->additionalGroupStyle(true);
  /external/chromium_org/third_party/icu/source/common/
rbbidata.h 76 uint32_t fFTable; /* forward state transition table. */
78 uint32_t fRTable; /* Offset to the reverse state transition table. */
80 uint32_t fSFTable; /* safe point forward transition table */
82 uint32_t fSRTable; /* safe point reverse transition table */
88 uint32_t fStatusTable; /* Offset to the table of rule status values */
117 /* state table header. */
125 uint32_t fRowLen; /* Length of a state table row, in bytes. */
126 uint32_t fFlags; /* Option Flags for this state table */
160 void printTable(const char *heading, const RBBIStateTable *table);
163 #define printTable(heading, table)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
latebindingsymboltable.cc 79 void **table)
81 table_(table),
  /external/chromium_org/third_party/sfntly/cpp/src/sample/subtly/
stats.cc 20 #include "sfntly/table/table.h"
38 TablePtr table = font->GetTable(tag); local
39 return static_cast<double>(table->DataLength()) / TotalFontSize(font) * 100;
43 fprintf(out, "====== Table Comparison (original v. subset) ======\n");
71 fprintf(out, "====== Table Stats ======\n");

Completed in 1196 milliseconds

<<21222324252627282930>>