HomeSort by relevance Sort by last modified time
    Searched defs:ansi (Results 1 - 21 of 21) 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/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/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_org/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/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 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 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...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 832 // Creates a UTF-16 wide string from the given ANSI string, allocating
836 LPCWSTR String::AnsiToUtf16(const char* ansi) {
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,
849 // Creates an ANSI string from the given wide string, allocating
851 // value using delete[]. Returns the ANSI string, or NULL if the
858 char* ansi = new char[ansi_length + 1]; local
860 ansi, ansi_length, NULL, NULL)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
gtest-all.cc 2346 char* ansi = new char[ansi_length + 1]; local
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 2346 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/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 757 milliseconds