Searched refs:table (Results 276 - 300 of 768) sorted by relevance

<<11121314151617181920>>

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
H A DComplexProperty.java16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
17 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipProvider;
18 import org.eclipse.wb.internal.core.model.property.table.PropertyTooltipTextProvider;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DPropertyTableTooltipHelper.java11 package org.eclipse.wb.internal.core.model.property.table;
28 * @coverage core.model.property.table
39 public PropertyTableTooltipHelper(PropertyTable table) { argument
40 m_table = table;
/external/kernel-headers/original/linux/netfilter_arp/
H A Darp_tables.h138 /* Which table: caller fills this in. */
161 /* Which table. */
196 /* Which table: user fills this in. */
244 extern int arpt_register_table(struct arpt_table *table,
246 extern void arpt_unregister_table(struct arpt_table *table);
251 struct arpt_table *table,
/external/kernel-headers/original/linux/netfilter_ipv6/
H A Dip6_tables.h2 * 25-Jul-1998 Major changes to allow for ip chain table
161 /* Which table: caller fills this in. */
184 /* Which table. */
219 /* Which table: user fills this in. */
296 extern int ip6t_register_table(struct ip6t_table *table,
298 extern void ip6t_unregister_table(struct ip6t_table *table);
303 struct ip6t_table *table,
/external/libsepol/src/
H A Dbooleans.c31 hashtab_search(policydb->p_bools.table, name);
135 *response = (hashtab_search(policydb->p_bools.table, name) != NULL);
156 booldatum = hashtab_search(policydb->p_bools.table, name);
/external/openfst/src/include/fst/
H A Dfstlib.h121 #include <fst/state-table.h>
145 #include <fst/symbol-table.h>
146 #include <fst/symbol-table-ops.h>
/external/webp/src/enc/
H A Dcost.c19 // Boolean-cost cost table
53 // For each given level, the following table gives the pattern of contexts to
364 uint16_t* const table = proba->level_cost_[ctype][band][ctx]; local
367 table[0] = VP8BitCost(0, p[1]);
369 table[v] = cost_base + VariableLevelCost(v, p);
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.cpp263 String statement = "SELECT name FROM sqlite_master WHERE type = 'table' AND name = '" + tablename + "';";
272 String query = "SELECT name FROM sqlite_master WHERE type='table';";
279 for (Vector<String>::iterator table = tables.begin(); table != tables.end(); ++table ) {
280 if (*table == "sqlite_sequence")
282 if (!executeCommand("DROP TABLE " + *table))
283 LOG(SQLDatabase, "Unable to drop table %s", (*table).ascii().data());
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_chrome_cookie_view.cc241 void UpdateVisibleDetailedInfo(GtkChromeCookieView *self, GtkWidget* table) { argument
242 SetCookieDetailsSensitivity(self, table == self->cookie_details_table_);
243 SetDatabaseDetailsSensitivity(self, table == self->database_details_table_);
245 table == self->local_storage_details_table_);
246 SetAppCacheDetailsSensitivity(self, table == self->appcache_details_table_);
248 table == self->indexed_db_details_table_);
250 table == self->local_storage_item_table_);
252 table == self->database_accessed_table_);
254 table == self->appcache_created_table_);
258 gtk_widget_show_all(table);
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-bsf.jar ... public boolean supportsLanguage () Throwable ex java.util.Hashtable table String engineClassName public void executeScript (java.lang.String ...
/external/guava/guava/src/com/google/common/collect/
H A DForwardingTable.java27 * A table which forwards all its method calls to another table. Subclasses
105 public void putAll(Table<? extends R, ? extends C, ? extends V> table) { argument
106 delegate().putAll(table);
H A DHashBasedTable.java46 * access this table concurrently and one of the threads modifies the table, it
96 * table.
98 * @param table the table to copy
100 * in {@code table} is null
103 Table<? extends R, ? extends C, ? extends V> table) {
105 result.putAll(table);
102 create( Table<? extends R, ? extends C, ? extends V> table) argument
H A DMapMakerInternalMap.java76 * The basic strategy is to subdivide the table among Segments, each of which itself is a
77 * concurrently readable hash table. The map supports non-blocking reads and concurrent writes
150 /** The segments, each of which is a specialized hash table. */
516 * Masks used to compute indices in the following table.
522 * Look-up table for factories. First dimension is the reference type. The second dimension is
2042 * Segments maintain a table of entry lists that are ALWAYS kept in a consistent state, so can
2056 * look at table entries if it is 0.
2061 * nature of the read operations in Map. For example, no operation can reveal that the table
2078 * Number of updates that alter the size of the table. This is used during bulk-read methods to
2086 * The table i
2094 volatile AtomicReferenceArray<ReferenceEntry<K, V>> table; field in class:MapMakerInternalMap.Segment
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DComputingConcurrentHashMapTest.java172 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table;
178 int index = hash & (table.length() - 1);
183 table.set(index, entry);
201 AtomicReferenceArray<ReferenceEntry<Object, Object>> table = segment.table;
207 int index = hash & (table.length() - 1);
212 table.set(index, entry);
/external/libvpx/examples/includes/geshi/geshi/
H A Doracle8.php52 //Put your table names here - e.g. select distinct ''''|| lower(table_name) || ''',' from user_tables;
60 //Put your table field names here - e.g. select distinct ''''|| lower(column_name) || ''',' from user_tab_columns;
/external/openssl/apps/
H A Dpasswd.c43 char *passwd, BIO *out, int quiet, int table, int reverse,
54 * -table - format output as table
55 * -reverse - switch table columns
72 int passed_salt = 0, quiet = 0, table = 0, reverse = 0; local
139 else if (strcmp(argv[i], "-table") == 0)
140 table = 1;
185 BIO_printf(bio_err, "-table format output as table\n");
186 BIO_printf(bio_err, "-reverse switch table column
417 do_passwd(int passed_salt, char **salt_p, char **salt_malloc_p, char *passwd, BIO *out, int quiet, int table, int reverse, size_t pw_maxlen, int usecrypt, int use1, int useapr1) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c43 map = info->table;
97 map = (Uint16 *)info->table;
131 map = info->table;
169 map = (Uint32 *)info->table;
199 Uint8 *palmap = info->table;
251 Uint8 *palmap = info->table;
285 Uint8 *palmap = info->table;
318 Uint8 *palmap = info->table;
H A DSDL_blit_1.c47 map = info->table;
94 map = (Uint16 *)info->table;
203 map = info->table;
248 map = (Uint32 *)info->table;
284 Uint8 *palmap = info->table;
326 Uint16 *palmap = (Uint16 *)info->table;
355 Uint8 *palmap = info->table;
385 Uint32 *palmap = (Uint32 *)info->table;
/external/webkit/Tools/QueueStatusServer/model/
H A Dattachment.py77 table = {
81 state = table.get(status.message)
/external/webkit/Tools/Scripts/
H A Dprint-vse-failure-logs93 # The Output Window table is where the useful output starts in the build log.
94 output_window_table = soup.find(text=re.compile("Output Window")).findParent("table")
96 for table in [output_window_table] + output_window_table.findNextSiblings("table"):
97 result.extend([text.replace("&nbsp;", "") for text in table.findAll(text=True)])
/external/skia/src/core/
H A DSkBitmapProcState.cpp156 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
157 #define RETURNDST(src) table[src]
158 #define SRC_TO_FILTER(src) table[src]
171 const SkPMColor* SK_RESTRICT table = state.fBitmap->getColorTable()->lockColors()
172 #define RETURNDST(src) SkAlphaMulQ(table[src], alphaScale)
173 #define SRC_TO_FILTER(src) table[src]
283 #define PREAMBLE(state) const uint16_t* SK_RESTRICT table = state.fBitmap->getColorTable()->lock16BitCache()
284 #define RETURNDST(src) table[src]
285 #define SRC_TO_FILTER(src) table[src]
338 #define PREAMBLE(state) const SkPMColor* SK_RESTRICT table
[all...]
/external/webkit/Source/JavaScriptCore/wtf/
H A DHashTable.h113 HashTableConstIterator(const HashTableType* table, PointerType position, PointerType endPosition) argument
116 addIterator(table, this);
120 HashTableConstIterator(const HashTableType* table, PointerType position, PointerType endPosition, HashItemKnownGoodTag) argument
123 addIterator(table, this);
234 HashTableIterator(HashTableType* table, PointerType pos, PointerType end) : m_iterator(table, pos, end) { } argument
235 HashTableIterator(HashTableType* table, PointerType pos, PointerType end, HashItemKnownGoodTag tag) : m_iterator(table, pos, end, tag) { } argument
323 // in the table.
363 static void deallocateTable(ValueType* table, in
485 ValueType* table = m_table; local
532 ValueType* table = m_table; local
584 ValueType* table = m_table; local
644 ValueType* table = m_table; local
888 deallocateTable(ValueType* table, int size) argument
1066 addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>* table, HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>* it) argument
[all...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DPropertyEditor.java22 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
H A DTextDialogPropertyEditor.java16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentation.java16 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;

Completed in 563 milliseconds

<<11121314151617181920>>