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

  /external/libopus/celt/tests/
test_unit_dft.c 61 double ansi = 0; local
79 ansi += in[k].r * im + in[k].i * re;
81 /*printf ("%d %d ", (int)ansr, (int)ansi);*/
83 difi = ansi - out[bin].i;
85 sigpow += ansr*ansr+ansi*ansi;
  /external/lldb/include/lldb/Utility/
AnsiTerminal.h 52 namespace ansi { namespace in namespace:lldb_utility
88 // Convert "${ansi.XXX}" tokens to ansi values or clear them if do_color is false.
126 static const char tok_hdr[] = "${ansi.";
  /external/selinux/policycoreutils/secon/
secon.c 91 " --color -C Output using ANSI color codes (requires -P).\n"
543 /* NOTE: ansi black is 30 for foreground colors */
562 char *ansi; local
565 /* NOTE: ansi background codes are the same as foreground codes +10 */
584 if (!(ansi = malloc(ansi_len)))
586 if (snprintf(ansi, ansi_len, "\e[%d;%dm", fg, bg) > ansi_len)
587 err(EXIT_FAILURE, " Unable to convert colors to ANSI codes");
589 return ansi;
609 char *ansi = disp__con_color_ansi(name, color); local
610 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 104 @Option(names = { "--ansi" })
105 boolean ansi = !"dumb".equals(System.getenv("TERM")); field in class:Vogar
334 System.out.println(" --pass-color: ANSI color code to use for passes.");
337 System.out.println(" --skip-color: ANSI color code to use for skips.");
340 System.out.println(" --warn-color: ANSI color code to use for warnings.");
343 System.out.println(" --fail-color: ANSI color code to use for failures.");
346 System.out.println(" --ansi: use ANSI escape sequences to remove intermediate output.");
  /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/gtest/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/gtest/test/
gtest_unittest.cc 1053 const char* ansi = String::Utf16ToAnsi(L"str"); local
1062 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...]
  /ndk/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...]
  /ndk/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...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 2346 char* ansi = new char[ansi_length + 1]; local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 2194 char* ansi = new char[ansi_length + 1]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 2346 char* ansi = new char[ansi_length + 1]; local
    [all...]
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1212 milliseconds