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

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/test/
H A Dtest_ipaddr.rb2 target = __FILE__[/test_(.*\.rb)$/, 1]
3 InlineTest.loadtest__END__part(target)
/macosx-10.9.5/ruby-104/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.9.5/xnu-2422.115.4/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.9.5/objc4-551.1/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.9.5/ruby-104/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.9.5/swig-10/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.9.5/dtrace-118.1/test/tst/common/usdt/
H A Dtst.andpid.ksh29 plockstat\$target::mutex_lock_impl:,
30 pid\$target::mutex_lock_impl:
/macosx-10.9.5/ruby-104/ruby/ext/io/nonblock/
H A Dextconf.rb2 target = "io/nonblock"
7 create_makefile(target)
/macosx-10.9.5/xnu-2422.115.4/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.9.5/ruby-104/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.9.5/libarchive-29/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.9.5/ruby-104/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.9.5/bind9-45.100/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.9.5/ntp-88/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.9.5/bind9-45.100/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.9.5/llvmCore-3425.0.33/bindings/ocaml/target/
H A DMakefile1 ##===- bindings/ocaml/target/Makefile ----------------------*- Makefile -*-===##
16 UsedComponents := target
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMEventTarget.cpp48 void webkit_dom_event_target_dispatch_event(WebKitDOMEventTarget* target, WebKitDOMEvent* event, GError** error) argument
50 g_return_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target));
53 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target);
56 iface->dispatch_event(target, event, error);
59 gboolean webkit_dom_event_target_add_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean bubble, gpointer userData) argument
62 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALSE);
65 WebKitDOMEventTargetIface* iface = WEBKIT_DOM_EVENT_TARGET_GET_IFACE(target);
68 return iface->add_event_listener(target, eventName, handler, bubble, userData);
73 gboolean webkit_dom_event_target_remove_event_listener(WebKitDOMEventTarget* target, const char* eventName, GCallback handler, gboolean bubble) argument
75 g_return_val_if_fail(WEBKIT_DOM_IS_EVENT_TARGET(target), FALS
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DNetworkPanelDescriptor.js44 * @param {Object} target
46 appendApplicableItems: function(event, contextMenu, target)
48 if (!(target instanceof WebInspector.NetworkRequest))
50 this.panel().appendApplicableItems(event, contextMenu, target);
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmail_conf.h99 char **target; /* pointer to global variable */ member in struct:__anon11754
107 char **target; /* pointer to global variable */ member in struct:__anon11755
115 int *target; /* pointer to global variable */ member in struct:__anon11756
123 long *target; /* pointer to global variable */ member in struct:__anon11757
131 int *target; /* pointer to global variable */ member in struct:__anon11758
137 int *target; /* pointer to global variable */ member in struct:__anon11759
145 int *target; /* pointer to global variable */ member in struct:__anon11760
153 int *target; /* pointer to global variable */ member in struct:__anon11761
172 char **target; /* pointer to global variable */ member in struct:__anon11762
180 char **target; /* pointe member in struct:__anon11763
188 int *target; /* pointer to global variable */ member in struct:__anon11764
196 long *target; /* pointer to global variable */ member in struct:__anon11765
204 int *target; /* pointer to global variable */ member in struct:__anon11766
210 int *target; /* pointer to global variable */ member in struct:__anon11767
218 int *target; /* pointer to global variable */ member in struct:__anon11768
[all...]

Completed in 385 milliseconds

1234567891011>>