HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 351 - 375 of 12288) sorted by null

<<11121314151617181920>>

  /external/chromium/sdch/open-vcdiff/src/
vcdecoder5_test.cc 77 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
78 EXPECT_EQ(static_cast<char>(0xBE),
80 EXPECT_EQ(static_cast<char>(0xBE),
101 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
102 EXPECT_EQ(static_cast<char>(0xBE),
104 EXPECT_EQ(static_cast<char>(0xBE),
  /external/chromium_org/cc/output/
geometry_binding.cc 58 QuadIndex y = { { static_cast<uint16>(0 + 4 * i),
59 static_cast<uint16>(1 + 4 * i),
60 static_cast<uint16>(2 + 4 * i),
61 static_cast<uint16>(3 + 4 * i),
62 static_cast<uint16>(0 + 4 * i),
63 static_cast<uint16>(2 + 4 * i) } };
  /external/chromium_org/sdch/open-vcdiff/src/
vcdecoder5_test.cc 77 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
78 EXPECT_EQ(static_cast<char>(0xBE),
80 EXPECT_EQ(static_cast<char>(0xBE),
101 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
102 EXPECT_EQ(static_cast<char>(0xBE),
104 EXPECT_EQ(static_cast<char>(0xBE),
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
ImageSSE2.cpp 27 source = reinterpret_cast<const unsigned int*>(static_cast<const unsigned char*>(input) + y * inputPitch);
28 dest = reinterpret_cast<unsigned int*>(static_cast<unsigned char*>(output) + y * outputPitch);
69 source = static_cast<const unsigned char*>(input) + y * inputPitch;
70 dest = reinterpret_cast<unsigned int*>(static_cast<unsigned char*>(output) + y * outputPitch);
76 dest[x] = static_cast<unsigned int>(source[x]) << 24;
95 dest[x] = static_cast<unsigned int>(source[x]) << 24;
  /external/chromium_org/third_party/libjingle/source/talk/base/
rollingaccumulator.h 81 return static_cast<T>(sum_);
86 return static_cast<T>(0);
88 return static_cast<T>(sum_ / count_);
109 return static_cast<T>(weighted_mean / weight_sum);
116 return static_cast<T>(0);
122 return static_cast<T>(mean_2 - (mean * mean));
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
malloc_extension_test.cc 90 ASSERT_EQ(static_cast<int>(MallocExtension::kUnknownOwnership),
91 static_cast<int>(MallocExtension_kUnknownOwnership));
92 ASSERT_EQ(static_cast<int>(MallocExtension::kOwned),
93 static_cast<int>(MallocExtension_kOwned));
94 ASSERT_EQ(static_cast<int>(MallocExtension::kNotOwned),
95 static_cast<int>(MallocExtension_kNotOwned));
stack_trace_table_test.cc 44 t1.size = static_cast<uintptr_t>(1024);
45 t1.depth = static_cast<uintptr_t>(2);
51 t2.size = static_cast<uintptr_t>(512);
52 t2.depth = static_cast<uintptr_t>(2);
82 t3.size = static_cast<uintptr_t>(2);
83 t3.depth = static_cast<uintptr_t>(2);
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
malloc_extension_test.cc 90 ASSERT_EQ(static_cast<int>(MallocExtension::kUnknownOwnership),
91 static_cast<int>(MallocExtension_kUnknownOwnership));
92 ASSERT_EQ(static_cast<int>(MallocExtension::kOwned),
93 static_cast<int>(MallocExtension_kOwned));
94 ASSERT_EQ(static_cast<int>(MallocExtension::kNotOwned),
95 static_cast<int>(MallocExtension_kNotOwned));
stack_trace_table_test.cc 44 t1.size = static_cast<uintptr_t>(1024);
45 t1.depth = static_cast<uintptr_t>(2);
51 t2.size = static_cast<uintptr_t>(512);
52 t2.depth = static_cast<uintptr_t>(2);
82 t3.size = static_cast<uintptr_t>(2);
83 t3.depth = static_cast<uintptr_t>(2);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_external_texture_layer_impl.cc 31 static_cast<TextureLayer*>(layer_->layer())->ClearClient();
37 TextureLayer *layer = static_cast<TextureLayer*>(layer_->layer());
43 static_cast<TextureLayer*>(layer_->layer())->SetContentsOpaque(opaque);
48 static_cast<TextureLayer*>(layer_->layer())->SetPremultipliedAlpha(
53 static_cast<TextureLayer*>(layer_->layer())->SetBlendBackgroundColor(blend);
57 static_cast<TextureLayer*>(layer_->layer())->SetRateLimitContext(rate_limit);
  /external/eigen/test/
bandmatrix.cpp 33 m.diagonal(i).setConstant(static_cast<RealScalar>(i));
34 dm1.diagonal(i).setConstant(static_cast<RealScalar>(i));
38 m.diagonal(-i).setConstant(-static_cast<RealScalar>(i));
39 dm1.diagonal(-i).setConstant(-static_cast<RealScalar>(i));
46 m.col(i).setConstant(static_cast<RealScalar>(i+1));
47 dm1.col(i).setConstant(static_cast<RealScalar>(i+1));
  /external/open-vcdiff/src/
vcdecoder5_test.cc 77 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
78 EXPECT_EQ(static_cast<char>(0xBE),
80 EXPECT_EQ(static_cast<char>(0xBE),
101 EXPECT_EQ(static_cast<char>(0xBE), output_[0]);
102 EXPECT_EQ(static_cast<char>(0xBE),
104 EXPECT_EQ(static_cast<char>(0xBE),
  /external/skia/tests/
PathOpsBoundsTest.cpp 51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]);
53 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(sectTests[index][1]);
59 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]);
61 const SkPathOpsBounds& bounds2 = static_cast<const SkPathOpsBounds&>(noSectTests[index][1]);
83 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(reallyEmpty[index]);
89 const SkPathOpsBounds& bounds = static_cast<const SkPathOpsBounds&>(notReallyEmpty[index]);
RTreeTest.cpp 93 tmp -= static_cast<int>(pow(static_cast<double>(MAX_CHILDREN),
94 static_cast<double>(expectedDepthMin + 1)));
100 tmp -= static_cast<int>(pow(static_cast<double>(MIN_CHILDREN),
101 static_cast<double>(expectedDepthMax + 1)));
  /external/webrtc/src/modules/audio_processing/
level_estimator_impl.cc 69 return static_cast<int>(rms + 0.5);
76 double data_d = static_cast<double>(data[i]);
98 Level* level = static_cast<Level*>(handle(0));
129 Level* level = static_cast<Level*>(handle(0));
146 Level* level = static_cast<Level*>(handle);
153 Level* level = static_cast<Level*>(handle);
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
BCHeaderField.h 57 WriteFixedSubfield(static_cast<FixedSubfield>(ID_), buf);
58 WriteFixedSubfield(static_cast<FixedSubfield>(len_),
72 ID_ = static_cast<Tag>(field);
74 len_ = static_cast<size_t>(field);
82 ID_, static_cast<int>(len_), static_cast<int>(GetTotalSize()));
  /frameworks/rs/
rsAdapter.cpp 61 Adapter1D * a = static_cast<Adapter1D *>(va);
62 Allocation * alloc = static_cast<Allocation *>(valloc);
67 Adapter1D * a = static_cast<Adapter1D *>(va);
135 Adapter2D * a = static_cast<Adapter2D *>(va);
136 Allocation * alloc = static_cast<Allocation *>(valloc);
141 Adapter2D * a = static_cast<Adapter2D *>(va);
  /packages/inputmethods/PinyinIME/jni/share/
utf16char.cpp 77 value = value * 10 + static_cast<int>(utf16_str[pos] - (char16)'0');
108 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]);
119 return static_cast<int>(str1[pos]) - static_cast<int>(str2[pos]);
170 *cp = static_cast<char>(*src);
  /art/runtime/base/
histogram-inl.h 32 CHECK_GE(value, static_cast<Value>(0));
81 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_);
128 return static_cast<double>(sum_) / static_cast<double>(sample_size_);
137 static_cast<double>(sum_squared) /
138 static_cast<double>(sample_size_ * sample_size_);
140 static_cast<double>(sum_of_squares_) / static_cast<double>(sample_size_);
183 out_data.perc_.push_back(static_cast<double>(accumulated) / static_cast<double>(sample_size_))
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_host_mac.mm 32 static_cast<RenderWidgetHostViewMac*>(widget_view);
47 static_cast<RenderWidgetHostViewMac*>(widget_host_view);
59 static_cast<ChromeEventProcessingWindow*>([view()->native_view() window]);
  /external/chromium/chrome/browser/ui/cocoa/
l10n_util.mm 26 NSTextField* textField = static_cast<NSTextField*>(view);
34 NSMatrix* radioGroup = static_cast<NSMatrix*>(view);
39 NSButton* button = static_cast<NSButton*>(view);
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view_host.cc 71 static_cast<RenderWidgetHostViewWin*>(render_widget_host_view_);
80 static_cast<RenderWidgetHostViewViews*>(render_widget_host_view_);
85 static_cast<RenderWidgetHostViewGtk*>(render_widget_host_view_);
  /external/chromium_org/base/
sys_info_linux.cc 22 return static_cast<int64>(pages) * page_size;
52 DCHECK(static_cast<uint64>(limit) <= std::numeric_limits<size_t>::max());
59 return static_cast<size_t>(limit);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 21 return static_cast<BookmarkModel*>(
26 return static_cast<BookmarkModel*>(
45 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/sessions/
session_service_factory.cc 17 return static_cast<SessionService*>(
29 return static_cast<SessionService*>(
65 service = new SessionService(static_cast<Profile*>(profile));

Completed in 464 milliseconds

<<11121314151617181920>>