Searched defs:table (Results 1 - 25 of 392) sorted by relevance

1234567891011>>

/external/doclava/res/assets/templates/
H A Dtodo.cs6 table { property
14 table th {
21 table td {
34 <table>
38 </table>
42 <table>
57 </table>
62 <table>
77 </table>
86 <table>
[all...]
/external/icu4c/layout/
H A DNonContextualGlyphSubst.h25 LookupTable table; member in struct:NonContextualGlyphSubstitutionHeader
/external/regex-re2/benchlog/
H A Dmktable4 sub table() { subroutine
7 <table border=0>
17 </table>
118 "table" => \&table,
/external/javasqlite/src/main/java/SQLite/
H A DBusyHandler.java10 * Invoked when a table is locked by another process
12 * until the table becomes unlocked, or false in order
15 * @param table the name of the locked table
16 * @param count number of times the table was locked
19 public boolean busy(String table, int count); argument
/external/srec/shared/include/
H A DHashMapImpl.h41 * Actual hash table implementation.
43 PHashTable *table; member in struct:HashMapImpl_t
/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/freetype/src/psaux/
H A Dpsobjs.h50 ps_table_new( PS_Table table,
55 ps_table_add( PS_Table table,
61 ps_table_done( PS_Table table ); variable
65 ps_table_release( PS_Table table ); variable
/external/iptables/iptables/
H A Dip6tables-standalone.c14 * firewall table (aimed for the 2.3 kernels)
49 char *table = "filter"; local
66 ret = do_command6(argc, argv, &table, &handle);
H A Diptables-standalone.c14 * firewall table (aimed for the 2.3 kernels)
50 char *table = "filter"; local
66 ret = do_command4(argc, argv, &table, &handle);
/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:__anon8107
31 uint32_t nprim; /* number of primary names in table */
/external/webp/src/enc/
H A Dcost.h32 static WEBP_INLINE int VP8LevelCost(const uint16_t* const table, int level) { argument
34 + table[(level > MAX_VARIABLE_LEVEL) ? MAX_VARIABLE_LEVEL : level];
/external/webkit/Source/WebCore/inspector/front-end/
H A DMetricsSidebarPane.js131 "table-cell": true,
132 "table-column": true,
133 "table-column-group": true,
134 "table-footer-group": true,
135 "table-header-group": true,
136 "table-row": true,
137 "table-row-group": true
142 "table-column": true,
143 "table-column-group": true,
144 "table
[all...]
H A DCSSKeywordCompletions.js74 "table-layout": [
294 "none", "inline", "block", "list-item", "run-in", "compact", "inline-block", "table", "inline-table",
295 "table-row-group", "table-header-group", "table-footer-group", "table-row", "table-column-group",
296 "table-column", "table
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DDefaultSignedAttributeTableGenerator.java21 private final Hashtable table; field in class:DefaultSignedAttributeTableGenerator
28 table = new Hashtable();
34 * @param attributeTable initial attribute table to use.
41 table = attributeTable.toHashtable();
45 table = new Hashtable();
50 * Create a standard attribute table from the passed in parameters - this will
55 * @param parameters source parameters for table generation.
62 Hashtable std = (Hashtable)table.clone();
100 * @return the populated attribute table
H A DSignerInformationStore.java13 private Map table = new HashMap(); field in class:SignerInformationStore
25 List list = (ArrayList)table.get(sid);
29 table.put(sid, list);
104 List list = (ArrayList)table.get(selector);
/external/e2fsprogs/lib/ss/
H A Dinvocation.c32 register ss_data **table; local
35 table = _ss_table;
38 if (table == (ss_data **) NULL) {
39 table = (ss_data **) malloc(2 * size);
40 table[0] = table[1] = (ss_data *)NULL;
44 for (sci_idx = 1; table[sci_idx] != (ss_data *)NULL; sci_idx++)
46 table = (ss_data **) realloc((char *)table,
48 table[sci_id
[all...]
/external/skia/include/effects/
H A DSkTableMaskFilter.h18 Applies a table lookup on each of the alpha values in the mask.
24 SkTableMaskFilter(const uint8_t table[256]);
27 void setTable(const uint8_t table[256]);
29 /** Utility that sets the gamma table
31 static void MakeGammaTable(uint8_t table[256], SkScalar gamma);
33 /** Utility that creates a clipping table: clamps values below min to 0
36 static void MakeClipTable(uint8_t table[256], uint8_t min, uint8_t max);
39 uint8_t table[256]; local
40 MakeGammaTable(table, gamma);
41 return SkNEW_ARGS(SkTableMaskFilter, (table));
45 uint8_t table[256]; local
[all...]
/external/srec/srec/include/
H A Dlog_tabl.h35 const int *table; member in struct:__anon12422
/external/v8/test/cctest/
H A Dtest-dictionary.cc45 Handle<ObjectHashTable> table = FACTORY->NewObjectHashTable(23); local
48 table = PutIntoObjectHashTable(table, a, b);
49 CHECK_EQ(table->NumberOfElements(), 1);
50 CHECK_EQ(table->Lookup(*a), *b);
51 CHECK_EQ(table->Lookup(*b), HEAP->undefined_value());
55 CHECK_EQ(table->NumberOfElements(), 1);
56 CHECK_EQ(table->Lookup(*a), *b);
57 CHECK_EQ(table->Lookup(*b), HEAP->undefined_value());
60 table
106 Handle<ObjectHashSet> table = FACTORY->NewObjectHashSet(1); local
129 Handle<ObjectHashTable> table = FACTORY->NewObjectHashTable(1); local
[all...]
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityTableHeaderContainer.h48 void setParentTable(AccessibilityTable* table) { m_parentTable = table; } argument
/external/webkit/Source/WebCore/rendering/
H A DTableLayout.h34 TableLayout(RenderTable* table) argument
35 : m_table(table)
/external/llvm/utils/emacs/
H A Dllvm-mode.el6 (defvar llvm-mode-syntax-table nil
7 "Syntax table used while in LLVM mode.")
48 ;; ---------------------- Syntax table ---------------------------
52 (if (not llvm-mode-syntax-table)
54 (setq llvm-mode-syntax-table (make-syntax-table))
58 llvm-mode-syntax-table)))
90 ;; --------------------- Abbrev table -----------------------------
92 (defvar llvm-mode-abbrev-table nil
93 "Abbrev table use
[all...]
H A Dtablegen-mode.el45 ;; ---------------------- Syntax table ---------------------------
49 (defvar tablegen-mode-syntax-table nil
50 "Syntax table used in `tablegen-mode' buffers.")
51 (when (not tablegen-mode-syntax-table)
52 (setq tablegen-mode-syntax-table (make-syntax-table))
54 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table)
55 (modify-syntax-entry ?\t " " tablegen-mode-syntax-table)
56 (modify-syntax-entry ?\r " " tablegen-mode-syntax-table)
57 (modify-syntax-entry ?\n " " tablegen-mode-syntax-table)
[all...]
/external/e2fsprogs/e2fsck/
H A Dgen_crc32table.c25 * crc32init_le() - allocate and initialize LE table data
46 * crc32init_be() - allocate and initialize BE table data
62 static void output_table(uint32_t table[], int len, const char *trans) argument
69 printf("%s(0x%8.8xL), ", trans, table[i]);
71 printf("%s(0x%8.8xL)\n", trans, table[len - 1]);
H A Dprof_err.c50 const struct error_table * table; member in struct:et_list
71 if (et->table->msgs == text)
75 if (!link.table)
80 et->table = &et_prof_error_table;

Completed in 630 milliseconds

1234567891011>>