Searched refs:set (Results 126 - 150 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnet_set.c121 // try to select the set by its setID
127 SCNetworkSetRef set; local
130 set = CFArrayGetValueAtIndex(sets, i);
131 setID = SCNetworkSetGetSetID(set);
133 selected = set;
139 // try to select the set by its name
142 SCNetworkSetRef set; local
145 set = CFArrayGetValueAtIndex(sets, i);
146 setName = SCNetworkSetGetName(set);
150 selected = set;
167 SCNetworkSetRef set; local
227 SCNetworkSetRef set; local
306 SCNetworkSetRef set = NULL; local
375 SCNetworkSetRef set; local
549 SCNetworkSetRef set = NULL; local
688 SCNetworkSetRef set; local
[all...]
/macosx-10.10.1/libauto-186/
H A Dauto_impl_utilities.c315 unsigned length; // length of set
320 static void **ptr_set_find_slot(ptr_set *set, void *ptr);
321 static void ptr_set_grow(ptr_set *set);
323 static inline void **ptr_set_next(ptr_set *set, void **slot) { return ++slot == set->end ? set->members : slot; } argument
327 static inline intptr_t ptr_set_hash(ptr_set *set, void *ptr) { return (((intptr_t)ptr >> 2) * 2654435761u) % set->length; } argument
331 static boolean_t ptr_set_add_no_lock_did_grow(ptr_set *set, void *ptr) { argument
332 // add a member to the set
364 ptr_set_grow(ptr_set *set) argument
392 ptr_set_find_slot(ptr_set *set, void *ptr) argument
421 ptr_set *set = aux_malloc(sizeof(ptr_set)); local
436 ptr_set_dispose(ptr_set *set) argument
443 ptr_set_add(ptr_set *set, void *ptr) argument
449 ptr_set_is_member_no_lock(ptr_set *set, void *ptr) argument
458 ptr_set_is_member(ptr_set *set, void *ptr) argument
471 ptr_set_remove(ptr_set *set, void *ptr) argument
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthutilities.c14 xpc_object_t set = NULL; local
18 set = xpc_array_create(NULL, 0);
19 require(set != NULL, done);
28 xpc_array_set_value(set, XPC_ARRAY_APPEND, item);
33 return set;
39 AuthorizationItemSet * set = NULL; local
44 set = (AuthorizationItemSet*)calloc(1u, sizeof(AuthorizationItemSet));
45 require(set != NULL, done);
47 set->count = (uint32_t)xpc_array_get_count(data);
48 if (set
208 _cf_set_iterate(CFSetRef set, bool(^iterator)(CFTypeRef value)) argument
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_set_interface.py2 Tests if NSSet conforms to the interface of the python type set()
4 This is a port of the set tests from the Python stdlib for 3.2
55 for C in set, frozenset, dict.fromkeys, str, unicode, list, tuple:
56 self.assertEqual(self.thetype('abcba').union(C('cdc')), set('abcd'))
57 self.assertEqual(self.thetype('abcba').union(C('efgfe')), set('abcefg'))
58 self.assertEqual(self.thetype('abcba').union(C('ccb')), set('abc'))
59 self.assertEqual(self.thetype('abcba').union(C('ef')), set('abcef'))
60 self.assertEqual(self.thetype('abcba').union(C('ef'), C('fg')), set('abcefg'))
64 self.assertEqual(x.union(set([1]), x, set([
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_inquire_cred_by_oid.c45 gss_buffer_set_t set = GSS_C_NO_BUFFER_SET; local
61 gss_release_buffer_set(minor_status, &set);
78 &rset->elements[i], &set);
85 if (set == GSS_C_NO_BUFFER_SET) {
91 *data_set = set;
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DResourceIcons.css27 content: -webkit-image-set(url(../Images/DocumentGeneric.png) 1x, url(../Images/DocumentGeneric@2x.png) 2x);
31 content: -webkit-image-set(url(../Images/DocumentMarkup.png) 1x, url(../Images/DocumentMarkup@2x.png) 2x);
35 content: -webkit-image-set(url(../Images/DocumentImage.png) 1x, url(../Images/DocumentImage@2x.png) 2x);
39 content: -webkit-image-set(url(../Images/DocumentFont.png) 1x, url(../Images/DocumentFont@2x.png) 2x);
43 content: -webkit-image-set(url(../Images/DocumentCSS.png) 1x, url(../Images/DocumentCSS@2x.png) 2x);
47 content: -webkit-image-set(url(../Images/DocumentJS.png) 1x, url(../Images/DocumentJS@2x.png) 2x);
51 content: -webkit-image-set(url(../Images/ClippingJS.png) 1x, url(../Images/ClippingJS@2x.png) 2x);
55 content: -webkit-image-set(url(../Images/ClippingGeneric.png) 1x, url(../Images/ClippingGeneric@2x.png) 2x);
59 content: -webkit-image-set(url(../Images/ClippingCSS.png) 1x, url(../Images/ClippingCSS@2x.png) 2x);
63 content: -webkit-image-set(ur
[all...]
H A DTimelineOverviewGraph.js53 set zeroTime(x)
68 set startTime(x)
83 set endTime(x)
98 set currentTime(x)
116 set timelineOverview(x)
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesPathKey.h85 CFStringRef set
94 CFStringRef set,
105 CFStringRef set,
115 CFStringRef set,
125 CFStringRef set,
/macosx-10.10.1/emacs-93/emacs/lisp/obsolete/
H A Dawk-mode.el112 (set (make-local-variable 'paragraph-start) (concat "$\\|" page-delimiter))
113 (set (make-local-variable 'paragraph-separate) paragraph-start)
114 (set (make-local-variable 'comment-start) "# ")
115 (set (make-local-variable 'comment-end) "")
116 (set (make-local-variable 'comment-start-skip) "#+ *")
/macosx-10.10.1/ncurses-44/ncurses/test/
H A Dtestaddch.c49 chtype back, set, attr; local
65 set = (i & 2) ? A_REVERSE : 0;
69 attrset(set);
76 set = (i & 2) ? A_REVERSE | COLOR_PAIR(2) : 0;
80 attrset(set);
/macosx-10.10.1/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dddk_build.cmd10 set TARGET=LIBRARY
11 set STATIC_LIBC=
12 set version=1.0
16 if /I Test%1==TestDLL set TARGET=DYNLINK
17 if /I Test%1==Test/MT set STATIC_LIBC=1
30 set cpudir=i386
31 set destType=Win32
33 set cpudir=amd64
34 set destType=x64
37 set srcPat
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dusettest.cpp36 UnicodeString operator+(const UnicodeString& left, const UnicodeSet& set) { argument
38 set.toPattern(pat);
263 UnicodeSet set; local
264 expectPattern(set, UnicodeString("[[a-m]&[d-z]&[k-y]]", ""), "km");
265 expectPattern(set, UnicodeString("[[a-z]-[m-y]-[d-r]]", ""), "aczz");
266 expectPattern(set, UnicodeString("[a\\-z]", ""), "--aazz");
267 expectPattern(set, UnicodeString("[-az]", ""), "--aazz");
268 expectPattern(set, UnicodeString("[az-]", ""), "--aazz");
269 expectPattern(set, UnicodeString("[[[a-z]-[aeiou]i]]", ""), "bdfnptvz");
272 set
389 UnicodeSet set; // Construct empty set local
519 UnicodeSet set; local
1442 expectRange(const UnicodeString& label, const UnicodeSet& set, UChar32 start, UChar32 end) argument
1815 checkCanonicalRep(const UnicodeSet& set, const UnicodeString& msg) argument
1875 getPairs(const UnicodeSet& set) argument
1983 expectContainment(const UnicodeSet& set, const UnicodeString& charsIn, const UnicodeString& charsOut) argument
1992 expectContainment(const UnicodeSet& set, const UnicodeString& setName, const UnicodeString& charsIn, const UnicodeString& charsOut) argument
2029 expectPattern(UnicodeSet& set, const UnicodeString& pattern, const UnicodeString& expectedPairs) argument
2072 expectPairs(const UnicodeSet& set, const UnicodeString& expectedPairs) argument
2080 expectToPattern(const UnicodeSet& set, const UnicodeString& expPat, const char** expStrings) argument
2359 const UnicodeSet &set; member in class:UnicodeSetWithStrings
2371 UnicodeSetWithStringsIterator(const UnicodeSetWithStrings &set) argument
2419 containsSpanUTF16(const UnicodeSetWithStrings &set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
2517 containsSpanBackUTF16(const UnicodeSetWithStrings &set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
2616 containsSpanUTF8(const UnicodeSetWithStrings &set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
2716 containsSpanBackUTF8(const UnicodeSetWithStrings &set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
2854 getSpans(const UnicodeSetWithStrings &set, UBool isComplement, const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int type, const char *&typeName, int32_t limits[], int32_t limitsCapacity, int32_t expectCount) argument
[all...]
/macosx-10.10.1/swig-12/Lib/ruby/
H A Dstd_set.i10 assign(const RubySeq& rubyseq, std::set<T>* seq) {
20 struct traits_asptr<std::set<T> > {
21 static int asptr(VALUE obj, std::set<T> **s) {
22 return traits_asptr_stdseq<std::set<T> >::asptr(obj, s);
27 struct traits_from<std::set<T> > {
28 static VALUE from(const std::set<T>& vec) {
29 return traits_from_stdseq<std::set<T> >::from(vec);
156 %define %swig_set_methods(set...)
158 %swig_sequence_methods_common(%arg(set));
162 // Redefine std::set iterato
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DCopyWriteBarrier.h43 this->set(vm, owner, &value);
48 this->set(vm, owner, value);
71 void set(VM& vm, const JSCell* owner, T* value) function in class:JSC::CopyWriteBarrier
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DRegExpCachedResult.cpp45 m_reifiedInput.set(exec->vm(), owner, m_lastInput.get());
46 m_reifiedResult.set(exec->vm(), owner, RegExpMatchesArray::create(exec, m_lastInput.get(), m_lastRegExp.get(), m_result));
57 m_reifiedInput.set(exec->vm(), owner, input);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dhosts.h28 // @@@ use vector instead of set to preserve resolver-generated order?
36 #include <set>
61 set<IPAddress> addresses() const { return mSpec->addresses(); }
68 virtual set<IPAddress> addresses() const = 0;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dhosts.h28 // @@@ use vector instead of set to preserve resolver-generated order?
36 #include <set>
61 set<IPAddress> addresses() const { return mSpec->addresses(); }
68 virtual set<IPAddress> addresses() const = 0;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/
H A DPluginInformation.cpp114 map.set(pluginInformationPathKey(), API::String::create(plugin.path));
115 map.set(pluginInformationDisplayNameKey(), API::String::create(plugin.info.name));
116 map.set(pluginInformationDefaultLoadPolicyKey(), API::UInt64::create(toWKPluginLoadPolicy(PluginInfoStore::defaultLoadPolicyForPlugin(plugin))));
139 map.set(pluginInformationFrameURLKey(), API::URL::create(frameURLString));
141 map.set(pluginInformationMIMETypeKey(), API::String::create(mimeType));
143 map.set(pluginInformationPageURLKey(), API::URL::create(pageURLString));
145 map.set(pluginInformationPluginspageAttributeURLKey(), API::URL::create(pluginspageAttributeURLString));
147 map.set(pluginInformationPluginURLKey(), API::URL::create(pluginURLString));
148 map.set(plugInInformationReplacementObscuredKey(), API::Boolean::create(replacementObscured));
158 map.set(pluginInformationFrameURLKe
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DSigprocmaskSyscall.cpp39 // What we do here is silently remove SIGSYS from the signal set so no
45 sigset_t* set = reinterpret_cast<sigset_t*>(mcontext.gregs[REG_ARG1]); local
52 memcpy(&ucontext->uc_sigmask, set, sizeof(sigset_t));
54 sigorset(&ucontext->uc_sigmask, set, &ucontext->uc_sigmask);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DDeltaAlgorithm.h13 #include <set>
20 /// The result of the algorithm is a subset of the input change set which is
21 /// guaranteed to satisfy the predicate, assuming that the input set did. For
22 /// well formed predicates, the result set is guaranteed to be such that
27 /// (1) The predicate should return false on an empty set and true on the full
28 /// set.
29 /// (2) If the predicate returns true for a set of changes, it should return
30 /// true for all supersets of that set.
40 typedef std::set<change_ty> changeset_ty;
46 std::set<changeset_t
[all...]
/macosx-10.10.1/libffi-18.1/x86/
H A Ddarwin64.S163 bits will be set; see ffi_prep_cif_machdep for the pattern. */
184 It's not worth an indirect jump to load the exact set of
205 /* The carry flag is set by the trampoline iff SSE registers
289 bit 8 set means xmm0 gets the second word, and bit 9 means
319 .set L$set$0,LECIE1-LSCIE1 /* CIE Length */
320 .long L$set$0
340 .set L$set$1,LEFDE1-LASFDE1 /* FDE Length */
341 .long L$set
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Ddarwin64.S163 bits will be set; see ffi_prep_cif_machdep for the pattern. */
184 It's not worth an indirect jump to load the exact set of
205 /* The carry flag is set by the trampoline iff SSE registers
289 bit 8 set means xmm0 gets the second word, and bit 9 means
319 .set L$set$0,LECIE1-LSCIE1 /* CIE Length */
320 .long L$set$0
340 .set L$set$1,LEFDE1-LASFDE1 /* FDE Length */
341 .long L$set
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Ddarwin64.S163 bits will be set; see ffi_prep_cif_machdep for the pattern. */
184 It's not worth an indirect jump to load the exact set of
205 /* The carry flag is set by the trampoline iff SSE registers
289 bit 8 set means xmm0 gets the second word, and bit 9 means
319 .set L$set$0,LECIE1-LSCIE1 /* CIE Length */
320 .long L$set$0
340 .set L$set$1,LEFDE1-LASFDE1 /* FDE Length */
341 .long L$set
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Ddarwin64.S165 bits will be set; see ffi_prep_cif_machdep for the pattern. */
186 It's not worth an indirect jump to load the exact set of
207 /* The carry flag is set by the trampoline iff SSE registers
291 bit 8 set means xmm0 gets the second word, and bit 9 means
321 .set L$set$0,LECIE1-LSCIE1 /* CIE Length */
322 .long L$set$0
342 .set L$set$1,LEFDE1-LASFDE1 /* FDE Length */
343 .long L$set
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509/
H A Dx509name.c153 /* else we need to fixup the set field */
155 set_prev=(sk_X509_NAME_ENTRY_value(sk,loc-1))->set;
157 set_prev=ret->set-1;
158 set_next=sk_X509_NAME_ENTRY_value(sk,loc)->set;
160 /* set_prev is the previous set
161 * set is the current set
164 * set 1 1 2 2
170 sk_X509_NAME_ENTRY_value(sk,i)->set--;
175 unsigned char *bytes, int len, int loc, int set)
174 X509_NAME_add_entry_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int type, unsigned char *bytes, int len, int loc, int set) argument
186 X509_NAME_add_entry_by_NID(X509_NAME *name, int nid, int type, unsigned char *bytes, int len, int loc, int set) argument
198 X509_NAME_add_entry_by_txt(X509_NAME *name, const char *field, int type, const unsigned char *bytes, int len, int loc, int set) argument
212 X509_NAME_add_entry(X509_NAME *name, X509_NAME_ENTRY *ne, int loc, int set) argument
[all...]

Completed in 254 milliseconds

1234567891011>>