/art/runtime/ |
primitive.cc | 34 int32_t int_type = static_cast<int32_t>(type); local 36 os << kTypeNames[int_type]; 38 os << "Type[" << int_type << "]"; local
|
/external/stlport/src/ |
stdio_streambuf.h | 80 int_type underflow(); 81 int_type uflow(); 82 virtual int_type pbackfail(int_type c = traits_type::eof()); 92 int_type overflow(int_type c = traits_type::eof());
|
/ndk/sources/cxx-stl/stlport/src/ |
stdio_streambuf.h | 80 int_type underflow(); 81 int_type uflow(); 82 virtual int_type pbackfail(int_type c = traits_type::eof()); 92 int_type overflow(int_type c = traits_type::eof());
|
/art/compiler/sea_ir/types/ |
type_data_test.cc | 31 const Type* int_type = &type_cache.Integer(); local 33 td.SetTypeOf(first_instruction_id, int_type); 34 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id)); 37 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
|
type_inference_visitor_test.cc | 41 const Type* int_type = &type_cache.Integer(); local 43 const Type* ib_type = tiv.MergeTypes(int_type, byte_type); 44 const Type* bi_type = tiv.MergeTypes(byte_type, int_type); 45 EXPECT_TRUE(ib_type == int_type); 46 EXPECT_TRUE(bi_type == int_type); 53 const Type* int_type = &type_cache.Integer(); local 55 const Type* is_type = tiv.MergeTypes(int_type, short_type); 56 const Type* si_type = tiv.MergeTypes(short_type, int_type); 57 EXPECT_TRUE(is_type == int_type); 58 EXPECT_TRUE(si_type == int_type); 97 const Type* int_type = &type_cache.Integer(); local 114 const Type* int_type = &type_cache.Integer(); local [all...] |
/external/stlport/test/unit/ |
full_streambuf.h | 15 typedef _Base::int_type int_type; typedef in class:full_streambuf 26 int_type overflow(int_type c) {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
eof.pass.cpp | 14 // static constexpr int_type eof(); 22 std::char_traits<char16_t>::int_type i = std::char_traits<char16_t>::eof();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
eof.pass.cpp | 14 // static constexpr int_type eof(); 22 std::char_traits<char32_t>::int_type i = std::char_traits<char32_t>::eof();
|
/ndk/tests/device/test-gnustl-full/unit/ |
full_streambuf.h | 15 typedef _Base::int_type int_type; typedef in class:full_streambuf 26 int_type overflow(int_type c) {
|
/ndk/tests/device/test-stlport/unit/ |
full_streambuf.h | 15 typedef _Base::int_type int_type; typedef in class:full_streambuf 26 int_type overflow(int_type c) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/ |
stdio_sync_filebuf.h | 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 63 int_type _M_unget_buf; 82 int_type 85 int_type 86 syncungetc(int_type __c); 88 int_type 89 syncputc(int_type __c); 91 virtual int_type 94 int_type __c = this->syncgetc() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 63 int_type _M_unget_buf; 82 int_type 85 int_type 86 syncungetc(int_type __c); 88 int_type 89 syncputc(int_type __c); 91 virtual int_type 94 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 63 int_type _M_unget_buf; 82 int_type 85 int_type 86 syncungetc(int_type __c); 88 int_type 89 syncputc(int_type __c); 91 virtual int_type 94 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/ |
stdio_sync_filebuf.h | 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 63 int_type _M_unget_buf; 82 int_type 85 int_type 86 syncungetc(int_type __c); 88 int_type 89 syncputc(int_type __c); 91 virtual int_type 94 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/ |
stdio_sync_filebuf.h | 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 63 int_type _M_unget_buf; 82 int_type 85 int_type 86 syncungetc(int_type __c); 88 int_type 89 syncputc(int_type __c); 91 virtual int_type 94 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/ |
stdio_sync_filebuf.h | 63 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 73 int_type _M_unget_buf; 92 int_type 95 int_type 96 syncungetc(int_type __c); 98 int_type 99 syncputc(int_type __c); 101 virtual int_type 104 int_type __c = this->syncgetc() [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/ |
stdio_sync_filebuf.h | 62 typedef typename traits_type::int_type int_type; typedef in class:stdio_sync_filebuf 72 int_type _M_unget_buf; 91 int_type 94 int_type 95 syncungetc(int_type __c); 97 int_type 98 syncputc(int_type __c); 100 virtual int_type 103 int_type __c = this->syncgetc() [all...] |
/external/chromium/base/ |
string16.h | 63 typedef int int_type; typedef in struct:base::string16_char_traits 65 // int_type needs to be able to hold each possible value of char_type, and in 67 COMPILE_ASSERT(sizeof(int_type) > sizeof(char_type), unexpected_type_width); 97 static char_type* move(char_type* s1, const char_type* s2, int_type n) { 109 static int_type not_eof(const int_type& c) { 113 static char_type to_char_type(const int_type& c) { 117 static int_type to_int_type(const char_type& c) { 118 return int_type(c); 121 static bool eq_int_type(const int_type& c1, const int_type& c2) [all...] |
/external/chromium/googleurl/base/ |
string16.h | 80 typedef int int_type; typedef in struct:base::string16_char_traits 110 static char_type* move(char_type* s1, const char_type* s2, int_type n) { 122 static int_type not_eof(const int_type& c) { 126 static char_type to_char_type(const int_type& c) { 130 static int_type to_int_type(const char_type& c) { 131 return int_type(c); 134 static bool eq_int_type(const int_type& c1, const int_type& c2) { 138 static int_type eof() [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
char_traits.h | 58 * of char_traits. It defines int_type, off_type, pos_type, and 67 typedef unsigned long int_type; typedef in struct:_Char_types 79 * right, but the int_type and state_type typedefs, and the eof() 93 typedef typename _Char_types<_CharT>::int_type int_type; typedef in struct:char_traits 129 to_char_type(const int_type& __c) 132 static int_type 134 { return static_cast<int_type>(__c); } 137 eq_int_type(const int_type& __c1, const int_type& __c2 240 typedef int int_type; typedef in struct:char_traits 311 typedef wint_t int_type; typedef in struct:char_traits 387 typedef uint_least16_t int_type; typedef in struct:char_traits 480 typedef uint_least32_t int_type; typedef in struct:char_traits [all...] |