OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
176 - 200
of
5706
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/webaudio/
DelayDSPKernel.cpp
51
m_buffer.resize(
static_cast
<size_t>(processor->sampleRate() * DefaultMaxDelayTime));
67
size_t bufferLength =
static_cast
<size_t>(sampleRate * maxDelayTime);
115
int readIndex1 =
static_cast
<int>(readPosition);
119
double input =
static_cast
<float>(*source++);
120
buffer[m_writeIndex] =
static_cast
<float>(input);
128
*destination++ =
static_cast
<float>(output);
/external/webkit/Source/WebCore/wml/
WMLTaskElement.cpp
55
static_cast
<WMLAnchorElement*>(parent)->registerTask(this);
57
static_cast
<WMLDoElement*>(parent)->registerTask(this);
59
static_cast
<WMLOnEventElement*>(parent)->registerTask(this);
67
static_cast
<WMLAnchorElement*>(parent)->deregisterTask(this);
69
static_cast
<WMLDoElement*>(parent)->deregisterTask(this);
71
static_cast
<WMLOnEventElement*>(parent)->deregisterTask(this);
/external/webkit/Tools/TestWebKitAPI/
InjectedBundleController.cpp
65
WKDictionaryRef initializationDictionary =
static_cast
<WKDictionaryRef>(initializationUserData);
67
WKStringRef testName =
static_cast
<WKStringRef>(WKDictionaryGetItemForKey(initializationDictionary, WKStringCreateWithUTF8CString("TestName")));
75
InjectedBundleController* self =
static_cast
<InjectedBundleController*>(const_cast<void*>(clientInfo));
82
InjectedBundleController* self =
static_cast
<InjectedBundleController*>(const_cast<void*>(clientInfo));
89
InjectedBundleController* self =
static_cast
<InjectedBundleController*>(const_cast<void*>(clientInfo));
96
InjectedBundleController* self =
static_cast
<InjectedBundleController*>(const_cast<void*>(clientInfo));
/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()));
/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);
/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/webkit/Source/JavaScriptCore/wtf/
BumpPointerAllocator.h
47
void* allocationEnd =
static_cast
<char*>(m_current) + size;
49
if (allocationEnd <=
static_cast
<void*>(this))
59
void* allocationEnd =
static_cast
<char*>(current) + size;
61
ASSERT(allocationEnd <=
static_cast
<void*>(this));
81
if ((position >= m_start) && (position <=
static_cast
<void*>(this))) {
148
ASSERT((
static_cast
<char*>(previousPool->m_current) + size) > previousPool->m_current); // check for overflow
149
ASSERT((
static_cast
<char*>(previousPool->m_current) + size) >
static_cast
<void*>(previousPool));
163
void* allocationEnd =
static_cast
<char*>(current) + size;
165
if (allocationEnd <=
static_cast
<void*>(pool)
[
all
...]
/external/webkit/Source/WebCore/bindings/js/
JSHTMLDataGridElementCustom.cpp
42
DataGridDataSource* dataSource =
static_cast
<HTMLDataGridElement*>(impl())->dataSource();
51
static_cast
<HTMLDataGridElement*>(impl())->setDataSource(0);
55
static_cast
<HTMLDataGridElement*>(impl())->setDataSource(JSDataGridDataSource::create(value, impl()->document()->frame()));
JSWebKitPointCustom.cpp
37
JSWebKitPointConstructor* jsConstructor =
static_cast
<JSWebKitPointConstructor*>(exec->callee());
42
x =
static_cast
<float>(exec->argument(0).toNumber(exec));
43
y =
static_cast
<float>(exec->argument(1).toNumber(exec));
/external/webkit/Source/WebCore/bindings/v8/custom/
V8NodeCustom.cpp
145
return toV8(
static_cast
<Element*>(impl), forceNewObject);
147
return toV8(
static_cast
<Attr*>(impl), forceNewObject);
149
return toV8(
static_cast
<Text*>(impl), forceNewObject);
151
return toV8(
static_cast
<CDATASection*>(impl), forceNewObject);
153
return toV8(
static_cast
<EntityReference*>(impl), forceNewObject);
155
return toV8(
static_cast
<Entity*>(impl), forceNewObject);
157
return toV8(
static_cast
<ProcessingInstruction*>(impl), forceNewObject);
159
return toV8(
static_cast
<Comment*>(impl), forceNewObject);
161
return toV8(
static_cast
<Document*>(impl), forceNewObject);
163
return toV8(
static_cast
<DocumentType*>(impl), forceNewObject)
[
all
...]
/external/webkit/Source/WebCore/bridge/jni/v8/
JavaFieldJobjectV8.cpp
37
jclass fieldType =
static_cast
<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Class;"));
39
fieldTypeName =
static_cast
<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/String;"));
48
jstring fieldName =
static_cast
<jstring>(callJNIMethod<jobject>(aField, "getName", "()Ljava/lang/String;"));
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGTransformableContainer.cpp
41
SVGStyledTransformableElement* element =
static_cast
<SVGStyledTransformableElement*>(node());
49
if (!element->hasTagName(SVGNames::gTag) || !
static_cast
<SVGGElement*>(element)->isShadowTreeContainerElement())
52
FloatSize translation =
static_cast
<SVGShadowTreeContainerElement*>(element)->containerTranslation();
/external/webkit/Source/WebCore/svg/
SVGFontFaceSrcElement.cpp
52
srcValue =
static_cast
<SVGFontFaceUriElement*>(child)->srcValue();
54
srcValue =
static_cast
<SVGFontFaceNameElement*>(child)->srcValue();
65
static_cast
<SVGFontFaceElement*>(parentNode())->rebuildFontFace();
/external/webkit/Source/WebKit/chromium/src/
WebPluginDocument.cpp
51
WebPluginContainerImpl* container =
static_cast
<WebPluginContainerImpl*>(
static_cast
<PluginDocument*>(doc)->pluginWidget());
69
return
static_cast
<PluginDocument*>(m_private.get());
/external/webkit/Source/WebKit2/Shared/API/c/
WKType.cpp
36
return toAPI(
static_cast
<APIObject*>(const_cast<void*>(typeRef))->type());
41
static_cast
<APIObject*>(const_cast<void*>(typeRef))->ref();
47
static_cast
<APIObject*>(const_cast<void*>(typeRef))->deref();
/frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.cpp
30
return
static_cast
<float>(rand()) / RAND_MAX;
58
picked =
static_cast
<int>(RandFloat() * num_classes_);
59
// picked =
static_cast
<int>(random_.RandFloat() * num_classes_);
65
return
static_cast
<int>(RandFloat() * num_examples);
72
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i) {
81
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i) {
91
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i) {
100
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i) {
127
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i) {
160
for (int i = 0; i <
static_cast
<int>(inputs.size()); ++i)
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
point_iterators.hpp
176
return &
static_cast
<leaf_pointer>(m_p_nd)->value();
183
return
static_cast
<leaf_pointer>(m_p_nd)->value();
242
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_min;
271
m_p_nd =
static_cast
<head_pointer>(m_p_nd)->m_p_max;
295
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
310
static_cast
<internal_node_pointer>(p_nd->m_p_parent);
334
return
static_cast
<leaf_pointer>(p_nd);
335
return
static_cast
<internal_node_pointer>(p_nd)->leftmost_descendant();
342
return
static_cast
<leaf_pointer>(p_nd);
343
return
static_cast
<internal_node_pointer>(p_nd)->rightmost_descendant()
[
all
...]
Completed in 1087 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>