| /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/cldr/tools/java/org/unicode/cldr/tool/ |
| D | GenerateSubdivisions.java | 88 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/" + sourc… in main() 101 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisi… in main() 104 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisi… in main() 107 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.xml"))… in main() 110 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/categorie… in main() 113 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.txt"))… in main() 116 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en-full.t… in main() 119 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/missing-m… in main()
|
| D | Chart.java | 64 public abstract void writeContents(FormattedFileWriter pw) throws IOException; in writeContents() 66 public void writeFooter(FormattedFileWriter pw) throws IOException { in writeFooter() 79 …public static void standardFooter(FormattedFileWriter pw, AnalyticsID analytics) throws IOExceptio… in standardFooter()
|
| D | GenerateTempDateData.java | 28 …PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "datedata/", "DateData.jav… in main() local 66 private static boolean doHeader(PrintWriter pw, String locale, boolean gotOne) { in doHeader()
|
| D | ShowLanguages.java | 127 PrintWriter pw = new PrintWriter(sw); in printLanguageData() local 191 private static void printLanguageScript(LanguageInfo linfo, PrintWriter pw) throws IOException { in printLanguageScript() 942 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Likely Subtags", null, SUPPLEMENTA… in printLikelySubtags() local 1188 private void showLanguageCountryInfo(PrintWriter pw) throws IOException { in showLanguageCountryInfo() 1310 private void showCoverageGoals(PrintWriter pw) throws IOException { in showCoverageGoals() 1485 private void showCountryLanguageInfo(PrintWriter pw) throws IOException { in showCountryLanguageInfo() 1569 private void showCountryInfo(PrintWriter pw) throws IOException { in showCountryInfo() 1745 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Other Territory Data", null, SUPPL… in showCalendarData() local 1768 …private void showCountry(PrintWriter pw, String country, String countryTitle, Map<String, Set<Stri… in showCountry() 1856 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Detailed Territory-Currency Inform… in printCurrency() local [all …]
|
| /external/libpcap/ |
| D | pcap-npf.c | 194 struct pcap_win *pw = p->priv; in pcap_stats_npf() local 257 struct pcap_win *pw = p->priv; in pcap_stats_ex_npf() local 289 struct pcap_win *pw = p->priv; in pcap_setbuff_npf() local 303 struct pcap_win *pw = p->priv; in pcap_setmode_npf() local 318 struct pcap_win *pw = p->priv; in pcap_setmintocopy_npf() local 331 struct pcap_win *pw = p->priv; in pcap_getevent_npf() local 339 struct pcap_win *pw = p->priv; in pcap_oid_get_request_npf() local 348 struct pcap_win *pw = p->priv; in pcap_oid_set_request_npf() local 392 struct pcap_win *pw = p->priv; in pcap_sendqueue_transmit_npf() local 448 struct pcap_win *pw = p->priv; in pcap_live_dump_npf() local [all …]
|
| /external/puffin/src/ |
| D | puff_io_unittest.cc | 18 BufferPuffWriter pw(buf.data(), buf.size()); in TestLiteralLength() local 65 BufferPuffWriter pw(buf.data(), buf.size()); in TEST() local 228 BufferPuffWriter pw(buf.data(), buf.size()); in TEST() local 248 BufferPuffWriter pw(puff_buffer.data(), puff_buffer.size()); in TEST() local 297 BufferPuffWriter pw(puff_buffer.data(), i); in TEST() local 303 BufferPuffWriter pw(puff_buffer.data(), i); in TEST() local 329 BufferPuffWriter pw(buf.data(), buf.size()); in TEST() local
|
| /external/jarjar/src/main/com/tonicsystems/jarjar/ |
| D | StringDumper.java | 28 public void run(String classPath, PrintWriter pw) throws IOException { in run() 53 private final PrintWriter pw; field in StringDumper.DumpStringReader 56 public DumpStringReader(PrintWriter pw) { in DumpStringReader()
|
| /external/openssh/ |
| D | auth.c | 100 allowed_user(struct passwd * pw) in allowed_user() 399 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys() 422 authorized_principals_file(struct passwd *pw) in authorized_principals_file() 431 check_key_in_hostfiles(struct passwd *pw, Key *key, const char *host, in check_key_in_hostfiles() 562 secure_filename(FILE *f, const char *file, struct passwd *pw, in secure_filename() 577 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile() 620 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile() 626 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals() 642 struct passwd *pw; in getpwnamallow() local
|
| D | auth-passwd.c | 86 struct passwd * pw = authctxt->pw; in auth_password() local 175 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local 200 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
|
| D | auth2-pubkey.c | 395 subprocess(const char *tag, struct passwd *pw, const char *command, in subprocess() 562 process_principals(FILE *f, char *file, struct passwd *pw, in process_principals() 614 match_principals_file(char *file, struct passwd *pw, struct sshkey_cert *cert) in match_principals_file() 641 struct passwd *pw; in match_principals_command() local 764 check_authkeys_file(FILE *f, char *file, Key* key, struct passwd *pw) in check_authkeys_file() 879 user_cert_trusted_ca(struct passwd *pw, Key *key) in user_cert_trusted_ca() 945 user_key_allowed2(struct passwd *pw, Key *key, char *file) in user_key_allowed2() 972 struct passwd *pw; in user_key_command_allowed2() local 1091 user_key_allowed(struct passwd *pw, Key *key, int auth_attempt) in user_key_allowed()
|
| D | platform.c | 98 platform_setusercontext(struct passwd *pw) in platform_setusercontext() 146 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups()
|
| D | uidswap.c | 70 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid() 216 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
|
| D | ssh-keygen.c | 231 ask_filename(struct passwd *pw, const char *prompt) in ask_filename() 307 do_convert_to_ssh2(struct passwd *pw, struct sshkey *k) in do_convert_to_ssh2() 381 do_convert_to(struct passwd *pw) in do_convert_to() 565 do_convert_from_ssh2(struct passwd *pw, struct sshkey **k, int *private) in do_convert_from_ssh2() 691 do_convert_from(struct passwd *pw) in do_convert_from() 751 do_print_public(struct passwd *pw) in do_print_public() 770 do_download(struct passwd *pw) in do_download() 881 do_fingerprint(struct passwd *pw) in do_fingerprint() 973 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys() 1191 do_known_hosts(struct passwd *pw, const char *name) in do_known_hosts() [all …]
|
| /external/openssh/openbsd-compat/ |
| D | port-uw.c | 56 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local 133 get_iaf_password(struct passwd *pw) in get_iaf_password()
|
| D | xcrypt.c | 75 struct passwd *pw; in pick_salt() local 135 shadow_pw(struct passwd *pw) in shadow_pw()
|
| D | port-irix.c | 47 irix_setusercontext(struct passwd *pw) in irix_setusercontext()
|
| /external/u-boot/lib/ |
| D | tpm-v2.c | 46 u32 tpm2_clear(u32 handle, const char *pw, const ssize_t pw_sz) in tpm2_clear() 194 u32 tpm2_dam_reset(const char *pw, const ssize_t pw_sz) in tpm2_dam_reset() 229 u32 tpm2_dam_parameters(const char *pw, const ssize_t pw_sz, in tpm2_dam_parameters() 321 u32 tpm2_pcr_setauthpolicy(const char *pw, const ssize_t pw_sz, u32 index, in tpm2_pcr_setauthpolicy() 376 u32 tpm2_pcr_setauthvalue(const char *pw, const ssize_t pw_sz, u32 index, in tpm2_pcr_setauthvalue()
|
| /external/u-boot/cmd/ |
| D | tpm-v2.c | 59 const char *pw = (argc < 3) ? NULL : argv[2]; in do_tpm2_clear() local 187 const char *pw = (argc < 2) ? NULL : argv[1]; in do_tpm_dam_reset() local 202 const char *pw = (argc < 5) ? NULL : argv[4]; in do_tpm_dam_parameters() local 272 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthpolicy() local 291 const char *pw = (argc < 4) ? NULL : argv[3]; in do_tpm_pcr_setauthvalue() local
|
| /external/wpa_supplicant_8/hs20/server/www/ |
| D | spp.php | 63 $pw = $row['osu_password']; variable 65 $pw = $row['password']; variable
|
| /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| D | APIStatusConsistencyChecker.java | 45 private PrintWriter pw; field in APIStatusConsistencyChecker 48 …ic APIStatusConsistencyChecker(Set<APIInfo> apiInfoSet, List<String> skipClasses, PrintWriter pw) { in APIStatusConsistencyChecker()
|
| /external/toybox/toys/pending/ |
| D | ipcs.c | 153 struct passwd *pw; in shm_array() local 255 struct passwd *pw; in sem_array() local 342 struct passwd *pw; in msg_array() local
|
| /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
| D | 3-1.c | 33 struct passwd *pw; in set_nonroot() local
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | FileCopier.java | 31 PrintWriter pw = new PrintWriter(out); in copyAndReplace() local 70 PrintWriter pw = new PrintWriter(wr); in copy() local 94 PrintWriter pw = new PrintWriter(wr); in copyAndReplace() local
|
| /external/curl/lib/ |
| D | netrc.c | 85 struct passwd pw, *pw_res; in Curl_parsenetrc() local 97 struct passwd *pw; in Curl_parsenetrc() local
|