Searched defs:ansi (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/tests/
H A Dtest_unit_dft.c61 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/libopus/celt/tests/
H A Dtest_unit_dft.c61 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/
H A DAnsiTerminal.h52 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/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc1046 const char* ansi = String::Utf16ToAnsi(L"str"); local
1047 EXPECT_STREQ("str", ansi);
1048 delete [] ansi;
1055 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1056 EXPECT_STREQ(".:\\ \"*?", ansi);
1057 delete [] ansi;
/external/gtest/test/
H A Dgtest_unittest.cc1053 const char* ansi = String::Utf16ToAnsi(L"str"); local
1054 EXPECT_STREQ("str", ansi);
1055 delete [] ansi;
1062 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1063 EXPECT_STREQ(".:\\ \"*?", ansi);
1064 delete [] ansi;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc1447 const char* ansi = String::Utf16ToAnsi(L"str"); local
1448 EXPECT_STREQ("str", ansi);
1449 delete [] ansi;
1456 const char* ansi = String::Utf16ToAnsi(L".:\\ \"*?"); local
1457 EXPECT_STREQ(".:\\ \"*?", ansi);
1458 delete [] ansi;
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc836 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
837 if (!ansi) return NULL;
838 const int length = strlen(ansi);
840 MultiByteToWideChar(CP_ACP, 0, ansi, length,
843 MultiByteToWideChar(CP_ACP, 0, ansi, length,
858 char* ansi = new char[ansi_length + 1]; local
860 ansi, ansi_length, NULL, NULL);
861 ansi[ansi_length] = 0;
862 return ansi;
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/gtest/src/
H A Dgtest.cc840 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
862 char* ansi = new char[ansi_length + 1]; local
864 ansi, ansi_length, NULL, NULL);
865 ansi[ansi_length] = 0;
866 return ansi;
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/mesa3d/src/gtest/src/
H A Dgtest.cc859 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
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,
881 char* ansi = new char[ansi_length + 1]; local
883 ansi, ansi_length, NULL, NULL);
884 ansi[ansi_length] = 0;
885 return ansi;
/external/protobuf/gtest/src/
H A Dgtest.cc824 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
825 if (!ansi) return NULL;
826 const int length = strlen(ansi);
828 MultiByteToWideChar(CP_ACP, 0, ansi, length,
831 MultiByteToWideChar(CP_ACP, 0, ansi, length,
846 char* ansi = new char[ansi_length + 1]; local
848 ansi, ansi_length, NULL, NULL);
849 ansi[ansi_length] = 0;
850 return ansi;
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2324 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
2325 if (!ansi) return NULL;
2326 const int length = strlen(ansi);
2328 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2331 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2346 char* ansi = new char[ansi_length + 1]; local
2348 ansi, ansi_length, NULL, NULL);
2349 ansi[ansi_length] = 0;
2350 return ansi;
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2324 LPCWSTR String::AnsiToUtf16(const char* ansi) { argument
2325 if (!ansi) return NULL;
2326 const int length = strlen(ansi);
2328 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2331 MultiByteToWideChar(CP_ACP, 0, ansi, length,
2346 char* ansi = new char[ansi_length + 1]; local
2348 ansi, ansi_length, NULL, NULL);
2349 ansi[ansi_length] = 0;
2350 return ansi;

Completed in 855 milliseconds