Searched defs:ECHO (Results 1 - 23 of 23) sorted by relevance

/external/libpng/projects/owatcom/
H A Dpngconfig.mak12 ECHO=echo macro
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) .
90 @$(ECHO) YO
[all...]
/external/libpng/scripts/
H A Dpnglibconf.mak19 ECHO = echo macro
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
/external/chromium_org/device/test/
H A Dusb_test_gadget.h24 ECHO, enumerator in enum:device::UsbTestGadget::Type
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/include/sys/
H A Dtermios.h44 #define ECHO 0000010 macro
/external/libogg/win32/
H A DMakefile79 ECHO = echo macro
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Drfc2217.py106 ECHO = to_bytes([1]) # echo variable
404 TelnetOption(self, 'ECHO', ECHO, DO, DONT, WILL, WONT, REQUESTED),
927 TelnetOption(self, 'ECHO', ECHO, WILL, WONT, DO, DONT, REQUESTED),
/external/kernel-headers/original/uapi/asm-generic/
H A Dtermbits.h169 #define ECHO 0000010 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dtermbits.h193 #define ECHO 0000010 /* Enable echo. */ macro
196 #define ECHONL 0000100 /* Echo NL even if ECHO is off. */
/external/smack/src/org/xbill/DNS/
H A DWKSRecord.java236 public static final int ECHO = 7; field in class:WKSRecord.Service
477 services.add(ECHO, "echo");
/external/bison/examples/calc++/
H A Dcalc++-scanner.cc681 #ifndef ECHO
686 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
976 ECHO; variable
/external/bison/src/
H A Dscan-skel.c768 #ifndef ECHO
773 #define ECHO do { if (fwrite( skel_text, skel_leng, 1, skel_out )) {} } while (0) macro
1077 out_lineno++; ECHO;
1082 ECHO; variable
H A Dscan-code.c853 #ifndef ECHO
858 #define ECHO do { if (fwrite( code_text, code_leng, 1, code_out )) {} } while (0) macro
H A Dscan-gram.c1177 #ifndef ECHO
1182 #define ECHO do { if (fwrite( gram_text, gram_leng, 1, gram_out )) {} } while (0) macro
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DTokenizer.cpp717 #ifndef ECHO
721 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
1179 ECHO; variable
/external/chromium_org/third_party/angle/src/compiler/translator/
H A Dglslang_lex.cpp1159 #ifndef ECHO
1163 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
2039 ECHO; variable
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-lex.c781 #ifndef ECHO
785 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
1334 ECHO; variable
H A Dglsl_lexer.cc1282 #ifndef ECHO
1286 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
2659 ECHO; variable
H A Dlex.yy.c1323 #ifndef ECHO
1327 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
2488 ECHO; variable
/external/elfutils/0.153/libcpu/
H A Di386_lex.c666 #ifndef ECHO
670 #define ECHO do { if (fwrite( i386_text, i386_leng, 1, i386_out )) {} } while (0) macro
971 ECHO; variable
/external/elfutils/0.153/src/
H A Dldlex.c1131 /* ECHO must be redefined since the default implementation ignores
1133 #define ECHO do { size_t n__ __attribute__ ((unused)) \ macro
1242 #ifndef ECHO
1246 #define ECHO do { if (fwrite( ldtext, ldleng, 1, ldout )) {} } while (0) macro
1763 ECHO; variable
/external/libpcap/
H A Dscanner.c2863 #ifndef ECHO
2867 #define ECHO do { if (fwrite( pcap_text, pcap_leng, 1, pcap_out )) {} } while (0) macro
3844 ECHO; variable
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events-flex.c1248 #ifndef ECHO
1252 #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0) macro
1778 ECHO; variable
H A Dpmu-flex.c595 #ifndef ECHO
599 #define ECHO do { if (fwrite( perf_pmu_text, perf_pmu_leng, 1, perf_pmu_out )) {} } while (0) macro
827 ECHO; variable

Completed in 6079 milliseconds