HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 226 - 250 of 12557) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/url/
url_canon_stdstring.cc 11 cur_len_ = static_cast<int>(str_->size()); // Append to existing data.
14 buffer_len_ = static_cast<int>(str_->size());
url_canon_stdstring.h 61 url_parse::Component(0, static_cast<int>(s.length())));
65 url_parse::Component(0, static_cast<int>(s.length())));
69 url_parse::Component(0, static_cast<int>(s.length())));
73 url_parse::Component(0, static_cast<int>(s.length())));
77 url_parse::Component(0, static_cast<int>(s.length())));
81 url_parse::Component(0, static_cast<int>(s.length())));
85 url_parse::Component(0, static_cast<int>(s.length())));
89 url_parse::Component(0, static_cast<int>(s.length())));
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_to_cc_animation_delegate_adapter.cc 22 static_cast<blink::WebAnimation::TargetProperty>(target_property));
32 static_cast<blink::WebAnimation::TargetProperty>(target_property));
  /external/clang/test/CodeGenCXX/
cxx11-special-members.cpp 18 B b(static_cast<B&&>(x));
25 x = static_cast<B&&>(y);
  /external/skia/src/gpu/
GrPath.cpp 23 keyData[2] = static_cast<uint32_t>(stroke.getMiter());
24 keyData[3] = static_cast<uint32_t>(stroke.getWidth());
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
static_cast.hpp 13 // $Id: static_cast.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
24 # define BOOST_MPL_AUX_STATIC_CAST(T, expr) static_cast<T>(expr)
  /ndk/tests/device/test-stlport_shared-exception/jni/
array5.cpp 22 printf("ctor %p\n", static_cast<void *>(this));
30 printf("dtor %p\n", static_cast<void *>(this));
  /ndk/tests/device/test-stlport_static-exception/jni/
array5.cpp 22 printf("ctor %p\n", static_cast<void *>(this));
30 printf("dtor %p\n", static_cast<void *>(this));
  /external/chromium/chrome/browser/debugger/
devtools_remote_message_unittest.cc 37 static_cast<std::string::size_type>(message.content_length()));
38 ASSERT_EQ(static_cast<DevToolsRemoteMessage::HeaderMap::size_type>(2),
50 ASSERT_EQ(static_cast<DevToolsRemoteMessage::HeaderMap::size_type>(3),
67 static_cast<DevToolsRemoteMessage::HeaderMap::size_type>(
  /external/chromium/chrome/common/
common_param_traits.cc 13 m->WriteInt(static_cast<int>(p));
21 *p = static_cast<param_type>(type);
51 m->WriteInt(static_cast<int>(p));
59 *p = static_cast<param_type>(type);
  /external/chromium_org/base/
pickle.cc 19 static const size_t kCapacityReadOnly = static_cast<size_t>(-1);
61 int64 num_bytes = static_cast<int64>(num_elements) * size_element;
62 int num_bytes32 = static_cast<int>(num_bytes);
63 if (num_bytes != static_cast<int64>(num_bytes32))
178 DCHECK_GE(static_cast<size_t>(header_size), sizeof(Header));
189 if (data_len >= static_cast<int>(sizeof(Header)))
192 if (header_size_ > static_cast<unsigned int>(data_len))
240 if (!WriteInt(static_cast<int>(value.size())))
243 return WriteBytes(value.data(), static_cast<int>(value.size()));
247 if (!WriteInt(static_cast<int>(value.size()))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_system_factory.cc 22 return static_cast<ExtensionSystemImpl::Shared*>(
46 return new ExtensionSystemImpl::Shared(static_cast<Profile*>(profile));
60 return static_cast<ExtensionSystem*>(
81 return new ExtensionSystemImpl(static_cast<Profile*>(profile));
  /external/chromium_org/chrome/browser/history/
history_service_factory.cc 23 return static_cast<HistoryService*>(
36 return static_cast<HistoryService*>(
43 return static_cast<HistoryService*>(
70 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/profiles/
incognito_helpers.cc 13 return static_cast<Profile*>(context)->GetOriginalProfile();
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_base.cc 15 static_cast<Profile*>(context));
  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_container_view.cc 42 InfoBarView* child = static_cast<InfoBarView*>(child_at(i));
57 AddChildViewAt(static_cast<InfoBarView*>(infobar),
58 static_cast<int>(position));
62 RemoveChildView(static_cast<InfoBarView*>(infobar));
  /external/chromium_org/chrome/test/chromedriver/chrome/
zip_internal.cc 74 *(static_cast<WIN32FILE_IOWIN*>(ret)) = file_ret;
94 file = fdopen(*static_cast<int*>(opaque), mode_fopen);
103 fflush(static_cast<FILE*>(stream));
114 int* ptr_fd = static_cast<int*>(malloc(sizeof(fd)));
124 file_ret.hf = static_cast<HANDLE>(opaque);
131 *(static_cast<WIN32FILE_IOWIN*>(ret)) = file_ret;
156 ZipBuffer* buffer = static_cast<ZipBuffer*>(opaque);
166 ZipBuffer* buffer = static_cast<ZipBuffer*>(opaque);
171 size = std::min(size, static_cast<uLong>(remaining_bytes));
189 ZipBuffer* buffer = static_cast<ZipBuffer*>(opaque)
    [all...]
  /external/chromium_org/content/child/npapi/
plugin_lib_unittest.cc 28 ASSERT_EQ(static_cast<PluginLibTest*>(NULL),
36 ASSERT_EQ(static_cast<PluginLibTest*>(NULL),
45 ASSERT_EQ(static_cast<PluginLibTest*>(NULL),
55 ASSERT_EQ(static_cast<PluginLibTest*>(NULL),
  /external/chromium_org/content/common/net/
url_request_user_data.cc 18 static_cast<const void*>(&URLRequestUserData::kUserDataKey);
  /external/chromium_org/ppapi/cpp/dev/
video_decoder_client_dev.cc 30 static_cast<VideoDecoderClient_Dev*>(object)->ProvidePictureBuffers(
41 static_cast<VideoDecoderClient_Dev*>(object)->DismissPictureBuffer(
52 static_cast<VideoDecoderClient_Dev*>(object)->PictureReady(decoder, *picture);
62 static_cast<VideoDecoderClient_Dev*>(object)->NotifyError(decoder, error);
  /external/chromium_org/ppapi/proxy/
proxy_array_output.cc 16 return static_cast<ArrayOutputAdapterBase*>(user_data)->
  /external/chromium_org/sync/internal_api/public/base/
node_ordinal.h 27 COMPILE_ASSERT(static_cast<char>(NodeOrdinal::kZeroDigit) == '\x00',
29 COMPILE_ASSERT(static_cast<char>(NodeOrdinal::kOneDigit) == '\x01',
31 COMPILE_ASSERT(static_cast<char>(NodeOrdinal::kMidDigit) == '\x80',
33 COMPILE_ASSERT(static_cast<char>(NodeOrdinal::kMaxDigit) == '\xff',
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/cg/
IntRectCG.cpp 40 int l = static_cast<int>(floorf(rect.origin.x));
41 int t = static_cast<int>(floorf(rect.origin.y));
42 int r = static_cast<int>(ceilf(CGRectGetMaxX(rect)));
43 int b = static_cast<int>(ceilf(CGRectGetMaxY(rect)));
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/mac/
IntRectMac.mm 40 int l = static_cast<int>(floorf(rect.origin.x));
41 int t = static_cast<int>(floorf(rect.origin.y));
42 int r = static_cast<int>(ceilf(NSMaxX(rect)));
43 int b = static_cast<int>(ceilf(NSMaxY(rect)));
  /external/chromium_org/third_party/leveldatabase/src/util/
comparator.cc 43 uint8_t diff_byte = static_cast<uint8_t>((*start)[diff_index]);
44 if (diff_byte < static_cast<uint8_t>(0xff) &&
45 diff_byte + 1 < static_cast<uint8_t>(limit[diff_index])) {
58 if (byte != static_cast<uint8_t>(0xff)) {

Completed in 739 milliseconds

1 2 3 4 5 6 7 8 91011>>