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

1 2

  /external/syslinux/com32/include/
colortbl.h 44 const char *ansi; /* ANSI attribute */ member in struct:color_table
  /external/libopus/celt/tests/
test_unit_dft.c 78 double ansi = 0; local
96 ansi += in[k].r * im + in[k].i * re;
98 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
100 difi = ansi - out[bin].i;
102 sigpow += ansr*ansr+ansi*ansi;
  /external/selinux/policycoreutils/secon/
secon.c 91 " --color -C Output using ANSI color codes (requires -P).\n"
542 /* NOTE: ansi black is 30 for foreground colors */
561 char *ansi; local
564 /* NOTE: ansi background codes are the same as foreground codes +10 */
583 if (!(ansi = malloc(ansi_len)))
585 if (snprintf(ansi, ansi_len, "\e[%d;%dm", fg, bg) > ansi_len)
586 err(EXIT_FAILURE, " Unable to convert colors to ANSI codes");
588 return ansi;
608 char *ansi = disp__con_color_ansi(name, color); local
609 fprintf(stdout, "%s", ansi);
    [all...]
  /external/vogar/src/vogar/
Console.java 45 private boolean ansi; field in class:Console
69 public void setAnsi(boolean ansi) {
70 this.ansi = ansi;
86 if (!verbose && !ansi) {
340 if (currentLine == CurrentLine.VERBOSE && currentStreamMark != null && ansi) {
369 if (currentLine == CurrentLine.VERBOSE && !verbose && ansi) {
Vogar.java 116 @Option(names = { "--ansi" })
117 private boolean ansi = !"dumb".equals(System.getenv("TERM")); field in class:Vogar
390 System.out.println(" --pass-color: ANSI color code to use for passes.");
393 System.out.println(" --skip-color: ANSI color code to use for skips.");
396 System.out.println(" --warn-color: ANSI color code to use for warnings.");
399 System.out.println(" --fail-color: ANSI color code to use for failures.");
402 System.out.println(" --ansi: use ANSI escape sequences to remove intermediate output.");
609 console.setAnsi(ansi);
  /external/protobuf/gtest/test/
gtest_unittest.cc 1190 const char* ansi = String::Utf16ToAnsi(L"str"); local
1199 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 856 // Creates a UTF-16 wide string from the given ANSI string, allocating
860 LPCWSTR String::AnsiToUtf16(const char* ansi) {
861 if (!ansi) return NULL;
862 const int length = strlen(ansi);
864 MultiByteToWideChar(CP_ACP, 0, ansi, length,
867 MultiByteToWideChar(CP_ACP, 0, ansi, length,
873 // Creates an ANSI string from the given wide string, allocating
875 // value using delete[]. Returns the ANSI string, or NULL if the
882 char* ansi = new char[ansi_length + 1]; local
884 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_unittest.cc 1325 const char* ansi = String::Utf16ToAnsi(L"str"); local
1334 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/googletest/googletest/test/
gtest_unittest.cc 1046 const char* ansi = String::Utf16ToAnsi(L"str"); local
1055 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 828 // Creates a UTF-16 wide string from the given ANSI string, allocating
832 LPCWSTR String::AnsiToUtf16(const char* ansi) {
833 if (!ansi) return NULL;
834 const int length = strlen(ansi);
836 MultiByteToWideChar(CP_ACP, 0, ansi, length,
839 MultiByteToWideChar(CP_ACP, 0, ansi, length,
845 // Creates an ANSI string from the given wide string, allocating
847 // value using delete[]. Returns the ANSI string, or NULL if the
854 char* ansi = new char[ansi_length + 1]; local
856 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest.cc 855 // Creates a UTF-16 wide string from the given ANSI string, allocating
859 LPCWSTR String::AnsiToUtf16(const char* ansi) {
860 if (!ansi) return NULL;
861 const int length = strlen(ansi);
863 MultiByteToWideChar(CP_ACP, 0, ansi, length,
866 MultiByteToWideChar(CP_ACP, 0, ansi, length,
872 // Creates an ANSI string from the given wide string, allocating
874 // value using delete[]. Returns the ANSI string, or NULL if the
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/v8/testing/gtest/test/
gtest_unittest.cc 1046 const char* ansi = String::Utf16ToAnsi(L"str"); local
1055 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest.cc 836 // Creates a UTF-16 wide string from the given ANSI string, allocating
840 LPCWSTR String::AnsiToUtf16(const char* ansi) {
841 if (!ansi) return NULL;
842 const int length = strlen(ansi);
844 MultiByteToWideChar(CP_ACP, 0, ansi, length,
847 MultiByteToWideChar(CP_ACP, 0, ansi, length,
853 // Creates an ANSI string from the given wide string, allocating
855 // value using delete[]. Returns the ANSI string, or NULL if the
862 char* ansi = new char[ansi_length + 1]; local
864 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_unittest.cc 1053 const char* ansi = String::Utf16ToAnsi(L"str"); local
1062 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest.cc 821 // Creates a UTF-16 wide string from the given ANSI string, allocating
825 LPCWSTR String::AnsiToUtf16(const char* ansi) {
826 if (!ansi) return NULL;
827 const int length = strlen(ansi);
829 MultiByteToWideChar(CP_ACP, 0, ansi, length,
832 MultiByteToWideChar(CP_ACP, 0, ansi, length,
838 // Creates an ANSI string from the given wide string, allocating
840 // value using delete[]. Returns the ANSI string, or NULL if the
847 char* ansi = new char[ansi_length + 1]; local
849 ansi, ansi_length, NULL, NULL)
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1062 const char* ansi = String::Utf16ToAnsi(L"str"); local
1071 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest.cc 821 // Creates a UTF-16 wide string from the given ANSI string, allocating
825 LPCWSTR String::AnsiToUtf16(const char* ansi) {
826 if (!ansi) return NULL;
827 const int length = strlen(ansi);
829 MultiByteToWideChar(CP_ACP, 0, ansi, length,
832 MultiByteToWideChar(CP_ACP, 0, ansi, length,
838 // Creates an ANSI string from the given wide string, allocating
840 // value using delete[]. Returns the ANSI string, or NULL if the
847 char* ansi = new char[ansi_length + 1]; local
849 ansi, ansi_length, NULL, NULL)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_unittest.cc 1062 const char* ansi = String::Utf16ToAnsi(L"str"); local
1071 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c 167 /* declare ctermid_r if compiling with MIPSPro 7.x in ANSI C mode
753 char *ansi; local
767 if (!PyArg_ParseTuple(args, format, &ansi))
770 result = funcA(ansi);
773 return win32_error(func, ansi);
796 /* In the ANSI API, there should not be any paths longer
807 /* The Unicode version differs from the ANSI version
    [all...]
  /external/fmtlib/test/
gmock-gtest-all.cc 2346 char* ansi = new char[ansi_length + 1]; local
    [all...]
  /external/googletest/googletest/src/
gtest.cc 854 // Creates a UTF-16 wide string from the given ANSI string, allocating
858 LPCWSTR String::AnsiToUtf16(const char* ansi) {
859 if (!ansi) return NULL;
860 const int length = strlen(ansi);
862 MultiByteToWideChar(CP_ACP, 0, ansi, length,
865 MultiByteToWideChar(CP_ACP, 0, ansi, length,
871 // Creates an ANSI string from the given wide string, allocating
873 // value using delete[]. Returns the ANSI string, or NULL if the
880 char* ansi = new char[ansi_length + 1]; local
882 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest.cc 854 // Creates a UTF-16 wide string from the given ANSI string, allocating
858 LPCWSTR String::AnsiToUtf16(const char* ansi) {
859 if (!ansi) return NULL;
860 const int length = strlen(ansi);
862 MultiByteToWideChar(CP_ACP, 0, ansi, length,
865 MultiByteToWideChar(CP_ACP, 0, ansi, length,
871 // Creates an ANSI string from the given wide string, allocating
873 // value using delete[]. Returns the ANSI string, or NULL if the
880 char* ansi = new char[ansi_length + 1]; local
882 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2194 char* ansi = new char[ansi_length + 1]; local
    [all...]

Completed in 1318 milliseconds

1 2