Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 39) sorted by relevance

12

/build/kati/
Dshellutil_test.go52 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 {
Dstringprintf.cc22 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/
Dlogger.go48 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/
Dsoong_to_convert.py96 extra = " ({})".format(problems[module])
105 print("{} Module (potential problems)".format(count_header))
107 print("{:>{}} {}".format(count, count_width, module))
Dfileslist_util.py30 print "{0:12d} {1}".format(line["Size"], line["Name"])
Dwarn.py2155 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')
Dbrillo-clang-format20 # This is the .clang-format file used by all Brillo projects, conforming to the
/build/make/target/product/security/
DREADME22 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/
Dsingleton_ctx.go35 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...))
Dmodule_ctx.go217 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/
DHOST_linux-x86.mk29 stat --format "%s" "$(1)" | tr -d '\n'
/build/soong/scripts/
Dstrip.sh41 …"${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/
Dpackage_ctx.go52 func (e *configErrorWrapper) Errorf(format string, args ...interface{}) {
53 e.errors = append(e.errors, fmt.Errorf(format, args...))
Dpaths.go45 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/
Datree.cpp81 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/
Dcommand.go185 func fatalf(format string, args ...interface{}) {
186 fmt.Printf(format, args...)
/build/make/tools/releasetools/
Dpylintrc70 # 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
Dedify_generator.py98 '{get_prop_command} + "\\".");').format(
134 '+ getprop("ro.build.thumbprint") + ".");').format(fp=fp, tp=tp)
190 'ui_print("\\"{filename}\\" has unexpected contents.");'.format(
Dcommon.py287 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/
Dsetup_one_odex.mk51 --image-format=lz4
/build/soong/
DREADME.md7 ## 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/
Dpylintrc46 # 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
Dgen_stub_libs.py320 self.src_file.write('int {} = 0;\n'.format(symbol.name))
322 self.src_file.write('void {}() {{}}\n'.format(symbol.name))
/build/blueprint/proptools/
Dextend.go184 func extendPropertyErrorf(property string, format string, a ...interface{}) *ExtendPropertyError {
186 Err: fmt.Errorf(format, a...),
/build/make/tools/ijar/
DREADME.txt67 - in the .zip file format, for each file, the size field precedes
79 Also note that the zip file format has unnecessary duplication of

12