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

  /external/chromium_org/third_party/opus/src/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/protobuf/gtest/test/
gtest_unittest.cc 1447 const char* ansi = String::Utf16ToAnsi(L"str"); local
1456 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/chromium/testing/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/chromium/testing/gtest/test/
gtest_unittest.cc 1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1233 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 819 // Creates a UTF-16 wide string from the given ANSI string, allocating
823 LPCWSTR String::AnsiToUtf16(const char* ansi) {
824 if (!ansi) return NULL;
825 const int length = strlen(ansi);
827 MultiByteToWideChar(CP_ACP, 0, ansi, length,
830 MultiByteToWideChar(CP_ACP, 0, ansi, length,
836 // Creates an ANSI string from the given wide string, allocating
838 // value using delete[]. Returns the ANSI string, or NULL if the
845 char* ansi = new char[ansi_length + 1]; local
847 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 1007 const char* ansi = String::Utf16ToAnsi(L"str"); local
1016 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/chromium_org/third_party/mesa/src/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/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/gtest/test/
gtest_unittest.cc 1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1233 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/libvpx/libvpx/third_party/googletest/src/test/
gtest_unittest.cc 1224 const char* ansi = String::Utf16ToAnsi(L"str"); local
1233 const char* ansi = String::Utf16ToAnsi(L".:\\\\ \\"*?"); local
    [all...]
  /external/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/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/open-vcdiff/gtest/src/
gtest.cc 820 // Creates a UTF-16 wide string from the given ANSI string, allocating
824 LPCWSTR String::AnsiToUtf16(const char* ansi) {
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,
837 // Creates an ANSI string from the given wide string, allocating
839 // value using delete[]. Returns the ANSI string, or NULL if the
846 char* ansi = new char[ansi_length + 1]; local
848 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 820 // Creates a UTF-16 wide string from the given ANSI string, allocating
824 LPCWSTR String::AnsiToUtf16(const char* ansi) {
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,
837 // Creates an ANSI string from the given wide string, allocating
839 // value using delete[]. Returns the ANSI string, or NULL if the
846 char* ansi = new char[ansi_length + 1]; local
848 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...]
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1069 milliseconds