/external/harfbuzz_ng/util/ |
D | Makefile.sources | 9 ansi-print.cc \ 10 ansi-print.hh \ 13 helper-cairo-ansi.cc \ 14 helper-cairo-ansi.hh \
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_33.txt | 7 Content-Type: multipart/signed; micalg*=ansi-x3.4-1968''pgp-md5; 8 protocol*=ansi-x3.4-1968''application%2Fpgp-signature; 9 boundary*="ansi-x3.4-1968''EeQfGwPcQSOJBaQU" 17 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
|
D | msg_32.txt | 7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
|
/external/syslinux/com32/menu/ |
D | colors.c | 140 cp->ansi = refstrdup(dp->ansi); in default_color_table() 150 rsprintf(&cp->ansi, "%s3%d;4%d", (i & 8) ? "1;" : "", in default_color_table() 178 cp->ansi = refstr_get(dp->ansi); in copy_color_table()
|
/external/syslinux/com32/elflink/ldlinux/ |
D | colors.c | 140 cp->ansi = refstrdup(dp->ansi); in default_color_table() 150 rsprintf(&cp->ansi, "%s3%d;4%d", (i & 8) ? "1;" : "", in default_color_table() 178 cp->ansi = refstr_get(dp->ansi); in copy_color_table()
|
/external/libopus/celt/tests/ |
D | test_unit_dft.c | 78 double ansi = 0; in check() local 96 ansi += in[k].r * im + in[k].i * re; in check() 100 difi = ansi - out[bin].i; in check() 102 sigpow += ansr*ansr+ansi*ansi; in check()
|
/external/valgrind/none/tests/ |
D | ansi.vgtest | 1 prog: ansi 2 prereq: test -x ansi
|
D | Makefile.in | 191 @COMPILER_IS_CLANG_FALSE@am__append_28 = ansi 211 @COMPILER_IS_CLANG_FALSE@am__EXEEXT_3 = ansi$(EXEEXT) 213 ansi_SOURCES = ansi.c 214 ansi_OBJECTS = ansi-ansi.$(OBJEXT) 561 SOURCES = ansi.c args.c async-sigs.c bitfield1.c bug129866.c \ 584 DIST_SOURCES = ansi.c args.c async-sigs.c bitfield1.c bug129866.c \ 1067 ansi.stderr.exp ansi.vgtest \ 1189 ansi_CFLAGS = $(AM_CFLAGS) -ansi 1300 ansi$(EXEEXT): $(ansi_OBJECTS) $(ansi_DEPENDENCIES) $(EXTRA_ansi_DEPENDENCIES) 1301 @rm -f ansi$(EXEEXT) [all …]
|
D | Makefile.am | 86 ansi.stderr.exp ansi.vgtest \ 266 check_PROGRAMS += ansi program 277 ansi_CFLAGS = $(AM_CFLAGS) -ansi
|
/external/jline/src/src/main/java/jline/ |
D | ANSIBuffer.java | 28 public void setAnsiEnabled(final boolean ansi) { in setAnsiEnabled() argument 29 this.ansiEnabled = ansi; in setAnsiEnabled() 44 public String toString(final boolean ansi) { in toString() argument 45 return ansi ? getAnsiBuffer() : getPlainBuffer(); in toString()
|
/external/vogar/src/vogar/ |
D | Console.java | 45 private boolean ansi; field in Console 69 public void setAnsi(boolean ansi) { in setAnsi() argument 70 this.ansi = ansi; in setAnsi() 86 if (!verbose && !ansi) { in verbose() 340 if (currentLine == CurrentLine.VERBOSE && currentStreamMark != null && ansi) { in streamOutput() 369 if (currentLine == CurrentLine.VERBOSE && !verbose && ansi) { in newLine()
|
/external/selinux/policycoreutils/secon/ |
D | secon.c | 561 char *ansi; in disp__con_color_ansi() local 583 if (!(ansi = malloc(ansi_len))) in disp__con_color_ansi() 585 if (snprintf(ansi, ansi_len, "\e[%d;%dm", fg, bg) > ansi_len) in disp__con_color_ansi() 588 return ansi; in disp__con_color_ansi() 608 char *ansi = disp__con_color_ansi(name, color); in disp__con_val() local 609 fprintf(stdout, "%s", ansi); in disp__con_val() 610 free(ansi); in disp__con_val()
|
/external/zopfli/ |
D | Makefile | 4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2 5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_cflags_warn_all.m4 | 15 # For the GNU compiler it will be -Wall (and -ansi -pedantic) The result 74 "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" dnl AIX 75 "-ansi -ansiE % -fullwarn" dnl IRIX 98 dnl a global option to enable -ansi or -extrawarnings. All other
|
/external/ImageMagick/m4/ |
D | ax_cflags_warn_all.m4 | 15 # For the GNU compiler it will be -Wall (and -ansi -pedantic) The result 74 "-qlanglvl=ansi % -qsrcmsg -qinfo=all:noppt:noppc:noobs:nocnd" dnl AIX 75 "-ansi -ansiE % -fullwarn" dnl IRIX 98 dnl a global option to enable -ansi or -extrawarnings. All other
|
/external/syslinux/com32/include/ |
D | colortbl.h | 44 const char *ansi; /* ANSI attribute */ member
|
/external/nanopb-c/examples/network_server/ |
D | README.txt | 15 cc -ansi -Wall -Werror -I .. -g -O0 -I../.. -o server server.c 17 cc -ansi -Wall -Werror -I .. -g -O0 -I../.. -o client client.c
|
D | Makefile | 5 CFLAGS = -ansi -Wall -Werror -g -O0
|
/external/cblas/ |
D | Makefile.SUN4SOL2 | 40 CFLAGS = -g -DADD_ -ansi -pedantic -Wall
|
/external/nanopb-c/examples/using_union_messages/ |
D | Makefile | 5 CFLAGS = -ansi -Wall -Werror -g -O0
|
/external/jemalloc/doc/ |
D | stylesheet.xsl | 2 <xsl:param name="funcsynopsis.style">ansi</xsl:param>
|
/external/syslinux/com32/lib/sys/ |
D | xserial_write.c | 99 for (p = console_color_table[ncolor].ansi; *p; p++) in __xserial_write()
|
/external/libjpeg-turbo/release/ |
D | Welcome.rtf | 1 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
|
/external/libdrm/man/ |
D | Makefile.am | 45 --stringparam funcsynopsis.style ansi \
|
/external/eigen/ |
D | CMakeLists.txt | 173 …# The -ansi flag must be added last, otherwise it is also used as a linker flag by check_cxx_compi… 174 # Moreover we should not set both -strict-ansi and -ansi 175 check_cxx_compiler_flag("-strict-ansi" COMPILER_SUPPORT_STRICTANSI) 176 …g("-Qunused-arguments") # disable clang warning: argument unused during compilation: '-ansi' 179 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -strict-ansi") 181 ei_add_cxx_compiler_flag("-ansi")
|