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

1234567891011>>

/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitsoupauthdialog.c159 table_add_entry(GtkWidget* table, argument
177 gtk_table_attach(GTK_TABLE(table), label,
180 gtk_table_attach_defaults(GTK_TABLE(table), entry,
206 GtkWidget* table; local
272 /* The table that holds the entries */
285 table = gtk_table_new(hasRealm ? 3 : 2, 2, FALSE);
286 gtk_table_set_col_spacings(GTK_TABLE(table), 12);
287 gtk_table_set_row_spacings(GTK_TABLE(table), 6);
288 gtk_container_add(GTK_CONTAINER(entryContainer), table); local
298 gtk_table_attach_defaults(GTK_TABLE(table), serverMessageDescriptionLabe
[all...]
/external/webkit/Source/WebKit/qt/tests/qwebelement/
H A Dtst_qwebelement.cpp813 "<table>"
824 "</table>";
827 QCOMPARE(body.findFirst("em table tbody tr td").toPlainText(), QString("hey"));
864 "<table>"
875 "</table>";
878 QCOMPARE(body.findFirst("table tbody tr td em").toPlainText(), QString("hey"));
891 m_mainFrame->setHtml("<body><!--comment--><p>Test</p><!--another comment--><table>");
898 QWebElement table = p.nextSibling(); local
899 QVERIFY(!table.isNull());
900 QCOMPARE(table
910 QWebElement table = body.lastChild(); local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
H A Deloop.c45 struct eloop_sock *table; member in struct:eloop_sock_table
80 static int eloop_sock_table_add_sock(struct eloop_sock_table *table, argument
86 if (table == NULL)
90 os_realloc(table->table,
91 (table->count + 1) * sizeof(struct eloop_sock));
95 tmp[table->count].sock = sock;
96 tmp[table->count].eloop_data = eloop_data;
97 tmp[table->count].user_data = user_data;
98 tmp[table
109 eloop_sock_table_remove_sock(struct eloop_sock_table *table, int sock) argument
133 eloop_sock_table_set_fds(struct eloop_sock_table *table, fd_set *fds) argument
148 eloop_sock_table_dispatch(struct eloop_sock_table *table, fd_set *fds) argument
169 eloop_sock_table_destroy(struct eloop_sock_table *table) argument
219 struct eloop_sock_table *table; local
229 struct eloop_sock_table *table; local
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h74 * is deleted from the table.
87 /** Internal structure of a hash table bucket, which tracks
101 /** Structure that tracks a hash table
105 /** Indicates whether the table allows duplicate keys
109 /** Number of buckets available in this table
118 /** How many elements currently exist in the table.
122 /** Whether the hash table should strdup the keys it is given or not.
126 /** Pointer to function to completely delete this table
128 void (*free) (struct ANTLR3_HASH_TABLE_struct * table);
131 void (*del) (struct ANTLR3_HASH_TABLE_struct * table, voi
161 pANTLR3_HASH_TABLE table; member in struct:ANTLR3_HASH_ENUM_struct
184 pANTLR3_HASH_TABLE table; member in struct:ANTLR3_LIST_struct
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemNumber.java1585 * @param table a table containing one character for each digit in the radix
1590 * of the table.
1592 protected String int2singlealphaCount(long val, CharArrayWrapper table) argument
1595 int radix = table.getLength();
1603 return (new Character(table.getChar((int)val - 1))).toString(); // index into table is off one, starts at 0
1611 * @param table a table containing one character for each digit in the radix
1618 * of the table
[all...]
/external/bison/src/
H A Dtables.c127 base_number *table; variable
155 fprintf (stderr, "growing table and check from: %d to %d\n",
158 table = xnrealloc (table, table_size, sizeof *table);
165 table[old_size] = 0;
415 | The YYDEFACT table is output now. The detailed info is saved for |
553 | The YYDEFGOTO table is output now. The detailed info is saved for |
691 if (table[loc] != 0)
704 table[lo
[all...]
/external/chromium/chrome/browser/ui/gtk/bookmarks/
H A Dbookmark_editor_gtk.cc251 // |+- GtkTable |table| ------------------------------------------+|
289 GtkWidget* table; local
299 table = gtk_util::CreateLabeledControlsGroup(NULL,
308 table = gtk_util::CreateLabeledControlsGroup(NULL,
314 gtk_box_pack_start(GTK_BOX(vbox), table, FALSE, FALSE, 0); local
/external/chromium/chrome/browser/ui/gtk/
H A Dcertificate_viewer.cc32 void AddTitle(GtkTable* table, int row, const std::string& text) { argument
33 gtk_table_attach_defaults(table,
39 void AddKeyValue(GtkTable* table, int row, const std::string& text, argument
42 table,
49 table,
211 GtkTable* table = GTK_TABLE(gtk_table_new(num_rows, 2, FALSE)); local
212 gtk_table_set_col_spacing(table, 0, gtk_util::kLabelSpacing);
213 gtk_table_set_row_spacings(table, gtk_util::kControlSpacing);
215 gtk_box_pack_start(GTK_BOX(general_page_vbox_), GTK_WIDGET(table),
220 AddTitle(table, ro
[all...]
/external/chromium/chrome/browser/visitedlink/
H A Dvisitedlink_unittest.cc48 virtual void NewTable(base::SharedMemory* table) { argument
49 if (table) {
53 table->ShareToProcess(base::GetCurrentProcessHandle(), &new_handle);
86 // freshly created table to be. 0 means use the default.
128 // check that the table has the proper number of entries
231 // Deleting the other four should leave the table empty.
240 "Hash table has values in it.";
292 // Clear the table and make sure the slave picked it up.
339 // Verify that the table got resized sufficiently.
341 VisitedLinkCommon::Fingerprint* table; local
[all...]
/external/chromium/net/disk_cache/
H A Ddisk_format.h13 // The index file is just a simple hash table that maps a particular entry to
92 int32 table_len; // Actual size of the table (0 == kIndexTablesize).
103 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled member in struct:disk_cache::Index
/external/dbus/bus/
H A Dservices.c681 DBusHashTable *table)
690 _dbus_hash_iter_init (table, &iter);
680 bus_registry_set_service_context_table(BusRegistry *registry, DBusHashTable *table) argument
/external/emma/core/java12/com/vladium/emma/report/html/
H A DReportGenerator.java175 // [all] coverage summary table:
209 // [all] stats summary table ([all] only):
343 // summary table:
460 // summary table:
511 // child summary table is special for srcfile items:
637 // summary table:
683 // child summary table:
862 private int [] addHeaderRow (final IItem item, final HTMLTable table, final int [] columns) argument
867 $assert.ASSERT (table != null, "null input: table");
900 addItemRow(final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
957 addClassRow(final ClassItem item, final int clsIndex, final HTMLTable table, final int [] columns, final String itemHREF, final boolean isAnchor) argument
1024 addClassItemRow(final IItem item, final boolean odd, final HTMLTable table, final int [] columns, final String nameHREF, final boolean anchor) argument
[all...]
/external/freetype/src/base/
H A Dftdbgmem.c226 ft_mem_table_alloc( FT_MemTable table, argument
229 FT_Memory memory = table->memory;
233 memory->user = table->memory_user;
234 block = table->alloc( memory, size );
235 memory->user = table;
242 ft_mem_table_free( FT_MemTable table, argument
245 FT_Memory memory = table->memory;
248 memory->user = table->memory_user;
249 table->free( memory, block );
250 memory->user = table;
307 FT_MemTable table; local
430 ft_mem_table_get_nodep( FT_MemTable table, FT_Byte* address ) argument
509 ft_mem_table_set( FT_MemTable table, FT_Byte* address, FT_ULong size, FT_Long delta ) argument
608 ft_mem_table_remove( FT_MemTable table, FT_Byte* address, FT_Long delta ) argument
683 FT_MemTable table = (FT_MemTable)memory->user; local
719 FT_MemTable table = (FT_MemTable)memory->user; local
745 FT_MemTable table = (FT_MemTable)memory->user; local
826 FT_MemTable table; local
889 FT_MemTable table = (FT_MemTable)memory->user; local
925 FT_MemTable table = (FT_MemTable)memory->user; local
[all...]
/external/freetype/src/cff/
H A Dcffload.c247 /* then access the offset table to compute the index's total size */
379 /* Allocate a table containing pointers to an index's elements. */
384 FT_Byte*** table,
393 *table = NULL;
457 *table = t;
484 /* load offsets from file or the offset table */
507 else /* use offsets table */
644 /*** FD Select table support ***/
867 /* charset table. */
875 /* Get the format of the table
383 cff_index_get_pointers( CFF_Index idx, FT_Byte*** table, FT_Byte** pool ) argument
[all...]
/external/freetype/src/psaux/
H A Dpsobjs.c57 /* table :: The address of the target table. */
60 /* count :: The table size = the maximum number of elements. */
69 ps_table_new( PS_Table table,
76 table->memory = memory;
77 if ( FT_NEW_ARRAY( table->elements, count ) ||
78 FT_NEW_ARRAY( table->lengths, count ) )
81 table->max_elems = count;
82 table->init = 0xDEADBEEFUL;
83 table
99 shift_elements( PS_Table table, FT_Byte* old_base ) argument
116 reallocate_t1_table( PS_Table table, FT_Long new_size ) argument
[all...]
/external/freetype/src/pshinter/
H A Dpshrec.c48 /* destroy hints table */
50 ps_hint_table_done( PS_Hint_Table table, argument
53 FT_FREE( table->hints );
54 table->num_hints = 0;
55 table->max_hints = 0;
59 /* ensure that a table can contain "count" elements */
61 ps_hint_table_ensure( PS_Hint_Table table, argument
65 FT_UInt old_max = table->max_hints;
72 /* try to grow the table */
74 if ( !FT_RENEW_ARRAY( table
82 ps_hint_table_alloc( PS_Hint_Table table, FT_Memory memory, PS_Hint *ahint ) argument
215 ps_mask_table_done( PS_Mask_Table table, FT_Memory memory ) argument
233 ps_mask_table_ensure( PS_Mask_Table table, FT_UInt count, FT_Memory memory ) argument
254 ps_mask_table_alloc( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
286 ps_mask_table_last( PS_Mask_Table table, FT_Memory memory, PS_Mask *amask ) argument
313 ps_mask_table_set_bits( PS_Mask_Table table, const FT_Byte* source, FT_UInt bit_pos, FT_UInt bit_count, FT_Memory memory ) argument
374 ps_mask_table_test_intersect( PS_Mask_Table table, FT_Int index1, FT_Int index2 ) argument
406 ps_mask_table_merge( PS_Mask_Table table, FT_Int index1, FT_Int index2, FT_Memory memory ) argument
498 ps_mask_table_merge_all( PS_Mask_Table table, FT_Memory memory ) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DStandardTable.java58 * access this table concurrently and one of the threads modifies the table, it
178 Table<? extends R, ? extends C, ? extends V> table) {
179 for (Cell<? extends R, ? extends C, ? extends V> cell : table.cellSet()) {
234 * Abstract collection whose {@code isEmpty()} returns whether the table is
235 * empty and whose {@code clear()} clears all table mappings.
248 * Abstract set whose {@code isEmpty()} returns whether the table is empty and
249 * whose {@code clear()} clears all table mappings.
177 putAll( Table<? extends R, ? extends C, ? extends V> table) argument
/external/icu4c/common/
H A Drbbitblb.cpp59 // table from the RBBI rules parse tree.
184 // Update the global table of rule status {tag} values
186 // for all tables. Merge the ones from this table into the global set.
224 // Apply functions from table 3.40 in Aho
268 // Apply functions from table 3.40 in Aho
314 // Apply functions from table 3.40 in Aho
808 for (n=0; n<fDStates->size(); n++) { // For each state s (row in the state table)
824 // Update the global table of rule status {tag} values
826 // for all tables. Merge the ones from this table into the global set.
833 // for each state in this state table
1093 RBBIStateTable *table = (RBBIStateTable *)where; local
[all...]
/external/icu4c/i18n/
H A Duspoof_impl.cpp128 // Binary search the spoof data key table for the inChar
157 // table we need. See if there is an adjacent key that does
175 // No key entry for this char & table.
187 // an index into the string table (for longer strings)
195 // For these, get the real length from the string lengths table,
196 // which maps string table indexes to lengths.
197 // All strings of the same length are stored contiguously in the string table.
238 UTrie2 *table = local
243 uint32_t index = utrie2_get32(table, c);
/external/icu4c/test/cintltst/
H A Dudatatst.c828 const int32_t *table=NULL; local
849 table=(const int32_t *)udata_getMemory(result);
851 /* The alias table may list more converters than what's actually available now. [grhoten] */
852 if(ucnv_countAvailable() > table[1]) /*???*/
853 log_err("FAIL: udata_getMemory() failed ucnv_countAvailable returned = %d, expected = %d\n", ucnv_countAvailable(), table[1+2*(*table)]);
1261 /* Test a 32-bit key table. This is large. */
1276 /* conversion table files */
1278 /* SBCS conversion table file without extension */
1280 /* EBCDIC_STATEFUL conversion table fil
[all...]
/external/icu4c/tools/makeconv/
H A Dgencnvex.c41 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
52 /* toUnicode (state table in ucm->states) */
126 /* write the header and base table name for an extension-only table */
140 /* write the header and the base table name */
291 * the toUnicode table.
293 * for the base toUnicode table but not for the base fromUnicode table.
294 * The table must be sorted.
298 reduceToUMappings(UCMTable *table) { argument
328 getToUnicodeValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
411 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
549 makeToUTable(CnvExtData *extData, UCMTable *table) argument
586 prepareFromUMappings(UCMTable *table) argument
635 getFromUBytesValue(CnvExtData *extData, UCMTable *table, UCMapping *m) argument
708 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) argument
927 generateFromUTrie(CnvExtData *extData, UCMTable *table, int32_t mapLength) argument
1008 makeFromUTable(CnvExtData *extData, UCMTable *table) argument
1054 CnvExtAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData) argument
[all...]
H A Dgenmbcs.c38 /* toUnicode (state table in ucm->states) */
97 MBCSAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData);
134 * mappings to the extension table (but never too few).
246 * stage table uses direct indexes into stage 3, without a multiplier and
386 * Walk down the state table like in conversion,
794 /* Build an alternate, UTF-8-friendly stage table as well. */
799 * This can occur only if the mapping table is nearly perfectly filled and if
806 * because we have a sorted table and there are at most MBCS_UTF8_LIMIT
813 * code that causes MBCSAddTable() to rebuild the table not utf8Friendly
894 * A 1:1 mapping does not fit into the MBCS base table'
936 MBCSAddTable(NewConverter *cnvData, UCMTable *table, UConverterStaticData *staticData) argument
[all...]
/external/icu4c/tools/toolutil/
H A Ducm.c64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { argument
65 printMapping(m, UCM_GET_CODE_POINTS(table, m), UCM_GET_BYTES(table, m), f);
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { argument
73 m=table->mappings;
74 length=table->mappingsLength;
77 ucm_printMapping(table, m, f);
80 const int32_t *map=table->reverseMap;
82 ucm_printMapping(table, m+map[i], f);
212 UCMTable *table local
530 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) argument
694 UCMTable *table; local
879 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); local
890 ucm_closeTable(UCMTable *table) argument
901 ucm_resetTable(UCMTable *table) argument
912 ucm_addMapping(UCMTable *table, UCMapping *m, UChar32 codePoints[UCNV_EXT_MAX_UCHARS], uint8_t bytes[UCNV_EXT_MAX_BYTES]) argument
[all...]
/external/iptables/iptables/
H A Diptables-xml.c101 #define maxChains 10240 /* max chains per table */
288 an empty chain at table-end time */
330 printf(" </table>\n");
335 openTable(char *table) argument
339 strncpy(curTable, table, IPT_TABLE_MAXNAMELEN);
342 printf(" <table ");
358 // (or I guess -j SNAT in nat table, but we don't check for that yet
591 //xmlAttrS("table",curTable); // not needed in full mode
689 /* New table */
690 char *table; local
[all...]
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCConnection.java90 public boolean busy(String table, int count) { argument

Completed in 1018 milliseconds

1234567891011>>