/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 81 static_cast<internal_node_pointer>(p_parent)->replace_child( 95 p_nd = static_cast<internal_node_pointer>(p_parent); 110 p_nd = static_cast<internal_node_pointer>(p_nd->m_p_parent); 151 static_cast<internal_node_pointer>(p_nd)->begin(); 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 158 s_internal_node_allocator.deallocate(static_cast<internal_node_pointer>(p_nd), 1); 163 static_cast<leaf_pointer>(p_nd)->~leaf(); 164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 180 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 81 static_cast<internal_node_pointer>(p_parent)->replace_child( 95 p_nd = static_cast<internal_node_pointer>(p_parent); 110 p_nd = static_cast<internal_node_pointer>(p_nd->m_p_parent); 151 static_cast<internal_node_pointer>(p_nd)->begin(); 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 158 s_internal_node_allocator.deallocate(static_cast<internal_node_pointer>(p_nd), 1); 163 static_cast<leaf_pointer>(p_nd)->~leaf(); 164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 180 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 83 inode_ptr p_internal = static_cast<inode_ptr>(p_parent); 95 p_nd = static_cast<inode_pointer>(p_parent); 109 p_nd = static_cast<inode_pointer>(p_nd->m_p_parent); 149 static_cast<inode_pointer>(p_nd)->begin(); 150 it != static_cast<inode_pointer>(p_nd)->end(); 156 s_inode_allocator.deallocate(static_cast<inode_pointer>(p_nd), 1); 161 static_cast<leaf_pointer>(p_nd)->~leaf(); 162 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 178 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 81 static_cast<internal_node_pointer>(p_parent)->replace_child( 95 p_nd = static_cast<internal_node_pointer>(p_parent); 110 p_nd = static_cast<internal_node_pointer>(p_nd->m_p_parent); 151 static_cast<internal_node_pointer>(p_nd)->begin(); 152 it != static_cast<internal_node_pointer>(p_nd)->end(); 158 s_internal_node_allocator.deallocate(static_cast<internal_node_pointer>(p_nd), 1); 163 static_cast<leaf_pointer>(p_nd)->~leaf(); 164 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 180 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 83 inode_ptr p_internal = static_cast<inode_ptr>(p_parent); 95 p_nd = static_cast<inode_pointer>(p_parent); 109 p_nd = static_cast<inode_pointer>(p_nd->m_p_parent); 149 static_cast<inode_pointer>(p_nd)->begin(); 150 it != static_cast<inode_pointer>(p_nd)->end(); 156 s_inode_allocator.deallocate(static_cast<inode_pointer>(p_nd), 1); 161 static_cast<leaf_pointer>(p_nd)->~leaf(); 162 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 178 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/ |
erase_fn_imps.hpp | 61 erase_leaf(static_cast<leaf_pointer>(p_nd)); 83 inode_ptr p_internal = static_cast<inode_ptr>(p_parent); 95 p_nd = static_cast<inode_pointer>(p_parent); 109 p_nd = static_cast<inode_pointer>(p_nd->m_p_parent); 149 static_cast<inode_pointer>(p_nd)->begin(); 150 it != static_cast<inode_pointer>(p_nd)->end(); 156 s_inode_allocator.deallocate(static_cast<inode_pointer>(p_nd), 1); 161 static_cast<leaf_pointer>(p_nd)->~leaf(); 162 s_leaf_allocator.deallocate(static_cast<leaf_pointer>(p_nd), 1); 178 erase_leaf(static_cast<leaf_pointer>(it.m_p_nd)) [all...] |
/art/runtime/arch/arm/ |
registers_arm.cc | 32 os << "Register[" << static_cast<int>(rhs) << "]"; 39 os << "s" << static_cast<int>(rhs); 41 os << "SRegister[" << static_cast<int>(rhs) << "]";
|
/art/runtime/arch/mips/ |
registers_mips.cc | 34 os << "Register[" << static_cast<int>(rhs) << "]"; 41 os << "f" << static_cast<int>(rhs); 43 os << "FRegister[" << static_cast<int>(rhs) << "]";
|
/external/chromium/base/ |
rand_util.cc | 19 uint64 range = static_cast<uint64>(max) - min + 1; 20 int result = min + static_cast<int>(base::RandGenerator(range)); 34 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
|
/external/chromium/chrome/browser/tab_contents/ |
web_drag_utils_win.cc | 30 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationCopy); 32 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationLink); 34 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationMove |
|
/external/chromium/chrome/browser/ui/views/infobars/ |
infobar_container_view.cc | 34 InfoBarView* child = static_cast<InfoBarView*>(GetChildViewAt(i)); 48 AddChildView(static_cast<InfoBarView*>(infobar)); 52 RemoveChildView(static_cast<InfoBarView*>(infobar));
|
/external/chromium/chrome/browser/ui/window_snapshot/ |
window_snapshot_mac.mm | 32 const unsigned char* buf = static_cast<const unsigned char*>([data bytes]); 40 return gfx::Rect(static_cast<int>([rep pixelsWide]), 41 static_cast<int>([rep pixelsHigh]));
|
/external/chromium/webkit/glue/ |
web_io_operators.cc | 21 return out << static_cast<string16>(s); 26 return out << static_cast<gfx::Point>(p); 30 return out << static_cast<gfx::Rect>(p);
|
/external/chromium_org/base/time/ |
time.cc | 20 return static_cast<int>(delta_ / Time::kMicrosecondsPerDay); 24 return static_cast<int>(delta_ / Time::kMicrosecondsPerHour); 28 return static_cast<int>(delta_ / Time::kMicrosecondsPerMinute); 32 return static_cast<double>(delta_) / Time::kMicrosecondsPerSecond; 40 return static_cast<double>(delta_) / Time::kMicrosecondsPerMillisecond; 93 return Time(static_cast<int64>((dt * 94 static_cast<double>(kMicrosecondsPerSecond)) + 105 return (static_cast<double>(us_ - kTimeTToMicrosecondsOffset) / 106 static_cast<double>(kMicrosecondsPerSecond)); 113 static_cast<double>(ts.tv_nsec) [all...] |
/external/chromium_org/cc/debug/ |
overdraw_metrics.cc | 63 static_cast<float>(painted_rect.width()) * painted_rect.height(); 178 static_cast<int>(normalization * pixels_drawn_opaque_), 182 static_cast<int>(normalization * pixels_drawn_translucent_), 186 static_cast<int>(normalization * pixels_culled_for_drawing_), 204 static_cast<int>(normalization * pixels_painted_), 208 static_cast<int>(normalization * pixels_uploaded_opaque_), 212 static_cast<int>(normalization * pixels_uploaded_translucent_), 216 static_cast<int>(tile_normalization * tiles_culled_for_upload_), 220 static_cast<int>( 225 static_cast<int>(render_surface_texture_use_bytes_ / 1000) [all...] |
/external/chromium_org/chrome/browser/autocomplete/ |
autocomplete_classifier_factory.cc | 19 return static_cast<AutocompleteClassifier*>( 31 return new AutocompleteClassifier(static_cast<Profile*>(profile)); 60 return BuildInstanceFor(static_cast<Profile*>(profile));
|
/external/chromium_org/chrome/browser/favicon/ |
favicon_service_factory.cc | 19 return static_cast<FaviconService*>( 23 return static_cast<FaviconService*>( 50 static_cast<Profile*>(profile), Profile::EXPLICIT_ACCESS);
|
/external/chromium_org/chrome/browser/signin/ |
profile_oauth2_token_service_factory.cc | 28 return static_cast<AndroidProfileOAuth2TokenService*>( 35 return static_cast<ProfileOAuth2TokenService*>( 49 Profile* profile = static_cast<Profile*>(context);
|
/external/chromium_org/chrome/tools/convert_dict/ |
hunspell_reader.cc | 18 static_cast<unsigned char>((*line)[0]) == 0xef && 19 static_cast<unsigned char>((*line)[1]) == 0xbb && 20 static_cast<unsigned char>((*line)[2]) == 0xbf)
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_utils_win.cc | 30 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationCopy); 32 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationLink); 34 ops = static_cast<WebDragOperationsMask>(ops | WebDragOperationMove |
|
/external/chromium_org/content/test/plugin/ |
plugin_execute_stream_javascript.cc | 40 javascript.append(static_cast<char*>(buffer), len); 42 if (js_length != static_cast<uint32_t>(js_length)) { 48 static_cast<uint32_t>(js_length) };
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_test.cc | 26 return static_cast<T*>(static_cast<void*>(&buffer_)); 31 size_t actual_size = static_cast<const unsigned char*>(end) -
|
/external/chromium_org/ppapi/cpp/dev/ |
find_dev.cc | 28 bool return_value = static_cast<Find_Dev*>(object)->StartFind( 36 static_cast<Find_Dev*>(object)->SelectFindResult(PP_ToBool(forward)); 42 static_cast<Find_Dev*>(object)->StopFind();
|
scriptable_object_deprecated.cc | 45 return static_cast<ScriptableObject*>(object)->HasProperty( 51 return static_cast<ScriptableObject*>(object)->HasMethod( 59 return static_cast<ScriptableObject*>(object)->GetProperty( 69 static_cast<ScriptableObject*>(object)->GetAllPropertyNames(&props, e.Get()); 72 *property_count = static_cast<uint32_t>(props.size()); 74 const PPB_Memory_Dev* memory_if = static_cast<const PPB_Memory_Dev*>( 76 *properties = static_cast<PP_Var*>( 88 static_cast<ScriptableObject*>(object)->SetProperty( 96 static_cast<ScriptableObject*>(object)->RemoveProperty( 109 return static_cast<ScriptableObject*>(object)->Call [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils.cc | 67 ticks = kNumNanosecsPerSec * static_cast<int64>(ts.tv_sec) + 68 static_cast<int64>(ts.tv_nsec); 94 return static_cast<uint32>(TimeNanos() / kNumNanosecsPerMillisec); 117 tv->tv_sec = static_cast<long>(micros / kNumMicrosecsPerSec); // NOLINT 118 tv->tv_usec = static_cast<long>(micros % kNumMicrosecsPerSec); // NOLINT 148 ASSERT(static_cast<uint32>(elapsed) < HALF); 163 return (diff >= 0 && static_cast<uint32>(diff) < HALF); 173 return (diff > 0 && static_cast<uint32>(diff) < HALF); 187 return static_cast<long>(later - earlier); 189 return static_cast<long>(later + (LAST - earlier) + 1) [all...] |