HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 326 - 350 of 5706) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/accessibility/
AccessibilityMediaControls.cpp 62 controlType = static_cast<MediaControlInputElement*>(node)->displayType();
64 controlType = static_cast<MediaControlElement*>(node)->displayType();
97 return static_cast<MediaControlInputElement*>(node)->displayType();
99 return static_cast<MediaControlElement*>(node)->displayType();
243 MediaControlTimeDisplayElement* element = static_cast<MediaControlTimeDisplayElement*>(m_renderer->node());
276 float time = static_cast<HTMLInputElement*>(m_renderer->node())->value().toFloat();
324 MediaControlTimeDisplayElement* element = static_cast<MediaControlTimeDisplayElement*>(m_renderer->node());
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestMediaQueryListListener.cpp 46 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestMediaQueryListListenerConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
109 { "method", DontDelete | Function, (intptr_t)static_cast<NativeFunction>(jsTestMediaQueryListListenerPrototypeFunctionMethod), (intptr_t)1 THUNK_GENERATOR(0) },
158 JSTestMediaQueryListListener* domObject = static_cast<JSTestMediaQueryListListener*>(asObject(slotBase));
164 return getDOMConstructor<JSTestMediaQueryListListenerConstructor>(exec, static_cast<JSDOMGlobalObject*>(globalObject));
172 JSTestMediaQueryListListener* castedThis = static_cast<JSTestMediaQueryListListener*>(asObject(thisValue));
173 TestMediaQueryListListener* imp = static_cast<TestMediaQueryListListener*>(castedThis->impl());
188 return value.inherits(&JSTestMediaQueryListListener::s_info) ? static_cast<JSTestMediaQueryListListener*>(asObject(value))->impl() : 0;
JSTestSerializedScriptValueInterface.cpp 46 { "value", DontDelete | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceValue), (intptr_t)0 THUNK_GENERATOR(0) },
47 { "constructor", DontEnum | ReadOnly, (intptr_t)static_cast<PropertySlot::GetValueFunc>(jsTestSerializedScriptValueInterfaceConstructor), (intptr_t)0 THUNK_GENERATOR(0) },
148 JSTestSerializedScriptValueInterface* castedThis = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
150 TestSerializedScriptValueInterface* imp = static_cast<TestSerializedScriptValueInterface*>(castedThis->impl());
157 JSTestSerializedScriptValueInterface* domObject = static_cast<JSTestSerializedScriptValueInterface*>(asObject(slotBase));
163 return getDOMConstructor<JSTestSerializedScriptValueInterfaceConstructor>(exec, static_cast<JSDOMGlobalObject*>(globalObject));
172 return value.inherits(&JSTestSerializedScriptValueInterface::s_info) ? static_cast<JSTestSerializedScriptValueInterface*>(asObject(value))->impl() : 0;
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaFieldJSC.cpp 47 jclass fieldType = static_cast<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Class;"));
49 fieldTypeName = static_cast<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/String;"));
59 jstring fieldName = static_cast<jstring>(callJNIMethod<jobject>(aField, "getName", "()Ljava/lang/String;"));
97 const JavaInstance* instance = static_cast<const JavaInstance*>(i);
132 jsresult = jsNumber(static_cast<int>(value));
143 jsresult = jsNumber(static_cast<double>(value));
183 const JavaInstance* instance = static_cast<const JavaInstance*>(i);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGImage.cpp 67 SVGImageElement* image = static_cast<SVGImageElement*>(node());
95 SVGImageElement* image = static_cast<SVGImageElement*>(node());
129 SVGImageElement* imageElement = static_cast<SVGImageElement*>(node());
140 paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingBox.y()),
141 static_cast<int>(boundingBox.width()), static_cast<int>(boundingBox.height()));
  /external/webkit/Source/WebCore/svg/
SVGFEDisplacementMapElement.cpp 84 FEDisplacementMap* displacementMap = static_cast<FEDisplacementMap*>(effect);
86 return displacementMap->setXChannelSelector(static_cast<ChannelSelectorType>(xChannelSelector()));
88 return displacementMap->setYChannelSelector(static_cast<ChannelSelectorType>(yChannelSelector()));
101 ChannelSelectorType selector = static_cast<ChannelSelectorType>(xChannelSelector());
106 ChannelSelectorType selector = static_cast<ChannelSelectorType>(yChannelSelector());
167 RefPtr<FilterEffect> effect = FEDisplacementMap::create(filter, static_cast<ChannelSelectorType>(xChannelSelector()),
168 static_cast<ChannelSelectorType>(yChannelSelector()), scale());
  /external/webkit/Source/WebCore/webaudio/
AudioPannerNode.h 91 void setDistanceModel(unsigned short model) { m_distanceEffect.setModel(static_cast<DistanceEffect::ModelType>(model), true); }
93 float refDistance() { return static_cast<float>(m_distanceEffect.refDistance()); }
96 float maxDistance() { return static_cast<float>(m_distanceEffect.maxDistance()); }
99 float rolloffFactor() { return static_cast<float>(m_distanceEffect.rolloffFactor()); }
103 float coneInnerAngle() const { return static_cast<float>(m_coneEffect.innerAngle()); }
106 float coneOuterAngle() const { return static_cast<float>(m_coneEffect.outerAngle()); }
109 float coneOuterGain() const { return static_cast<float>(m_coneEffect.outerGain()); }
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
TextCheckerClientEnchant.cpp 57 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data);
68 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data);
107 gint bytes = static_cast<gint>(g_utf8_offset_to_pointer(utf8Text.get(), end) - cstart);
113 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data);
149 EnchantDict* dict = static_cast<EnchantDict*>(dicts->data);
162 Vector<CString>* dicts = static_cast<Vector<CString>*>(data);
209 EnchantDict* dict = static_cast<EnchantDict*>(data);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.h 117 Object* object = static_cast<Object*>(pluginTest->NPN_CreateObject(npClass()));
174 delete static_cast<T*>(npObject);
179 return static_cast<T*>(npObject)->hasMethod(methodName);
184 return static_cast<T*>(npObject)->invoke(methodName, arguments, argumentCount, result);
189 return static_cast<T*>(npObject)->invokeDefault(arguments, argumentCount, result);
194 return static_cast<T*>(npObject)->hasProperty(propertyName);
199 return static_cast<T*>(npObject)->getProperty(propertyName, result);
  /external/webkit/Tools/DumpRenderTree/qt/
ImageDiff.cpp 67 imageSize -= static_cast<int>(bytesRead);
102 qreal red = (qRed(pixel) - qRed(basePixel)) / static_cast<float>(qMax(255 - qRed(basePixel), qRed(basePixel)));
103 qreal green = (qGreen(pixel) - qGreen(basePixel)) / static_cast<float>(qMax(255 - qGreen(basePixel), qGreen(basePixel)));
104 qreal blue = (qBlue(pixel) - qBlue(basePixel)) / static_cast<float>(qMax(255 - qBlue(basePixel), qBlue(basePixel)));
105 qreal alpha = (qAlpha(pixel) - qAlpha(basePixel)) / static_cast<float>(qMax(255 - qAlpha(basePixel), qAlpha(basePixel)));
118 difference = 100 * sum / static_cast<qreal>(w * h);
134 printf("Content-Length: %lu\n", static_cast<unsigned long>(data.length()));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
functional_hash.h 58 { return static_cast<size_t>(__val); }
103 size_t __result = static_cast<size_t>(2166136261UL);
106 __result ^= static_cast<size_t>(*__first++);
107 __result *= static_cast<size_t>(16777619UL);
120 static_cast<size_t>(14695981039346656037ULL);
123 __result ^= static_cast<size_t>(*__first++);
124 __result *= static_cast<size_t>(1099511628211ULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 65 { return static_cast<size_t>(__val); }
109 size_t __result = static_cast<size_t>(2166136261UL);
113 __result ^= static_cast<size_t>(*__cptr++);
114 __result *= static_cast<size_t>(16777619UL);
128 = static_cast<size_t>(14695981039346656037ULL);
132 __result ^= static_cast<size_t>(*__cptr++);
133 __result *= static_cast<size_t>(1099511628211ULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
functional_hash.h 65 { return static_cast<size_t>(__val); }
109 size_t __result = static_cast<size_t>(2166136261UL);
113 __result ^= static_cast<size_t>(*__cptr++);
114 __result *= static_cast<size_t>(16777619UL);
128 = static_cast<size_t>(14695981039346656037ULL);
132 __result ^= static_cast<size_t>(*__cptr++);
133 __result *= static_cast<size_t>(1099511628211ULL);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 58 { return static_cast<size_t>(__val); }
103 size_t __result = static_cast<size_t>(2166136261UL);
106 __result ^= static_cast<size_t>(*__first++);
107 __result *= static_cast<size_t>(16777619UL);
120 static_cast<size_t>(14695981039346656037ULL);
123 __result ^= static_cast<size_t>(*__first++);
124 __result *= static_cast<size_t>(1099511628211ULL);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 58 { return static_cast<size_t>(__val); }
103 size_t __result = static_cast<size_t>(2166136261UL);
106 __result ^= static_cast<size_t>(*__first++);
107 __result *= static_cast<size_t>(16777619UL);
120 static_cast<size_t>(14695981039346656037ULL);
123 __result ^= static_cast<size_t>(*__first++);
124 __result *= static_cast<size_t>(1099511628211ULL);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
functional_hash.h 58 { return static_cast<size_t>(__val); }
103 size_t __result = static_cast<size_t>(2166136261UL);
106 __result ^= static_cast<size_t>(*__first++);
107 __result *= static_cast<size_t>(16777619UL);
120 static_cast<size_t>(14695981039346656037ULL);
123 __result ^= static_cast<size_t>(*__first++);
124 __result *= static_cast<size_t>(1099511628211ULL);
  /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/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.cpp 65 CFStringRef textEncodingName = static_cast<CFStringRef>(CFDictionaryGetValue(resource, CFSTR("WebResourceTextEncodingName")));
72 CFDataRef data = static_cast<CFDataRef>(CFDictionaryGetValue(resource, CFSTR("WebResourceData")));
108 CFDataRef responseData = static_cast<CFDataRef>(CFDictionaryGetValue(propertyList, CFSTR("WebResourceResponse"))); // WebResourceResponseKey in WebResource.m
150 CFStringRef url1 = static_cast<CFStringRef>(CFDictionaryGetValue(static_cast<CFDictionaryRef>(val1), CFSTR("WebResourceURL")));
151 CFStringRef url2 = static_cast<CFStringRef>(CFDictionaryGetValue(static_cast<CFDictionaryRef>(val2), CFSTR("WebResourceURL")));
174 return static_cast<CFStringRef>(CFRetain(CFSTR("An unknown error occurred converting data to property list.")));
220 return static_cast<CFStringRef>(CFRetain(CFSTR("An unknown error occurred converting property list to data.")));
  /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 35 mHeader = static_cast<Header*>(mData);
141 RowSlotChunk* firstChunk = static_cast<RowSlotChunk*>(offsetToPtr(mHeader->firstChunkOffset));
180 FieldSlot* fieldDir = static_cast<FieldSlot*>(offsetToPtr(fieldDirOffset));
224 RowSlotChunk* chunk = static_cast<RowSlotChunk*>(
227 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
235 RowSlotChunk* chunk = static_cast<RowSlotChunk*>(
238 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
248 chunk = static_cast<RowSlotChunk*>(offsetToPtr(chunk->nextChunkOffset));
268 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...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 83 template<typename T, typename U> inline bool compareEqual(const T& t, const U& u) { return t == static_cast<T>(u); }
324 PseudoId styleType() const { return static_cast<PseudoId>(noninherited_flags._styleType); }
372 EDisplay display() const { return static_cast<EDisplay>(noninherited_flags._effectiveDisplay); }
373 EDisplay originalDisplay() const { return static_cast<EDisplay>(noninherited_flags._originalDisplay); }
393 EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
394 EFloat floating() const { return static_cast<EFloat>(noninherited_flags._floating); }
458 EOverflow overflowX() const { return static_cast<EOverflow>(noninherited_flags._overflowX); }
459 EOverflow overflowY() const { return static_cast<EOverflow>(noninherited_flags._overflowY); }
461 EVisibility visibility() const { return static_cast<EVisibility>(inherited_flags._visibility); }
462 EVerticalAlign verticalAlign() const { return static_cast<EVerticalAlign>(noninherited_flags._vertical_align);
    [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...]

Completed in 1586 milliseconds

<<11121314151617181920>>