Searched refs:echo (Results 1 – 13 of 13) sorted by relevance
/build/make/tools/ |
D | checkowners.py | 26 def echo(msg): function 35 echo('Checking email address: ' + address) 58 echo('Checking file: ' + fname) 70 echo('Found email address: ' + address)
|
/build/kati/ |
D | command.h | 29 : output(o), echo(true), ignore_error(false) { in Command() 33 bool echo; member
|
D | command.cc | 155 void ParseCommandPrefixes(StringPiece* s, bool* echo, bool* ignore_error) { in ParseCommandPrefixes() argument 160 *echo = false; in ParseCommandPrefixes() 213 bool echo = global_echo; in Eval() local 215 ParseCommandPrefixes(&cmd, &echo, &ignore_error); in Eval() 220 command->echo = echo; in Eval() 235 c->echo = false; in Eval()
|
D | expr_test.go | 115 in: `$(shell echo '()')`, 126 in: `${shell echo '()'}`, 137 in: `$(shell echo ')')`, 151 in: `${shell echo ')'}`, 162 in: `${shell echo '}'}`,
|
D | evalcmd.go | 195 echo bool member 202 if !r.echo { 220 r.echo = false 267 if r.echo || DryRunFlag { 315 echo: true,
|
D | INTERNALS.md | 124 echo $(VAR) # A command 138 X=hoge echo $${X} 175 echo $(VAR) 176 echo has\ 291 echo hi! 295 target: ; echo hi! 317 space ; echo no\ 321 to build *target*, *echo nospace* should be executed. 332 echo $(VAR) 334 echo $(VAR) [all …]
|
D | ninja_test.go | 118 …in: `mkdir -p out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/ && echo "host C++:… 119 …cmd: `mkdir -p out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/ && echo "host C++:… 123 …in: `echo "target asm: libsonivox <= external/sonivox/arm-wt-22k/lib_src/ARM-E_filter_gnu.s" … 127 …in: `echo "RenderScript: Galaxy4 <= packages/wallpapers/Galaxy4/src/com/android/galaxy4/galax… 131 …in: `(echo "bc: libclcore.bc <= frameworks/rs/driver/runtime/arch/generic.c") && (mkdir -p ou… 132 …cmd: `(echo "bc: libclcore.bc <= frameworks/rs/driver/runtime/arch/generic.c") && (mkdir -p ou… 140 …ng.Tpo -c -o libglog_la-logging.lo ` + "`" + `test -f 'src/logging.cc' || echo './'` + "`" + `src/… 141 …ng.Tpo -c -o libglog_la-logging.lo ` + "`" + `test -f 'src/logging.cc' || echo './'` + "`" + `src/… 145 …lhandler_unittest.o ` + "`" + `test -f 'src/signalhandler_unittest.cc' || echo './'` + "`" + `src/… 146 …lhandler_unittest.o ` + "`" + `test -f 'src/signalhandler_unittest.cc' || echo './'` + "`" + `src/…
|
D | exec.cc | 104 if (command->echo) { in ExecNode()
|
D | ninja.cc | 424 if (g_flags.detect_android_echo && !got_descritpion && !c->echo && in GenShellScript() 428 } else if (IsOutputMkdir(name, translated) && !c->echo && in GenShellScript()
|
/build/soong/cc/ |
D | rs.go | 31 (echo '${out}: \' && cat ${depFiles} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }…
|
/build/soong/android/ |
D | defs.go | 72 Command: `echo "$error" && false`,
|
/build/blueprint/ |
D | ninja_writer_test.go | 99 command = echo out: $out in: $in _arg: $_arg
|
/build/soong/python/ |
D | builder.go | 35 `$parCmd -o $parFile $parArgs && echo '#!/usr/bin/env python' | cat - $parFile > $out && ` +
|