/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DefaultErrorHandler.java | 56 public DefaultErrorHandler(PrintWriter pw) in DefaultErrorHandler() 64 public DefaultErrorHandler(PrintStream pw) in DefaultErrorHandler() 119 PrintWriter pw = getErrorWriter(); in warning() local 200 PrintWriter pw = getErrorWriter(); in warning() local 236 PrintWriter pw = getErrorWriter(); in error() local 271 PrintWriter pw = getErrorWriter(); in fatalError() local 310 public static void printLocation(PrintStream pw, TransformerException exception) in printLocation() 315 public static void printLocation(java.io.PrintStream pw, org.xml.sax.SAXParseException exception) in printLocation() 320 public static void printLocation(PrintWriter pw, Throwable exception) in printLocation()
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
D | PipedReaderTest.java | 29 public PipedWriter pw; field in PipedReaderTest.PWriter 202 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority() local 213 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority2() local 224 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority3() local 235 PipedWriter pw = new PipedWriter(); in test_read$CII_ExceptionPriority4() local 246 PipedWriter pw = new PipedWriter(); in test_read_$CII_IOException() local
|
D | PipedWriterTest.java | 31 public PReader(PipedWriter pw) { in PReader() 65 PipedWriter pw; field in PipedWriterTest 318 final PipedWriter pw = new PipedWriter(); in test_write_I_MultiThread() local 377 final PipedWriter pw = new PipedWriter(); in test_write_$CII_MultiThread() local
|
/external/openssh/ |
D | auth.c | 95 allowed_user(struct passwd * pw) in allowed_user() 335 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() 358 authorized_principals_file(struct passwd *pw) in authorized_principals_file() 367 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles() 425 secure_filename(FILE *f, const char *file, struct passwd *pw, in secure_filename() 490 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() 533 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() 539 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() 554 struct passwd *pw; in getpwnamallow() local
|
D | auth-rh-rsa.c | 42 auth_rhosts_rsa_key_allowed(struct passwd *pw, char *cuser, char *chost, in auth_rhosts_rsa_key_allowed() 69 struct passwd *pw = authctxt->pw; in auth_rhosts_rsa() local
|
D | auth-passwd.c | 83 struct passwd * pw = authctxt->pw; in auth_password() local 169 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local 194 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
|
D | auth-rhosts.c | 187 auth_rhosts(struct passwd *pw, const char *client_user) in auth_rhosts() 197 auth_rhosts2_raw(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2_raw() 317 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2()
|
D | platform.c | 93 platform_setusercontext(struct passwd *pw) in platform_setusercontext() 137 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups()
|
D | auth2-pubkey.c | 201 match_principals_file(char *file, struct passwd *pw, struct KeyCert *cert) in match_principals_file() 259 user_key_allowed2(struct passwd *pw, Key *key, char *file) in user_key_allowed2() 382 user_cert_trusted_ca(struct passwd *pw, Key *key) in user_cert_trusted_ca() 437 user_key_allowed(struct passwd *pw, Key *key) in user_key_allowed()
|
D | uidswap.c | 65 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid() 217 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
|
D | auth-rsa.c | 164 rsa_key_allowed_in_file(struct passwd *pw, char *file, in rsa_key_allowed_in_file() 271 auth_rsa_key_allowed(struct passwd *pw, BIGNUM *client_n, Key **rkey) in auth_rsa_key_allowed() 300 struct passwd *pw = authctxt->pw; in auth_rsa() local
|
D | ssh-keygen.c | 192 ask_filename(struct passwd *pw, const char *prompt) in ask_filename() 262 do_convert_to_ssh2(struct passwd *pw, Key *k) in do_convert_to_ssh2() 333 do_convert_to(struct passwd *pw) in do_convert_to() 507 do_convert_from_ssh2(struct passwd *pw, Key **k, int *private) in do_convert_from_ssh2() 634 do_convert_from(struct passwd *pw) in do_convert_from() 694 do_print_public(struct passwd *pw) in do_print_public() 718 do_download(struct passwd *pw) in do_download() 742 do_fingerprint(struct passwd *pw) in do_fingerprint() 850 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys() 970 do_known_hosts(struct passwd *pw, const char *name) in do_known_hosts() [all …]
|
D | ssh-keysign.c | 62 valid_request(struct passwd *pw, char *host, Key **ret, u_char *data, in valid_request() 155 struct passwd *pw; in main() local
|
D | auth-options.c | 95 auth_parse_options(struct passwd *pw, char *opts, char *file, u_long linenum) in auth_parse_options() 423 parse_option_list(u_char *optblob, size_t optblob_len, struct passwd *pw, in parse_option_list() 593 auth_cert_options(Key *k, struct passwd *pw) in auth_cert_options()
|
D | auth-sia.c | 83 session_setup_sia(struct passwd *pw, char *tty) in session_setup_sia()
|
D | session.c | 168 auth_sock_cleanup_proc(struct passwd *pw) in auth_sock_cleanup_proc() 180 auth_input_request_forwarding(struct passwd * pw) in auth_input_request_forwarding() 849 struct passwd * pw = s->pw; in do_login() local 926 struct passwd *pw = s->pw; in check_quietlogin() local 1128 struct passwd *pw = s->pw; in do_setup_env() local 1386 do_nologin(struct passwd *pw) in do_nologin() 1474 do_setusercontext(struct passwd *pw) in do_setusercontext() 1559 launch_login(struct passwd *pw, const char *hostname) in launch_login() 1623 struct passwd *pw = s->pw; in do_child() local
|
D | md5crypt.c | 51 md5_crypt(const char *pw, const char *salt) in md5_crypt()
|
D | auth2-hostbased.c | 141 hostbased_key_allowed(struct passwd *pw, const char *cuser, char *chost, in hostbased_key_allowed()
|
/external/openssh/openbsd-compat/ |
D | port-uw.c | 55 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local 132 get_iaf_password(struct passwd *pw) in get_iaf_password()
|
D | port-irix.c | 47 irix_setusercontext(struct passwd *pw) in irix_setusercontext()
|
D | xcrypt.c | 90 shadow_pw(struct passwd *pw) in shadow_pw()
|
D | port-solaris.c | 210 solaris_set_default_project(struct passwd *pw) in solaris_set_default_project()
|
/external/emma/core/java12/com/vladium/util/exception/ |
D | IThrowableWrapper.java | 45 void __printStackTrace (PrintWriter pw); in __printStackTrace()
|
/external/jmonkeyengine/engine/src/core/com/jme3/util/ |
D | JmeFormatter.java | 83 PrintWriter pw = new PrintWriter(sw); in format() local
|
/external/dbus/bus/ |
D | activation-helper.c | 188 struct passwd *pw; in check_permissions() local 313 struct passwd *pw; in switch_user() local
|