Searched refs:encoding (Results 1 – 12 of 12) sorted by relevance
61 self._stdout_str = self._raw_stdout.decode(encoding=self._encoding)69 self._stderr_str = self._raw_stderr.decode(encoding=self._encoding)80 encoding='utf-8'): argument98 self._encoding = encoding162 encoding=io_encoding,
234 for (Charset encoding : additionalEncodings) { in addPasswords()238 char[] encodedPwd = castBytesToChars(encodePassword(pwd, encoding)); in addPasswords()286 private static char[] decodePassword(byte[] pwdBytes, Charset encoding) throws IOException { in decodePassword() argument288 encoding.newDecoder() in decodePassword()
122 --pass-encoding Additional character encoding (e.g., ibm437 or utf-8) to126 produced by encoding the password using the console's127 character encoding. apksigner by default tries to decrypt132 and may need to be provided with --pass-encoding when a133 non-ASCII password is used. --pass-encoding may also need202 The --pass-encoding parameter is not needed if apksigner is being run on204 $ apksigner sign --ks release.jks --pass-encoding ibm437 app.apk208 $ apksigner sign --ks release.jks --pass-encoding utf-8 app.apk
64 str(response, encoding="utf8").rstrip().replace("\x00", ""))
696 with open(full_adblog_path, 'w', encoding='utf-8') as out:698 with open(in_file, 'r', encoding='utf-8', errors='replace') as f:
91 result = json.loads(str(resp, encoding='utf8'))
241 result = json.loads(str(response, encoding='utf8'))
32 return io.TextIOWrapper(stdout, encoding="utf-8")
... .io.File destfile private String footer private String encoding private java.util.Locale locale final synthetic org ...
223 encoding=result._encoding)
58 metalava: Ignoring unimplemented doclava1 flag -encoding (UTF-8 assumed)