Searched refs:list (Results 326 - 350 of 3884) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m93 struct objc_method_list* list;
95 /* Add the list in the official way, just in case class_addMethods
98 list = cls->methodLists[0];
100 class_addMethods(cls, list);
102 list = cls->isa->methodLists[0];
104 class_addMethods(cls->isa, list);
357 Ivar* list;
362 list = malloc(sizeof(Ivar) * ivars->ivar_count);
363 if (list == NULL) {
369 list[
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dthread_data.h32 void LI_set_thread_list(uint32_t key, si_list_t *list);
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_codesigning.cpp57 TypedList list(alloc, CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE,
64 list += new(alloc) ListElement(alloc,
68 list += new(alloc) ListElement(alloc, CssmData(*it->second));
69 return list;
76 CodeSignatureAclSubject *CodeSignatureAclSubject::Maker::make(const TypedList &list) const
79 unsigned total = list.length(); // includes subject type header
81 && list[1].is(CSSM_LIST_ELEMENT_WORDID) // [1] == signature type
82 && list[1] == CSSM_ACL_CODE_SIGNATURE_OSX
83 && list[2].is(CSSM_LIST_ELEMENT_DATUM) // [2] == legacy hash
84 && list[
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_codesigning.cpp57 TypedList list(alloc, CSSM_ACL_SUBJECT_TYPE_CODE_SIGNATURE,
64 list += new(alloc) ListElement(alloc,
68 list += new(alloc) ListElement(alloc, CssmData(*it->second));
69 return list;
76 CodeSignatureAclSubject *CodeSignatureAclSubject::Maker::make(const TypedList &list) const
79 unsigned total = list.length(); // includes subject type header
81 && list[1].is(CSSM_LIST_ELEMENT_WORDID) // [1] == signature type
82 && list[1] == CSSM_ACL_CODE_SIGNATURE_OSX
83 && list[2].is(CSSM_LIST_ELEMENT_DATUM) // [2] == legacy hash
84 && list[
[all...]
/macosx-10.9.5/SmartcardCCID-55005/libusb/libusb/
H A Dusbpp.h6 #include <list>
113 class AltSetting : public std::list<Endpoint *> {
138 std::list<Endpoint *>::const_iterator iter;
142 /* because that would bring in the endpoint list */
165 class Interface : public std::list<AltSetting *> {
288 std::list<AltSetting *>::const_iterator iter;
308 class Configuration : public std::list<Interface *> {
384 std::list<Interface *>::const_iterator iter;
388 /* because that would bring in the interface list */
407 class Device : public std::list<Configuratio
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DLinkRelAttribute.cpp9 * notice, this list of conditions and the following disclaimer.
11 * copyright notice, this list of conditions and the following disclaimer
78 Vector<String> list; local
79 relCopy.split(' ', list);
80 Vector<String>::const_iterator end = list.end();
81 for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) {
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DBackForwardListBlackBerry.cpp73 // forward list, while the user has the recent pages dialog open). In this
116 void BackForwardListBlackBerry::backListWithLimit(int limit, HistoryItemVector& list) argument
118 m_impl->backListWithLimit(limit, list);
121 void BackForwardListBlackBerry::forwardListWithLimit(int limit, HistoryItemVector& list) argument
123 m_impl->forwardListWithLimit(limit, list);
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebplugindatabase.cpp69 * @list: (element-type WebKitWebPlugin): a #GSList of #WebKitWebPlugin
71 * Frees @list.
75 void webkit_web_plugin_database_plugins_list_free(GSList* list) argument
77 if (!list)
80 for (GSList* p = list; p; p = p->next)
83 g_slist_free(list);
91 * The returned list must be freed with webkit_web_plugin_database_plugins_list_free()
/macosx-10.9.5/bash-92/bash-3.2/examples/scripts/
H A Dfixfiles.bash9 #This is a script which takes a list of directories, descends through each one
19 # Script to process a given list of directories recursively
82 echo "$0: must specify a list of directories" >&2
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dnbimages.h27 * - NetBoot image list routines
95 int NBImageList_count(NBImageListRef list);
96 NBImageEntryRef NBImageList_element(NBImageListRef list, int i);
97 NBImageEntryRef NBImageList_elementWithID(NBImageListRef list, bsdp_image_id_t);
100 void NBImageList_free(NBImageListRef * list);
H A Dsubnets.h75 SubnetListAcquireAddress(SubnetListRef list, struct in_addr * addr,
79 SubnetListGetSubnetForAddress(SubnetListRef list, struct in_addr addr,
83 SubnetListAreAddressesOnSameSupernet(SubnetListRef list,
88 SubnetListCreateWithArray(CFArrayRef list);
/macosx-10.9.5/cctools-845/include/stuff/
H A Dsymbol_list.h37 struct symbol_list **list,
/macosx-10.9.5/dtrace-118.1/tools/ctfconvert/
H A Dlist.h30 #pragma ident "@(#)list.h 1.4 05/06/08 SMI"
40 typedef struct list list_t;
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dviqr.el43 (setq rules (cons (list (cdr (car l)) (car (car l))) rules))
/macosx-10.9.5/ntp-88/libopts/
H A Dnested.c547 * Deallocate a list of option arguments. This must have been gotten from
548 * a hierarchical option argument, not a stacked list of strings. It is
679 pAL = AGALOC( sizeof(*pAL), "nested arg list" );
/macosx-10.9.5/ntp-88/sntp/libopts/
H A Dnested.c547 * Deallocate a list of option arguments. This must have been gotten from
548 * a hierarchical option argument, not a stacked list of strings. It is
679 pAL = AGALOC( sizeof(*pAL), "nested arg list" );
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dcompare-dest.test21 $RSYNC -av --include=etc-ltr-list --include='*/' --exclude='*' "$fromdir/" "$alt2dir/"
26 $RSYNC -av --exclude=/text --exclude=etc-ltr-list "$fromdir/" "$chkdir/"
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dcoder.rb46 # Emit a sequence with +list+ and +tag+
47 def represent_seq tag, list
49 self.seq = list
88 # Emit a sequence of +list+
89 def seq= list
91 @seq = list
/macosx-10.9.5/ruby-104/ruby/lib/rubygems/
H A Dname_tuple.rb26 def self.from_list list
27 list.map { |t| new(*t) }
34 def self.to_basic list
35 list.map { |t| t.to_a }
/macosx-10.9.5/ruby-104/ruby/test/-ext-/exception/
H A Dtest_enc_raise.rb8 Encoding.list.each do |enc|
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dmsgcat.test41 list [catch {catopen -fail "FOOBAZWAP"} msg] $msg
62 list [catch {catgets $msgcat} msg] $msg
79 list [catch {catclose -fail $msgcat} msg] $msg
84 list [catch {catclose baz} msg] $msg
88 list [catch {catclose} msg] $msg
107 list [catch {catgets $msgcat 101 12 "This is an actual emergency"} msg] \
113 list [catch {catgets $msgcat xx 12 "This is an actual emergency"} msg] $msg
119 list [catch {catgets $msgcat 102 "This is an actual emergency"} msg] $msg
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceMemory.cpp54 InitElement list[],
66 range = IODeviceMemory::withRange( list[i].start, list[i].length );
68 range->setTag( list[i].tag );
53 arrayFromList( InitElement list[], IOItemCount count ) argument
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dcpm.h49 * Return a linked list of physically contiguous
56 cpm_allocate(vm_size_t size, vm_page_t *list, ppnum_t max_pnum, ppnum_t pnum_mask, boolean_t wire, int flags);
/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Derror.c11 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
50 com_right(struct et_list *list, long code) argument
53 for (p = list; p; p = p->next)
60 com_right_r(struct et_list *list, long code, char *str, size_t len) argument
63 for (p = list; p; p = p->next) {
87 initialize_error_table_r(struct et_list **list, argument
94 for (end = list, et = *list; et; end = &et->next, et = et->next)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedFont.cpp9 * notice, this list of conditions and the following disclaimer.
11 * notice, this list of conditions and the following disclaimer in the
137 RefPtr<NodeList> list = m_externalSVGDocument->getElementsByTagNameNS(SVGNames::fontTag.namespaceURI(), SVGNames::fontTag.localName()); local
138 if (!list)
141 unsigned listLength = list->length();
147 ASSERT(list->item(i));
148 ASSERT(list->item(i)->hasTagName(SVGNames::fontTag));
153 return static_cast<SVGFontElement*>(list->item(0));
156 SVGFontElement* element = static_cast<SVGFontElement*>(list->item(i));

Completed in 408 milliseconds

<<11121314151617181920>>