HomeSort by relevance Sort by last modified time
    Searched defs:ECHO (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /build/kati/testcase/
semi_in_var.mk 0 ECHO=@echo $@
7 foo: ; $(ECHO)_1
8 $(ECHO)_2
11 $(ECHO)_2
13 baz: $(SEMI) @echo $@_1
14 @echo $@_2
  /external/adhd/defs/
utilities.mk 15 export ECHO = /bin/echo
16 export MESSAGE = $(ECHO) "$(foreach v,$(shell seq $(MAKELEVEL))," ") [$(MAKELEVEL)] "
  /external/libpng/projects/owatcom/
pngconfig.mak 12 ECHO=echo
43 $(ECHO) $#include "pnglibconf.dfn" >dfn.c
82 @$(ECHO) .
83 @$(ECHO) .
84 @$(ECHO) $$(AWK) NOT AVAILABLE: COPYING scripts\pnglibconf.h.prebuilt
85 @$(ECHO) .
86 @$(ECHO) .
88 @$(ECHO) .
89 @$(ECHO) .
    [all...]
  /external/libpng/scripts/
pnglibconf.mak 19 ECHO = echo
35 $(ECHO) '#include "pnglibconf.dfn"' >pnglibconf.c
36 $(ECHO) "If '$(CC) -E' crashes try /lib/cpp (e.g. CPP='/lib/cpp')" >&2
43 $(ECHO) "Calling $(AWK) from scripts/pnglibconf.mak" >&2
44 $(ECHO) "If 'awk' crashes try a better awk (e.g. AWK='nawk')" >&2
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/
Makefile 37 ECHO ?= echo
64 $(ECHO) "Warning: 'fip_create' tool is not in the PATH. The UEFI binary will not be added in the Firmware Image Package (FIP)."; \
  /external/autotest/site_utils/lxc/container_pool/
message.py 10 ECHO = 'echo'
28 def echo(msg): function
29 """Creates an echo message.
31 ECHO messages are mainly for testing. They verify that the service is up
36 return Message(ECHO, {'msg': msg})
  /external/syslinux/gpxe/src/
Makefile 21 ECHO := echo
94 @$(ECHO) '==========================================================='
95 @$(ECHO)
96 @$(ECHO) 'To create a bootable floppy, type'
97 @$(ECHO) ' cat bin/gpxe.dsk > /dev/fd0'
98 @$(ECHO) 'where /dev/fd0 is your floppy drive. This will erase any'
99 @$(ECHO) 'data already on the disk.'
100 @$(ECHO)
101 @$(ECHO) 'To create a bootable USB key, type
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
telnetlib.py 73 ECHO = chr(1) # echo
79 RCTE = chr(7) # remote controlled transmission and echo
121 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /external/libogg/win32/
Makefile 79 ECHO = echo
149 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
186 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
195 @echo "This command is intended for maintainers to use"
196 @echo "it deletes files that may require special tools to rebuild."
  /external/python/cpython2/Lib/
telnetlib.py 74 ECHO = chr(1) # echo
80 RCTE = chr(7) # remote controlled transmission and echo
122 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /external/python/cpython3/Lib/
telnetlib.py 73 ECHO = bytes([1]) # echo
79 RCTE = bytes([7]) # remote controlled transmission and echo
121 SUPPRESS_LOCAL_ECHO = bytes([45]) # Telnet Suppress Local Echo
  /prebuilts/gdb/darwin-x86/lib/python2.7/
telnetlib.py 74 ECHO = chr(1) # echo
80 RCTE = chr(7) # remote controlled transmission and echo
122 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 74 ECHO = chr(1) # echo
80 RCTE = chr(7) # remote controlled transmission and echo
122 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 74 ECHO = chr(1) # echo
80 RCTE = chr(7) # remote controlled transmission and echo
122 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 74 ECHO = chr(1) # echo
80 RCTE = chr(7) # remote controlled transmission and echo
122 SUPPRESS_LOCAL_ECHO = chr(45) # Telnet Suppress Local Echo
  /bionic/libc/kernel/uapi/asm-generic/
termbits.h 171 #define ECHO 0000010
  /bionic/libc/kernel/uapi/asm-mips/asm/
termbits.h 172 #define ECHO 0000010
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
termios.h 142 #define ECHO 0x0001 /* enable echoing */
144 #define ECHOK 0x0004 /* echo NL after line kill */
145 #define ECHONL 0x0008 /* echo NL even if ECHO is off */
151 #define PENDIN 0x0400 /* re-echo input buffer at next read */
  /external/chromium-trace/catapult/third_party/pyserial/serial/
rfc2217.py 106 ECHO = to_bytes([1]) # echo
404 TelnetOption(self, 'ECHO', ECHO, DO, DONT, WILL, WONT, REQUESTED),
    [all...]
  /external/kernel-headers/original/uapi/asm-generic/
termbits.h 170 #define ECHO 0000010
  /external/kernel-headers/original/uapi/asm-mips/asm/
termbits.h 194 #define ECHO 0000010 /* Enable echo. */
196 #define ECHOK 0000040 /* Echo NL after KILL. */
197 #define ECHONL 0000100 /* Echo NL even if ECHO is off. */
200 #define ECHOCTL 0001000 /* Echo control characters as ^X. */
  /external/minijail/
common.mk 204 @$(ECHO) "AR $(subst \
234 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
235 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \
242 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
243 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \
267 ECHO = /bin/echo -e
287 && echo "$(7)" || echo "$(8)")
393 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))
    [all...]
  /external/modp_b64/
common.mk 203 @$(ECHO) "AR $(subst \
233 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANFILE$(COLOR_RESET) ' && \
234 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \
241 $(QUIET)($(ECHO) -n '$(COLOR_RED)CLEANDIR$(COLOR_RESET) ' && \
242 $(ECHO) '$(subst $(OUT)/,,$(wildcard $(1)))' && \
266 ECHO = /bin/echo -e
286 && echo "$(7)" || echo "$(8)")
391 @$(ECHO) "LD$(1) $(subst $(PWD)/,,$(TARGET_OR_MEMBER))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termbits.h 169 #define ECHO 0000010
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
termios.h 184 #define ECHO 0000010

Completed in 433 milliseconds

1 2 3 4