Home
last modified time | relevance | path

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

12345

/external/libopus/celt/tests/
Dtest_unit_dft.c61 double ansi = 0; in check() local
79 ansi += in[k].r * im + in[k].i * re; in check()
83 difi = ansi - out[bin].i; in check()
85 sigpow += ansr*ansr+ansi*ansi; in check()
/external/harfbuzz_ng/util/
DMakefile.am36 ansi-print.cc \
37 ansi-print.hh \
40 helper-cairo-ansi.cc \
41 helper-cairo-ansi.hh \
/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.c562 char *ansi; in disp__con_color_ansi() local
584 if (!(ansi = malloc(ansi_len))) in disp__con_color_ansi()
586 if (snprintf(ansi, ansi_len, "\e[%d;%dm", fg, bg) > ansi_len) in disp__con_color_ansi()
589 return ansi; in disp__con_color_ansi()
609 char *ansi = disp__con_color_ansi(name, color); in disp__con_val() local
610 fprintf(stdout, "%s", ansi); in disp__con_val()
611 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/valgrind/none/tests/
Dansi.vgtest1 prog: ansi
DMakefile.am73 ansi.stderr.exp ansi.vgtest \
183 ansi args \ program
243 ansi_CFLAGS = $(AM_CFLAGS) -ansi
/external/eigen/
DCMakeLists.txt156 …# The -ansi flag must be added last, otherwise it is also used as a linker flag by check_cxx_compi…
157 # Moreover we should not set both -strict-ansi and -ansi
158 check_cxx_compiler_flag("-strict-ansi" COMPILER_SUPPORT_STRICTANSI)
159 …g("-Qunused-arguments") # disable clang warning: argument unused during compilation: '-ansi'
162 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -strict-ansi")
164 ei_add_cxx_compiler_flag("-ansi")
/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/mesa3d/src/gallium/drivers/svga/
DMakefile13 CFLAGS := $(filter-out -pedantic, $(filter-out -ansi, $(CFLAGS)))
/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/libdrm/man/
DMakefile.am34 --stringparam funcsynopsis.style ansi \
/external/fio/os/windows/
Deula.rtf1 {\rtf1\ansi\ansicpg1252\deff0{\fonttbl{\f0\fswiss\fcharset0 Helvetica;}}
/external/clang/test/Modules/
Dmodify-module.m22 // REQUIRES: ansi-escape-sequences
/external/nanopb-c/tests/
DSConstruct104 …env.Append(CFLAGS = '-ansi -pedantic -g -Wall -Werror -fprofile-arcs -ftest-coverage -fstack-prote…
112 env.Append(CFLAGS = '-ansi -g -Wall -Werror')
/external/sonic/
DMakefile14 CFLAGS=-Wall -O3 -ansi -fPIC -pthread
/external/v8/
DAndroid.mksnapshot.mk73 -ansi \
/external/lldb/include/lldb/Utility/
DAnsiTerminal.h52 namespace ansi {
/external/libexif/
Dconfigure.ac202 AM_CFLAGS="$AM_CFLAGS -ansi -pedantic-error"
203 AM_CXXFLAGS="$AM_CXXFLAGS -ansi -pedantic-error"
/external/deqp/framework/delibs/cmake/
DCFlags.cmake49 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${TARGET_FLAGS} ${WARNING_FLAGS} -ansi -pedantic ")
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc860 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() argument
861 if (!ansi) return NULL; in AnsiToUtf16()
862 const int length = strlen(ansi); in AnsiToUtf16()
864 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
867 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
882 char* ansi = new char[ansi_length + 1]; in Utf16ToAnsi() local
884 ansi, ansi_length, NULL, NULL); in Utf16ToAnsi()
885 ansi[ansi_length] = 0; in Utf16ToAnsi()
886 return ansi; in Utf16ToAnsi()
/external/protobuf/gtest/src/
Dgtest.cc832 LPCWSTR String::AnsiToUtf16(const char* ansi) { in AnsiToUtf16() argument
833 if (!ansi) return NULL; in AnsiToUtf16()
834 const int length = strlen(ansi); in AnsiToUtf16()
836 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
839 MultiByteToWideChar(CP_ACP, 0, ansi, length, in AnsiToUtf16()
854 char* ansi = new char[ansi_length + 1]; in Utf16ToAnsi() local
856 ansi, ansi_length, NULL, NULL); in Utf16ToAnsi()
857 ansi[ansi_length] = 0; in Utf16ToAnsi()
858 return ansi; in Utf16ToAnsi()

12345