Searched refs:set (Results 51 - 75 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWatchpoints.h51 CodeOrigin codeOrigin, ExitKind exitKind, WatchpointSetType* set)
54 , m_set(set)
65 static void add(CodeBlock*, T* set, Watchpoint* watchpoint) argument
67 return set->add(watchpoint);
69 static bool hasBeenInvalidated(T* set) { return set->hasBeenInvalidated(); } argument
93 void addLazily(WatchpointSetType* set) argument
95 m_sets.add(set);
98 void addLazily(CodeOrigin codeOrigin, ExitKind exitKind, WatchpointSetType* set) argument
101 WatchpointForGenericWatchpointSet<WatchpointSetType>(codeOrigin, exitKind, set));
50 WatchpointForGenericWatchpointSet( CodeOrigin codeOrigin, ExitKind exitKind, WatchpointSetType* set) argument
144 isStillValid(WatchpointSetType* set) argument
154 isStillValid(WatchpointSetType* set) argument
161 shouldAssumeMixedState(WatchpointSetType* set) argument
171 isValidOrMixed(WatchpointSetType* set) argument
200 isStillValid(WatchpointSet* set) argument
204 isStillValid(InlineWatchpointSet& set) argument
212 shouldAssumeMixedState(WatchpointSet* set) argument
216 shouldAssumeMixedState(InlineWatchpointSet& set) argument
224 isValidOrMixed(WatchpointSet* set) argument
228 isValidOrMixed(InlineWatchpointSet& set) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dusettest.c27 static void expect(const USet* set,
31 static void expectContainment(const USet* set,
35 static void expectItems(const USet* set,
82 USet* set; local
87 set = uset_openEmpty();
88 expect(set, "", "abc{ab}", NULL);
89 uset_close(set);
91 set = uset_open(1, 0);
92 expect(set, "", "abc{ab}", NULL);
93 uset_close(set);
236 expect(const USet* set, const char* inList, const char* outList, UErrorCode* ec) argument
253 expectContainment(const USet* set, const char* list, UBool isIn) argument
355 expectItems(const USet* set, const char* items) argument
479 USet *set; local
529 USet *set = uset_openPattern(buf, len, &ec); local
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dkerberos.m46 CFMutableSetRef set = CFSetCreateMutable(NULL, 0, &kCFTypeSetCallBacks);
58 CFSetAddValue(set, schema);
62 _HeimCredRegisterMech(kHEIMTypeKerberos, set, NULL, NULL);
63 CFRelease(set);
/macosx-10.10.1/Libc-1044.1.2/string/FreeBSD/
H A Dwcspbrk.c40 wcspbrk(const wchar_t *s, const wchar_t *set) argument
47 q = set;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dsigsetmask.c8 @deftypefn Supplemental int sigsetmask (int @var{set})
10 Sets the signal mask to the one provided in @var{set} and returns
28 sigsetmask (int set) argument
34 if (set != 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dgetgroups.c48 ast_getgroups(int len, gid_t* set)
62 if (len < 0 || !set)
70 set[i] = big[i];
73 *set = getgid();
/macosx-10.10.1/libxml2-26/
H A Dbuildlibxmlforaas.bat0 set ARCH=32
2 set PROGRAMFILESAAS=Program Files (x86)\Common Files\Apple\Apple Application Support
5 set ARCH=64
6 set PROGRAMFILESAAS=Program Files\Common Files\Apple\Apple Application Support
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/win/
H A Dinstall.bat2 set BUILD=Release
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxslt/win/
H A Dinstall.bat2 set BUILD=Release
/macosx-10.10.1/vim-55/src/testdir/
H A Damiga.vim2 set shell=csh
/macosx-10.10.1/bind9-45.101/bind9/lib/lwres/win32/include/lwres/
H A Dnet.h78 #define FD_CLR(fd, set) do { \
80 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
81 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
82 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
83 ((fd_set FAR *)(set))->fd_array[__i] = \
84 ((fd_set FAR *)(set))->fd_array[__i+1]; \
87 ((fd_set FAR *)(set))->fd_count--; \
94 #define FD_SET(fd, set) do { \
96 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
97 if (((fd_set FAR *)(set))
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_indicate_mechs.c37 gss_OID_set set; local
49 minor_status, &set);
53 for (i = 0; i < set->count; i++) {
55 minor_status, &set->elements[i], mech_set);
59 gss_release_oid_set(minor_status, &set);
/macosx-10.10.1/ICU-531.30/icuSources/samples/datecal/
H A Dcal.cpp25 /* set up the date */
26 gc->set(2000, UCAL_FEBRUARY, 26);
27 gc->set(UCAL_HOUR_OF_DAY, 23);
28 gc->set(UCAL_MINUTE, 0);
29 gc->set(UCAL_SECOND, 0);
30 gc->set(UCAL_MILLISECOND, 0);
/macosx-10.10.1/dtrace-147/test/tst/common/proc/
H A Dtst.sigwait.c41 sigset_t set; local
54 (void) sigemptyset(&set);
55 (void) sigaddset(&set, SIGUSR1);
56 (void) sigprocmask(SIG_BLOCK, &set, NULL);
70 (void) sigwait(&set);
/macosx-10.10.1/ruby-106/ruby/win32/
H A Drmdirs.bat6 set dir=%1
8 set dir=%dir:/=\%
16 set dir=%dir:~0,-1%
20 set dir=%dir:~0,-1%
23 set dir=%dir:~0,-1%
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_frameless.s220 .set L$set$0,LECIE1-LSCIE1
221 .long L$set$0 # Length of Common Information Entry
243 .set L$set$1,LEFDE3-LASFDE3
244 .long L$set$1 # FDE Length
248 .set L$set$2,LFE13-LFB13
249 .long L$set$2 # FDE address range
252 .set
[all...]
H A Dunwind_test_x86_frameless_big.s221 .set L$set$0,LECIE1-LSCIE1
222 .long L$set$0 # Length of Common Information Entry
244 .set L$set$1,LEFDE3-LASFDE3
245 .long L$set$1 # FDE Length
249 .set L$set$2,LFE13-LFB13
250 .long L$set$2 # FDE address range
253 .set
[all...]
H A Dunwind_test_x86.s50 .set L$set$0,LECIE1-LSCIE1
51 .long L$set$0 # Length of Common Information Entry
72 .set L$set$1,LEFDE1-LASFDE1
73 .long L$set$1 # FDE Length
77 .set L$set$2,LFE2-LFB2
78 .long L$set$2 # FDE address range
81 .set
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/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
47 for C in set, frozenset, dict.fromkeys, str, unicode, list, tuple:
48 self.assertEqual(self.thetype('abcba').union(C('cdc')), set('abcd'))
49 self.assertEqual(self.thetype('abcba').union(C('efgfe')), set('abcefg'))
50 self.assertEqual(self.thetype('abcba').union(C('ccb')), set('abc'))
51 self.assertEqual(self.thetype('abcba').union(C('ef')), set('abcef'))
52 self.assertEqual(self.thetype('abcba').union(C('ef'), C('fg')), set('abcefg'))
56 self.assertEqual(x.union(set([1]), x, set([
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/
H A Dunisetperf.cpp53 set.applyPattern(pattern, status);
54 prefrozen=set;
56 set.freeze();
91 // Count spans of characters that are in the set,
92 // and spans of characters that are not in the set.
93 // If the very first character is in the set, then one additional
111 if(tf!=set.contains(c)) {
128 UnicodeSet set; member in class:UnicodeSetPerformanceTest
158 // Verify that the frozen set is equal to the unfrozen one.
159 UnicodeSet set; local
176 const UnicodeSet &set=testcase.set; local
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
209 UnicodeSet set; local
238 const UnicodeSet &set=testcase.set; local
260 UnicodeSet set; local
289 const UnicodeSet &set=testcase.set; local
315 UnicodeSet set; local
339 const UnicodeSet &set=testcase.set; local
361 UnicodeSet set; local
385 const UnicodeSet &set=testcase.set; local
[all...]
/macosx-10.10.1/cups-408/cups/everywhere/
H A Dbonjour-tests.bat24 set PLIST="%1 Bonjour Results.plist"
31 echo " adminurl is not set."
32 echo "<string>adminurl is not set.</string>" >>"%PLIST%"
35 set result=FAIL
36 set scheme="%IPPFIND_TXT_ADMINURL:~0,7%"
37 if "%scheme%" == "http://" set result=PASS
38 set scheme="%IPPFIND_TXT_ADMINURL:~0,8%"
39 if "%scheme%" == "https://" set result=PASS
48 echo " pdl is not set."
49 echo "<string>pdl is not set
[all...]
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-auto-dump.mm50 * Sigh, a mutable set.
67 static void pointer_set_grow(pointer_set_t *set);
69 static void pointer_set_add(pointer_set_t *set, long ptr) {
70 long hash = ptr & set->capacity;
72 if (!set->items[hash]) {
73 set->items[hash] = ptr;
74 ++set->count;
75 if (set->count*3 > set->capacity*2)
76 pointer_set_grow(set);
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/port/
H A Dmc.c188 if (ast.locale.set & AST_LC_find)
192 if (ast.locale.set & (AST_LC_find|AST_LC_setlocale))
286 if (!(mc->set = vmnewof(vm, 0, Mcset_t, mc->num + 1, 0)))
296 * get the set dimensions and initialize the msg pointers
304 mc->set[i].num = n;
305 mc->set[i].msg = mp;
310 * read the msg sizes and set up the msg pointers
314 for (j = 1; j <= mc->set[i].num; j++)
317 mc->set[i].msg[j] = sp;
339 * return the <set,nu
345 mcget(register Mc_t* mc, int set, int num, const char* msg) argument
373 mcput(register Mc_t* mc, int set, int num, const char* msg) argument
613 mcindex(register const char* s, char** e, int* set, int* msg) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dusetiter.cpp18 * @param set set to iterate over
26 * Create an iterator. Convenience for when the contents are to be set later.
29 this->set = NULL;
39 * Returns the next element in the set.
40 * @return true if there was another element in the set.
62 string = (const UnicodeString*) set->strings->elementAt(nextString++);
67 * @return true if there was another element in the set.
95 string = (const UnicodeString*) set->strings->elementAt(nextString++);
100 *@param set th
[all...]
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPreferencesPathKey.c114 CFStringRef set)
117 * create "/Sets/set-id"
123 set));
129 CFStringRef set,
133 * create "/Sets/set-id/Network/Global/entity"
139 set,
148 CFStringRef set,
153 * create "/Sets/set-id/Network/Interface/interface-name/entity"
159 set,
169 CFStringRef set,
113 SCPreferencesPathKeyCreateSet(CFAllocatorRef allocator, CFStringRef set) argument
128 SCPreferencesPathKeyCreateSetNetworkGlobalEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef entity) argument
147 SCPreferencesPathKeyCreateSetNetworkInterfaceEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef ifname, CFStringRef entity) argument
168 SCPreferencesPathKeyCreateSetNetworkService(CFAllocatorRef allocator, CFStringRef set, CFStringRef service) argument
204 SCPreferencesPathKeyCreateSetNetworkServiceEntity(CFAllocatorRef allocator, CFStringRef set, CFStringRef service, CFStringRef entity) argument
[all...]

Completed in 660 milliseconds

1234567891011>>