HomeSort by relevance Sort by last modified time
    Searched defs:int_type (Results 1 - 25 of 199) 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
  /bionic/libc/upstream-openbsd/lib/libc/locale/
wcstoimax.c 15 typedef intmax_t int_type; typedef
wcstol.c 14 typedef long int_type; typedef
wcstoll.c 14 typedef long long int int_type; typedef
  /art/test/701-easy-div-rem/
genMain.py 36 int_type = local_vars['@INT@'] variable
49 calls[int_type] = calls.get(int_type, '') + subst_vars(local_vars, '''
55 for int_type in ('int', 'long'):
56 local_vars['@INT@'] = int_type
  /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 30 const Type* int_type = &type_cache.Integer(); local
32 td.SetTypeOf(first_instruction_id, int_type);
33 EXPECT_TRUE(int_type == td.FindTypeOf(first_instruction_id));
36 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/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();}
  /external/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();}
  /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);}
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);}

Completed in 1546 milliseconds

1 2 3 4 5 6 7 8