Searched refs:format (Results 1 – 15 of 15) sorted by relevance
/build/target/product/security/ |
D | README | 23 1. convert pk8 format key to pem format 26 2. create a signature using the pem format key
|
/build/tools/releasetools/ |
D | pylintrc | 70 # Set the output format. Available formats are text, parseable, colorized, msvs 73 output-format=text 94 # Template used to display messages. This is a python new-style format string 95 # used to format the message information. See doc for all details 163 # Include a hint for the correct naming format with invalid-name 277 # Expected format of line ending, e.g. empty (any line ending), LF or CRLF. 278 expected-line-ending-format=LF 283 # Logging modules to check that the string format arguments are in logging 284 # function parameter format
|
D | common.py | 1280 '{}.transfer.list'.format(self.path), 1281 '{}.transfer.list'.format(self.partition)) 1283 '{}.new.dat'.format(self.path), 1284 '{}.new.dat'.format(self.partition)) 1286 '{}.patch.dat'.format(self.path), 1287 '{}.patch.dat'.format(self.partition), 1292 '"{partition}.new.dat", "{partition}.patch.dat");\n'.format(
|
D | edify_generator.py | 83 'file_getprop("/oem/oem.prop", "{name}") + "\\".");').format( 252 'delete("{name}");'.format(name=name, sha1=sha1))
|
/build/tools/atree/ |
D | atree.cpp | 81 debug_printf(const char* format, ...) in debug_printf() argument 86 va_start(ap, format); in debug_printf() 87 vprintf(format, ap); in debug_printf()
|
/build/core/combo/ |
D | HOST_linux-x86.mk | 57 stat --format "%s" "$(1)" | tr -d '\n'
|
D | TARGET_linux-mips64.mk | 91 -Werror=format-security \
|
D | TARGET_linux-arm64.mk | 81 -Werror=format-security \
|
D | TARGET_linux-x86_64.mk | 81 -Werror=format-security \
|
D | TARGET_linux-x86.mk | 83 -Werror=format-security \
|
D | TARGET_linux-mips.mk | 91 -Werror=format-security \
|
D | TARGET_linux-arm.mk | 104 -Werror=format-security \
|
/build/core/clang/ |
D | config.mk | 43 -Wno-format-pedantic
|
/build/tools/signapk/ |
D | SignApk.java | 762 (String.format(CERT_SF_MULTI_NAME, k))); in signFile() 773 (String.format(CERT_SIG_NAME, keyType)) : in signFile() 774 (String.format(CERT_SIG_MULTI_NAME, k, keyType))); in signFile()
|
/build/tools/droiddoc/templates-sac/assets/css/ |
D | default.css | 1193 /* supplemental opcode format table */
|