HomeSort by relevance Sort by last modified time
    Searched refs:static_cast (Results 176 - 200 of 11119) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/dom/
UIEventWithKeyState.cpp 30 return static_cast<UIEventWithKeyState*>(e);
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageLifecycleObserver.cpp 45 return static_cast<Page*>(lifecycleContext());
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebFloatQuad.cpp 43 int left = static_cast<int>(floorf(min(min(min(p[0].x, p[1].x), p[2].x), p[3].x)));
44 int top = static_cast<int>(floorf(min(min(min(p[0].y, p[1].y), p[2].y), p[3].y)));
45 int right = static_cast<int>(ceilf(max(max(max(p[0].x, p[1].x), p[2].x), p[3].x)));
46 int bottom = static_cast<int>(ceilf(max(max(max(p[0].y, p[1].y), p[2].y), p[3].y)));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.cpp 38 SVGTextPathElement* textPathElement = static_cast<SVGTextPathElement*>(node());
59 return static_cast<SVGTextPathElement*>(node())->startOffsetCurrentValue().valueAsPercentage();
64 return static_cast<SVGTextPathElement*>(node())->spacingCurrentValue() == SVGTextPathSpacingExact;
69 return static_cast<SVGTextPathElement*>(node())->methodCurrentValue() == SVGTextPathMethodStretch;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackendContext.cpp 38 return static_cast<DatabaseContext*>(this);
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
vertexconversion.h 43 return static_cast<ToT>(x);
56 return static_cast<T>(x);
70 float f = static_cast<float>(x);
76 const float divisor = 1.0f/(2*static_cast<float>(NL::max())+1);
95 const float divisor = 1.0f / static_cast<float>(static_cast<FromType>(1) << ScaleBits);
96 return static_cast<float>(x) * divisor;
131 static T zero() { return static_cast<T>(0); }
132 static T one() { return static_cast<T>(1); }
139 static T zero() { return static_cast<T>(0);
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/win/
cld_strtoint.h 21 return static_cast<int32>(strtol(nptr, endptr, base));
  /external/chromium_org/third_party/libjingle/source/talk/base/
ratetracker.cc 35 last_units_second_time_(static_cast<uint32>(-1)),
49 if (last_units_second_time_ != static_cast<uint32>(-1)) {
55 static_cast<int>(total_units_ - last_units_second_calc_) *
64 if (last_units_second_time_ == static_cast<uint32>(-1)) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
sampler.cc 67 log_table_[i] = (log(1.0 + static_cast<double>(i+0.5)/(1<<kFastlogNumBits))
82 rnd_ = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(this));
119 double q = static_cast<uint32_t>(rnd_ >> (prng_mod_power - 26)) + 1.0;
126 return static_cast<size_t>(min(0.0, (FastLog2(q) - 26)) * (-log(2.0)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
sampler.cc 67 log_table_[i] = (log(1.0 + static_cast<double>(i+0.5)/(1<<kFastlogNumBits))
82 rnd_ = static_cast<uint32_t>(reinterpret_cast<uintptr_t>(this));
119 double q = static_cast<uint32_t>(rnd_ >> (prng_mod_power - 26)) + 1.0;
126 return static_cast<size_t>(min(0.0, (FastLog2(q) - 26)) * (-log(2.0)
  /external/chromium_org/ui/base/gtk/
gdk_x_compat.h 22 return static_cast<GdkWindow*>(gdk_xid_table_lookup_for_display(display,
  /external/chromium_org/ui/base/range/
range_win.cc 38 CHECK_LE(static_cast<LONG>(start()), kLONGMax);
39 CHECK_LE(static_cast<LONG>(end()), kLONGMax);
40 r.cpMin = static_cast<LONG>(start());
41 r.cpMax = static_cast<LONG>(end());
  /external/chromium_org/ui/gfx/image/
image_skia_rep.cc 21 static_cast<int>(size.width() * scale),
22 static_cast<int>(size.height() * scale));
33 return static_cast<int>(bitmap_.width() /
38 return static_cast<int>(bitmap_.height() /
  /external/chromium_org/url/
url_test_utils.h 24 int length = static_cast<int>(wcslen(src));
26 str.push_back(static_cast<char16>(src[i]));
33 int length = static_cast<int>(src.length());
45 static_cast<int>(src.length()),
  /external/clang/test/SemaCXX/
warn-cast-align.cpp 8 a = static_cast<char*>(P);
29 a = static_cast<char*>(P);
35 b = static_cast<short*>(P);
41 c = static_cast<int*>(P);
  /external/v8/src/
compiler-intrinsics.h 61 _BitScanForward(&result, static_cast<long>(value)); //NOLINT
62 return static_cast<int>(result);
67 _BitScanReverse(&result, static_cast<long>(value)); //NOLINT
68 return 31 - static_cast<int>(result);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
real_cast.hpp 20 return static_cast<To>(t);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 static_cast<unsigned long>(new_size) << " " <<
156 static_cast<unsigned long>(m_load_min) << " " <<
157 static_cast<unsigned long>(m_load_max) << " " <<
158 static_cast<unsigned long>(m_next_shrink_size) << " " <<
159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl;
181 static_cast<unsigned long>(new_size) << " " <<
182 static_cast<unsigned long>(m_load_min) << " " <<
183 static_cast<unsigned long>(m_load_max) << " " <<
184 static_cast<unsigned long>(m_next_shrink_size) << " " <<
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 static_cast<unsigned long>(new_size) << " " <<
156 static_cast<unsigned long>(m_load_min) << " " <<
157 static_cast<unsigned long>(m_load_max) << " " <<
158 static_cast<unsigned long>(m_next_shrink_size) << " " <<
159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl;
181 static_cast<unsigned long>(new_size) << " " <<
182 static_cast<unsigned long>(m_load_min) << " " <<
183 static_cast<unsigned long>(m_load_max) << " " <<
184 static_cast<unsigned long>(m_next_shrink_size) << " " <<
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 static_cast<unsigned long>(new_size) << " " <<
156 static_cast<unsigned long>(m_load_min) << " " <<
157 static_cast<unsigned long>(m_load_max) << " " <<
158 static_cast<unsigned long>(m_next_shrink_size) << " " <<
159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl;
181 static_cast<unsigned long>(new_size) << " " <<
182 static_cast<unsigned long>(m_load_min) << " " <<
183 static_cast<unsigned long>(m_load_max) << " " <<
184 static_cast<unsigned long>(m_next_shrink_size) << " " <<
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 static_cast<unsigned long>(new_size) << " " <<
156 static_cast<unsigned long>(m_load_min) << " " <<
157 static_cast<unsigned long>(m_load_max) << " " <<
158 static_cast<unsigned long>(m_next_shrink_size) << " " <<
159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl;
181 static_cast<unsigned long>(new_size) << " " <<
182 static_cast<unsigned long>(m_load_min) << " " <<
183 static_cast<unsigned long>(m_load_max) << " " <<
184 static_cast<unsigned long>(m_next_shrink_size) << " " <<
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/resize_policy/
hash_load_check_resize_trigger_imp.hpp 155 static_cast<unsigned long>(new_size) << " " <<
156 static_cast<unsigned long>(m_load_min) << " " <<
157 static_cast<unsigned long>(m_load_max) << " " <<
158 static_cast<unsigned long>(m_next_shrink_size) << " " <<
159 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl;
181 static_cast<unsigned long>(new_size) << " " <<
182 static_cast<unsigned long>(m_load_min) << " " <<
183 static_cast<unsigned long>(m_load_max) << " " <<
184 static_cast<unsigned long>(m_next_shrink_size) << " " <<
185 static_cast<unsigned long>(m_next_grow_size) << " " << std::endl
    [all...]
  /external/chromium_org/content/test/
layouttest_support.cc 50 static_cast<RenderView*>(render_view_proxy), render_view_proxy);
60 ViewProxy* render_view_proxy = static_cast<ViewProxy*>(render_view);
61 WebTestProxyBase* base = static_cast<WebTestProxyBase*>(render_view_proxy);
102 return static_cast<RenderViewImpl*>(render_view)
107 static_cast<RenderViewImpl*>(render_view)->SyncNavigationState();
111 static_cast<RenderViewImpl*>(render_view)
117 RenderViewImpl* render_view_impl = static_cast<RenderViewImpl*>(render_view);
125 static_cast<RenderViewImpl*>(render_view)
132 static_cast<RenderViewImpl*>(render_view)
137 static_cast<RenderViewImpl*>(render_view
    [all...]
  /external/chromium/base/synchronization/
lock.cc 18 owning_thread_id_ = static_cast<PlatformThreadId>(0);
30 owning_thread_id_ = static_cast<PlatformThreadId>(0);
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_button_browsertest.cc 31 BrowserView* view = static_cast<BrowserView*>(browser()->window());
32 return static_cast<StatusAreaView*>(view->

Completed in 3470 milliseconds

1 2 3 4 5 6 78 91011>>