/build/kati/ |
D | shellutil_test.go | 52 format string 56 format: "2006-01-02", 60 format: "20060102.150405", 64 format: "02 Jan 2006 15:04", 91 if got, want := sd.format, tc.format; got != want {
|
D | stringprintf.cc | 22 string StringPrintf(const char* format, ...) { in StringPrintf() argument 27 va_start(args, format); in StringPrintf() 28 int ret = vsnprintf(&str[0], str.size(), format, args); in StringPrintf()
|
/build/soong/ui/logger/ |
D | logger.go | 48 Printf(format string, v ...interface{}) 55 Verbosef(format string, v ...interface{}) 62 Fatalf(format string, v ...interface{}) 67 Panicf(format string, v ...interface{}) 226 func (s *stdLogger) Printf(format string, v ...interface{}) { 227 output := fmt.Sprintf(format, v...) 247 func (s *stdLogger) Verbosef(format string, v ...interface{}) { 248 output := fmt.Sprintf(format, v...) 269 func (s *stdLogger) Fatalf(format string, v ...interface{}) { 270 output := fmt.Sprintf(format, v...) [all …]
|
/build/make/tools/ |
D | soong_to_convert.py | 96 extra = " ({})".format(problems[module]) 105 print("{} Module (potential problems)".format(count_header)) 107 print("{:>{}} {}".format(count, count_width, module))
|
D | fileslist_util.py | 30 print "{0:12d} {1}".format(line["Size"], line["Name"])
|
D | warn.py | 2155 format(Severity.colors[s], 2434 print 'var warning_{} = ['.format(name) 2436 print '{},'.format(warn_patterns[i][name]) 2445 print '"{}",'.format(escape_string(warn_patterns[i]['description'])) 2680 return '"{}"'.format(s) 2692 print '{},,{}'.format(n, warning) 2697 print '{},{},{}'.format(i['projects'][p], p, warning) 2698 print '{},,{}'.format(total, kind + ' warnings') 2709 print '{},,{}'.format(total, 'All warnings')
|
D | brillo-clang-format | 20 # This is the .clang-format file used by all Brillo projects, conforming to the
|
/build/make/target/product/security/ |
D | README | 22 1. convert pk8 format key to pem format 25 2. create a signature using the pem format key 31 dumpkey.jar is a Java tool that takes an x.509 certificate in PEM format as
|
/build/blueprint/ |
D | singleton_ctx.go | 35 ModuleErrorf(module Module, format string, args ...interface{}) 36 Errorf(format string, args ...interface{}) 120 func (s *singletonContext) ModuleErrorf(logicModule Module, format string, 123 s.error(s.context.ModuleErrorf(logicModule, format, args...)) 126 func (s *singletonContext) Errorf(format string, args ...interface{}) { 128 s.error(fmt.Errorf(format, args...))
|
D | module_ctx.go | 217 format string, args ...interface{}) { 220 Err: fmt.Errorf(format, args...), 225 func (d *baseModuleContext) ModuleErrorf(format string, 230 Err: fmt.Errorf(format, args...), 237 func (d *baseModuleContext) PropertyErrorf(property, format string, 249 Err: fmt.Errorf(format, args...), 286 func (m *baseModuleContext) OtherModuleErrorf(logicModule Module, format string, 292 Err: fmt.Errorf(format, args...),
|
/build/make/core/combo/ |
D | HOST_linux-x86.mk | 29 stat --format "%s" "$(1)" | tr -d '\n'
|
/build/soong/scripts/ |
D | strip.sh | 41 …"${CROSS_COMPILE}nm" -D "${infile}" --format=posix --defined-only | awk '{ print $$1 }' | sort >"$… 42 …"${CROSS_COMPILE}nm" "${infile}" --format=posix --defined-only | awk '{ if ($$2 == "T" || $$2 == "…
|
/build/soong/android/ |
D | package_ctx.go | 52 func (e *configErrorWrapper) Errorf(format string, args ...interface{}) { 53 e.errors = append(e.errors, fmt.Errorf(format, args...))
|
D | paths.go | 45 Errorf(format string, args ...interface{}) 53 ModuleErrorf(format string, args ...interface{}) 70 func reportPathError(ctx PathContext, format string, args ...interface{}) { 72 mctx.ModuleErrorf(format, args...) 74 ectx.Errorf(format, args...) 76 panic(fmt.Sprintf(format, args...))
|
/build/make/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/blueprint/bootstrap/ |
D | command.go | 185 func fatalf(format string, args ...interface{}) { 186 fmt.Printf(format, args...)
|
/build/make/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 | edify_generator.py | 98 '{get_prop_command} + "\\".");').format( 134 '+ getprop("ro.build.thumbprint") + ".");').format(fp=fp, tp=tp) 190 'ui_print("\\"{filename}\\" has unexpected contents.");'.format(
|
D | common.py | 287 print("Warning: could not find {}".format(recovery_fstab_path)) 1452 'endif;').format(device=self.device, ranges=ranges_str, 1512 '{}.transfer.list'.format(self.path), 1513 '{}.transfer.list'.format(self.partition)) 1515 '{}.new.dat'.format(self.path), 1516 '{}.new.dat'.format(self.partition)) 1518 '{}.patch.dat'.format(self.path), 1519 '{}.patch.dat'.format(self.partition), 1530 ' abort("E{code}: Failed to update {partition} image.");'.format(
|
/build/make/core/ |
D | setup_one_odex.mk | 51 --image-format=lz4
|
/build/soong/ |
D | README.md | 7 ## Android.bp file format 18 properties in `name: value,` format: 105 The canonical format includes 4 space indents, newlines after every element of a
|
/build/soong/cc/ |
D | pylintrc | 46 # Set the output format. Available formats are text, parseable, colorized, msvs 49 output-format=text 70 # Template used to display messages. This is a python new-style format string 71 # used to format the message information. See doc for all details
|
D | gen_stub_libs.py | 320 self.src_file.write('int {} = 0;\n'.format(symbol.name)) 322 self.src_file.write('void {}() {{}}\n'.format(symbol.name))
|
/build/blueprint/proptools/ |
D | extend.go | 184 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError { 186 Err: fmt.Errorf(format, a...),
|
/build/make/tools/ijar/ |
D | README.txt | 67 - in the .zip file format, for each file, the size field precedes 79 Also note that the zip file format has unnecessary duplication of
|