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

<<31323334353637383940>>

  /external/chromium_org/components/autofill/core/browser/
phone_field_unittest.cc 27 return static_cast<PhoneField*>(PhoneField::Parse(scanner));
37 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
44 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
57 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
78 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
119 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
155 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
189 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
220 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
JSONValues.cpp 72 unsigned symbol = static_cast<unsigned>(c);
180 *output = static_cast<long>(m_doubleValue);
188 *output = static_cast<int>(m_doubleValue);
196 *output = static_cast<unsigned long>(m_doubleValue);
204 *output = static_cast<unsigned>(m_doubleValue);
258 *output = static_cast<JSONObject*>(this);
270 return static_cast<JSONObject*>(this);
353 *output = static_cast<JSONArray*>(this);
360 return static_cast<JSONArray*>(this);
  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.cpp 117 handler.handleMouseMove(*frame, *static_cast<const WebMouseEvent*>(&event));
122 handler.handleMouseLeave(*frame, *static_cast<const WebMouseEvent*>(&event));
127 handler.handleMouseDown(*frame, *static_cast<const WebMouseEvent*>(&event));
132 handler.handleMouseUp(*frame, *static_cast<const WebMouseEvent*>(&event));
138 return handler.handleMouseWheel(*frame, *static_cast<const WebMouseWheelEvent*>(&event));
143 return handler.handleKeyEvent(*static_cast<const WebKeyboardEvent*>(&event));
146 return handler.handleCharEvent(*static_cast<const WebKeyboardEvent*>(&event));
161 return handler.handleGestureEvent(*static_cast<const WebGestureEvent*>(&event));
169 return handler.handleTouchEvent(*frame, *static_cast<const WebTouchEvent*>(&event));
  /external/chromium_org/third_party/angle_dx11/src/compiler/
ShaderLang.cpp 62 if (index < 0 || index >= static_cast<int>(varList.size()))
144 TShHandleBase* base = static_cast<TShHandleBase*>(ConstructCompiler(type, spec, output));
163 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
199 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
256 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
272 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
312 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
317 if (index >= static_cast<int>(nameMap.size()))
352 TShHandleBase* base = static_cast<TShHandleBase*>(handle);
  /external/v8/src/
interface.cc 36 String* name1 = *static_cast<String**>(key1);
37 String* name2 = *static_cast<String**>(key2);
50 ASSERT(*static_cast<String**>(p->key) == *name);
52 return static_cast<Interface*>(p->value);
169 this->DoAdd(p->key, p->hash, static_cast<Interface*>(p->value), ok);
194 PrintF("%p", static_cast<void*>(this));
196 PrintF("->%p", static_cast<void*>(link));
215 String* name = *static_cast<String**>(p->key);
216 Interface* interface = static_cast<Interface*>(p->value);
  /external/webrtc/src/modules/audio_processing/
echo_cancellation_impl.cc 88 Handle* my_handle = static_cast<Handle*>(handle(handle_index));
92 static_cast<WebRtc_Word16>(audio->samples_per_split_channel()));
135 static_cast<WebRtc_Word16>(audio->samples_per_split_channel()),
254 Handle* my_handle = static_cast<Handle*>(handle(0));
311 Handle* my_handle = static_cast<Handle*>(handle(0));
353 return WebRtcAec_Free(static_cast<Handle*>(handle));
358 return WebRtcAec_Init(static_cast<Handle*>(handle),
371 return WebRtcAec_set_config(static_cast<Handle*>(handle), config);
381 return MapError(WebRtcAec_get_error_code(static_cast<Handle*>(handle)));
  /frameworks/base/libs/androidfw/
CursorWindow.cpp 36 mHeader = static_cast<Header*>(mData);
142 RowSlotChunk* firstChunk = static_cast<RowSlotChunk*>(offsetToPtr(mHeader->firstChunkOffset));
181 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(fieldDirOffset));
225 RowSlotChunk* chunk = static_cast<RowSlotChunk*>(
228 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
236 RowSlotChunk* chunk = static_cast<RowSlotChunk*>(
239 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
249 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
269 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(rowSlot->offset));
  /external/chromium/base/
bind_internal.h 386 StorageType* invoker = static_cast<StorageType*>(base);
396 StorageType* invoker = static_cast<StorageType*>(base);
407 StorageType* invoker = static_cast<StorageType*>(base);
420 StorageType* invoker = static_cast<StorageType*>(base);
434 StorageType* invoker = static_cast<StorageType*>(base);
449 StorageType* invoker = static_cast<StorageType*>(base);
465 StorageType* invoker = static_cast<StorageType*>(base);
477 StorageType* invoker = static_cast<StorageType*>(base);
486 StorageType* invoker = static_cast<StorageType*>(base);
496 StorageType* invoker = static_cast<StorageType*>(base)
    [all...]
  /development/host/windows/usb/api/
adb_interface.cpp 43 ULONG name_len = static_cast<ULONG>(interface_name_.length() + 1);
60 static_cast<int>(name_len),
62 static_cast<int>(*buffer_char_size),
  /external/chromium/base/memory/
linked_ptr_unittest.cc 39 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
40 ASSERT_EQ(a1.get(), static_cast<A*>(NULL));
41 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
  /external/chromium/chrome/browser/autofill/
phone_field_unittest.cc 33 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
41 ASSERT_EQ(static_cast<PhoneField*>(NULL), field_.get());
56 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
75 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
102 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
133 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
164 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
215 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
259 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get());
284 ASSERT_NE(static_cast<PhoneField*>(NULL), field_.get())
    [all...]
  /external/chromium/chrome/browser/download/
download_status_updater_unittest.cc 107 EXPECT_FLOAT_EQ(static_cast<float>(1) / 2, progress);
143 EXPECT_FLOAT_EQ(static_cast<float>(1) / 2, progress);
161 EXPECT_FLOAT_EQ(static_cast<float>(1) / 3, progress);
  /external/chromium/chrome/browser/
keychain_mock_mac.cc 26 keychain_attr_list_ = static_cast<SecKeychainAttributeList*>(
28 keychain_data_ = static_cast<KeychainPasswordData*>(
32 keychain_attr_list_[i].attr = static_cast<SecKeychainAttribute*>(
119 UInt32* data = static_cast<UInt32*>(attribute->data);
126 SecProtocolType* data = static_cast<SecProtocolType*>(attribute->data);
133 SecAuthenticationType* data = static_cast<SecAuthenticationType*>(
141 Boolean* data = static_cast<Boolean*>(attribute->data);
148 OSType* data = static_cast<OSType*>(attribute->data);
215 *(static_cast<OSType*>(data)));
353 *passwordData = static_cast<void*>(password)
    [all...]
  /external/chromium/net/base/
io_buffer.cc 38 : IOBuffer(static_cast<char*>(NULL)),
89 real_data_.reset(static_cast<char*>(realloc(real_data_.release(), capacity)));
118 data_ = const_cast<char*>(static_cast<const char*>(pickle_.data()));
  /external/chromium_org/base/memory/
linked_ptr_unittest.cc 41 ASSERT_EQ(a0.get(), static_cast<A*>(NULL));
42 ASSERT_EQ(a1.get(), static_cast<A*>(NULL));
43 ASSERT_EQ(a2.get(), static_cast<A*>(NULL));
weak_ptr_unittest.nc 31 static_cast<WeakPtr<DerivedProducer> >(ptr);
42 #elif defined(NCTEST_STATIC_REF_DOWNCAST) // [r"invalid static_cast"]
48 static_cast<WeakPtr<DerivedProducer>&>(ptr);
  /external/chromium_org/base/
rand_util.cc 20 uint64 range = static_cast<uint64>(max) - min + 1;
21 int result = min + static_cast<int>(base::RandGenerator(range));
40 double result = ldexp(static_cast<double>(random_bits), -1 * kBits);
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_picture.cc 65 static_cast<FakePictureLayerImpl*>(pending_root_impl->children()[0]);
80 static_cast<FakePictureLayerImpl*>(active_root_impl->children()[0]);
98 static_cast<FakePictureLayerImpl*>(active_root_impl->children()[0]);
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs_factory.cc 26 return static_cast<PluginPrefs*>(
33 return static_cast<PluginPrefs*>(
47 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_parser_unittest.cc 23 static_cast<int>(add_chunk.length()),
74 static_cast<int>(add_chunk.length()),
103 static_cast<int>(add_chunk.length()),
163 static_cast<int>(add_chunk.length()),
188 static_cast<int>(sizeof(add_chunk)),
204 static_cast<int>(sizeof(add_chunk)),
212 static_cast<int>(sizeof(add_chunk)),
220 static_cast<int>(sizeof(add_chunk)),
236 static_cast<int>(truncated_chunks.length()),
254 static_cast<int>(sub_chunk.length())
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_factory.cc 20 return static_cast<SpellcheckService*>(
40 return static_cast<SpellcheckService*>(
61 Profile* profile = static_cast<Profile*>(context);
  /external/chromium_org/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_org/chrome/browser/ui/startup/
session_crashed_infobar_delegate_unittest.cc 25 static_cast<TestingBrowserProcess*>(g_browser_process)
33 static_cast<TestingBrowserProcess*>(g_browser_process)->SetLocalState(NULL);
44 static_cast<SessionService*>(
  /external/chromium_org/chrome/installer/mini_installer/
mini_string_test.cc 46 EXPECT_GT(static_cast<size_t>(MAX_PATH), str.length());
72 EXPECT_EQ(static_cast<const wchar_t*>(NULL), str.findi(kTestStringNotFound));
74 EXPECT_NE(static_cast<const wchar_t*>(NULL), found);
  /external/chromium_org/chrome/test/webdriver/
keycode_text_conversion_mac.mm 46 CFDataRef layout_data = static_cast<CFDataRef>(TISGetInputSourceProperty(
54 static_cast<UInt16>(mac_key_code),
84 ui::KeyboardCode code = static_cast<ui::KeyboardCode>(i);

Completed in 634 milliseconds

<<31323334353637383940>>