HomeSort by relevance Sort by last modified time
    Searched full:const_cast (Results 201 - 225 of 2527) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/av/media/libmedia/
IMediaPlayerClient.cpp 46 data.appendFrom(const_cast<Parcel *>(obj), 0, obj->dataSize());
67 obj.appendFrom(const_cast<Parcel *>(&data), data.dataPosition(), data.dataAvail());
  /libcore/luni/src/test/native/
test_openssl_engine.cpp 44 void* data = static_cast<void*>(const_cast<char*>(key_id));
86 *meth = const_cast<EVP_PKEY_METHOD*>(EVP_PKEY_meth_find(nid));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 45 base::setp(const_cast<CharT*>(str_.data()),
46 const_cast<CharT*>(str_.data() + str_.size()));
ios_base.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
ostream.pass.cpp 45 base::setp(const_cast<CharT*>(str_.data()),
46 const_cast<CharT*>(str_.data() + str_.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters.arithmetic/
bool.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
double.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
float.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
int.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
long.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
long_double.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
long_long.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
pointer.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
short.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
unsigned_int.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
unsigned_long.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
unsigned_long_long.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
unsigned_short.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.manip/
endl.pass.cpp 47 base::setp(const_cast<CharT*>(str_.data()),
48 const_cast<CharT*>(str_.data() + str_.size()));
ends.pass.cpp 45 base::setp(const_cast<CharT*>(str_.data()),
46 const_cast<CharT*>(str_.data() + str_.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.rvalue/
CharT_pointer.pass.cpp 48 base::setp(const_cast<CharT*>(str_.data()),
49 const_cast<CharT*>(str_.data() + str_.size()));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostream.format/output.streams/ostream.unformatted/
put.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
write.pass.cpp 44 base::setp(const_cast<CharT*>(str_.data()),
45 const_cast<CharT*>(str_.data() + str_.size()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(NULL, NULL, const_cast<PB_DS_CLASS_C_DEC* const>(this));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 64 return iterator(&m_p_l->m_value, m_p_l, const_cast<PB_DS_CLASS_C_DEC* >(this));
78 return const_iterator(0, 0, const_cast<PB_DS_CLASS_C_DEC* const>(this));

Completed in 215 milliseconds

1 2 3 4 5 6 7 891011>>