Searched refs:set (Results 101 - 125 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DDeltaAlgorithmTest.cpp19 const std::set<unsigned> &S) {
21 for (std::set<unsigned>::const_iterator it = S.begin(),
54 std::set<unsigned> fixed_set(unsigned N, ...) {
55 std::set<unsigned> S;
64 std::set<unsigned> range(unsigned Start, unsigned End) {
65 std::set<unsigned> S;
71 std::set<unsigned> range(unsigned N) {
78 std::set<unsigned> Fails = fixed_set(3, 3, 5, 7);
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/
H A Dexp_tty.h18 void exp_tty_raw(int set);
19 void exp_tty_echo(int set);
/macosx-10.10.1/vim-55/runtime/
H A Devim.vim6 set nocompatible
12 set insertmode
15 set hidden
29 set backspace=2 " allow backspacing over everything in insert mode
30 set autoindent " always set autoindenting on
32 set nobackup " do not keep a backup file, use versions instead
34 set backup " keep a backup file
36 set history=50 " keep 50 lines of command line history
37 set rule
[all...]
H A Dscripts.vim27 set cpo&vim
81 set ft=zsh
85 set ft=tcl
89 set ft=expect
93 set ft=gnuplot
97 set ft=make
101 set ft=lua
105 set ft=perl6
109 set ft=perl
113 set f
[all...]
/macosx-10.10.1/OpenSSL098-52/src/Netware/
H A Dbuild.bat31 set ASM_MODE=
32 set ASSEMBLER=
33 set NO_ASM=no-asm
36 rem set ASM_MODE=nw-mwasm
37 rem set ASSEMBLER=Metrowerks
38 rem set NO_ASM=
41 rem set ASM_MODE=nw-nasm
42 rem set ASSEMBLER=NASM
43 rem set NO_ASM=
46 set BLD_TARGE
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Denv_test.cpp51 ATF_TEST_CASE(set); variable
52 ATF_TEST_CASE_HEAD(set)
54 set_md_var("descr", "Tests the set function");
56 ATF_TEST_CASE_BODY(set)
60 atf::env::set("PATH", "foo-bar");
65 atf::env::set("_UNDEFINED_VARIABLE_", "foo2-bar2");
89 ATF_ADD_TEST_CASE(tcs, set);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dposix_signals.c12 /* int sigaddset(set, signum)
13 /* sigset_t *set;
16 /* int sigprocmask(how, set, old)
18 /* sigset_t *set;
52 int sigaddset(sigset_t *set, int signum) argument
54 *set |= sigmask(signum);
58 int sigprocmask(int how, sigset_t *set, sigset_t *old) argument
63 previous = sigblock(*set);
65 previous = sigsetmask(*set);
69 previous = sigsetmask(m & ~*set);
[all...]
/macosx-10.10.1/ruby-106/ruby/win32/
H A Drm.bat4 if "%1" == "-r" (shift & set recursive=1 & goto :optloop)
8 set p=%1
14 set p=%1
/macosx-10.10.1/libffi-18.1/x86/
H A Dx86-darwin.S312 .set L$set$0,LECIE1-LSCIE1
313 .long L$set$0
333 .set L$set$1,LEFDE1-LASFDE1
334 .long L$set$1
338 .set L$set$2,LFE1-LFB1
339 .long L$set$2
342 .set
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-darwin.S312 .set L$set$0,LECIE1-LSCIE1
313 .long L$set$0
333 .set L$set$1,LEFDE1-LASFDE1
334 .long L$set$1
338 .set L$set$2,LFE1-LFB1
339 .long L$set$2
342 .set
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-darwin.S316 .set L$set$0,LECIE1-LSCIE1
317 .long L$set$0
337 .set L$set$1,LEFDE1-LASFDE1
338 .long L$set$1
342 .set L$set$2,LFE1-LFB1
343 .long L$set$2
346 .set
[all...]
/macosx-10.10.1/Libc-1044.1.2/nls/FreeBSD/
H A Dmsgcat.c203 * have to be duplicate items. So we can safely set the top to N+1
208 * P + (N-V). So we can safely set hi to P+(N-V)+1. For example:
249 MCSetT *set; local
254 LOOKUP(cat, set, setId, cat->numSets, sets);
255 if (set->invalid && loadSet(cat, set) <= 0)
257 return (set);
261 MCGetMsg(MCSetT *set, int msgId) argument
266 if (set == NULL || set
331 MCSetT *set; local
349 MCSetT *set; local
428 loadSet(MCCatT *cat, MCSetT *set) argument
[all...]
/macosx-10.10.1/man-16/man/gencat/
H A Dgenlib.c369 if (strncmp(cptr, "set", 3) == 0) {
451 setT *set; local
470 set = (setT *) malloc(sizeof(setT));
471 if (!set) nomem();
472 bzero(set, sizeof(*set));
474 cat->last->next = set;
475 set->prev = cat->last;
476 cat->last = set;
477 } else cat->first = cat->last = set;
592 setT *set; local
638 setT *set; local
713 setT *set; local
830 setT *set; local
[all...]
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/debug/
H A Dset.h1 // Debugging set implementation -*- C++ -*-
31 /** @file debug/set.h
48 class set class in namespace:std::__debug
49 : public _GLIBCXX_STD::set<_Key,_Compare,_Allocator>,
50 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> >
52 typedef _GLIBCXX_STD::set<_Key,_Compare,_Allocator> _Base;
53 typedef __gnu_debug::_Safe_sequence<set> _Safe_base;
65 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
67 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
78 explicit set(cons function in class:std::__debug::set
83 set(_InputIterator __first, _InputIterator __last, function in class:std::__debug::set
89 set(const set<_Key,_Compare,_Allocator>& __x) argument
92 set(const _Base& __x) : _Base(__x), _Safe_base() { } function in class:std::__debug::set
97 operator =(const set<_Key,_Compare,_Allocator>& __x) argument
290 operator ==(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
296 operator !=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
302 operator <(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
308 operator <=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
314 operator >=(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
320 operator >(const set<_Key,_Compare,_Allocator>& __lhs, const set<_Key,_Compare,_Allocator>& __rhs) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dsignal.h178 #define sigaddset(set, signo) (*(set) |= __sigbits(signo), 0)
179 #define sigdelset(set, signo) (*(set) &= ~__sigbits(signo), 0)
180 #define sigismember(set, signo) ((*(set) & __sigbits(signo)) != 0)
181 #define sigemptyset(set) (*(set) = 0, 0)
182 #define sigfillset(set) (*(set)
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_set_property.py13 aSet = set([1,2])
28 o.aSet = set()
39 self.assertEquals(observer.values[-2][-1]['new'], set('a'))
43 self.assertEquals(observer.values[-1][-1]['new'], set('b'))
49 self.assertEqual(o.aSet, set(['a', 'b']))
59 self.assertEquals(observer.values[-1][-1]['old'], set(['a', 'b']))
72 o.aSet.difference_update(set([1,4]))
73 self.assertEquals(o.aSet, set([2,3]))
78 self.assertEquals(observer.values[-1][-1]['old'], set([1]))
84 o.aSet = set([
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.h116 inline DeadBlock* BlockAllocator::tryAllocateFromRegion(RegionSet& set, DoublyLinkedList<Region>& regions, size_t& numberOfRegions) argument
126 set.m_numberOfPartialRegions++;
127 region = m_emptyRegions.removeHead()->reset(set.m_blockSize);
128 set.m_partialRegions.push(region);
134 set.m_numberOfPartialRegions--;
135 set.m_fullRegions.push(set.m_partialRegions.removeHead());
146 RegionSet& set = regionSetFor<T>(); local
151 if ((block = tryAllocateFromRegion(set, set
179 RegionSet& set = regionSetFor<T>(); local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DProbeDetailsSidebarPanel.css40 .details-section.probe-set .options > .probe-remove,
41 .details-section.probe-set .options > .probe-clear-samples,
42 .details-section.probe-set .options > .probe-add {
49 .details-section.probe-set .options > .probe-clear-samples {
55 .details-section.probe-set .options > .probe-remove {
59 .details-section.probe-set .options > .probe-add {
64 body.mac-platform.legacy .details-section.probe-set .options > .probe-clear-samples {
69 body.mac-platform.legacy .details-section.probe-set .options > .probe-remove {
73 body.mac-platform.legacy .details-section.probe-set .options > .probe-add {
78 .details-section.probe-set
[all...]
/macosx-10.10.1/system_cmds-643.1.1/getty.tproj/
H A Dgettytab.h50 int set; /* we actually got this one */ member in struct:gettynums
58 char set; /* we found it */ member in struct:gettyflags
109 #define F0set gettynums[9].set
111 #define F1set gettynums[10].set
113 #define F2set gettynums[11].set
116 #define C0set gettynums[13].set
118 #define C1set gettynums[14].set
120 #define C2set gettynums[15].set
122 #define I0set gettynums[16].set
124 #define I1set gettynums[17].set
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/include/isc/
H A Dnet.h155 #define FD_CLR(fd, set) do { \
157 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
158 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
159 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
160 ((fd_set FAR *)(set))->fd_array[__i] = \
161 ((fd_set FAR *)(set))->fd_array[__i+1]; \
164 ((fd_set FAR *)(set))->fd_count--; \
171 #define FD_SET(fd, set) do { \
173 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
174 if (((fd_set FAR *)(set))
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/Mips/
H A DMipsRegisterInfo.cpp95 Reserved.set(ReservedCPURegs[I]);
99 Reserved.set(ReservedCPU64Regs[I]);
104 Reserved.set(*Reg);
109 Reserved.set(*Reg);
113 Reserved.set(*Reg);
118 Reserved.set(Mips::FP);
119 Reserved.set(Mips::FP_64);
123 Reserved.set(Mips::HWR29);
124 Reserved.set(Mips::HWR29_64);
127 Reserved.set(Mip
[all...]
/macosx-10.10.1/ntp-92/lib/isc/win32/include/isc/
H A Dnet.h155 #define FD_CLR(fd, set) do { \
157 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
158 if (((fd_set FAR *)(set))->fd_array[__i] == (SOCKET) fd) { \
159 while (__i < ((fd_set FAR *)(set))->fd_count-1) { \
160 ((fd_set FAR *)(set))->fd_array[__i] = \
161 ((fd_set FAR *)(set))->fd_array[__i+1]; \
164 ((fd_set FAR *)(set))->fd_count--; \
171 #define FD_SET(fd, set) do { \
173 for (__i = 0; __i < ((fd_set FAR *)(set))->fd_count; __i++) { \
174 if (((fd_set FAR *)(set))
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DPolymorphicAccessStructureList.h58 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, bool _isDirect) function in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
61 base.set(vm, owner, _base);
66 void set(VM& vm, JSCell* owner, PassRefPtr<JITStubRoutine> _stubRoutine, Structure* _base, StructureChain* _chain, bool _isDirect, unsigned _count) function in struct:JSC::PolymorphicAccessStructureList::PolymorphicStubInfo
69 base.set(vm, owner, _base);
70 chain.set(vm, owner, _chain);
82 list[0].set(vm, owner, stubRoutine, firstBase, isDirect);
87 list[0].set(vm, owner, stubRoutine, firstBase, firstChain, isDirect, count);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfset.c30 int sfset(Sfio_t* f, int flags, int set) argument
32 int sfset(f,flags,set)
35 int set;
43 if(flags == 0 && set == 0)
48 if(set && (flags & (SF_LINE|SF_WCWIDTH)) && !(f->flags & (SF_LINE|SF_WCWIDTH)))
69 /* set the flag */
70 if(set)
83 { if(!set)
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dstl_set.h86 * The private tree data is declared exactly the same way for set and
93 class set class
118 _Rep_type _M_t; // red-black tree representing set
128 // DR 103. set::iterator is required to be modifiable,
140 set() function in class:set
150 set(const _Compare& __comp, function in class:set
155 * @brief Builds a %set from a range.
159 * Create a %set consisting of copies of the elements from [first,last).
164 set(_InputIterator __first, _InputIterator __last) function in class:set
169 * @brief Builds a %set fro
180 set(_InputIterator __first, _InputIterator __last, function in class:set
193 set(const set<_Key,_Compare,_Alloc>& __x) argument
204 operator =(const set<_Key, _Compare, _Alloc>& __x) argument
521 operator ==(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
538 operator <(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
545 operator !=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
552 operator >(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
559 operator <=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
566 operator >=(const set<_Key, _Compare, _Alloc>& __x, const set<_Key, _Compare, _Alloc>& __y) argument
[all...]

Completed in 474 milliseconds

1234567891011>>