Home
last modified time | relevance | path

Searched refs:method (Results 1 – 25 of 773) sorted by relevance

12345678910>>...31

/trueos/cddl/contrib/dtracetoolkit/Examples/
HDj_syscolors_example.txt3 This is a simple script to trace the method flow of Java methods within a
4 program, and the system calls made. It watches Java method entries and
5 returns, and indents child * method calls. It renders the output in color
18 of Java method or syscall.
109 0 311542/2 10 method <- java/util/HashSet.add
110 0 311542/2 10 method <- java/lang/ClassLoader.checkPackageAccess
111 0 311542/2 28 method -> java/lang/reflect/Method.getModifiers
112 0 311542/2 14 method <- java/lang/reflect/Method.getModifiers
113 0 311542/2 17 method -> Func_abc.main
114 0 311542/2 14 method -> Func_abc.func_a
[all …]
HDj_syscalls_example.txt12 311536 method Func_abc.func_a 1
13 311536 method Func_abc.func_b 1
14 311536 method Func_abc.func_c 1
15 311536 method Func_abc.main 1
16 311536 method java/io/BufferedInputStream.<clinit> 1
17 311536 method java/io/BufferedReader.<clinit> 1
18 311536 method java/io/BufferedReader.close 1
19 311536 method java/io/BufferedWriter.<clinit> 1
20 311536 method java/io/Console$1$1.<init> 1
21 311536 method java/io/Console$1$1.run 1
[all …]
HDj_calltime_example.txt15 311358 method java/lang/String.equals 202
16 311358 method java/lang/Math.min 208
17 311358 method java/lang/String.hashCode 213
18 311358 method java/lang/String.indexOf 302
19 311358 method java/lang/System.arraycopy 360
20 311358 method java/lang/StringBuilder.append 533
21 311358 method java/lang/AbstractStringBuilder.append 549
22 311358 method java/lang/Object.<init> 823
23 311358 method java/lang/String.charAt 1960
29 Top 10 exclusive method elapsed times (us),
[all …]
HDj_calls_example.txt66 311334 method java/lang/Class.getClassLoader0 34
67 311334 method java/lang/String.toLowerCase 34
68 311334 method sun/security/action/GetPropertyAction.run 34
69 311334 method java/nio/CharBuffer.arrayOffset 36
70 311334 method java/util/HashMap.getEntry 36
71 311334 method java/io/File.<init> 37
72 311334 method java/io/UnixFileSystem.prefixLength 37
75 311334 method java/io/BufferedReader.readLine 38
76 …311334 method java/util/concurrent/locks/AbstractOwnableSynchronizer.setExclusiveOwnerThread …
77 311334 method java/lang/CharacterDataLatin1.toLowerCase 41
[all …]
HDrb_flowinfo_example.txt8 0 146395 2 func_abc.rb:3 method -> Module::method_added
9 0 146395 26 func_abc.rb:3 method <- Module::method_added
10 0 146395 25 func_abc.rb:8 method -> Module::method_added
11 0 146395 11 func_abc.rb:8 method <- Module::method_added
12 0 146395 16 func_abc.rb:14 method -> Module::method_added
13 0 146395 10 func_abc.rb:14 method <- Module::method_added
14 0 146395 15 func_abc.rb:20 method -> Object::func_a
15 0 146395 12 func_abc.rb:15 method -> Object::print
16 0 146395 20 func_abc.rb:15 method -> IO::write
17 0 146395 110 func_abc.rb:15 method <- IO::write
[all …]
HDj_cputime_example.txt12 311374 method java/lang/String.equals 202
13 311374 method java/lang/Math.min 208
14 311374 method java/lang/String.hashCode 213
15 311374 method java/lang/String.indexOf 302
16 311374 method java/lang/System.arraycopy 360
17 311374 method java/lang/StringBuilder.append 533
18 311374 method java/lang/AbstractStringBuilder.append 549
19 311374 method java/lang/Object.<init> 823
20 311374 method java/lang/String.charAt 1960
26 Top 10 exclusive method on-CPU times (us),
[all …]
HDj_calldist_example.txt22 Top 10 exclusive method elapsed times (us),
23 PID=311342, method, sun/net/www/ParseUtil.decode
32 PID=311342, method, java/net/URLClassLoader.<clinit>
38 PID=311342, method, java/util/jar/JarFile.hasClassPathAttribute
44 PID=311342, method, java/util/zip/ZipFile.read
50 PID=311342, method, sun/nio/cs/US_ASCII.newEncoder
66 PID=311342, method, java/util/zip/ZipFile.getInputStream
81 PID=311342, method, sun/nio/cs/US_ASCII.newDecoder
97 PID=311342, method, java/util/HashMap.<init>
113 PID=311342, method, java/io/UnixFileSystem.normalize
[all …]
HDj_cpudist_example.txt22 Top 10 exclusive method on-CPU times (us),
23 PID=311364, method, java/lang/AbstractStringBuilder.append
34 PID=311364, method, java/util/Arrays.copyOf
47 PID=311364, method, java/io/UnixFileSystem.normalize
59 PID=311364, method, java/io/File.<clinit>
65 PID=311364, method, sun/misc/URLClassPath$JarLoader.getJarFile
71 PID=311364, method, java/io/FilePermission$1.run
86 PID=311364, method, java/lang/StringBuilder.append
96 PID=311364, method, java/lang/String.<init>
111 PID=311364, method, java/lang/String.charAt
[all …]
/trueos/contrib/wpa/src/eap_server/
HDeap_server_methods.c25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument
29 if (m->vendor == vendor && m->method == method) in eap_server_get_eap_method()
51 return m->method; in eap_server_get_type()
72 EapType method, const char *name) in eap_server_method_alloc() argument
80 eap->method = method; in eap_server_method_alloc()
90 void eap_server_method_free(struct eap_method *method) in eap_server_method_free() argument
92 os_free(method); in eap_server_method_free()
105 int eap_server_method_register(struct eap_method *method) in eap_server_method_register() argument
109 if (method == NULL || method->name == NULL || in eap_server_method_register()
110 method->version != EAP_SERVER_METHOD_INTERFACE_VERSION) in eap_server_method_register()
[all …]
/trueos/tools/regression/geom/ConfCmp/
HDa1b.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
[all …]
HDa1.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
[all …]
HDa1c.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
[all …]
HDa1a.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x90712c0</ref></method>
20 <method><ref>0x90712c0</ref></method>
32 <method><ref>0x90712c0</ref></method>
44 <method><ref>0x90712c0</ref></method>
56 <method><ref>0x90712c0</ref></method>
68 <method><ref>0x90712c0</ref></method>
80 <method><ref>0x90712c0</ref></method>
92 <method><ref>0x90712c0</ref></method>
[all …]
HDa1d.conf3 <method>
5 <name>DEV-method</name>
8 <method><ref>0x80712c0</ref></method>
20 <method><ref>0x80712c0</ref></method>
32 <method><ref>0x80712c0</ref></method>
44 <method><ref>0x80712c0</ref></method>
56 <method><ref>0x80712c0</ref></method>
68 <method><ref>0x80712c0</ref></method>
80 <method><ref>0x80712c0</ref></method>
92 <method><ref>0x80712c0</ref></method>
[all …]
/trueos/contrib/wpa/src/eap_peer/
HDeap_methods.c28 const struct eap_method * eap_peer_get_eap_method(int vendor, EapType method) in eap_peer_get_eap_method() argument
32 if (m->vendor == vendor && m->method == method) in eap_peer_get_eap_method()
54 return m->method; in eap_peer_get_type()
77 if (m->vendor == vendor && m->method == type) in eap_get_name()
231 int eap_peer_method_unload(struct eap_method *method) in eap_peer_method_unload() argument
239 if (m == method) in eap_peer_method_unload()
280 EapType method, const char *name) in eap_peer_method_alloc() argument
288 eap->method = method; in eap_peer_method_alloc()
298 void eap_peer_method_free(struct eap_method *method) in eap_peer_method_free() argument
300 os_free(method); in eap_peer_method_free()
[all …]
/trueos/crypto/openssl/crypto/x509v3/
HDv3_prn.c124 const X509V3_EXT_METHOD *method; in X509V3_EXT_print() local
128 if (!(method = X509V3_EXT_get(ext))) in X509V3_EXT_print()
131 if (method->it) in X509V3_EXT_print()
134 ASN1_ITEM_ptr(method->it)); in X509V3_EXT_print()
136 ext_str = method->d2i(NULL, &p, ext->value->length); in X509V3_EXT_print()
141 if (method->i2s) { in X509V3_EXT_print()
142 if (!(value = method->i2s(method, ext_str))) { in X509V3_EXT_print()
161 } else if (method->i2v) { in X509V3_EXT_print()
162 if (!(nval = method->i2v(method, ext_str, NULL))) { in X509V3_EXT_print()
167 method->ext_flags & X509V3_EXT_MULTILINE); in X509V3_EXT_print()
[all …]
/trueos/crypto/openssl/crypto/bio/
HDbio_lib.c66 BIO *BIO_new(BIO_METHOD *method) in BIO_new() argument
75 if (!BIO_set(ret, method)) { in BIO_new()
82 int BIO_set(BIO *bio, BIO_METHOD *method) in BIO_set() argument
84 bio->method = method; in BIO_set()
99 if (method->create != NULL) in BIO_set()
100 if (!method->create(bio)) { in BIO_set()
132 if ((a->method != NULL) && (a->method->destroy != NULL)) in BIO_free()
133 a->method->destroy(a); in BIO_free()
182 return b->method->name; in BIO_method_name()
187 return b->method->type; in BIO_method_type()
[all …]
/trueos/contrib/apr/poll/unix/
HDpollcb.c44 static apr_pollcb_provider_t *pollcb_provider(apr_pollset_method_e method) in pollcb_provider() argument
47 switch (method) { in pollcb_provider()
80 apr_pollset_method_e method) in apr_pollcb_create_ex() argument
94 if (method == APR_POLLSET_DEFAULT) { in apr_pollcb_create_ex()
95 method = APR_POLLSET_POLL; in apr_pollcb_create_ex()
99 if (method == APR_POLLSET_DEFAULT) in apr_pollcb_create_ex()
100 method = pollset_default_method; in apr_pollcb_create_ex()
102 provider = pollcb_provider(method); in apr_pollcb_create_ex()
106 if (method == pollset_default_method) in apr_pollcb_create_ex()
108 method = pollset_default_method; in apr_pollcb_create_ex()
[all …]
/trueos/cddl/contrib/dtracetoolkit/Java/
HDj_classflow.d71 hotspot*:::method-entry,
72 hotspot*:::method-return
78 hotspot*:::method-entry
81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
86 stringof(this->method));
90 hotspot*:::method-return
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
99 stringof(this->method));
HDj_calls.d55 hotspot*:::method-entry
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
62 stringof(this->method));
87 hotspot*:::method-compile-begin
91 this->method = (char *)copyin(arg2, arg3 + 1);
92 this->method[arg3] = '\0';
94 stringof(this->method));
98 hotspot*:::compiled-method-load
102 this->method = (char *)copyin(arg2, arg3 + 1);
[all …]
/trueos/cddl/contrib/dtracetoolkit/Bin/
Dj_classflow.d71 hotspot*:::method-entry,
72 hotspot*:::method-return
78 hotspot*:::method-entry
81 this->method = (char *)copyin(arg3, arg4 + 1);
82 this->method[arg4] = '\0';
86 stringof(this->method));
90 hotspot*:::method-return
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
99 stringof(this->method));
Dj_calls.d55 hotspot*:::method-entry
59 this->method = (char *)copyin(arg3, arg4 + 1);
60 this->method[arg4] = '\0';
62 stringof(this->method));
87 hotspot*:::method-compile-begin
91 this->method = (char *)copyin(arg2, arg3 + 1);
92 this->method[arg3] = '\0';
94 stringof(this->method));
98 hotspot*:::compiled-method-load
102 this->method = (char *)copyin(arg2, arg3 + 1);
[all …]
Dj_flowtime.d66 hotspot*:::method-entry,
67 hotspot*:::method-return
73 hotspot*:::method-entry
78 this->method = (char *)copyin(arg3, arg4 + 1);
79 this->method[arg4] = '\0';
83 stringof(this->class), stringof(this->method));
88 hotspot*:::method-return
93 this->method = (char *)copyin(arg3, arg4 + 1);
94 this->method[arg4] = '\0';
99 stringof(this->class), stringof(this->method));
/trueos/crypto/openssh/
HDauth2.c219 char *user, *service, *method, *style = NULL; in input_userauth_request() local
234 method = packet_get_cstring(NULL); in input_userauth_request()
235 debug("userauth-request for user %s service %s method %s", user, service, method); in input_userauth_request()
308 m = authmethod_lookup(authctxt, method); in input_userauth_request()
310 debug2("input_userauth_request: try method %s", method); in input_userauth_request()
313 userauth_finish(authctxt, authenticated, method, NULL); in input_userauth_request()
317 free(method); in input_userauth_request()
321 userauth_finish(Authctxt *authctxt, int authenticated, const char *method, in userauth_finish() argument
335 !auth_root_allowed(method)) { in userauth_finish()
343 if (!auth2_update_methods_lists(authctxt, method, submethod)) { in userauth_finish()
[all …]
/trueos/crypto/openssl/crypto/ui/
HDui_lib.c77 UI *UI_new_method(const UI_METHOD *method) in UI_new_method() argument
86 if (method == NULL) in UI_new_method()
89 ret->meth = method; in UI_new_method()
611 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener() argument
613 if (method) { in UI_method_set_opener()
614 method->ui_open_session = opener; in UI_method_set_opener()
620 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer() argument
623 if (method) { in UI_method_set_writer()
624 method->ui_write_string = writer; in UI_method_set_writer()
630 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher() argument
[all …]

12345678910>>...31