OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
1426 - 1450
of
7695
) sorted by null
<<
51
52
53
54
55
56
57
58
59
60
>>
/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/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/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
encodings.h
104
os.Put(
static_cast
<Ch>(codepoint & 0xFF));
106
os.Put(
static_cast
<Ch>(0xC0 | ((codepoint >> 6) & 0xFF)));
107
os.Put(
static_cast
<Ch>(0x80 | ((codepoint & 0x3F))));
110
os.Put(
static_cast
<Ch>(0xE0 | ((codepoint >> 12) & 0xFF)));
111
os.Put(
static_cast
<Ch>(0x80 | ((codepoint >> 6) & 0x3F)));
112
os.Put(
static_cast
<Ch>(0x80 | (codepoint & 0x3F)));
116
os.Put(
static_cast
<Ch>(0xF0 | ((codepoint >> 18) & 0xFF)));
117
os.Put(
static_cast
<Ch>(0x80 | ((codepoint >> 12) & 0x3F)));
118
os.Put(
static_cast
<Ch>(0x80 | ((codepoint >> 6) & 0x3F)));
119
os.Put(
static_cast
<Ch>(0x80 | (codepoint & 0x3F)));
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/dictionary/header/
header_policy.cpp
69
const int terminalIndex = std::min(
static_cast
<int>(it->second.size()), outValueSize - 1);
84
return
static_cast
<float>(MAX_VALUE_FOR_WEIGHTING);
86
return MULTIPLE_WORD_COST_MULTIPLIER_SCALE /
static_cast
<float>(demotionRate);
129
return
static_cast
<int>(ngramType);
/packages/inputmethods/LatinIME/native/jni/src/utils/
ngram_utils.h
55
return
static_cast
<NgramType>(wordCount - 1);
/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_/
split_fn_imps.hpp
94
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_min)->value())))
104
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_max)->value())))
118
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
inode_pointer p_ind =
static_cast
<inode_pointer>(p_nd);
/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_/
split_fn_imps.hpp
94
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_min)->value())))
104
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_max)->value())))
118
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
inode_pointer p_ind =
static_cast
<inode_pointer>(p_nd);
/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_/
split_fn_imps.hpp
94
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_min)->value())))
104
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_max)->value())))
118
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
inode_pointer p_ind =
static_cast
<inode_pointer>(p_nd);
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
enumint.swg
13
temp = %
static_cast
(val,$basetype);
swigobject.swg
9
temp = %
static_cast
($input, $*ltype);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
split_fn_imps.hpp
94
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_min)->value())))
104
PB_DS_V2F(
static_cast
<leaf_const_pointer>(m_p_head->m_p_max)->value())))
118
leaf_pointer p_ret_l =
static_cast
<leaf_pointer>(p_nd);
142
inode_pointer p_ind =
static_cast
<inode_pointer>(p_nd);
/prebuilts/ndk/current/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));
/system/connectivity/shill/cellular/
mock_modem_info.cc
41
static_cast
<MockPendingActivationStore*>(pending_activation_store());
subscription_state_out_of_credits_detector.cc
49
bool ooc = (
static_cast
<MMModem3gppSubscriptionState>(subscription_state) ==
/system/connectivity/shill/
file_reader.cc
54
line->push_back(
static_cast
<char>(ch));
socket_info_reader.cc
197
*transmit_queue_value =
static_cast
<uint64_t>(signed_transmit_queue_value);
198
*receive_queue_value =
static_cast
<uint64_t>(signed_receive_queue_value);
211
*connection_state =
static_cast
<SocketInfo::ConnectionState>(result);
230
*timer_state =
static_cast
<SocketInfo::TimerState>(result);
/system/core/bootstat/
uptime_parser.cpp
35
return
static_cast
<time_t>(strtod(uptime_str.c_str(), NULL));
/system/core/libbacktrace/
backtrace_offline_test.cpp
141
{"unknown_end",
static_cast
<uintptr_t>(-1),
static_cast
<uintptr_t>(-1)},
164
ASSERT_LE(pc_values.size(),
static_cast
<size_t>(MAX_BACKTRACE_FRAMES));
187
ASSERT_EQ(
static_cast
<size_t>(MAX_BACKTRACE_FRAMES), pc_values.size());
/system/keymaster/
keymaster_enforcement_test.cpp
80
future_time =
static_cast
<uint64_t>(mktime(future_tm)) * 1000;
430
keymaster_purpose_t invalidPurpose1 =
static_cast
<keymaster_purpose_t>(-1);
431
keymaster_purpose_t invalidPurpose2 =
static_cast
<keymaster_purpose_t>(4);
526
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
549
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
578
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
602
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
629
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
658
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD));
687
token.authenticator_type = hton(
static_cast
<uint32_t>(HW_AUTH_PASSWORD))
[
all
...]
/system/security/keystore/
auth_token_table.cpp
138
if (
static_cast
<int64_t>(newest_match->time_received()) + timeout <
static_cast
<int64_t>(now))
189
hw_authenticator_type_t result =
static_cast
<hw_authenticator_type_t>(
190
ntoh(
static_cast
<uint32_t>(token_->authenticator_type)));
/system/update_engine/update_manager/
evaluation_context-inl.h
49
static_cast
<BaseVariable*>(var), BoxedValue(result));
/toolchain/binutils/binutils-2.25/gold/
int_encoding.h
58
return
static_cast
<uint64_t>(byte);
80
return -(
static_cast
<int64_t>(1) << 7) |
static_cast
<int64_t>(byte);
81
return
static_cast
<int64_t>(byte);
Completed in 711 milliseconds
<<
51
52
53
54
55
56
57
58
59
60
>>