Home
last modified time | relevance | path

Searched refs:ansi (Results 1 – 25 of 134) sorted by relevance

123456

/external/harfbuzz_ng/util/
DMakefile.sources9 ansi-print.cc \
10 ansi-print.hh \
13 helper-cairo-ansi.cc \
14 helper-cairo-ansi.hh \
/external/python/cpython2/Lib/email/test/data/
Dmsg_33.txt7 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
Dmsg_32.txt7 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
/external/syslinux/com32/menu/
Dcolors.c140 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/
Dcolors.c140 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/
Dtest_unit_dft.c78 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/
Dansi.vgtest1 prog: ansi
2 prereq: test -x ansi
DMakefile.in191 @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 …]
DMakefile.am86 ansi.stderr.exp ansi.vgtest \
266 check_PROGRAMS += ansi program
277 ansi_CFLAGS = $(AM_CFLAGS) -ansi
/external/jline/src/src/main/java/jline/
DANSIBuffer.java28 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/
DConsole.java45 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/
Dsecon.c561 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/
DMakefile4 CFLAGS = -W -Wall -Wextra -ansi -pedantic -lm -O2
5 CXXFLAGS = -W -Wall -Wextra -ansi -pedantic -O2
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_cflags_warn_all.m415 # 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/
Dax_cflags_warn_all.m415 # 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/
Dcolortbl.h44 const char *ansi; /* ANSI attribute */ member
/external/nanopb-c/examples/network_server/
DREADME.txt15 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
DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
/external/cblas/
DMakefile.SUN4SOL240 CFLAGS = -g -DADD_ -ansi -pedantic -Wall
/external/nanopb-c/examples/using_union_messages/
DMakefile5 CFLAGS = -ansi -Wall -Werror -g -O0
/external/jemalloc/doc/
Dstylesheet.xsl2 <xsl:param name="funcsynopsis.style">ansi</xsl:param>
/external/syslinux/com32/lib/sys/
Dxserial_write.c99 for (p = console_color_table[ncolor].ansi; *p; p++) in __xserial_write()
/external/libjpeg-turbo/release/
DWelcome.rtf1 {\rtf1\ansi\ansicpg1252\cocoartf1038\cocoasubrtf360
/external/libdrm/man/
DMakefile.am45 --stringparam funcsynopsis.style ansi \
/external/eigen/
DCMakeLists.txt173 …# 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")

123456