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

<<11121314151617181920>>

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Ddwarf2.c101 /* Pointer to the symbol table. */
166 /* The abbrev hash table. */
175 /* TRUE if there is a line number table associated with this comp. unit. */
182 /* The offset into .debug_line of the line number table. */
394 /* Lookup an abbrev_info structure in the abbrev hash table. */
419 in a hash table. */
534 table is reached. */
688 /* Source line information table routines. */
776 add_line_info (struct line_info_table *table, argument
784 struct line_info* info = bfd_alloc (table
862 concat_filename(struct line_info_table *table, unsigned int file) argument
967 struct line_info_table* table; local
1306 lookup_address_in_line_info_table(struct line_info_table *table, bfd_vma addr, struct funcinfo *function, const char **filename_ptr, unsigned int *linenumber_ptr) argument
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/wind/
H A Dgen-bidi.py78 def printTable(file, table, variable):
79 """print table to file named as variable"""
82 for l in tables[table]:
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationbasedatabuilder.h75 void buildRootElementsTable(UVector32 &table, UErrorCode &errorCode);
80 UVector32 &table, UErrorCode &errorCode);
/macosx-10.10/IOATAFamily-253.0.1/
H A DIOATADevice.h121 virtual bool matchPropertyTable(OSDictionary * table);
131 virtual bool matchPropertyTable(OSDictionary * table, SInt32 * score);
/macosx-10.10/JavaScriptCore-7600.1.17/runtime/
H A DStructureIDTable.h66 StructureOrOffset* table() const { return m_table.get(); } function in class:JSC::StructureIDTable
86 return table()[structureID].structure;
/macosx-10.10/Security-57031.1.35/Security/authd/
H A Dauthdb.h51 int32_t authdb_get_key_value(authdb_connection_t, const char * table, auth_items_t * out_items);
54 int32_t authdb_set_key_value(authdb_connection_t, const char * table, auth_items_t items);
/macosx-10.10/WebCore-7600.1.25/css/
H A Dquirks.css34 table {
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableColElement.cpp89 if (HTMLTableElement* table = findParentTable())
90 return table->additionalGroupStyle(false);
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DWebKitAuthenticationWidget.cpp52 GtkWidget* table = gtk_table_new(1, 2, FALSE); local
53 gtk_table_set_col_spacings(GTK_TABLE(table), gLayoutColumnSpacing);
54 gtk_table_set_row_spacings(GTK_TABLE(table), gLayoutRowSpacing);
60 gtk_table_resize(GTK_TABLE(table), rowNumber + 1, 2);
65 GTK_TABLE(table), firstColumnWidget,
73 gtk_table_attach_defaults(GTK_TABLE(table), secondColumnWidget, 1, 2, rowNumber, rowNumber + 1);
83 gtk_box_pack_start(GTK_BOX(box), table, FALSE, FALSE, 0); local
84 gtk_widget_show(table);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderTableCell.h79 RenderTable* table() const { return toRenderTable(parent()->parent()->parent()); } function in class:WebCore::final
93 if (RenderTableCol* firstColumn = table()->colElement(col()))
100 // FIXME: This function does too much work, and is very hot during table layout!
150 // FIXME: For now we just assume the cell has the same block flow direction as the table. It's likely we'll
152 // the block flow directionality of the cells to the table's directionality.
169 // This function is used to unify which table part's style we use for computing direction and
173 // on all table parts and writing-mode on cells.
182 if (section()->hasSameDirectionAs(table()))
191 if (section()->hasSameDirectionAs(table()))
199 ASSERT_UNUSED(cell, table()
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DIndexedDatabaseObjectStoreContentView.css48 .content-view.indexed-database-object-store > .data-grid table.data {
52 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(even) {
56 .content-view.indexed-database-object-store > .data-grid table.data tr:nth-child(odd) {
60 .content-view.indexed-database-object-store > .data-grid table.data tr.filler {
H A DDataGrid.css39 .data-grid table {
40 table-layout: fixed;
64 .data-grid.no-header > table.header {
102 display: table-row !important;
111 .data-grid table.data {
121 table-layout: fixed;
124 .data-grid.inline table.data {
128 .data-grid table.data tr {
132 .data-grid table.data tr.revealed {
133 display: table
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dforward.c41 dns_rbt_t *table; member in struct:dns_fwdtable
61 fwdtable->table = NULL;
62 result = dns_rbt_create(mctx, auto_detach, fwdtable, &fwdtable->table);
78 dns_rbt_destroy(&fwdtable->table);
117 result = dns_rbt_addname(fwdtable->table, name, forwarders);
142 result = dns_rbt_deletename(fwdtable->table, name, ISC_FALSE);
168 result = dns_rbt_findname(fwdtable->table, name, 0, foundname,
187 dns_rbt_destroy(&fwdtable->table);
/macosx-10.10/emacs-93/emacs/src/
H A Dsyntax.h26 /* The standard syntax table is stored where it will automatically
30 /* A syntax table is a chartable whose elements are cons cells
51 Sinherit, /* use the standard syntax table for this character */
59 /* Set the syntax entry VAL for char C in table TABLE. */
61 #define SET_RAW_SYNTAX_ENTRY(table, c, val) \
63 ? (XCHAR_TABLE (table)->contents[(unsigned char) (c)] = (val)) \
64 : Faset ((table), make_number (c), (val)))
66 /* Fetch the syntax entry for char C in syntax table TABLE.
71 #define SYNTAX_ENTRY_FOLLOW_PARENT(table, c) \
72 ({ Lisp_Object _syntax_tbl = (table); \
[all...]
/macosx-10.10/postfix-255/postfix/src/util/
H A Dname_mask.c9 /* int name_mask(context, table, names)
11 /* const NAME_MASK *table;
14 /* long long_name_mask(context, table, names)
16 /* const LONG_NAME_MASK *table;
19 /* const char *str_name_mask(context, table, mask)
21 /* const NAME_MASK *table;
24 /* const char *str_long_name_mask(context, table, mask)
26 /* const LONG_NAME_MASK *table;
29 /* int name_mask_opt(context, table, names, flags)
31 /* const NAME_MASK *table;
206 name_mask_delim_opt(const char *context, const NAME_MASK *table, const char *names, const char *delim, int flags) argument
265 str_name_mask_opt(VSTRING *buf, const char *context, const NAME_MASK *table, int mask, int flags) argument
318 long_name_mask_delim_opt(const char *context, const LONG_NAME_MASK * table, const char *names, const char *delim, int flags) argument
380 str_long_name_mask_opt(VSTRING *buf, const char *context, const LONG_NAME_MASK * table, long mask, int flags) argument
[all...]
H A Dattr_print0.c63 /* The content of the table is sent as a sequence of string-valued
64 /* attributes with names equal to the table lookup keys.
218 HTABLE *table = htable_create(1); local
222 htable_enter(table, "foo-name", mystrdup("foo-value"));
223 htable_enter(table, "bar-name", mystrdup("bar-value"));
229 ATTR_TYPE_HASH, table,
240 htable_free(table, myfree);
H A Dattr_print_plain.c63 /* The content of the table is sent as a sequence of string-valued
64 /* attributes with names equal to the table lookup keys.
212 HTABLE *table = htable_create(1); local
216 htable_enter(table, "foo-name", mystrdup("foo-value"));
217 htable_enter(table, "bar-name", mystrdup("bar-value"));
223 ATTR_TYPE_HASH, table,
234 htable_free(table, myfree);
/macosx-10.10/ruby-106/ruby/ext/json/lib/json/
H A Dgeneric_object.rb38 table
42 table[name.to_sym]
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/doc/
H A Dtk2html2.awk6 /^<table>*/ {
14 print "<table cellpadding=5>"
16 while ( ln !~ "^</table>" )
35 print "</table>"
41 while ( ln !~ "^</table>" )
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/generic/
H A DxotclTrace.c154 Tcl_HashTable *table = &xotclMemCount; local
156 hPtr = Tcl_CreateHashEntry(table, id, &new);
177 Tcl_HashTable *table = &xotclMemCount; local
183 hPtr = Tcl_FindHashEntry(table, id);
194 Tcl_HashTable *table = &xotclMemCount; local
206 for (hPtr = Tcl_FirstHashEntry(table, &search); hPtr != NULL;
208 char *id = Tcl_GetHashKey(table, hPtr);
215 Tcl_DeleteHashTable(table);
/macosx-10.10/objc4-646/test/
H A Dtest.h134 objc_exception_functions_t table = {0,0,0,0,0,0}; \
135 objc_exception_get_functions(&table); \
136 if (!table.throw_exc) { \
137 table.throw_exc = (typeof(table.throw_exc))abort; \
138 table.try_enter = (typeof(table.try_enter))testnoop; \
139 table.try_exit = (typeof(table.try_exit))testnoop; \
140 table
[all...]
/macosx-10.10/emacs-93/emacs/lisp/emacs-lisp/
H A Dauthors.el197 ("Howard Gayle" :wrote "disp-table.el" "iso-syntax.el" "casetab.c")
380 (defun authors-add-fixed-entries (table)
388 (authors-add author item action table))))))
403 (defun authors-add (author file action table)
406 author and what he did in hash table TABLE. See the description of
407 `authors-scan-change-log' for the structure of the hash table."
411 (let* ((value (gethash author table))
415 (puthash author (cons (list file (cons action 1)) value) table)
464 (defun authors-scan-change-log (log-file table)
467 For each change mentioned in the log, add an entry to hash table TABL
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/p12Parse/
H A Dpkcs12Utils.cpp262 * Each type of attribute has a name/value pair in a table of these:
269 /* declare one entry in a table of p12NameValuePair */
301 const p12NameValuePair *table)
303 while(table->name) {
304 if(table->value == type) {
305 return table->name;
307 table++;
299 typeToStr( unsigned type, const p12NameValuePair *table) argument
/macosx-10.10/emacs-93/emacs/lisp/language/
H A Dindian.el41 `((safe-chars . ,(let ((table (make-char-table 'safe-chars nil)))
42 (set-char-table-range table 'indian-is13194 t)
44 (aset table i t)
45 (aset table (decode-char 'ucs (+ #x900 i)) t))
46 table))
80 (defconst indian-font-char-index-table
117 variable `indian-font-char-index-table'. It specifies which
121 (let ((start (car (rassq font-identifier indian-font-char-index-table))))
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/hash/
H A Dhashalloc.c27 * hash table library
37 * create a new hash table
145 tab->table = va_arg(ap, Hash_bucket_t**);
168 if (!tab->table)
172 if (!(tab->table = (Hash_bucket_t**)(*region)(handle, NiL, sizeof(Hash_bucket_t*) * tab->size, 0)))
174 memset(tab->table, 0, sizeof(Hash_bucket_t*) * tab->size);
176 else if (!(tab->table = newof(0, Hash_bucket_t*, tab->size, 0))) goto out;

Completed in 416 milliseconds

<<11121314151617181920>>