OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
2126 - 2150
of
12288
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.errors/
make_error_condition.pass.cpp
25
static_cast
<int>(std::future_errc::future_already_retrieved));
/ndk/sources/cxx-stl/stlport/stlport/stl/
_pair.h
112
{ return pair<_T1, _T2 const*>(__x,
static_cast
<_T2 const*>(__y)); }
117
{ return pair<_T1 const*, _T2>(
static_cast
<_T1 const*>(__x), __y); }
122
return pair<_T1 const*, _T2 const*>(
static_cast
<_T1 const*>(__x),
123
static_cast
<_T2 const*>(__y));
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
progress.hpp
126
// work correctly.
static_cast
<>() is also used several places
129
static_cast
<unsigned int>(
130
(
static_cast
<double>(_count)/_expected_count)*50.0 );
133
static_cast
<unsigned long>((_tic/50.0)*_expected_count);
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_convertible.hpp
48
enum _vt { value = sizeof( (f)(
static_cast
<Y*>(0) ) ) == sizeof(yes) };
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
argument_factory.hpp
151
?
static_cast
<argument*>(new typed_argument<boost::optional<T> >( p, value ))
152
:
static_cast
<argument*>(new typed_argument<T>( p, *value )) );
158
?
static_cast
<argument*>(new typed_argument<optional_list>( p ))
159
:
static_cast
<argument*>(new typed_argument<std::list<T> >( p )) );
char_parameter.ipp
46
p_name ==
static_cast
<char_name_policy const&>( id ).p_name;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/
value_init.hpp
97
return
static_cast
<wrapper *>(
static_cast
<void*>(&x));
112
new (wrapper_address()) wrapper(
static_cast
<wrapper const &>(*(arg.wrapper_address())));
124
*wrapper_address() =
static_cast
<wrapper const &>(*(arg.wrapper_address()));
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities.cpp
111
//xd =
static_cast
<unsigned int>(lut_x[j][i]);
112
//yd =
static_cast
<unsigned int>(lut_y[j][i]);
132
xd =
static_cast
<double>(lut_x[j][i]);
133
yd =
static_cast
<double>(lut_y[j][i]);
/packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_utilities.cpp
111
//xd =
static_cast
<unsigned int>(lut_x[j][i]);
112
//yd =
static_cast
<unsigned int>(lut_y[j][i]);
132
xd =
static_cast
<double>(lut_x[j][i]);
133
yd =
static_cast
<double>(lut_y[j][i]);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities.cpp
111
//xd =
static_cast
<unsigned int>(lut_x[j][i]);
112
//yd =
static_cast
<unsigned int>(lut_y[j][i]);
132
xd =
static_cast
<double>(lut_x[j][i]);
133
yd =
static_cast
<double>(lut_y[j][i]);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_node_priority_queue.h
43
return
static_cast
<int>(mDicNodesQueue.size());
72
mUnusedNodeIndices[i] = i == mCapacity ? NOT_A_NODE_ID :
static_cast
<int>(i) + 1;
96
const int index =
static_cast
<int>(dicNode - &mDicNodesBuf[0]);
173
const int index =
static_cast
<int>(dicNode - &mDicNodesBuf[0]);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
ctype_noninline.h
164
{ return _M_toupper[
static_cast
<unsigned char>(__c)]; }
171
*__low = _M_toupper[
static_cast
<unsigned char>(*__low)];
179
{ return _M_tolower[
static_cast
<unsigned char>(__c)]; }
186
*__low = _M_tolower[
static_cast
<unsigned char>(*__low)];
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
ctype_noninline.h
164
{ return _M_toupper[
static_cast
<unsigned char>(__c)]; }
171
*__low = _M_toupper[
static_cast
<unsigned char>(*__low)];
179
{ return _M_tolower[
static_cast
<unsigned char>(__c)]; }
186
*__low = _M_tolower[
static_cast
<unsigned char>(*__low)];
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
ctype_noninline.h
164
{ return _M_toupper[
static_cast
<unsigned char>(__c)]; }
171
*__low = _M_toupper[
static_cast
<unsigned char>(*__low)];
179
{ return _M_tolower[
static_cast
<unsigned char>(__c)]; }
186
*__low = _M_tolower[
static_cast
<unsigned char>(*__low)];
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_pair.h
112
{ return pair<_T1, _T2 const*>(__x,
static_cast
<_T2 const*>(__y)); }
117
{ return pair<_T1 const*, _T2>(
static_cast
<_T1 const*>(__x), __y); }
122
return pair<_T1 const*, _T2 const*>(
static_cast
<_T1 const*>(__x),
123
static_cast
<_T2 const*>(__y));
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_pair.h
112
{ return pair<_T1, _T2 const*>(__x,
static_cast
<_T2 const*>(__y)); }
117
{ return pair<_T1 const*, _T2>(
static_cast
<_T1 const*>(__x), __y); }
122
return pair<_T1 const*, _T2 const*>(
static_cast
<_T1 const*>(__x),
123
static_cast
<_T2 const*>(__y));
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_pair.h
112
{ return pair<_T1, _T2 const*>(__x,
static_cast
<_T2 const*>(__y)); }
117
{ return pair<_T1 const*, _T2>(
static_cast
<_T1 const*>(__x), __y); }
122
return pair<_T1 const*, _T2 const*>(
static_cast
<_T1 const*>(__x),
123
static_cast
<_T2 const*>(__y));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
95
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_min)->value())))
105
PB_DS_V2F(
static_cast
<const_leaf_pointer>(m_p_head->m_p_max)->value())))
119
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
internal_node_pointer p_internal_nd =
static_cast
<internal_node_pointer>(p_nd);
Completed in 714 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>