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

<<51525354555657585960>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
ios_base.h 85 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
89 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
93 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); }
109 { return _Ios_Fmtflags(~static_cast<int>(__a)); }
125 { return _Ios_Openmode(static_cast<int>(__a) & static_cast<int>(__b)); }
129 { return _Ios_Openmode(static_cast<int>(__a) | static_cast<int>(__b));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
tuple 252 : _Inherited(static_cast<_Inherited&&>(__in)) { }
258 : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
265 : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
270 static_cast<_Inherited&>(*this) = __in;
277 static_cast<_Inherited&>(*this) = std::move(__in);
287 static_cast<_Inherited&>(*this) = __in;
297 static_cast<_Inherited&>(*this) = std::move(__in);
335 : _Inherited(static_cast<_Inherited&&>(__in)) { }
339 : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
343 : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
tuple 252 : _Inherited(static_cast<_Inherited&&>(__in)) { }
258 : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
265 : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
270 static_cast<_Inherited&>(*this) = __in;
277 static_cast<_Inherited&>(*this) = std::move(__in);
287 static_cast<_Inherited&>(*this) = __in;
297 static_cast<_Inherited&>(*this) = std::move(__in);
335 : _Inherited(static_cast<_Inherited&&>(__in)) { }
339 : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
343 : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) {
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 85 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
89 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
93 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); }
109 { return _Ios_Fmtflags(~static_cast<int>(__a)); }
125 { return _Ios_Openmode(static_cast<int>(__a) & static_cast<int>(__b)); }
129 { return _Ios_Openmode(static_cast<int>(__a) | static_cast<int>(__b));
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 85 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
89 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
93 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); }
109 { return _Ios_Fmtflags(~static_cast<int>(__a)); }
125 { return _Ios_Openmode(static_cast<int>(__a) & static_cast<int>(__b)); }
129 { return _Ios_Openmode(static_cast<int>(__a) | static_cast<int>(__b));
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
ios_base.h 85 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
89 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
93 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); }
109 { return _Ios_Fmtflags(~static_cast<int>(__a)); }
125 { return _Ios_Openmode(static_cast<int>(__a) & static_cast<int>(__b)); }
129 { return _Ios_Openmode(static_cast<int>(__a) | static_cast<int>(__b));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
ios_base.h 85 { return _Ios_Fmtflags(static_cast<int>(__a) & static_cast<int>(__b)); }
89 { return _Ios_Fmtflags(static_cast<int>(__a) | static_cast<int>(__b)); }
93 { return _Ios_Fmtflags(static_cast<int>(__a) ^ static_cast<int>(__b)); }
109 { return _Ios_Fmtflags(~static_cast<int>(__a)); }
125 { return _Ios_Openmode(static_cast<int>(__a) & static_cast<int>(__b)); }
129 { return _Ios_Openmode(static_cast<int>(__a) | static_cast<int>(__b));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 252 : _Inherited(static_cast<_Inherited&&>(__in)) { }
258 : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
265 : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
270 static_cast<_Inherited&>(*this) = __in;
277 static_cast<_Inherited&>(*this) = std::move(__in);
287 static_cast<_Inherited&>(*this) = __in;
297 static_cast<_Inherited&>(*this) = std::move(__in);
335 : _Inherited(static_cast<_Inherited&&>(__in)) { }
339 : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
343 : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
tuple 252 : _Inherited(static_cast<_Inherited&&>(__in)) { }
258 : _Inherited(static_cast<const _Tuple_impl<0, _UElements...>&>(__in))
265 : _Inherited(static_cast<_Tuple_impl<0, _UElements...>&&>(__in)) { }
270 static_cast<_Inherited&>(*this) = __in;
277 static_cast<_Inherited&>(*this) = std::move(__in);
287 static_cast<_Inherited&>(*this) = __in;
297 static_cast<_Inherited&>(*this) = std::move(__in);
335 : _Inherited(static_cast<_Inherited&&>(__in)) { }
339 : _Inherited(static_cast<const _Tuple_impl<0, _U1, _U2>&>(__in)) { }
343 : _Inherited(static_cast<_Tuple_impl<0, _U1, _U2>&&>(__in)) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession_unittest.cc 257 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
259 EXPECT_EQ(static_cast<size_t>(cricket::ICE_PWD_LENGTH),
279 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
281 EXPECT_EQ(static_cast<size_t>(cricket::ICE_PWD_LENGTH),
301 EXPECT_EQ(static_cast<size_t>(cricket::ICE_UFRAG_LENGTH),
303 EXPECT_EQ(static_cast<size_t>(cricket::ICE_PWD_LENGTH),
332 static_cast<const cricket::MediaContentDescription*>(
336 static_cast<const cricket::MediaContentDescription*>(
348 static_cast<const cricket::MediaContentDescription*>(
375 static_cast<AudioContentDescription*>(ac_offer->description)
    [all...]
  /external/chromium_org/crypto/
p224.cc 71 is_zero = static_cast<int32>(is_zero) >> 31;
147 (*out)[i] = static_cast<uint32>(in[i] & kBottom28Bits);
152 (*out)[3] += static_cast<uint32>(in[8] & 0xffff) << 12; // "-2**96" term
153 (*out)[4] += static_cast<uint32>(in[8] >> 16); // rest of "-2**96" term
159 (*out)[0] = static_cast<uint32>(in[0] & kBottom28Bits);
160 (*out)[1] += static_cast<uint32>((in[0] >> 28) & kBottom28Bits);
161 (*out)[2] += static_cast<uint32>(in[0] >> 56);
177 tmp[i+j] += static_cast<uint64>(a[i]) * static_cast<uint64>(b[j]);
194 uint64 r = static_cast<uint64>(a[i]) * static_cast<uint64>(a[j])
    [all...]
  /art/compiler/utils/arm/
constants_arm.h 269 return static_cast<Condition>(Bits(kConditionShift, kConditionBits));
273 inline Register RnField() const { return static_cast<Register>(
275 inline Register RdField() const { return static_cast<Register>(
280 return static_cast<Opcode>(Bits(kOpcodeShift, kOpcodeBits));
285 return static_cast<Register>(Bits(kRmShift, kRmBits));
287 inline Shift ShiftField() const { return static_cast<Shift>(
291 return static_cast<Register>(Bits(kRsShift, kRsBits));
383 return static_cast<SRegister>((Bits(kRnShift, kRnBits) << 1) + Bit(7));
386 return static_cast<SRegister>((Bits(kRdShift, kRdBits) << 1) + Bit(22));
389 return static_cast<SRegister>((Bits(kRmShift, kRmBits) << 1) + Bit(5))
    [all...]
  /external/chromium/webkit/glue/
glue_serialize.cc 38 return std::string(static_cast<const char*>(pickle.data()), pickle.size());
71 obj->pickle.WriteData(static_cast<const char*>(data), length);
118 if (tmp && length > 0 && length >= static_cast<int>(sizeof(0.0)))
119 return *static_cast<const double*>(tmp);
202 return WebString(static_cast<const WebUChar*>(data),
209 WriteInteger(static_cast<int>(data.size()), obj);
211 unsigned ui = static_cast<unsigned>(i); // sigh
218 WebVector<WebString> result(static_cast<size_t>(num_elements));
231 WriteInteger(static_cast<int>(http_body.elementCount()), obj);
236 WriteData(element.data.data(), static_cast<int>(element.data.size())
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/panels/
panel_cocoa_unittest.mm 62 static_cast<PanelCocoa*>(panel->native_panel());
128 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel());
172 PanelCocoa* native_window1 = static_cast<PanelCocoa*>(panel1->native_panel());
173 PanelCocoa* native_window2 = static_cast<PanelCocoa*>(panel2->native_panel());
174 PanelCocoa* native_window3 = static_cast<PanelCocoa*>(panel3->native_panel());
216 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel());
229 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel());
279 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel());
317 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel());
362 PanelCocoa* native_window = static_cast<PanelCocoa*>(panel->native_panel())
    [all...]
  /external/chromium_org/chromeos/display/
output_configurator.cc 275 XEvent* xevent = static_cast<XEvent*>(event);
507 ctm->x_scale = static_cast<float>(mode_sizes[i].first) / width;
508 ctm->x_offset = static_cast<float>(output->x) / width;
509 ctm->y_scale = static_cast<float>(mode_sizes[i].second) / height;
510 ctm->y_offset = static_cast<float>(output->y) / height;
593 float native_mode_ar = static_cast<float>(native_mode_width) /
594 static_cast<float>(native_mode_height);
595 float mirror_mode_ar = static_cast<float>(mirror_mode_width) /
596 static_cast<float>(mirror_mode_height);
631 float width_ratio = static_cast<float>(mirror_mode_width)
    [all...]
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate_unittest.cc 151 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
152 static_cast<int>(
195 static_cast<int>(
197 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
199 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
200 static_cast<int>(
222 static_cast<int>(
255 static_cast<int>(
257 static_cast<int>(WebAutofillClient::MenuItemIDSeparator),
259 static_cast<int>(WebAutofillClient::MenuItemIDSeparator)
    [all...]
  /external/chromium_org/net/spdy/
spdy_websocket_stream_unittest.cc 111 static_cast<int>(bytes_sent),
356 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[2].result);
359 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[3].result);
362 EXPECT_EQ(static_cast<int>(kClosingFrameLength), events[4].result);
365 EXPECT_EQ(static_cast<int>(kClosingFrameLength), events[5].result);
427 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[2].result);
430 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[3].result);
488 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[2].result);
491 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[3].result);
585 EXPECT_EQ(static_cast<int>(kMessageFrameLength), events[3].result)
    [all...]
  /external/chromium_org/ppapi/tests/
test_truetype_font.cc 67 ppb_truetype_font_interface_ = static_cast<const PPB_TrueTypeFont_Dev*>(
72 ppb_core_interface_ = static_cast<const PPB_Core*>(
77 ppb_var_interface_ = static_cast<const PPB_Var*>(
110 ASSERT_EQ(static_cast<int32_t>(font_families.size()), cc.result());
157 ASSERT_EQ(static_cast<int32_t>(fonts_in_family.size()), cc2.result());
265 ASSERT_EQ(static_cast<int32_t>(tags.size()), cc.result());
316 ASSERT_EQ(static_cast<int32_t>(cmap_data.size()), cc1.result());
326 ASSERT_EQ(static_cast<int32_t>(entire_font.size()), cc2.result());
354 ASSERT_EQ(static_cast<size_t>(logical_length), cmap_data.size());
355 ASSERT_TRUE(static_cast<size_t>(table_offset + logical_length)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
TextureStorage11.cpp 47 return static_cast<TextureStorage11*>(storage);
318 return static_cast<TextureStorage11_2D*>(storage);
323 if (level >= 0 && level < static_cast<int>(mMipLevels))
341 return gl::error(GL_OUT_OF_MEMORY, static_cast<RenderTarget*>(NULL));
358 return gl::error(GL_OUT_OF_MEMORY, static_cast<RenderTarget*>(NULL));
384 return gl::error(GL_OUT_OF_MEMORY, static_cast<RenderTarget*>(NULL));
426 return gl::error(GL_OUT_OF_MEMORY, static_cast<ID3D11ShaderResourceView*>(NULL));
537 return static_cast<TextureStorage11_Cube*>(storage);
543 if (level >= 0 && level < static_cast<int>(mMipLevels))
563 return gl::error(GL_OUT_OF_MEMORY, static_cast<RenderTarget*>(NULL))
    [all...]
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 230 *obj = static_cast<AMessage *>(item->u.refValue);
272 *replyID = static_cast<uint32_t>(tmp);
307 static_cast<AMessage *>(from->u.refValue)->dup();
404 sp<ABuffer> buffer = static_cast<ABuffer *>(item.u.refValue);
421 static_cast<AMessage *>(
455 msg->mNumItems = static_cast<size_t>(parcel.readInt32());
461 item->mType = static_cast<Type>(parcel.readInt32());
478 item->u.sizeValue = static_cast<size_t>(parcel.readInt32());
521 parcel->writeInt32(static_cast<int32_t>(mWhat));
522 parcel->writeInt32(static_cast<int32_t>(mNumItems))
    [all...]
  /external/chromium_org/base/
security_unittest.cc 105 scoped_ptr<char, base::FreeDeleter> ptr(static_cast<char*>(
113 scoped_ptr<char, base::FreeDeleter> ptr(static_cast<char*>(
121 char* orig_ptr = static_cast<char*>(malloc(1));
123 scoped_ptr<char, base::FreeDeleter> ptr(static_cast<char*>(
187 const size_t kMaxSizeT = ~static_cast<size_t>(0);
211 static_cast<char*>(calloc(nmemb, size)));
253 return static_cast<size_t>(ptr_diff) <= size;
270 static_cast<void*>(MAP_FAILED));
279 static_cast<char*>(malloc(kAllocSize)));
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 65 const uint16 delta16 = static_cast<uint16>(delta);
69 if (delta != static_cast<unsigned>(delta16) || run_length >= kMaxRun) {
75 DCHECK_EQ(static_cast<unsigned>(deltas_.back()), delta);
160 if (size_64 < static_cast<int64>(sizeof(FileHeader) + sizeof(MD5Digest)))
184 if (static_cast<int64>(expected_bytes) != size_64)
236 header.index_size = static_cast<uint32>(index_.size());
237 header.deltas_size = static_cast<uint32>(deltas_.size());
240 if (static_cast<size_t>(header.index_size) != index_.size() ||
241 static_cast<size_t>(header.deltas_size) != deltas_.size()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPageSerializer.cpp 116 Frame* frame = static_cast<HTMLFrameOwnerElement*>(element)->contentFrame();
153 if (frameURL.protocolIs(static_cast<CString>(supportedSchemes[i]).data())) {
189 serializer.serialize(static_cast<WebViewImpl*>(view)->page());
215 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(static_cast<WebViewImpl*>(view)->page(), MHTMLArchive::UseDefaultEncoding);
222 RefPtr<SharedBuffer> mhtml = serializePageToMHTML(static_cast<WebViewImpl*>(view)->page(), MHTMLArchive::UseBinaryEncoding);
243 WebFrameImpl* mainFrame = static_cast<WebFrameImpl*>(view->mainFrame());
283 String charsetString = "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=" + static_cast<const String&>(charset) + "\">";
290 static_cast<int>(url.spec().length()),
298 String baseString = "<base href=\".\" target=\"" + static_cast<const String&>(baseTarget) + "\">";
WebPopupMenuImpl.cpp 102 WebCore::PopupContainer* container = static_cast<WebCore::PopupContainer*>(m_widget);
218 handleMouseMove(*static_cast<const WebMouseEvent*>(&inputEvent));
222 handleMouseLeave(*static_cast<const WebMouseEvent*>(&inputEvent));
226 handleMouseWheel(*static_cast<const WebMouseWheelEvent*>(&inputEvent));
230 handleMouseDown(*static_cast<const WebMouseEvent*>(&inputEvent));
234 handleMouseUp(*static_cast<const WebMouseEvent*>(&inputEvent));
249 return handleKeyEvent(*static_cast<const WebKeyboardEvent*>(&inputEvent));
255 return handleTouchEvent(*static_cast<const WebTouchEvent*>(&inputEvent));
274 return handleGestureEvent(*static_cast<const WebGestureEvent*>(&inputEvent));

Completed in 853 milliseconds

<<51525354555657585960>>