OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_cast
(Results
1051 - 1075
of
1877
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/hardware/akm/AK8975_FS/libsensors/
sensors.cpp
366
dev->device.common.module =
const_cast
<hw_module_t*>(module);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sixtap_predict_test.cc
144
uint8_t *src =
const_cast
<uint8_t*>(test_data);
/hardware/invensense/6515/libsensors_iio/
sensors_mpl.cpp
464
dev->device.common.module =
const_cast
<hw_module_t*>(module);
/hardware/invensense/65xx/libsensors_iio/
sensors_mpl.cpp
393
dev->device.common.module =
const_cast
<hw_module_t*>(module);
/hardware/libhardware_legacy/audio/
audio_policy_hal.cpp
445
dev->device.common.module =
const_cast
<hw_module_t*>(module);
/hardware/qcom/audio/legacy/alsa_sound/
audio_policy_hal.cpp
436
dev->device.common.module =
const_cast
<hw_module_t*>(module);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-casts like
const_cast
<> are not available
/packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp
766
uint8_t* buf =
const_cast
<uint8_t*>(reinterpret_cast<const uint8_t*>(&bytes[0]));
787
uint8_t* buf =
const_cast
<uint8_t*>(reinterpret_cast<const uint8_t*>(&bytes[0]));
807
uint8_t* buf =
const_cast
<uint8_t*>(reinterpret_cast<const uint8_t*>(&bytes[0]));
[
all
...]
/packages/services/Car/libvehiclenetwork/include/
VehicleNetworkDataTypes.h
136
vehicle_prop_config_t* eDelete =
const_cast
<vehicle_prop_config_t*>(e);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
sstream.tcc
119
_M_sync(
const_cast
<char_type*>(_M_string.data()),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
sstream.tcc
119
_M_sync(
const_cast
<char_type*>(_M_string.data()),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
sstream.tcc
119
_M_sync(
const_cast
<char_type*>(_M_string.data()),
/prebuilts/misc/common/swig/include/2.0.11/php/
phprun.swg
96
#define SWIG_as_voidptr(a)
const_cast
< void * >(static_cast< const void * >(a))
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
shared_ptr_base.h
544
return
const_cast
<typename remove_cv<_Tp>::type*>(_M_ptr());
[
all
...]
sstream.tcc
119
_M_sync(
const_cast
<char_type*>(_M_string.data()),
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/
stl_mycomp.h
65
// Uncomment if new-style-casts like
const_cast
<> are not available
/system/connectivity/dhcp_client/
dhcpv4.cc
178
pf.filter =
const_cast
<sock_filter*>(dhcp_bpf_filter);
/system/connectivity/shill/
crypto_util_proxy_unittest.cc
391
data.buf = reinterpret_cast<unsigned char*>(
const_cast
<char*>(
/system/extras/perfprofd/quipper/base/
macros.h
118
// Use implicit_cast as a safe version of static_cast or
const_cast
/system/keymaster/
asymmetric_key.cpp
364
const_cast
<char*>("keyid:always")));
keymaster0_engine.cpp
92
reinterpret_cast<hw_device_t*>(
const_cast
<keymaster0_device_t*>(keymaster0_device_)));
/toolchain/binutils/binutils-2.25/gold/
main.cc
165
command_line.process(argc - 1,
const_cast
<const char**>(argv + 1));
/art/compiler/
oat_test.cc
463
char* magic =
const_cast
<char*>(oat_header->GetMagic());
521
const_cast
<DexFile::Header*>(&data->GetHeader())->checksum_++;
[
all
...]
/art/runtime/gc/space/
large_object_space.cc
244
return large_objects_.find(
const_cast
<mirror::Object*>(obj)) != large_objects_.end();
247
return large_objects_.find(
const_cast
<mirror::Object*>(obj)) != large_objects_.end();
/art/runtime/interpreter/
interpreter.cc
104
fntype* const fn = reinterpret_cast<fntype*>(
const_cast
<void*>(
116
reinterpret_cast<fntype*>(
const_cast
<void*>(method->GetEntryPointFromJni()));
Completed in 2685 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>