/external/clang/lib/Basic/ |
TargetInfo.cpp | 111 case UnsignedChar: return "unsigned char"; 133 case UnsignedChar: 152 case UnsignedChar: return "hh"; 170 case UnsignedChar: return getCharWidth(); 185 return IsSigned ? SignedChar : UnsignedChar; 200 return IsSigned ? SignedChar : UnsignedChar; 239 case UnsignedChar: return getCharAlign(); 262 case UnsignedChar:
|
Targets.cpp | [all...] |
/external/google-breakpad/src/testing/gtest/src/ |
gtest-printers.cc | 139 // The template argument UnsignedChar is the unsigned version of Char, 141 template <typename UnsignedChar, typename Char> 179 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); 210 // UnsignedChar is the unsigned version of Char, which is the type of c. 211 template <typename UnsignedChar, typename Char> 215 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 232 static_cast<UnsignedChar>(c)).c_str();
|
/external/gtest/src/ |
gtest-printers.cc | 139 // The template argument UnsignedChar is the unsigned version of Char, 141 template <typename UnsignedChar, typename Char> 179 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); 211 // UnsignedChar is the unsigned version of Char, which is the type of c. 212 template <typename UnsignedChar, typename Char> 216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 232 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
|
/external/llvm/utils/unittest/googletest/src/ |
gtest-printers.cc | 147 // The template argument UnsignedChar is the unsigned version of Char, 149 template <typename UnsignedChar, typename Char> 187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); 218 // UnsignedChar is the unsigned version of Char, which is the type of c. 219 template <typename UnsignedChar, typename Char> 223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 240 static_cast<UnsignedChar>(c)).c_str();
|
/external/mesa3d/src/gtest/src/ |
gtest-printers.cc | 147 // The template argument UnsignedChar is the unsigned version of Char, 149 template <typename UnsignedChar, typename Char> 187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c)); 218 // UnsignedChar is the unsigned version of Char, which is the type of c. 219 template <typename UnsignedChar, typename Char> 223 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 240 static_cast<UnsignedChar>(c)).c_str();
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
gtest-printers.cc | 139 // The template argument UnsignedChar is the unsigned version of Char, 141 template <typename UnsignedChar, typename Char> 179 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); 211 // UnsignedChar is the unsigned version of Char, which is the type of c. 212 template <typename UnsignedChar, typename Char> 216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 232 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
|
/ndk/sources/third_party/googletest/googletest/src/ |
gtest-printers.cc | 139 // The template argument UnsignedChar is the unsigned version of Char, 141 template <typename UnsignedChar, typename Char> 179 *os << "\\x" + String::FormatHexInt(static_cast<UnsignedChar>(c)); 211 // UnsignedChar is the unsigned version of Char, which is the type of c. 212 template <typename UnsignedChar, typename Char> 216 const CharFormat format = PrintAsCharLiteralTo<UnsignedChar>(c, os); 232 *os << ", 0x" << String::FormatHexInt(static_cast<UnsignedChar>(c));
|
/external/clang/include/clang/Basic/ |
TargetInfo.h | 120 UnsignedChar, 240 return UnsignedChar; [all...] |
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 750 DefineExactWidthIntType(TargetInfo::UnsignedChar, TI, Builder); 751 DefineExactWidthIntTypeSize(TargetInfo::UnsignedChar, TI, Builder); [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-printers_test.cc | 303 TEST(PrintCharTest, UnsignedChar) { 469 TEST(PrintCharPointerTest, UnsignedChar) { [all...] |
/external/gtest/test/ |
gtest-printers_test.cc | 309 TEST(PrintCharTest, UnsignedChar) { 475 TEST(PrintCharPointerTest, UnsignedChar) { [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-printers_test.cc | 309 TEST(PrintCharTest, UnsignedChar) { 475 TEST(PrintCharPointerTest, UnsignedChar) { [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-printers_test.cc | 309 TEST(PrintCharTest, UnsignedChar) { 475 TEST(PrintCharPointerTest, UnsignedChar) { [all...] |
/external/libvpx/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/opencv3/modules/ts/src/ |
ts_gtest.cpp | [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
gtest-all.cc | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/ |
gtest-all.cc | [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | [all...] |