Searched refs:target (Results 1 - 25 of 2227) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/
H A Dtest_ipaddr.rb2 target = __FILE__[/test_(.*\.rb)$/, 1]
3 InlineTest.loadtest__END__part(target)
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/visitors/
H A Dvisitor.rb4 def accept target
5 visit target
14 def visit target
15 send DISPATCH[target.class], target
H A Djson_tree.rb12 def accept target
13 if target.respond_to?(:encode_with)
14 dump_coder target
16 send(@dispatch_cache[target.class], target)
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dextmod_statistics.h42 extern void extmod_statistics_incr_task_for_pid(task_t target);
43 extern void extmod_statistics_incr_thread_set_state(thread_t target);
44 extern void extmod_statistics_incr_thread_create(task_t target);
H A Dextmod_statistics.c47 * We assume the target task has a lifecycle lock
70 extmod_statistics_log(task_t current_task, task_t target);
73 extmod_statistics_incr_task_for_pid(task_t target) argument
77 if ((ctask == kernel_task) || (target == TASK_NULL))
80 if (target != ctask) {
82 target->extmod_statistics.task_for_pid_count++;
88 extmod_statistics_incr_thread_set_state(thread_t target) argument
93 if ((ctask == kernel_task) || (target == THREAD_NULL))
96 ttask = get_threadtask(target);
109 extmod_statistics_incr_thread_create(task_t target) argument
126 extmod_statistics_log(task_t current_task, task_t target) argument
[all...]
/macosx-10.10/objc4-646/test/
H A Dconcurrentcat.m73 id target = [targetSubclass new];
74 testassert(target);
77 [target m0];
78 RETAIN(target);
79 [target addObserver: target forKeyPath: @"m3" options: 0 context: NULL];
80 [target addObserver: target forKeyPath: @"m4" options: 0 context: NULL];
81 [target m1];
82 RELEASE_VALUE(target);
[all...]
/macosx-10.10/ruby-106/ruby/tool/
H A Difchange2 # usage: ifchange target temporary
20 target="$1"
28 if cmp "$target" "$temp" >/dev/null 2>&1; then
29 echo "$target unchanged"
32 echo "$target updated"
33 mv -f "$temp" "$target"
38 case "$target" in
40 timestamp=`dirname "$target"`/.time.`basename "$target"`
43 timestamp=.time."$target"
[all...]
/macosx-10.10/swig-12/Lib/ruby/
H A Drubyapi.swg10 SWIG_Ruby_AppendOutput(VALUE target, VALUE o) {
11 if (NIL_P(target)) {
12 target = o;
14 if (TYPE(target) != T_ARRAY) {
15 VALUE o2 = target;
16 target = rb_ary_new();
17 rb_ary_push(target, o2);
19 rb_ary_push(target, o);
21 return target;
/macosx-10.10/dtrace-147/test/tst/common/usdt/
H A Dtst.andpid.ksh29 plockstat\$target::mutex_lock_impl:,
30 pid\$target::mutex_lock_impl:
/macosx-10.10/ruby-106/ruby/ext/io/nonblock/
H A Dextconf.rb2 target = "io/nonblock"
7 create_makefile(target)
/macosx-10.10/xnu-2782.1.97/tools/lldbmacros/core/
H A Dlazytarget.py27 target, or throw an exception.
32 target = LazyTarget._debugger.GetSelectedTarget()
33 if target is None:
34 raise AttributeError('No target selected')
36 if not target.IsValid():
39 LazyTarget._target = target
40 return target
45 target, or throw an exception.
48 target = LazyTarget.GetTarget()
49 process = target
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/
H A Dtcllib.rb17 target = 'tkextlib/tcllib/autoscroll'
19 require target
21 err << "\n ['" << target << "'] " << e.class.name << ' : ' << e.message
25 target = 'tkextlib/tcllib/cursor'
27 require target
29 err << "\n ['" << target << "'] " << e.class.name << ' : ' << e.message
33 target = 'tkextlib/tcllib/style'
35 require target
37 err << "\n ['" << target << "'] " << e.class.name << ' : ' << e.message
/macosx-10.10/libarchive-30/libarchive/cpio/test/
H A Dtest_basic.c58 basic_cpio(const char *target, argument
65 if (!assertMakeDir(target, 0775))
70 testprog, pack_options, target, target);
74 assertChdir(target);
89 failure("Error invoking %s -i %s in dir %s", testprog, unpack_options, target);
98 passthrough(const char *target) argument
102 if (!assertMakeDir(target, 0775))
109 testprog, target, target, targe
[all...]
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dinstruction.rb11 # target is the "name" of the Instruction; IE, the "tag" in <?tag ...?>
13 attr_accessor :target, :content
16 # @param target can be one of a number of things. If String, then
17 # the target of this instruction is set to this. If an Instruction,
18 # then the Instruction is shallowly cloned (target and content are
22 # be a Parent if the target argument is a Source. Otherwise, this
24 def initialize(target, content=nil)
25 if target.kind_of? String
27 @target = target
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
51 *\li The base32 encoded text in 'target' will be divided into
58 *\li 'target' is a text buffer containing available space
63 *\li target will contain the base32 encoded version of the data
64 * in source. The 'used' pointer in target will be advanced as
69 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
71 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
77 *\li 'target' is a valid buffer.
81 * fit in 'target'
[all...]
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The base64 encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the base64 encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_base64_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The hex encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the hex encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
/macosx-10.10/ntp-92/lib/isc/include/isc/
H A Dbase32.h43 const char *wordbreak, isc_buffer_t *target);
46 const char *wordbreak, isc_buffer_t *target);
51 *\li The base32 encoded text in 'target' will be divided into
58 *\li 'target' is a text buffer containing available space
63 *\li target will contain the base32 encoded version of the data
64 * in source. The 'used' pointer in target will be advanced as
69 isc_base32_decodestring(const char *cstr, isc_buffer_t *target);
71 isc_base32hex_decodestring(const char *cstr, isc_buffer_t *target);
77 *\li 'target' is a valid buffer.
81 * fit in 'target'
[all...]
H A Dbase64.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The base64 encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the base64 encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_base64_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_base64_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
H A Dhex.h36 const char *wordbreak, isc_buffer_t *target);
41 *\li The hex encoded text in 'target' will be divided into
48 *\li 'target' is a text buffer containing available space
53 *\li target will contain the hex encoded version of the data
54 * in source. The 'used' pointer in target will be advanced as
59 isc_hex_decodestring(const char *cstr, isc_buffer_t *target);
65 *\li 'target' is a valid buffer.
69 * fit in 'target'.
79 isc_hex_tobuffer(isc_lex_t *lexer, isc_buffer_t *target, int length);
85 *\li 'target' i
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dtime.h39 dns_time64_fromtext(const char *source, isc_int64_t *target);
43 * Store the count at 'target'.
47 dns_time32_fromtext(const char *source, isc_uint32_t *target);
55 dns_time64_totext(isc_int64_t value, isc_buffer_t *target);
58 * a YYYYMMDDHHMMSS text representation and append it to 'target'.
62 dns_time32_totext(isc_uint32_t value, isc_buffer_t *target);
/macosx-10.10/llvmCore-3425.0.34/bindings/ocaml/target/
H A DMakefile1 ##===- bindings/ocaml/target/Makefile ----------------------*- Makefile -*-===##
16 UsedComponents := target
/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_conf.h99 char **target; /* pointer to global variable */ member in struct:__anon11750
107 char **target; /* pointer to global variable */ member in struct:__anon11751
115 int *target; /* pointer to global variable */ member in struct:__anon11752
123 long *target; /* pointer to global variable */ member in struct:__anon11753
131 int *target; /* pointer to global variable */ member in struct:__anon11754
137 int *target; /* pointer to global variable */ member in struct:__anon11755
145 int *target; /* pointer to global variable */ member in struct:__anon11756
153 int *target; /* pointer to global variable */ member in struct:__anon11757
172 char **target; /* pointer to global variable */ member in struct:__anon11758
180 char **target; /* pointe member in struct:__anon11759
188 int *target; /* pointer to global variable */ member in struct:__anon11760
196 long *target; /* pointer to global variable */ member in struct:__anon11761
204 int *target; /* pointer to global variable */ member in struct:__anon11762
210 int *target; /* pointer to global variable */ member in struct:__anon11763
218 int *target; /* pointer to global variable */ member in struct:__anon11764
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMEventTarget.cpp49 gboolean webkit_dom_event_target_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error) argument
51 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE);
55 return WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target)->dispatch_event(target, event, error);
58 gboolean webkit_dom_event_target_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean useCapture, gpointer userData) argument
61 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE);
65 return WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target)->add_event_listener(target, eventName, closure.get(), useCapture);
68 gboolean webkit_dom_event_target_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean useCapture) argument
70 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALS
77 webkit_dom_event_target_add_event_listener_with_closure(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture) argument
86 webkit_dom_event_target_remove_event_listener_with_closure(WebKitDOMEventTarget* target, const char* eventName, GClosure* handler, gboolean useCapture) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/eshell/
H A Desh-io.el130 target, the function in the second element will be called.
142 NOTE: /dev/null is handled specially as a virtual target, and should
213 (error "Missing redirection target"))
238 (output-target (eshell-get-target standard-output output-mode))
239 (error-target (eshell-get-target standard-error error-mode)))
240 (aset handles eshell-output-handle (cons output-target 1))
242 (aset handles eshell-error-handle (cons error-target 1))
243 (aset handles eshell-error-handle (cons output-target
[all...]

Completed in 172 milliseconds

1234567891011>>