OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
2151 - 2175
of
12288
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/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/8/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/9/sources/cxx-stl/EH/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/9/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);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/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/9/sources/cxx-stl/gnu-libstdc++/4.8/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);
/art/runtime/
dex_instruction.h
163
return
static_cast
<size_t>(result);
284
return
static_cast
<Code>(Fetch16(0) & 0xFF);
288
DCHECK_LT(
static_cast
<uint16_t>(opcode), 256u);
290
insns[0] = (insns[0] & 0xff00) |
static_cast
<uint16_t>(opcode);
411
return
static_cast
<uint4_t>((Fetch16(0) >> 8) & 0x0f);
415
return
static_cast
<uint4_t>(Fetch16(0) >> 12);
419
return
static_cast
<uint8_t>(Fetch16(0) >> 8);
/external/chromium/chrome/browser/bookmarks/
bookmark_codec.cc
122
const DictionaryValue& d_value =
static_cast
<const DictionaryValue&>(value);
132
StringValue* checksum_value_str =
static_cast
<StringValue*>(checksum_value);
144
DictionaryValue* roots_d_value =
static_cast
<DictionaryValue*>(roots);
153
DecodeNode(*
static_cast
<DictionaryValue*>(root_folder_value), NULL,
155
DecodeNode(*
static_cast
<DictionaryValue*>(other_folder_value), NULL,
179
DecodeNode(*
static_cast
<DictionaryValue*>(child_value), parent, NULL);
282
if (!DecodeChildren(*
static_cast
<ListValue*>(child_values), node))
/external/chromium/chrome/browser/chromeos/login/
views_login_display.cc
95
static_cast
<int>(show_guest) -
static_cast
<int>(show_new_user));
118
(controllers_[i])->Init(
static_cast
<int>(i),
119
static_cast
<int>(controllers_.size()),
132
int new_size =
static_cast
<int>(controllers_.size());
289
if (index >= 0 && index <
static_cast
<int>(controllers_.size()) &&
290
index !=
static_cast
<int>(selected_view_index_)) {
/external/chromium/chrome/browser/ui/cocoa/content_settings/
collected_cookies_mac.mm
236
CookieTreeNode* cookie =
static_cast
<CookieTreeNode*>([node treeNode]);
242
static_cast
<CookieTreeOriginNode*>(cookie);
310
[
static_cast
<ImageAndTextCell*>(cell) setImage:icon];
329
CookieTreeNode* cookie =
static_cast
<CookieTreeNode*>([node treeNode]);
335
static_cast
<CookieTreeOriginNode*>(cookie);
376
static_cast
<CookieTreeNode*>(allowedTreeModel_->GetRoot());
380
root =
static_cast
<CookieTreeNode*>(blockedTreeModel_->GetRoot());
/external/chromium/googleurl/src/
url_util_unittest.cc
43
kStr1,
static_cast
<int>(strlen(kStr1)), "http", NULL));
45
kStr1,
static_cast
<int>(strlen(kStr1)), "http", &found_scheme));
50
kStr1,
static_cast
<int>(strlen(kStr1)), "https", &found_scheme));
56
kStr2,
static_cast
<int>(strlen(kStr2)), "http", &found_scheme));
62
kStr3,
static_cast
<int>(strlen(kStr3)), "", &found_scheme));
73
whtspc_str,
static_cast
<int>(strlen(whtspc_str)), "javascript",
81
ctrl_str,
static_cast
<int>(strlen(ctrl_str)), "javascript",
/external/chromium_org/chrome/browser/bookmarks/
bookmark_codec.cc
137
const DictionaryValue& d_value =
static_cast
<const DictionaryValue&>(value);
159
static_cast
<const DictionaryValue*>(roots);
169
DecodeNode(*
static_cast
<const DictionaryValue*>(root_folder_value), NULL,
171
DecodeNode(*
static_cast
<const DictionaryValue*>(other_folder_value), NULL,
180
DecodeNode(*
static_cast
<const DictionaryValue*>(mobile_folder_value), NULL,
219
DecodeNode(*
static_cast
<const DictionaryValue*>(child_value), parent, NULL);
308
if (!DecodeChildren(*
static_cast
<const ListValue*>(child_values), node))
/external/chromium_org/chrome/browser/download/
download_status_updater_unittest.cc
94
while (manager_observers_.size() <=
static_cast
<size_t>(i)) {
105
DCHECK_GT(managers_.size(),
static_cast
<size_t>(manager_index));
108
if (manager_items_.size() <=
static_cast
<size_t>(manager_index))
129
DCHECK_GT(managers_.size(),
static_cast
<size_t>(manager_index));
135
DCHECK_GT(manager_items_.size(),
static_cast
<size_t>(manager_index));
137
static_cast
<size_t>(item_index));
139
return
static_cast
<content::MockDownloadItem*>(
/external/chromium_org/chrome_frame/crash_reporting/
minidump_test.cc
27
const MINIDUMP_TYPE kSmallDumpType =
static_cast
<MINIDUMP_TYPE>(
32
const MINIDUMP_TYPE kLargerDumpType =
static_cast
<MINIDUMP_TYPE>(
38
const MINIDUMP_TYPE kFullDumpType =
static_cast
<MINIDUMP_TYPE>(
131
static_cast
<MINIDUMP_TYPE>(flags),
229
static_cast
<uintptr_t>(descr.StartOfMemoryRange);
256
static_cast
<uintptr_t>(descr.StartOfMemoryRange);
257
uintptr_t range_end = range_start +
static_cast
<size_t>(descr.DataSize);
/external/chromium_org/chromeos/display/
output_util.cc
34
return ((
static_cast
<int64>(manufacturer_id) << 40) |
35
(
static_cast
<int64>(product_code_hash) << 8) | output_index);
116
return
static_cast
<float>(mode_info->dotClock) /
117
(
static_cast
<float>(mode_info->hTotal) *
118
static_cast
<float>(mode_info->vTotal));
288
std::min(extension[2],
static_cast
<unsigned char>(kExtensionSize));
298
if (
static_cast
<unsigned long>(data_block + payload_length - prop) >
/external/chromium_org/content/browser/renderer_host/
backing_store_mac.mm
86
DCHECK_NE(
static_cast
<bool>(cg_layer()),
static_cast
<bool>(cg_bitmap()));
146
DCHECK_NE(
static_cast
<bool>(cg_layer()),
static_cast
<bool>(cg_bitmap()));
194
DCHECK_NE(
static_cast
<bool>(cg_layer()),
static_cast
<bool>(cg_bitmap()));
266
CGContextRef cg_context =
static_cast
<CGContextRef>(
/external/chromium_org/content/renderer/pepper/
pepper_video_capture_host.cc
141
size_t size = std::min(
static_cast
<size_t>(buffers_[i].buffer->size()),
161
static_cast
<uint32_t>(device_info.width),
162
static_cast
<uint32_t>(device_info.height),
163
static_cast
<uint32_t>(device_info.frame_per_second)
192
buf.buffer =
static_cast
<PPB_Buffer_Impl*>(enter.object());
222
reinterpret_cast<HANDLE>(
static_cast
<intptr_t>(handle));
264
RenderViewImpl* render_view =
static_cast
<RenderViewImpl*>(
/external/chromium_org/gpu/config/
gpu_test_expectations_parser.cc
137
return
static_cast
<Token>(i);
160
DCHECK_EQ(
static_cast
<unsigned int>(kNumberOfExactMatchTokens),
162
DCHECK_EQ(
static_cast
<unsigned int>(kNumberOfErrors),
415
static_cast
<uint32>(kTokenData[token].flag);
483
static_cast
<int>(line_number), message.c_str()));
492
static_cast
<int>(entry1_line_number),
493
static_cast
<int>(entry2_line_number),
/external/chromium_org/net/cert/
multi_threaded_cert_verifier_unittest.cc
82
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), test_cert);
132
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), server_cert);
136
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), intermediate_cert1);
140
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), intermediate_cert2);
199
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), test_cert);
243
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), test_cert);
286
ASSERT_NE(
static_cast
<X509Certificate*>(NULL), test_cert);
/external/chromium_org/net/quic/
quic_protocol.cc
118
return
static_cast
<uint32>(a) |
119
static_cast
<uint32>(b) << 8 |
120
static_cast
<uint32>(c) << 16 |
121
static_cast
<uint32>(d) << 24;
197
<< ", entropy hash: " <<
static_cast
<int>(header.entropy_hash)
241
os << "entropy_hash: " <<
static_cast
<int>(sent_info.entropy_hash)
247
os << "entropy_hash: " <<
static_cast
<int>(received_info.entropy_hash)
/external/chromium_org/ppapi/shared_impl/
var_value_conversions.cc
128
static_cast
<const char*>(array_buffer->Map()),
187
static_cast
<const base::BinaryValue&>(value);
196
static_cast
<uint32>(size), binary_value.GetBuffer()));
246
static_cast
<base::DictionaryValue*>(top.value);
275
base::ListValue* list_value =
static_cast
<base::ListValue*>(top.value);
311
static_cast
<const base::DictionaryValue*>(top.value);
325
static_cast
<const base::ListValue*>(top.value);
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.cpp
292
COMPILE_ASSERT(HTMLTrackElement::NONE ==
static_cast
<HTMLTrackElement::ReadyState>(TextTrack::NotLoaded), TextTrackEnumNotLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumNONE);
293
COMPILE_ASSERT(HTMLTrackElement::LOADING ==
static_cast
<HTMLTrackElement::ReadyState>(TextTrack::Loading), TextTrackEnumLoadingIsWrong_ShouldBe_HTMLTrackElementEnumLOADING);
294
COMPILE_ASSERT(HTMLTrackElement::LOADED ==
static_cast
<HTMLTrackElement::ReadyState>(TextTrack::Loaded), TextTrackEnumLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumLOADED);
295
COMPILE_ASSERT(HTMLTrackElement::TRACK_ERROR ==
static_cast
<HTMLTrackElement::ReadyState>(TextTrack::FailedToLoad), TextTrackEnumFailedToLoad_Is_Wrong_Should_Be_HTMLTrackElementEnumTRACK_ERROR);
299
ensureTrack()->setReadinessState(
static_cast
<TextTrack::ReadinessState>(state));
306
return
static_cast
<ReadyState>(ensureTrack()->readinessState());
361
return
static_cast
<HTMLMediaElement*>(parentNode());
/external/chromium_org/third_party/WebKit/Source/wtf/
TCPackedCache.h
121
( (N) == 0 ? 0 : ((
static_cast
<IntType>(1) << ((N)-1))-1 + \
122
(
static_cast
<IntType>(1) << ((N)-1))) )
149
array_[Hash(key)] =
static_cast
<T>(KeyToUpper(key) | value);
170
array_[i] =
static_cast
<T>(value);
191
return
static_cast
<T>(k >> shift) & kUpperMask;
200
return
static_cast
<K>(u) << shift;
204
return
static_cast
<size_t>(key) & N_ONES_(size_t, kHashbits);
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
utils.h
88
#define UINT64_2PART_C(a, b) (((
static_cast
<uint64_t>(a) << 32) + 0x##b##u))
97
static_cast
<size_t>(!(sizeof(a) % sizeof(*(a)))))
137
ASSERT(length ==
static_cast
<size_t>(
static_cast
<int>(length)));
138
return
static_cast
<int>(length);
232
ASSERT_WITH_SECURITY_IMPLICATION(
static_cast
<size_t>(n) <= strlen(s));
252
ASSERT(strlen(buffer_.start()) ==
static_cast
<size_t>(position_));
/external/chromium_org/v8/src/
assembler.cc
141
buffer_ =
static_cast
<byte*>(buffer);
191
uint64_t mask =
static_cast
<uint64_t>(1) << f;
196
mask |=
static_cast
<uint64_t>(1) << ARMv7;
356
*--pos_ =
static_cast
<byte>(data_delta << kLocatableTypeTagBits | tag);
361
*--pos_ =
static_cast
<int>(top_tag << (kTagBits + kExtraTagBits) |
378
*--pos_ =
static_cast
<byte>(data_delta);
388
*--pos_ =
static_cast
<byte>(data);
398
*--pos_ =
static_cast
<byte>(data_delta);
414
uint32_t pc_delta =
static_cast
<uint32_t>(rinfo->pc() - last_pc_);
425
ASSERT(
static_cast
<int>(rinfo->data()) == rinfo->data())
[
all
...]
Completed in 326 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>