Searched refs:set (Results 201 - 225 of 2924) sorted by relevance

1234567891011>>

/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSStringAdditions.h17 - (NSString *) stringByEscapingCharactersInSet:(NSCharacterSet *) set;
27 - (void) escapeCharactersInSet:(NSCharacterSet *) set;
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSStringAdditions.h17 - (NSString *) stringByEscapingCharactersInSet:(NSCharacterSet *) set;
27 - (void) escapeCharactersInSet:(NSCharacterSet *) set;
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSStringAdditions.h17 - (NSString *) stringByEscapingCharactersInSet:(NSCharacterSet *) set;
27 - (void) escapeCharactersInSet:(NSCharacterSet *) set;
/macosx-10.10.1/ruby-106/ruby/ext/-test-/win32/fd_setsize/
H A Dfd_setsize.c35 fd_set set; local
37 FD_ZERO(&set);
41 FD_SET(sd, &set);
42 if (set.fd_count > FD_SETSIZE) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtc.sig.c48 sigset_t set; local
49 sigemptyset(&set);
50 sigaddset(&set, sig);
51 sigprocmask(SIG_UNBLOCK, &set, NULL);
/macosx-10.10.1/vim-55/runtime/compiler/
H A Dcucumber.vim16 set cpo-=C
29 " vim:set sw=2 sts=2:
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dresult.c39 int set; member in struct:resulttable
117 isc_msgcat_t *msgcat, int set)
136 table->set = set;
193 text = isc_msgcat_get(table->msgcat, table->set,
209 const char **text, isc_msgcat_t *msgcat, int set)
213 return (register_table(base, nresults, text, msgcat, set));
116 register_table(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
208 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
/macosx-10.10.1/ntp-92/lib/isc/
H A Dresult.c39 int set; member in struct:resulttable
116 isc_msgcat_t *msgcat, int set)
135 table->set = set;
192 text = isc_msgcat_get(table->msgcat, table->set,
208 const char **text, isc_msgcat_t *msgcat, int set)
212 return (register_table(base, nresults, text, msgcat, set));
115 register_table(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
207 isc_result_register(unsigned int base, unsigned int nresults, const char **text, isc_msgcat_t *msgcat, int set) argument
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Drtclock_native.c84 uint64_t set = 0; local
92 set = now + count;
101 set, LAPIC_READ(TIMER_CURRENT_COUNT),
104 return set;
121 uint64_t set = 0; local
128 set = now + delta;
141 return set;
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/lib/
H A Dfilechecker.c9 * By using this file, you agree to the terms and conditions set forth bellow.
66 idn_ucsset_t set; member in struct:idn__filechecker
70 idn_ucsset_t set);
95 if ((r = idn_ucsset_create(&ctx->set)) != idn_success) {
100 r = read_file(file, fp, ctx->set);
104 idn_ucsset_fix(ctx->set);
107 idn_ucsset_destroy(ctx->set);
119 idn_ucsset_destroy(ctx->set);
136 r = idn_ucsset_lookup(ctx->set, *str, &exists);
152 read_file(const char *file, FILE *fp, idn_ucsset_t set) { argument
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Drtsp.c62 /* protocol-specific functions set up to be called by the main engine */
209 if(data->set.rtspreq == RTSPREQ_RECEIVE)
218 if((data->set.rtspreq != RTSPREQ_RECEIVE) && (CSeq_sent != CSeq_recv)) {
224 else if(data->set.rtspreq == RTSPREQ_RECEIVE &&
238 Curl_RtspReq rtspreq = data->set.rtspreq;
269 data->set.opt_no_body = TRUE; /* most requests don't contain a body */
279 data->set.opt_no_body = FALSE;
299 data->set.opt_no_body = FALSE;
310 data->set.opt_no_body = FALSE;
324 p_session_id = data->set
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.cpp73 Reserved.set(MBlaze::R0);
74 Reserved.set(MBlaze::R1);
75 Reserved.set(MBlaze::R2);
76 Reserved.set(MBlaze::R13);
77 Reserved.set(MBlaze::R14);
78 Reserved.set(MBlaze::R15);
79 Reserved.set(MBlaze::R16);
80 Reserved.set(MBlaze::R17);
81 Reserved.set(MBlaze::R18);
82 Reserved.set(MBlaz
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGDominators.cpp62 m_results[0].set(0);
69 m_scratch.set(i);
77 m_results[i].set(m_scratch);
106 m_scratch.set(m_results[block->predecessors[0]->index]);
111 m_scratch.set(idx);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dtranslate.c58 int set; /* set number */ member in struct:__anon9093
105 entry(Dt_t* dict, int set, int seq, const char* msg) argument
112 mp->set = set;
120 sfprintf(sfstderr, "AHA#%d:%s set %d seq %d msg `%s'\n", __LINE__, __FILE__, set, seq, msg);
142 ast.locale.set |= AST_LC_internal;
149 ast.locale.set &= ~AST_LC_internal;
165 register int set; local
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/unittests/ADT/
H A DDAGDeltaAlgorithmTest.cpp39 std::set<unsigned> fixed_set(unsigned N, ...) {
40 std::set<unsigned> S;
49 std::set<unsigned> range(unsigned Start, unsigned End) {
50 std::set<unsigned> S;
56 std::set<unsigned> range(unsigned N) {
/macosx-10.10.1/libffi-18.1/powerpc/
H A Dppc-darwin_closure.S241 .set L$set$0,LECIE1-LSCIE1
242 .long L$set$0 ; Length of Common Information Entry
260 .set L$set$1,LEFDE1-LASFDE1
261 .long L$set$1 ; FDE Length
266 .set L$set$3,LFE1-LFB1
267 .g_long L$set$3 ; FDE address range
270 .set
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/powerpc/
H A Dppc-darwin_closure.S241 .set L$set$0,LECIE1-LSCIE1
242 .long L$set$0 ; Length of Common Information Entry
260 .set L$set$1,LEFDE1-LASFDE1
261 .long L$set$1 ; FDE Length
266 .set L$set$3,LFE1-LFB1
267 .g_long L$set$3 ; FDE address range
270 .set
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/powerpc/
H A Dppc-darwin_closure.S241 .set L$set$0,LECIE1-LSCIE1
242 .long L$set$0 ; Length of Common Information Entry
260 .set L$set$1,LEFDE1-LASFDE1
261 .long L$set$1 ; FDE Length
266 .set L$set$3,LFE1-LFB1
267 .g_long L$set$3 ; FDE address range
270 .set
[all...]
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DJSGlobalObject.cpp198 m_globalThis.set(vm, this, globalThis);
254 var.set = result.iterator->value.watchpointSet();
263 registerAt(var.registerNumber).set(exec->vm(), this, value);
264 if (var.set)
265 var.set->notifyWrite(vm, value);
281 m_functionPrototype.set(vm, this, FunctionPrototype::create(vm, FunctionPrototype::createStructure(vm, this, jsNull()))); // The real prototype will be set once ObjectPrototype is created.
282 m_functionStructure.set(vm, this, JSFunction::createStructure(vm, this, m_functionPrototype.get()));
283 m_boundFunctionStructure.set(vm, this, JSBoundFunction::createStructure(vm, this, m_functionPrototype.get()));
284 m_namedFunctionStructure.set(v
[all...]
/macosx-10.10.1/tcl-105/tk/tk/win/
H A Dbuildall.vc.bat9 set SYMBOLS=
19 set SYMBOLS=symbols
50 if "%INSTALLDIR%" == "" set INSTALLDIR=C:\Program Files\Tcl
54 :: You can set the TCLDIR environment variable to your Tcl HEAD checkout
55 if "%TCLDIR%" == "" set TCLDIR=..\..\tcl
59 set OPTS=none
60 if not %SYMBOLS%.==. set OPTS=symbols
66 set OPTS=static
67 if not %SYMBOLS%.==. set OPTS=symbols,static
73 set OPT
[all...]
/macosx-10.10.1/AppleRAID-4.0.6/
H A DAppleRAIDStorageRequest.cpp52 AppleRAIDStorageRequest *AppleRAIDStorageRequest::withAppleRAIDSet(AppleRAIDSet *set) argument
57 if (!storageRequest->initWithAppleRAIDSet(set)) {
67 bool AppleRAIDStorageRequest::initWithAppleRAIDSet(AppleRAIDSet *set) argument
74 srRAIDSet = set;
77 srEventSource = set->arSetEventSource;
78 srSetBlockSize = set->arMaxReadRequestFactor ? (set->arSetBlockSize * set->arMaxReadRequestFactor) : set->arSetBlockSize;
79 srMemberCount = set
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dfilterednormalizer2.cpp51 // For set=[:age=3.2:], since almost all common characters were in Unicode 3.2,
62 int32_t spanLimit=set.span(src, prevSpanLimit, spanCondition);
122 int32_t prefixLimit=set.span(second, 0, USET_SPAN_SIMPLE);
125 int32_t suffixStart=set.spanBack(first, INT32_MAX, USET_SPAN_SIMPLE);
155 return set.contains(c) && norm2.getDecomposition(c, decomposition);
160 return set.contains(c) && norm2.getRawDecomposition(c, decomposition);
165 return (set.contains(a) && set.contains(b)) ? norm2.composePair(a, b) : U_SENTINEL;
170 return set.contains(c) ? norm2.getCombiningClass(c) : 0;
181 int32_t spanLimit=set
[all...]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Deuc.c68 int set; member in struct:__anon2780
158 int i, set, want; local
166 if (es->want < 0 || es->want > rl->__mb_cur_max || es->set < 0 ||
167 es->set > 3) {
185 want = CEI->count[set = _euc_set(*s)];
186 if (set == 2 || set == 3) {
190 es->set = set;
203 set
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/vtls/
H A Dgtls.c112 * session-specific error variable, and when not set also its own global
115 * Windows builds these callbacks should ideally set the session-specific
410 if(data->set.ssl.version == CURL_SSLVERSION_SSLv2) {
414 else if(data->set.ssl.version == CURL_SSLVERSION_SSLv3)
425 if(data->set.ssl.authtype == CURL_TLSAUTH_SRP) {
426 infof(data, "Using TLS-SRP username: %s\n", data->set.ssl.username);
438 data->set.ssl.username,
439 data->set.ssl.password);
448 if(data->set.ssl.CAfile) {
449 /* set th
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dfoxpro.vim278 syn match foxproFunc "\<set\>\s*("me=e-1
366 syn match foxproCmd "^\s*\<crea\%[te]\>\s*\<colo\%[r]\>\s*\<set\>"
507 syn match foxproCmd "^\s*\<set\>"
508 syn match foxproCmd "^\s*\<set\>\s*\<alte\%[rnate]\>"
509 syn match foxproCmd "^\s*\<set\>\s*\<ansi\>"
510 syn match foxproCmd "^\s*\<set\>\s*\<apla\%[bout]\>"
511 syn match foxproCmd "^\s*\<set\>\s*\<auto\%[save]\>"
512 syn match foxproCmd "^\s*\<set\>\s*\<bell\>"
513 syn match foxproCmd "^\s*\<set\>\s*\<blin\%[k]\>"
514 syn match foxproCmd "^\s*\<set\>\
[all...]

Completed in 155 milliseconds

1234567891011>>