Searched refs:set (Results 26 - 50 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duset_props.cpp35 UnicodeSet* set = new UnicodeSet(pat, *ec); local
37 if(set == 0) {
43 delete set;
44 set = NULL;
46 return (USet*) set;
55 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); local
57 if(set == 0) {
63 delete set;
64 set = NULL;
66 return (USet*) set;
71 uset_applyPattern(USet *set, const UChar *pattern, int32_t patternLength, uint32_t options, UErrorCode *status) argument
100 uset_applyIntPropertyValue(USet* set, UProperty prop, int32_t value, UErrorCode* ec) argument
106 uset_applyPropertyAlias(USet* set, const UChar *prop, int32_t propLength, const UChar *value, int32_t valueLength, UErrorCode* ec) argument
129 uset_toPattern(const USet* set, UChar* result, int32_t resultCapacity, UBool escapeUnprintable, UErrorCode* ec) argument
139 uset_closeOver(USet* set, int32_t attributes) argument
[all...]
H A Duset.cpp42 uset_close(USet* set) { argument
43 delete (UnicodeSet*) set;
47 uset_clone(const USet *set) { argument
48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone());
52 uset_isFrozen(const USet *set) { argument
53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen();
57 uset_freeze(USet *set) { argument
58 ((UnicodeSet*) set)->UnicodeSet::freeze();
62 uset_cloneAsThawed(const USet *set) { argument
63 return (USet*) (((UnicodeSet*) set)
67 uset_set(USet* set, UChar32 start, UChar32 end) argument
73 uset_addAll(USet* set, const USet *additionalSet) argument
78 uset_add(USet* set, UChar32 c) argument
83 uset_addRange(USet* set, UChar32 start, UChar32 end) argument
88 uset_addString(USet* set, const UChar* str, int32_t strLen) argument
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) argument
102 uset_remove(USet* set, UChar32 c) argument
107 uset_removeRange(USet* set, UChar32 start, UChar32 end) argument
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) argument
118 uset_removeAll(USet* set, const USet* remove) argument
123 uset_retain(USet* set, UChar32 start, UChar32 end) argument
128 uset_retainAll(USet* set, const USet* retain) argument
133 uset_compact(USet* set) argument
138 uset_complement(USet* set) argument
143 uset_complementAll(USet* set, const USet* complement) argument
148 uset_clear(USet* set) argument
153 uset_removeAllStrings(USet* set) argument
158 uset_isEmpty(const USet* set) argument
163 uset_contains(const USet* set, UChar32 c) argument
168 uset_containsRange(const USet* set, UChar32 start, UChar32 end) argument
173 uset_containsString(const USet* set, const UChar* str, int32_t strLen) argument
184 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) argument
201 uset_span(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
206 uset_spanBack(const USet *set, const UChar *s, int32_t length, USetSpanCondition spanCondition) argument
211 uset_spanUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
216 uset_spanBackUTF8(const USet *set, const char *s, int32_t length, USetSpanCondition spanCondition) argument
226 uset_indexOf(const USet* set, UChar32 c) argument
231 uset_charAt(const USet* set, int32_t index) argument
236 uset_size(const USet* set) argument
249 getStringCount(const UnicodeSet& set) argument
252 getString(const UnicodeSet& set, int32_t i) argument
264 const UnicodeSet& set = *(const UnicodeSet*)uset; local
274 const UnicodeSet& set = *(const UnicodeSet*)uset; local
332 uset_serialize(const USet* set, uint16_t* dest, int32_t destCapacity, UErrorCode* ec) argument
408 uset_serializedContains(const USerializedSet* set, UChar32 c) argument
466 uset_getSerializedRangeCount(const USerializedSet* set) argument
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
[all...]
/macosx-10.10.1/swig-12/Lib/std/
H A Dstd_set.i2 // std::set
9 %define %std_set_methods_common(set...)
10 set();
11 set( const set& );
17 void swap(set& v);
42 %define %std_set_methods(set...)
43 %std_set_methods_common(set);
50 // std::set
55 // -- f(std::set<
[all...]
/macosx-10.10.1/swig-12/Lib/python/
H A Dstd_set.i10 assign(const SwigPySeq& swigpyseq, std::set<T>* seq) {
20 struct traits_asptr<std::set<T> > {
21 static int asptr(PyObject *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 PyObject *from(const std::set<T>& vec) {
29 return traits_from_stdseq<std::set<T> >::from(vec);
35 %define %swig_set_methods(set...)
36 %swig_sequence_iterator(set);
37 %swig_container_methods(set);
[all...]
/macosx-10.10.1/libunwind-35.3/testsuite/
H A Dunwind_test_x86_unusual.s142 .set L$set$0,LECIE1-LSCIE1
143 .long L$set$0 # Length of Common Information Entry
166 .set L$set$1,LEFDE3-LASFDE3
167 .long L$set$1 # FDE Length
171 .set L$set$2,LFE13-LFB13
172 .long L$set$2 # FDE address range
175 .set
[all...]
H A Dunwind_test_x86_64_unusual.s128 .set L$set$0,LECIE1-LSCIE1
129 .long L$set$0
150 .set L$set$5,LEFDE3-LASFDE3
151 .long L$set$5
155 .set L$set$6,LFE13-LFB13
156 .quad L$set$6
159 .set
[all...]
H A Dunwind_test_x86_frame.s245 .set L$set$0,LECIE1-LSCIE1
246 .long L$set$0 # Length of Common Information Entry
268 .set L$set$6,LEFDE5-LASFDE5
269 .long L$set$6 # FDE Length
273 .set L$set$7,LFE12-LFB12
274 .long L$set$7 # FDE address range
277 .set
[all...]
H A Dunwind_test_x86_disable_compact_frame.s240 .set L$set$0,LECIE1-LSCIE1
241 .long L$set$0 # Length of Common Information Entry
265 .set L$set$6,LEFDE5-LASFDE5
266 .long L$set$6 # FDE Length
270 .set L$set$7,LFE12-LFB12
271 .long L$set$7 # FDE address range
274 .set
[all...]
H A Dunwind_test_x86_64_frame.s266 .set L$set$0,LECIE1-LSCIE1
267 .long L$set$0
288 .set L$set$5,LEFDE3-LASFDE3
289 .long L$set$5
293 .set L$set$6,LFE13-LFB13
294 .quad L$set$6
297 .set
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dspeedcheck.c40 data->set.low_speed_time &&
42 (data->progress.current_speed < data->set.low_speed_limit)) {
44 long nextcheck = (data->set.low_speed_time * 1000) - howlong;
54 data->set.low_speed_limit,
55 data->set.low_speed_time);
67 if(data->set.low_speed_limit)
68 /* if there is a low speed limit enabled, we set the expire timer to
71 Curl_expire(data, data->set.low_speed_time*1000);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/tm/
H A Dtmxscan.c70 * generate a Time_t from tm + set
74 gen(register Tm_t* tm, register Set_t* set) argument
80 if (set->year >= 0)
81 tm->tm_year = set->year;
82 if (set->mon >= 0)
84 if (set->year < 0 && set->mon < tm->tm_mon)
86 tm->tm_mon = set->mon;
87 if (set->yday < 0 && set
183 Set_t set; local
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dsets.c25 SetCookie *cookie, BerVarray set, AttributeDescription *desc, int closure );
29 slap_set_size( BerVarray set )
33 if ( set != NULL ) {
34 while ( !BER_BVISNULL( &set[ i ] ) ) {
44 slap_set_isempty( BerVarray set )
46 if ( set == NULL ) {
50 if ( !BER_BVISNULL( &set[ 0 ] ) ) {
66 slap_set_dispose( SetCookie *cp, BerVarray set, unsigned flags ) argument
70 cp->set_op->o_tmpfree( set, cp->set_op->o_tmpmemctx );
74 ber_bvarray_free_x( set, c
83 set_dup( SetCookie *cp, BerVarray set, unsigned flags ) argument
140 BerVarray set; local
375 set_chase( SLAP_SET_GATHER gatherer, SetCookie *cp, BerVarray set, AttributeDescription *desc, int closure ) argument
488 set_parent( SetCookie *cp, BerVarray set, int level ) argument
559 BerVarray set, lset; local
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dsql.js259 var sqlKeywords = "alter and as asc between by count create delete desc distinct drop from having in insert into is join like not on or order select set table union update values where ";
262 function set(str) {
271 keywords: set(sqlKeywords + "begin"),
272 builtin: set("bool boolean bit blob enum long longblob longtext medium mediumblob mediumint mediumtext time timestamp tinyblob tinyint tinytext text bigint int int1 int2 int3 int4 int8 integer float float4 float8 double char varbinary varchar varcharacter precision real date datetime year unsigned signed decimal numeric"),
273 atoms: set("false true null unknown"),
275 dateSQL: set("date time timestamp"),
276 support: set("ODBCdotTable doubleQuote binaryNumber hexNumber")
281 client: set("charset clear connect edit ego exit go help nopager notee nowarning pager print prompt quit rehash source status system tee"),
282 keywords: set(sqlKeywords + "begin trigger proc view index for add constraint key primary foreign collate clustered nonclustered"),
283 builtin: set("bigin
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DPluginInformationMac.mm41 map.set(pluginInformationBundleIdentifierKey(), API::String::create(plugin.bundleIdentifier));
42 map.set(pluginInformationBundleVersionKey(), API::String::create(plugin.versionString));
43 map.set(pluginInformationBundleShortVersionKey(), API::String::create(plugin.shortVersionString));
44 map.set(pluginInformationUpdatePastLastBlockedVersionIsKnownAvailableKey(), API::Boolean::create(WKIsPluginUpdateAvailable(nsStringFromWebCoreString(plugin.bundleIdentifier))));
45 map.set(pluginInformationHasSandboxProfileKey(), API::Boolean::create(plugin.hasSandboxProfile));
/macosx-10.10.1/CPAN-56/Modules/
H A DMakefile.inc36 @set -x && \
41 @set -x && \
53 @set -x && \
/macosx-10.10.1/perl-103/5.16/updates/Modules/
H A DMakefile.inc30 @set -x && \
35 @set -x && \
47 @set -x && \
/macosx-10.10.1/perl-103/5.18/updates/Modules/
H A DMakefile.inc30 @set -x && \
35 @set -x && \
47 @set -x && \
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dpause.c50 sigset_t set; local
52 sigprocmask(0, NULL, &set);
53 return sigsuspend(&set);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.h69 /* Make sure there is nothing inside the signal set. */
70 # define sigemptyset(set) (*(set) = 0)
72 /* Initialize the signal set to hold all signals. */
73 # define sigfillset(set) (*set) = sigmask (NSIG) - 1
76 # define sigaddset(set, sig) *(set) |= sigmask (sig)
78 /* Delete SIG from signal set SET. */
79 # define sigdelset(set, si
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDesiredWatchpoints.cpp42 neuteringWatchpoint->set()->add(watchpoint);
50 void DesiredWatchpoints::addLazily(WatchpointSet* set) argument
52 m_sets.addLazily(set);
55 void DesiredWatchpoints::addLazily(InlineWatchpointSet& set) argument
57 m_inlineSets.addLazily(&set);
65 void DesiredWatchpoints::addLazily(CodeOrigin codeOrigin, ExitKind exitKind, WatchpointSet* set) argument
67 m_sets.addLazily(codeOrigin, exitKind, set);
70 void DesiredWatchpoints::addLazily(CodeOrigin codeOrigin, ExitKind exitKind, InlineWatchpointSet& set) argument
72 m_inlineSets.addLazily(codeOrigin, exitKind, &set);
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Duset.h62 * The resulting set is a superset of the input for the code points but
66 * the original set to their full case folding equivalents.
70 * an input character directly against the closure set.
72 * set with an incremental case folding of the string in question.
74 * The closure set will also contain single code points if the original
75 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
78 * set contained the code point or a string.
89 * of each existing element in the set.
97 * the current character is contained vs. not contained in the set.
106 * - Using a complemented (inverted) set an
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Duset.h62 * The resulting set is a superset of the input for the code points but
66 * the original set to their full case folding equivalents.
70 * an input character directly against the closure set.
72 * set with an incremental case folding of the string in question.
74 * The closure set will also contain single code points if the original
75 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
78 * set contained the code point or a string.
89 * of each existing element in the set.
95 * Enough for any single-code point set
103 * the current character is contained vs. not contained in the set
[all...]
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Duset.h62 * The resulting set is a superset of the input for the code points but
66 * the original set to their full case folding equivalents.
70 * an input character directly against the closure set.
72 * set with an incremental case folding of the string in question.
74 * The closure set will also contain single code points if the original
75 * set contained case-equivalent strings (like U+00DF for "ss" or "Ss" etc.).
78 * set contained the code point or a string.
89 * of each existing element in the set.
95 * Enough for any single-code point set
103 * the current character is contained vs. not contained in the set
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DRegisterSet.cpp73 result.set(X86Registers::ebx);
74 result.set(X86Registers::ebp);
75 result.set(X86Registers::edi);
76 result.set(X86Registers::esi);
78 result.set(X86Registers::ebx);
79 result.set(X86Registers::ebp);
80 result.set(X86Registers::r12);
81 result.set(X86Registers::r13);
82 result.set(X86Registers::r14);
83 result.set(X86Register
[all...]
/macosx-10.10.1/awk-20/src/
H A Dvcvars32.bat4 set VSCommonDir=C:\PROGRA~1\MICROS~3\Common
9 set MSDevDir=C:\PROGRA~1\MICROS~3\Common\msdev98
14 set MSVCDir=C:\PROGRA~1\MICROS~3\VC98
19 set VcOsDir=WIN95
20 if "%OS%" == "Windows_NT" set VcOsDir=WINNT
26 if "%OS%" == "Windows_NT" set PATH=%MSDevDir%\BIN;%MSVCDir%\BIN;%VSCommonDir%\TOOLS\%VcOsDir%;%VSCommonDir%\TOOLS;%PATH%
27 if "%OS%" == "" set PATH="%MSDevDir%\BIN";"%MSVCDir%\BIN";"%VSCommonDir%\TOOLS\%VcOsDir%";"%VSCommonDir%\TOOLS";"%windir%\SYSTEM";"%PATH%"
28 set INCLUDE=%MSVCDir%\ATL\INCLUDE;%MSVCDir%\INCLUDE;%MSVCDir%\MFC\INCLUDE;%INCLUDE%
29 set LIB=%MSVCDir%\LIB;%MSVCDir%\MFC\LIB;%LIB%
31 set VcOsDi
[all...]

Completed in 389 milliseconds

1234567891011>>