/art/runtime/ |
dex_file.h | 426 const char* StringDataAndLengthByIdx(uint32_t idx, uint32_t* unicode_length) const { 428 *unicode_length = 0; 432 return GetStringDataAndLength(string_id, unicode_length); 436 uint32_t unicode_length; local 437 return StringDataAndLengthByIdx(idx, &unicode_length); 467 const char* StringByTypeIdx(uint32_t idx, uint32_t* unicode_length) const { 469 return StringDataAndLengthByIdx(type_id.descriptor_idx_, unicode_length); 664 std::string CreateMethodSignature(uint32_t proto_idx, int32_t* unicode_length) const; [all...] |
dex_file.cc | 588 std::string DexFile::CreateMethodSignature(uint32_t proto_idx, int32_t* unicode_length) const { 610 if (unicode_length != NULL) { 611 *unicode_length = parameter_length + return_type_length + 2; // 2 for ( and ) [all...] |
/external/chromium/testing/gtest/src/ |
gtest.cc | 862 const int unicode_length = local 865 WCHAR* unicode = new WCHAR[unicode_length + 1]; 867 unicode, unicode_length); 868 unicode[unicode_length] = 0; [all...] |
/external/chromium_org/testing/gtest/src/ |
gtest.cc | 828 const int unicode_length = local 831 WCHAR* unicode = new WCHAR[unicode_length + 1]; 833 unicode, unicode_length); 834 unicode[unicode_length] = 0; [all...] |
/external/chromium_org/third_party/mesa/src/src/gtest/src/ |
gtest.cc | 862 const int unicode_length = local 865 WCHAR* unicode = new WCHAR[unicode_length + 1]; 867 unicode, unicode_length); 868 unicode[unicode_length] = 0; [all...] |
/external/gtest/src/ |
gtest.cc | 862 const int unicode_length = local 865 WCHAR* unicode = new WCHAR[unicode_length + 1]; 867 unicode, unicode_length); 868 unicode[unicode_length] = 0; [all...] |
/external/llvm/utils/unittest/googletest/ |
gtest.cc | 862 const int unicode_length = local 865 WCHAR* unicode = new WCHAR[unicode_length + 1]; 867 unicode, unicode_length); 868 unicode[unicode_length] = 0; [all...] |
/external/mesa3d/src/gtest/src/ |
gtest.cc | 862 const int unicode_length = local 865 WCHAR* unicode = new WCHAR[unicode_length + 1]; 867 unicode, unicode_length); 868 unicode[unicode_length] = 0; [all...] |
/external/open-vcdiff/gtest/src/ |
gtest.cc | 827 const int unicode_length = local 830 WCHAR* unicode = new WCHAR[unicode_length + 1]; 832 unicode, unicode_length); 833 unicode[unicode_length] = 0; [all...] |
/external/protobuf/gtest/src/ |
gtest.cc | 827 const int unicode_length = local 830 WCHAR* unicode = new WCHAR[unicode_length + 1]; 832 unicode, unicode_length); 833 unicode[unicode_length] = 0; [all...] |
/ndk/sources/third_party/googletest/googletest/src/ |
gtest.cc | 828 const int unicode_length = local 831 WCHAR* unicode = new WCHAR[unicode_length + 1]; 833 unicode, unicode_length); 834 unicode[unicode_length] = 0; [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | 2327 const int unicode_length = local [all...] |