OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
1026 - 1050
of
7695
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/webrtc/webrtc/test/testsupport/
packet_reader_unittest.cc
33
EXPECT_EQ(
static_cast
<int>(expected_length), actual_length);
85
EXPECT_EQ(kPacketSizeInBytes,
static_cast
<size_t>(data_pointer - data));
109
static_cast
<size_t>(packet_data_pointer_ - packet_data_));
/external/webrtc/webrtc/tools/converter/
converter.cc
127
if (bytes_written !=
static_cast
<size_t>(yuv_plane_size)) {
129
" (%d)\n",
static_cast
<int>(bytes_written), yuv_plane_size);
147
if (nbr_read !=
static_cast
<size_t>(input_frame_size)) {
/external/webrtc/webrtc/video/
video_capture_input.cc
96
kMsToRtpTimestamp *
static_cast
<uint32_t>(incoming_frame.ntp_time_ms()));
122
return
static_cast
<VideoCaptureInput*>(obj)->EncoderProcess();
148
int encode_time_ms =
static_cast
<int>(
/frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.cpp
75
uint32_t normFreq =
static_cast
<uint32_t>(
76
(
static_cast
<uint64_t>(millihertz) * mFrequencyFactor) >> 10);
97
static_cast
<uint32_t>(mGain) << (32 - GAIN_PRECISION_BITS)
/frameworks/native/libs/binder/
IProcessInfoService.cpp
43
if (
static_cast
<size_t>(replyLen) != length) {
68
if (
static_cast
<size_t>(replyLen) != length) {
76
if (
static_cast
<size_t>(replyLen) != length) {
/hardware/intel/common/libva/test/putsurface/
putsurface_android.cpp
50
#define CAST_DRAWABLE(a)
static_cast
<ANativeWindow *>((void *)(*(unsigned int *)a))
87
drawable_thread0 =
static_cast
<void*>(&anw0);
114
drawable_thread1 =
static_cast
<void *>(&anw1);
/hardware/libhardware/modules/usbcamera/
CameraHAL.cpp
69
return
static_cast
<int>(mCameras.size());
75
if (id < 0 || id >=
static_cast
<int>(mCameras.size())) {
103
} else if (id < 0 || id >=
static_cast
<int>(mCameras.size())) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp
68
return
static_cast
<steady_clock::rep>(mach_absolute_time());
77
return
static_cast
<double>(MachInfo.numer) / MachInfo.denom;
85
return
static_cast
<steady_clock::rep>(mach_absolute_time() * factor);
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
cxa_default_handlers.cpp
48
static_cast
<const __shim_type_info*>(exception_header->exceptionType);
58
static_cast
<const __shim_type_info*>(&typeid(std::exception));
62
const std::exception* e =
static_cast
<const std::exception*>(thrown_object);
/ndk/sources/third_party/googletest/googletest/test/
gtest-linked_ptr_test.cc
83
ASSERT_EQ(a0.get(),
static_cast
<A*>(NULL));
84
ASSERT_EQ(a1.get(),
static_cast
<A*>(NULL));
85
ASSERT_EQ(a2.get(),
static_cast
<A*>(NULL));
/packages/apps/Camera2/jni/
tinyplanet.cc
70
dest[0] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
75
dest[1] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
80
dest[2] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
/packages/apps/Gallery2/jni/filters/
tinyplanet.cc
69
dest[0] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
74
dest[1] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
79
dest[2] =
static_cast
<unsigned char>(axn * ayn * p[0] + ax * ayn * p[4] +
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h
81
: _Except(
static_cast
<_Except&&>(__ex))
126
{ throw _Nested_exception<_Ex>(
static_cast
<_Ex&&>(__ex)); }
140
__throw_with_nested(
static_cast
<_Ex&&>(__ex), &__ex);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp
79
inode_const_pointer p_internal =
static_cast
<inode_const_pointer>(p_nd);
82
static_cast
<unsigned long>(p_internal->get_e_ind()) << std::endl;
101
std::cerr << "(" <<
static_cast
<unsigned long>(p_nd->get_metadata()) << ") ";
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp
144
<<
static_cast
<unsigned long>(new_size) << std::endl;
163
<<
static_cast
<unsigned long>(m_size) << " "
164
<<
static_cast
<unsigned long>(m_max_col) << std::endl;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
nested_exception.h
81
: _Except(
static_cast
<_Except&&>(__ex))
126
{ throw _Nested_exception<_Ex>(
static_cast
<_Ex&&>(__ex)); }
140
__throw_with_nested(
static_cast
<_Ex&&>(__ex), &__ex);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp
79
inode_const_pointer p_internal =
static_cast
<inode_const_pointer>(p_nd);
82
static_cast
<unsigned long>(p_internal->get_e_ind()) << std::endl;
101
std::cerr << "(" <<
static_cast
<unsigned long>(p_nd->get_metadata()) << ") ";
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp
144
<<
static_cast
<unsigned long>(new_size) << std::endl;
163
<<
static_cast
<unsigned long>(m_size) << " "
164
<<
static_cast
<unsigned long>(m_max_col) << std::endl;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
nested_exception.h
81
: _Except(
static_cast
<_Except&&>(__ex))
126
{ throw _Nested_exception<_Ex>(
static_cast
<_Ex&&>(__ex)); }
140
__throw_with_nested(
static_cast
<_Ex&&>(__ex), &__ex);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp
79
inode_const_pointer p_internal =
static_cast
<inode_const_pointer>(p_nd);
82
static_cast
<unsigned long>(p_internal->get_e_ind()) << std::endl;
101
std::cerr << "(" <<
static_cast
<unsigned long>(p_nd->get_metadata()) << ") ";
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp
144
<<
static_cast
<unsigned long>(new_size) << std::endl;
163
<<
static_cast
<unsigned long>(m_size) << " "
164
<<
static_cast
<unsigned long>(m_max_col) << std::endl;
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
nested_exception.h
81
: _Except(
static_cast
<_Except&&>(__ex))
126
{ throw _Nested_exception<_Ex>(
static_cast
<_Ex&&>(__ex)); }
140
__throw_with_nested(
static_cast
<_Ex&&>(__ex), &__ex);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
trace_fn_imps.hpp
79
inode_const_pointer p_internal =
static_cast
<inode_const_pointer>(p_nd);
82
static_cast
<unsigned long>(p_internal->get_e_ind()) << std::endl;
101
std::cerr << "(" <<
static_cast
<unsigned long>(p_nd->get_metadata()) << ") ";
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/
cc_hash_max_collision_check_resize_trigger_imp.hpp
144
<<
static_cast
<unsigned long>(new_size) << std::endl;
163
<<
static_cast
<unsigned long>(m_size) << " "
164
<<
static_cast
<unsigned long>(m_max_col) << std::endl;
/system/bt/vendor_libs/test_vendor_lib/test/
hci_transport_unittest.cc
34
static_cast
<uint8_t>(HCI_RESET),
35
static_cast
<uint8_t>(HCI_RESET >> 8),
109
static_cast
<base::MessageLoopForIO*>(thread_.message_loop());
Completed in 1186 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>