Searched refs:entries (Results 251 - 275 of 483) sorted by relevance

<<11121314151617181920

/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dsh4.rb167 attr_reader :entries
169 def initialize(codeOrigin, entries, size)
173 @entries = entries
177 "#{size}: #{entries}"
202 entries.map {
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DLegacySessionStateCoding.cpp421 auto entries = adoptCF(CFArrayCreateMutable(kCFAllocatorDefault, backForwardListState.items.size(), &kCFTypeArrayCallBacks));
431 CFArrayAppendValue(entries.get(), entryDictionary.get());
437 return createDictionary({ { sessionHistoryVersionKey, sessionHistoryVersionNumber.get() }, { sessionHistoryCurrentIndexKey, currentIndexNumber.get() }, { sessionHistoryEntriesKey, entries.get() } });
963 static bool decodeSessionHistoryEntries(CFArrayRef entriesArray, Vector<BackForwardListItemState>& entries) argument
974 entries.append(WTF::move(entry));
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf64-alpha.c113 /* Cumulative flags for all the .got entries. */
218 equality wrt PLT entries -- we don't create a PLT entry if a symbol's
296 /* For every input file, these are the got entries for that object's
1743 or PLT entries), there's no possibility or desire to optimize TLS
2018 the actual plt entries until size_plt_section, called from
2039 is not a function. The Alpha, since it uses .got entries for all
2080 /* Merge the .got entries. Cannibalize the old symbol's list in
2108 /* And similar for the reloc entries. */
2148 /* By their nature, local .got entries cannot be merged. */
2218 /* Let the local .got entries kno
2470 unsigned long entries; local
2580 unsigned long entries; local
2636 unsigned long entries; local
2679 unsigned long entries; local
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Drescoff.c68 /* Number of named directory entries. */
70 /* Number of directory entries with IDs. */
163 don't free data, since we create resource entries that point into
200 rd->entries = NULL;
205 pp = &rd->entries;
207 /* The resource directory entries immediately follow the directory
373 /* Length of directory tables and entries. */
377 /* Length of resource data entries. */
381 /* Directory tables and entries. */
385 /* Resource data entries
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Dcomep.c131 ept_entry_t entries[MAX_ENTS];
242 ** Like rpc_ep_register, except doesn't replace any existing entries.
472 * Skip over NULL entries.
806 * Skip over NULL entries.
1156 * No entries stashed away so read some from ept database
1160 &chp->entry_handle, MAX_ENTS, &chp->num_ents, chp->entries,
1182 entp = &(chp->entries[chp->next_ent]);
1245 * Have returned all entries that are stashed away for this
1249 for (i = 0, entp = &(chp->entries[0]);
1260 * If entry handle is NULL, all matching entries hav
130 ept_entry_t entries[MAX_ENTS]; member in struct:__anon7980
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Desh-util.el406 (defun eshell-winnow-list (entries exclude &optional predicates)
413 (unless (listp entries)
414 (setq entries (list entries)
416 (eshell-for entry entries
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c94 struct mtree_entry *entries; member in struct:mtree
167 p = mtree->entries;
205 * attributes for each file. For those entries, only the last line
343 mtree->entries = entry;
405 mtree->this_entry = mtree->entries;
467 if (mtree->entries == NULL) {
536 * "Full" entries are allowed to have multiple lines
538 * don't support multiple lines for "relative" entries
540 * separate "relative" and "full" entries. (Merging
541 * "relative" and "full" entries woul
[all...]
/macosx-10.10.1/smb-759.0/kernel/smbfs/
H A Dsmbfs_notify_change.c760 STAILQ_FOREACH_SAFE(watchItem, &notify->watch_list, entries, next) {
1004 STAILQ_INSERT_HEAD(&notify->watch_list, watchItem, entries);
1006 STAILQ_INSERT_TAIL(&notify->watch_list, watchItem, entries);
1056 STAILQ_FOREACH_SAFE(watchItem, &notify->watch_list, entries, next) {
1071 STAILQ_REMOVE(&notify->watch_list, watchItem, watch_item, entries);
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/
H A Ddnssec-signzone.c618 size_t entries; member in struct:hashlist
626 l->entries = 0;
646 if (l->entries == l->size) {
650 memset(l->hashbuf + l->entries * l->length, 0, l->length);
651 memcpy(l->hashbuf + l->entries * l->length, hash, len);
652 l->entries++;
685 qsort(l->hashbuf, l->entries, l->length, hashlist_comp);
692 size_t entries = l->entries; local
697 while (entries >
718 unsigned int entries = l->entries; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dinfo.el1178 (entries nil) re)
1197 ;; Push the entries onto `text'.
1204 entries)
1206 ;; Insert the entries just found.
1209 (dolist (entry (nreverse entries))
1214 ;; Now remove duplicate entries under the same heading.
3305 entries current
3311 (setq entries (cons `[,current
3314 entries)))
3316 (setq entries (con
[all...]
H A Dbookmark.el324 ;; know anything about the format of bookmark-alist entries.
2105 (defun bookmark-menu-popup-paned-menu (event name entries)
2109 The number of panes depends on the number of entries.
2110 The visible entries are truncated to `bookmark-menu-length', but the
2115 (while entries
2118 (while (and (< count f-height) entries)
2119 (let ((str (car entries)))
2126 (setq entries (cdr entries))
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dmeta-mode.el439 (defun meta-add-symbols (&rest entries)
440 "Add entries to list of known symbols in Metafont or MetaPost mode."
442 (setq meta-symbol-list (cons entries meta-symbol-list))
444 (setq meta-symbol-list (cons entries meta-symbol-list))))
/macosx-10.10.1/ruby-106/ruby/doc/rake/
H A Djamis.rb525 .entries {
544 <div class="entries">
545 START:entries
547 END:entries
/macosx-10.10.1/ruby-106/ruby/lib/rss/
H A Datom.rb270 ["entry", "*", :children, "entries"],
284 alias_method :items, :entries
290 entries.any? {|entry| entry.have_author?(false)}
319 entries.each do |entry|
/macosx-10.10.1/Librpcsvc-24/
H A Dnfs_prot.x272 entry *entries;
958 entry3 *entries;
1000 entryplus3 *entries;
/macosx-10.10.1/xnu-2782.1.97/security/
H A Dmac_vfs.c493 mpc = mac_policy_list.entries[i].mpc;
510 mpc = mac_policy_list.entries[i].mpc;
554 mpc = mac_policy_list.entries[i].mpc;
569 mpc = mac_policy_list.entries[i].mpc;
779 mpc = mac_policy_list.entries[i].mpc;
798 mpc = mac_policy_list.entries[i].mpc;
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Dexamples.t339 print "The array contains $elements entries\n" ;
375 print "The array contains $elements entries\n" ;
396 The array contains 5 entries
H A Dexamples.t.T352 print "The array contains $elements entries\n" ;
389 print "The array contains $elements entries\n" ;
410 The array contains 5 entries
/macosx-10.10.1/BerkeleyDB-21/db/repmgr/
H A Drepmgr_posix.c580 next = TAILQ_NEXT(conn, entries);
651 TAILQ_FOREACH(conn, &db_rep->connections, entries) {
/macosx-10.10.1/CPANInternal-159.1/Class-Std-Utils-v0.0.3/lib/Class/Std/
H A DUtils.pm173 That is, the top-level entries would be replaced by any second-level
174 entries with the same key that appear in a top-level entry of the same name as
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPCrlInfo.cpp160 * Do our best to understand all the entries in a CSSM_X509_EXTENSIONS,
522 CSSM_X509_REVOKED_CERT_ENTRY_PTR entries = local
529 CSSM_X509_REVOKED_CERT_ENTRY_PTR entry = &entries[dex];
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dspam-stat.el430 (defun spam-stat-to-hash-table (entries)
442 entries)
/macosx-10.10.1/tcl-105/tk/tk/library/demos/
H A Drolodex186 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/tcl-105/tk84/tk/library/demos/
H A Drolodex180 set helpTopics(help) {This application provides only very crude help. Besides the entries in this menu, you can get help on individual windows by moving the mouse cursor over the window and pressing the Help or F1 keys.}
/macosx-10.10.1/vim-55/runtime/
H A Dvimrc_example.vim34 " For Win32 GUI: remove 't' flag from 'guioptions': no tearoff menu entries

Completed in 482 milliseconds

<<11121314151617181920