Home
last modified time | relevance | path

Searched defs:pw (Results 1 – 25 of 596) sorted by relevance

12345678910>>...24

/external/apache-xml/src/main/java/org/apache/xml/utils/
DDefaultErrorHandler.java56 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/
DGenerateSubdivisions.java93 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/" + sourc… in main()
106 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisi… in main()
109 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/subdivisi… in main()
112 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.xml"))… in main()
115 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/categorie… in main()
118 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en.txt"))… in main()
121 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/en-full.t… in main()
124 …try (PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY, "subdivision/missing-m… in main()
DChart.java97 public abstract void writeContents(FormattedFileWriter pw) throws IOException; in writeContents()
99 public void writeFooter(FormattedFileWriter pw) throws IOException { in writeFooter()
112 …private static void standardFooter(FormattedFileWriter pw, AnalyticsID analytics) throws IOExcepti… in standardFooter()
DShowLanguages.java121 PrintWriter pw = new PrintWriter(sw); in printLanguageData() local
207 private static void printLanguageScript(LanguageInfo linfo, PrintWriter pw) throws IOException { in printLanguageScript()
932 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Likely Subtags", null, SUPPLEMENTA… in printLikelySubtags() local
1032 private void showLanguageCountryInfo(PrintWriter pw) throws IOException { in showLanguageCountryInfo()
1154 private void showCoverageGoals(PrintWriter pw) throws IOException { in showCoverageGoals()
1329 private void showCountryLanguageInfo(PrintWriter pw) throws IOException { in showCountryLanguageInfo()
1413 private void showCountryInfo(PrintWriter pw) throws IOException { in showCountryInfo()
1589 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Other Territory Data", null, SUPPL… in showCalendarData() local
1612 …private void showCountry(PrintWriter pw, String country, String countryTitle, Map<String, Set<Stri… in showCountry()
1700 …PrintWriter pw = new PrintWriter(new FormattedFileWriter(null, "Detailed Territory-Currency Inform… in printCurrency() local
[all …]
DGenerateTempDateData.java27 …PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "datedata/", "DateData.jav… in main() local
68 private static boolean doHeader(PrintWriter pw, String locale, boolean gotOne) { in doHeader()
/external/libpcap/
Dpcap-npf.c206 struct pcap_win *pw = p->priv; in pcap_stats_npf() local
267 struct pcap_win *pw = p->priv; in pcap_stats_ex_npf() local
302 struct pcap_win *pw = p->priv; in pcap_setbuff_npf() local
316 struct pcap_win *pw = p->priv; in pcap_setmode_npf() local
331 struct pcap_win *pw = p->priv; in pcap_setmintocopy_npf() local
344 struct pcap_win *pw = p->priv; in pcap_getevent_npf() local
352 struct pcap_win *pw = p->priv; in pcap_oid_get_request_npf() local
361 struct pcap_win *pw = p->priv; in pcap_oid_set_request_npf() local
403 struct pcap_win *pw = p->priv; in pcap_sendqueue_transmit_npf() local
451 struct pcap_win *pw = p->priv; in pcap_live_dump_npf() local
[all …]
/external/puffin/src/
Dpuff_io_unittest.cc18 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/openssh/
Dauth.c101 allowed_user(struct ssh *ssh, struct passwd * pw) in allowed_user()
427 expand_authorized_keys(const char *filename, struct passwd *pw) in expand_authorized_keys()
452 authorized_principals_file(struct passwd *pw) in authorized_principals_file()
461 check_key_in_hostfiles(struct passwd *pw, struct sshkey *key, const char *host, in check_key_in_hostfiles()
506 auth_openfile(const char *file, struct passwd *pw, int strict_modes, in auth_openfile()
549 auth_openkeyfile(const char *file, struct passwd *pw, int strict_modes) in auth_openkeyfile()
555 auth_openprincipals(const char *file, struct passwd *pw, int strict_modes) in auth_openprincipals()
570 struct passwd *pw; in getpwnamallow() local
859 subprocess(const char *tag, struct passwd *pw, const char *command, in subprocess()
1106 auth_authorise_keyopts(struct ssh *ssh, struct passwd *pw, in auth_authorise_keyopts()
Dplatform.c98 platform_setusercontext(struct passwd *pw) in platform_setusercontext()
146 platform_setusercontext_post_groups(struct passwd *pw) in platform_setusercontext_post_groups()
Dauth2-pubkey.c93 struct passwd *pw = authctxt->pw; in userauth_pubkey() local
410 match_principals_file(struct ssh *ssh, struct passwd *pw, char *file, in match_principals_file()
573 check_authkey_line(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in check_authkey_line()
712 check_authkeys_file(struct ssh *ssh, struct passwd *pw, FILE *f, in check_authkeys_file()
744 user_cert_trusted_ca(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_cert_trusted_ca()
849 user_key_allowed2(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed2()
1008 user_key_allowed(struct ssh *ssh, struct passwd *pw, struct sshkey *key, in user_key_allowed()
Duidswap.c76 temporarily_use_uid(struct passwd *pw) in temporarily_use_uid()
196 permanently_set_uid(struct passwd *pw) in permanently_set_uid()
Dssh-keygen.c257 ask_filename(struct passwd *pw, const char *prompt) in ask_filename()
343 do_convert_to_ssh2(struct passwd *pw, struct sshkey *k) in do_convert_to_ssh2()
421 do_convert_to(struct passwd *pw) in do_convert_to()
630 do_convert_from_ssh2(struct passwd *pw, struct sshkey **k, int *private) in do_convert_from_ssh2()
744 do_convert_from(struct passwd *pw) in do_convert_from()
804 do_print_public(struct passwd *pw) in do_print_public()
827 do_download(struct passwd *pw) in do_download()
937 do_fingerprint(struct passwd *pw) in do_fingerprint()
1033 do_gen_all_hostkeys(struct passwd *pw) in do_gen_all_hostkeys()
1288 do_known_hosts(struct passwd *pw, const char *name, int find_host, in do_known_hosts()
[all …]
Dauth-passwd.c80 struct passwd *pw = authctxt->pw; in auth_password() local
195 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
Dssh-keysign.c65 valid_request(struct passwd *pw, char *host, struct sshkey **ret, in valid_request()
170 struct passwd *pw; in main() local
/external/jarjar/src/main/com/tonicsystems/jarjar/
DStringDumper.java28 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/openbsd-compat/
Dport-uw.c56 struct passwd *pw = authctxt->pw; in sys_auth_passwd() local
136 get_iaf_password(struct passwd *pw) in get_iaf_password()
Dxcrypt.c75 struct passwd *pw; in pick_salt() local
136 shadow_pw(struct passwd *pw) in shadow_pw()
/external/wpa_supplicant_8/hs20/server/www/
Dspp.php63 $pw = $row['osu_password']; variable
65 $pw = $row['password']; variable
/external/toybox/toys/pending/
Dipcs.c153 struct passwd *pw; in shm_array() local
255 struct passwd *pw; in sem_array() local
342 struct passwd *pw; in msg_array() local
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIStatusConsistencyChecker.java45 private PrintWriter pw; field in APIStatusConsistencyChecker
48 …ic APIStatusConsistencyChecker(Set<APIInfo> apiInfoSet, List<String> skipClasses, PrintWriter pw) { in APIStatusConsistencyChecker()
DCollectAPI.java44 PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(fos, "UTF-8"))); in writeHTML() local
151 PrintWriter pw = new PrintWriter(new BufferedWriter(new OutputStreamWriter(fos, "UTF-8"))); in writeTSV() local
/external/cldr/tools/java/org/unicode/cldr/util/
DFileCopier.java31 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/wpa_supplicant_8/src/ap/
Dap_config.c473 struct sae_password_entry *pw; in hostapd_setup_sae_pt() local
714 struct sae_password_entry *pw, *tmp; in hostapd_config_free_sae_passwords() local
1136 struct sae_password_entry *pw; in hostapd_sae_pk_password_without_pk() local
1582 struct sae_password_entry *pw; in hostapd_sae_pw_id_in_use() local
1605 struct sae_password_entry *pw; in hostapd_sae_pk_in_use() local
1621 struct sae_password_entry *pw; in hostapd_sae_pk_exclusively() local
/external/cldr/tools/java/org/unicode/cldr/icu/
DExtractICUData.java153 …PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "/translit/gen/", outName … in generateTransliterators() local
158 …PrintWriter pw = FileUtilities.openUTF8Writer(CLDRPaths.GEN_DIRECTORY + "/translit/gen/", "All" + … in generateTransliterators() local
202 PrintWriter pw = FileUtilities.openUTF8Writer(targetDirectory, outName + ".xml"); in convertFile() local
306 PrintWriter pw = FileUtilities.openUTF8Writer( in getTranslitIndex() local
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dchannel_connectivity.cc92 static void finished_completion(void* pw, grpc_cq_completion* ignored) { in finished_completion()
166 static void watch_complete(void* pw, grpc_error* error) { in watch_complete()
170 static void timeout_complete(void* pw, grpc_error* error) { in timeout_complete()

12345678910>>...24