Searched refs:target (Results 51 - 75 of 2191) sorted by relevance

1234567891011>>

/macosx-10.9.5/Chess-310.5/sjeng/
H A Dmoves.c47 int target = moves[m].target; local
98 switch (moves[m].promoted ? bpawn : board[target])
133 if (diagl(from) == diagl(target))
154 if(rank(from) == rank(target))
169 if (file(from) == file(target))
176 else if (rank(from) == rank(target))
183 else if (diagl(from) == diagl(target))
190 else if (diagr(from) == diagr(target))
208 if (board[target] !
816 int target = moves[m].target; local
1298 int ep, from, target, captured, promoted, castled, find_slot; local
1769 push_king(int target) argument
1798 push_knighT(int target) argument
1823 push_pawn(int target, bool is_ep) argument
1879 push_pawn_simple(int target) argument
1887 push_slidE(int target) argument
1935 int ep, from, target, captured, promoted, castled; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/bindings/generic/
H A DBindingSecurity.cpp64 bool BindingSecurity::shouldAllowAccessToDOMWindow(BindingState* state, DOMWindow* target, SecurityReportingOption reportingOption) argument
66 return target && canAccessDocument(state, target->document(), reportingOption);
69 bool BindingSecurity::shouldAllowAccessToFrame(BindingState* state, Frame* target, SecurityReportingOption reportingOption) argument
71 return target && canAccessDocument(state, target->document(), reportingOption);
74 bool BindingSecurity::shouldAllowAccessToNode(BindingState* state, Node* target) argument
76 return target && canAccessDocument(state, target->document());
/macosx-10.9.5/libdispatch-339.92.1/tools/
H A Ddispatch_trace.d40 dispatch$target:libdispatch*.dylib::queue-push,
41 dispatch$target:libdispatch*.dylib::queue-pop,
42 dispatch$target:libdispatch*.dylib::callout-entry,
43 dispatch$target:libdispatch*.dylib::callout-return /!start/ {
54 dispatch$target:libdispatch*.dylib::queue-push,
55 dispatch$target:libdispatch*.dylib::queue-pop {
69 dispatch$target:libdispatch*.dylib::callout-entry,
70 dispatch$target:libdispatch*.dylib::callout-return {
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dcutnpaste.py20 target = libxml2.parseDoc("""<?xml version="1.0"?>
24 dest = target.getRootElement()
30 dest.reconciliateNs(target)
40 target.freeDoc()
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dcutnpaste.py20 target = libxml2.parseDoc("""<?xml version="1.0"?>
24 dest = target.getRootElement()
30 dest.reconciliateNs(target)
40 target.freeDoc()
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDUserClient.h76 OSObject * target = 0, void * reference = 0);
79 static IOReturn openShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
80 { return ((AppleRAIDUserClient *)target)->openController(); };
81 static IOReturn closeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
82 { return ((AppleRAIDUserClient *)target)->closeController(); };
83 static IOReturn getListOfSetsShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
84 { return ((AppleRAIDUserClient *)target)->getListOfSets(args); };
85 static IOReturn getSetPropertiesShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
86 { return ((AppleRAIDUserClient *)target)->getSetProperties(args); };
87 static IOReturn getMemberPropertiesShim(OSObject * target, voi argument
89 updateSetShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
91 getVolumesForGroupShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
93 getVolumePropertiesShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
95 getVolumeExtentsShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
97 updateLogicalVolumeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
99 destroyLogicalVolumeShim(OSObject * target, void * reference, IOExternalMethodArguments * args) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_maker_itunes.rb67 target = chain_reader(maker, maker_readers)
68 target.itunes_author = author
70 target = chain_reader(rss20, feed_readers)
71 assert_equal(author, target.itunes_author)
81 target = chain_reader(maker, maker_readers)
82 target.itunes_block = value
83 assert_equal(value, target.itunes_block)
84 assert_equal(boolean_value, target.itunes_block?)
86 target = chain_reader(rss20, feed_readers)
92 assert_equal(value, target
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
57 isc_buffer_t *target, const char base[])
72 RETERR(str_totext(buf, target));
81 RETERR(str_totext(buf, target));
89 RETERR(str_totext(buf, target));
98 RETERR(str_totext(buf, target));
104 RETERR(str_totext(buf, target));
112 RETERR(str_totext(wordbreak, target));
122 const char *wordbreak, isc_buffer_t *target)
56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
121 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
128 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
140 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon6588
149 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
255 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
287 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
292 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
297 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
314 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) argument
319 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) argument
324 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
338 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
343 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
348 str_totext(const char *source, isc_buffer_t *target) argument
364 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dhex.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
52 const char *wordbreak, isc_buffer_t *target)
64 RETERR(str_totext(buf, target));
72 RETERR(str_totext(wordbreak, target));
83 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon6596
89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
93 ctx->target = target;
107 RETERR(mem_tobuffer(ctx->target,
51 isc_hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) argument
176 str_totext(const char *source, isc_buffer_t *target) argument
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dstring.c99 isc_string_copy(char *target, size_t size, const char *source) { argument
102 if (strlcpy(target, source, size) >= size) {
103 memset(target, ISC_STRING_MAGIC, size);
107 ENSURE(strlen(target) < size);
113 isc_string_copy_truncate(char *target, size_t size, const char *source) { argument
116 strlcpy(target, source, size);
118 ENSURE(strlen(target) < size);
122 isc_string_append(char *target, size_t size, const char *source) { argument
124 REQUIRE(strlen(target) < size);
126 if (strlcat(target, sourc
137 isc_string_append_truncate(char *target, size_t size, const char *source) argument
147 isc_string_printf(char *target, size_t size, const char *format, ...) argument
168 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) argument
184 char *target; local
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dbase32.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
57 isc_buffer_t *target, const char base[])
72 RETERR(str_totext(buf, target));
81 RETERR(str_totext(buf, target));
89 RETERR(str_totext(buf, target));
98 RETERR(str_totext(buf, target));
104 RETERR(str_totext(buf, target));
112 RETERR(str_totext(wordbreak, target));
120 const char *wordbreak, isc_buffer_t *target)
56 base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target, const char base[]) argument
119 isc_base32_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
126 isc_base32hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
138 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon11422
147 base32_decode_init(base32_decode_ctx_t *ctx, int length, const char base[], isc_buffer_t *target) argument
253 base32_tobuffer(isc_lex_t *lexer, const char base[], isc_buffer_t *target, int length) argument
285 isc_base32_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
290 isc_base32hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
295 base32_decodestring(const char *cstr, const char base[], isc_buffer_t *target) argument
312 isc_base32_decodestring(const char *cstr, isc_buffer_t *target) argument
317 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target) argument
322 base32_decoderegion(isc_region_t *source, const char base[], isc_buffer_t *target) argument
336 isc_base32_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
341 isc_base32hex_decoderegion(isc_region_t *source, isc_buffer_t *target) argument
346 str_totext(const char *source, isc_buffer_t *target) argument
362 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dhex.c43 str_totext(const char *source, isc_buffer_t *target);
46 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length);
52 const char *wordbreak, isc_buffer_t *target)
64 RETERR(str_totext(buf, target));
72 RETERR(str_totext(wordbreak, target));
83 isc_buffer_t *target; /*%< Buffer for resulting binary data */ member in struct:__anon11430
89 hex_decode_init(hex_decode_ctx_t *ctx, int length, isc_buffer_t *target) argument
93 ctx->target = target;
107 RETERR(mem_tobuffer(ctx->target,
51 isc_hex_totext(isc_region_t *source, int wordlength, const char *wordbreak, isc_buffer_t *target) argument
129 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length) argument
159 isc_hex_decodestring(const char *cstr, isc_buffer_t *target) argument
176 str_totext(const char *source, isc_buffer_t *target) argument
192 mem_tobuffer(isc_buffer_t *target, void *base, unsigned int length) argument
[all...]
H A Dstring.c99 isc_string_copy(char *target, size_t size, const char *source) { argument
102 if (strlcpy(target, source, size) >= size) {
103 memset(target, ISC_STRING_MAGIC, size);
107 ENSURE(strlen(target) < size);
113 isc_string_copy_truncate(char *target, size_t size, const char *source) { argument
116 strlcpy(target, source, size);
118 ENSURE(strlen(target) < size);
122 isc_string_append(char *target, size_t size, const char *source) { argument
124 REQUIRE(strlen(target) < size);
126 if (strlcat(target, sourc
137 isc_string_append_truncate(char *target, size_t size, const char *source) argument
147 isc_string_printf(char *target, size_t size, const char *format, ...) argument
168 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) argument
183 char *target; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMutationObserver.idl36 [RaisesException] void observe(Node target, Dictionary options);
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLBaseElement.idl22 [Reflect] attribute DOMString target;
/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGAElement.idl34 readonly attribute SVGAnimatedString target;
/macosx-10.9.5/bind9-45.100/bind9/lib/isccc/include/isccc/
H A Dbase64.h50 const char *wordbreak, isccc_region_t *target);
55 *\li The base64 encoded text in 'target' will be divided into
62 *\li 'target' is a text region containing available space.
68 isccc_base64_decode(const char *cstr, isccc_region_t *target);
74 *\li 'target' is a valid region.
78 * fit in 'target'.
80 *\li #ISC_R_NOSPACE -- 'target' is not big enough.
/macosx-10.9.5/dtrace-118.1/test/tst/common/misc/
H A Dtst.schrock.ksh37 pid\$target::\$1:entry
42 pid\$target:::entry
48 pid\$target:::return
54 pid\$target::\$1:return
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Drule_recursion_overflow_error.rb11 def add_target(target)
12 @targets << target
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlistenlist.c36 dns_acl_t *acl, ns_listenelt_t **target)
39 REQUIRE(target != NULL && *target == NULL);
47 *target = elt;
59 ns_listenlist_create(isc_mem_t *mctx, ns_listenlist_t **target) { argument
61 REQUIRE(target != NULL && *target == NULL);
68 *target = list;
86 ns_listenlist_attach(ns_listenlist_t *source, ns_listenlist_t **target) { argument
89 *target
35 ns_listenelt_create(isc_mem_t *mctx, in_port_t port, dns_acl_t *acl, ns_listenelt_t **target) argument
103 ns_listenlist_default(isc_mem_t *mctx, in_port_t port, isc_boolean_t enabled, ns_listenlist_t **target) argument
[all...]
/macosx-10.9.5/IONetworkingFamily-100/
H A DIOKernelDebugger.h30 by the target to service KDP receive requests. This handler is called
32 @param target The target object.
40 typedef void (*IODebuggerRxHandler)( IOService * target,
47 by the target to service KDP transmit requests. This handler is called
49 @param target The target object.
54 typedef void (*IODebuggerTxHandler)( IOService * target,
60 by the target to service KDP link status requests. This handler is called
62 @param target Th
[all...]
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DPointerLockController.cpp50 void PointerLockController::requestPointerLock(Element* target) argument
52 if (!target || !target->inDocument() || m_documentOfRemovedElementWhileWaitingForUnlock) {
53 enqueueEvent(eventNames().webkitpointerlockerrorEvent, target);
57 if (target->document()->isSandboxed(SandboxPointerLock)) {
59 target->document()->addConsoleMessage(SecurityMessageSource, ErrorMessageLevel, "Blocked pointer lock on an element because the element's frame is sandboxed and the 'allow-pointer-lock' permission is not set.");
60 enqueueEvent(eventNames().webkitpointerlockerrorEvent, target);
65 if (m_element->document() != target->document()) {
66 enqueueEvent(eventNames().webkitpointerlockerrorEvent, target);
69 enqueueEvent(eventNames().webkitpointerlockchangeEvent, target);
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/port/
H A Dinstall.sh.in57 # -o save existing target foo as OLDfoo
58 # -O remove existing target foo, if it fails save as OLDfoo
59 # -m mode set mode of installed target
60 # -u uid set uid of installed target
61 # -g gid set gid of installed target
62 # -root path set ROOT directory for target pathnames
67 # -src path source pathname different from target
68 # -f dir install files in the target directory ROOT/dir
153 # Install the specified target.
157 src=$1 target
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/rdata/generic/
H A Dkeydata_65533.c46 RETERR(uint32_tobuffer(refresh, target));
52 RETERR(uint32_tobuffer(addhd, target));
58 RETERR(uint32_tobuffer(removehd, target));
64 RETERR(uint16_tobuffer(flags, target));
70 RETERR(mem_tobuffer(target, &proto, 1));
76 RETERR(mem_tobuffer(target, &alg, 1));
82 return (isc_base64_tobuffer(lexer, target, -1));
101 RETERR(dns_time32_totext(when, target));
102 RETERR(str_totext(" ", target));
107 RETERR(dns_time32_totext(when, target));
[all...]
/macosx-10.9.5/swig-10/Lib/php/
H A Dutils.i58 t_output_helper( zval **target, zval *o) {
59 if ( (*target)->type == IS_ARRAY ) {
61 add_next_index_zval( *target, o );
64 if ( (*target)->type == IS_NULL ) {
65 REPLACE_ZVAL_VALUE(target,o,1);
71 *tmp = **target;
73 array_init(*target);
74 add_next_index_zval( *target, tmp);
75 add_next_index_zval( *target, o);

Completed in 338 milliseconds

1234567891011>>