HomeSort by relevance Sort by last modified time
    Searched defs:int_type (Results 1 - 25 of 185) sorted by null

1 2 3 4 5 6 7 8

  /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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_const.h 139 LLVMTypeRef int_type; local
143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
144 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0);
146 LLVMPointerType(int_type, 0),
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_const.h 139 LLVMTypeRef int_type; local
143 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *));
144 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0);
146 LLVMPointerType(int_type, 0),
  /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));
  /external/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /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/stlport/src/
fstream.cpp 36 _Underflow< char, char_traits<char> >::int_type _STLP_CALL
40 typedef traits_type::int_type int_type; typedef
49 int_type __c = traits_type::to_int_type(*__this->gptr());
  /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) {
  /external/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.virtuals/
overflow.pass.cpp 12 // int_type overflow(int_type c = traits::eof());
27 typedef typename base::int_type int_type; typedef in struct:test_buf
35 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 12 // int_type pbackfail(int_type c = traits::eof());
25 typedef typename base::int_type int_type; typedef in struct:test_buf
33 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
seekoff.pass.cpp 28 typedef typename base::int_type int_type; typedef in struct:test_buf
36 virtual int_type underflow() {return base::underflow();}
underflow.pass.cpp 12 // int_type underflow();
27 typedef typename base::int_type int_type; typedef in struct:test_buf
34 virtual int_type underflow() {return base::underflow();}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 14 // int_type overflow(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
pbackfail.pass.cpp 14 // int_type pbackfail(int_type c = traits::eof());
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
underflow.pass.cpp 14 // int_type underflow();
28 typedef base::int_type int_type; typedef in struct:test_buf
38 virtual int_type underflow() {return base::underflow();}
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 57 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_filebuf.h 57 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_filebuf.h 53 typedef typename traits_type::int_type int_type; typedef in class:stdio_filebuf
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 74 virtual int_type overflow(int_type __c = _Traits::eof());
75 virtual int_type pbackfail(int_type __c = _Traits::eof());
76 virtual int_type underflow();
142 typedef char_traits<char>::int_type int_type; typedef in class:strstream

Completed in 555 milliseconds

1 2 3 4 5 6 7 8