OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:static_cast
(Results
701 - 725
of
12288
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/chrome/browser/history/
visit_database_unittest.cc
92
EXPECT_EQ(
static_cast
<size_t>(2), matches.size());
121
EXPECT_EQ(
static_cast
<size_t>(3), matches.size());
134
EXPECT_EQ(
static_cast
<size_t>(2), matches.size());
169
static_cast
<content::PageTransition>(
179
static_cast
<content::PageTransition>(
189
static_cast
<content::PageTransition>(
198
static_cast
<content::PageTransition>(
207
static_cast
<content::PageTransition>(
218
static_cast
<content::PageTransition>(
261
ASSERT_EQ(
static_cast
<size_t>(1), results.size())
[
all
...]
/external/chromium_org/courgette/
assembly_program.cc
41
OP op() const { return
static_cast
<OP>(op_); }
226
return
static_cast
<const InstructionWithLabel*>(instruction)->label();
234
static_cast
<const InstructionWithLabel*>(instruction)->label();
295
while (
static_cast
<size_t>(index) >= available.size())
315
if (index <
static_cast
<int>(available.size()) && available.at(index)) {
338
prev_index =
static_cast
<uint32>(available.size());
410
OriginInstruction* org =
static_cast
<OriginInstruction*>(instruction);
416
uint8 b =
static_cast
<ByteInstruction*>(instruction)->byte_value();
423
static_cast
<BytesInstruction*>(instruction)->byte_values();
424
uint32 len =
static_cast
<BytesInstruction*>(instruction)->len()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
fixed-dtoa.cc
51
uint32_t part =
static_cast
<uint32_t>(accumulator & kMask32);
57
part =
static_cast
<uint32_t>(accumulator & kMask32);
89
int result =
static_cast
<int>(high_bits_ >> (power - 64));
90
high_bits_ -=
static_cast
<uint64_t>(result) << (power - 64);
95
int result =
static_cast
<int>(part_low + part_high);
108
return
static_cast
<int>(high_bits_ >> (position - 64)) & 1;
110
return
static_cast
<int>(low_bits_ >> position) & 1;
163
uint32_t part2 =
static_cast
<uint32_t>(number % kTen7);
165
uint32_t part1 =
static_cast
<uint32_t>(number % kTen7);
166
uint32_t part0 =
static_cast
<uint32_t>(number / kTen7)
[
all
...]
/external/chromium_org/v8/src/
fixed-dtoa.cc
51
uint32_t part =
static_cast
<uint32_t>(accumulator & kMask32);
57
part =
static_cast
<uint32_t>(accumulator & kMask32);
89
int result =
static_cast
<int>(high_bits_ >> (power - 64));
90
high_bits_ -=
static_cast
<uint64_t>(result) << (power - 64);
95
int result =
static_cast
<int>(part_low + part_high);
108
return
static_cast
<int>(high_bits_ >> (position - 64)) & 1;
110
return
static_cast
<int>(low_bits_ >> position) & 1;
162
uint32_t part2 =
static_cast
<uint32_t>(number % kTen7);
164
uint32_t part1 =
static_cast
<uint32_t>(number % kTen7);
165
uint32_t part0 =
static_cast
<uint32_t>(number / kTen7)
[
all
...]
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
181
Set =
static_cast
<CXDiagnosticSetImpl*>(TU->Diagnostics);
202
return
static_cast
<CXDiagnosticSetImpl*>(TU->Diagnostics);
221
CXDiagnosticSetImpl *Diags =
static_cast
<CXDiagnosticSetImpl*>(D);
231
return
static_cast
<CXDiagnostic>(lazyCreateDiags(Unit));
365
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl*>(Diag))
371
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl*>(Diag))
377
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl *>(Diag))
386
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl *>(Diag))
393
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl *>(Diag))
404
if (CXDiagnosticImpl *D =
static_cast
<CXDiagnosticImpl *>(Diag)
[
all
...]
/external/v8/src/
fixed-dtoa.cc
51
uint32_t part =
static_cast
<uint32_t>(accumulator & kMask32);
57
part =
static_cast
<uint32_t>(accumulator & kMask32);
89
int result =
static_cast
<int>(high_bits_ >> (power - 64));
90
high_bits_ -=
static_cast
<uint64_t>(result) << (power - 64);
95
int result =
static_cast
<int>(part_low + part_high);
108
return
static_cast
<int>(high_bits_ >> (position - 64)) & 1;
110
return
static_cast
<int>(low_bits_ >> position) & 1;
162
uint32_t part2 =
static_cast
<uint32_t>(number % kTen7);
164
uint32_t part1 =
static_cast
<uint32_t>(number % kTen7);
165
uint32_t part0 =
static_cast
<uint32_t>(number / kTen7)
[
all
...]
/external/chromium/base/
string_piece.cc
52
return result != ptr_ + length_ ?
static_cast
<size_t>(result - ptr_) : npos;
64
return result != last ?
static_cast
<size_t>(result - ptr_) : npos;
93
table[
static_cast
<unsigned char>(data[i])] = true;
109
if (lookup[
static_cast
<unsigned char>(ptr_[i])]) {
131
if (!lookup[
static_cast
<unsigned char>(ptr_[i])]) {
161
if (lookup[
static_cast
<unsigned char>(ptr_[i])])
185
if (!lookup[
static_cast
<unsigned char>(ptr_[i])])
/external/chromium/chrome/browser/prefs/
pref_value_store.cc
110
if (GetValueFromStore(name.c_str(),
static_cast
<PrefStoreType>(i),
192
i <=
static_cast
<size_t>(last_checked_store); ++i) {
193
if (PrefValueInStore(name,
static_cast
<PrefStoreType>(i)))
202
if (PrefValueInStore(name,
static_cast
<PrefStoreType>(i)))
203
return
static_cast
<PrefStoreType>(i);
213
const PrefStore* store = GetPrefStore(
static_cast
<PrefStoreType>(store_type));
253
GetPrefStore(
static_cast
<PrefStoreType>(i));
/external/chromium/crypto/
sha2_unittest.cc
25
EXPECT_EQ(expected1[i],
static_cast
<int>(output1[i]));
31
EXPECT_EQ(expected1[i],
static_cast
<int>(output_truncated1[i]));
50
EXPECT_EQ(expected1[i],
static_cast
<uint8>(output1[i]));
69
EXPECT_EQ(expected2[i],
static_cast
<int>(output2[i]));
75
EXPECT_EQ(expected2[i],
static_cast
<int>(output_truncated2[i]));
93
EXPECT_EQ(expected3[i],
static_cast
<int>(output3[i]));
99
EXPECT_EQ(expected3[i],
static_cast
<int>(output_truncated3[i]));
/external/chromium_org/ash/desktop_background/
desktop_background_view.cc
35
return
static_cast
<int>(floor(x + 0.5));
84
double horizontal_ratio =
static_cast
<double>(width()) /
85
static_cast
<double>(wallpaper.width());
86
double vertical_ratio =
static_cast
<double>(height()) /
87
static_cast
<double>(wallpaper.height());
92
RoundPositive(
static_cast
<double>(width()) / vertical_ratio),
96
RoundPositive(
static_cast
<double>(height()) / horizontal_ratio));
/external/chromium_org/base/
atomicops_internals_x86_msvc.h
29
static_cast
<LONG>(new_value),
30
static_cast
<LONG>(old_value));
31
return
static_cast
<Atomic32>(result);
38
static_cast
<LONG>(new_value));
39
return
static_cast
<Atomic32>(result);
46
static_cast
<LONG>(increment)) + increment;
134
static_cast
<LONGLONG>(increment)) + increment;
/external/chromium_org/base/prefs/
pref_value_store.cc
108
static_cast
<PrefStoreType>(i), out_value))
196
i <=
static_cast
<size_t>(last_checked_store); ++i) {
197
if (PrefValueInStore(name,
static_cast
<PrefStoreType>(i)))
206
if (PrefValueInStore(name,
static_cast
<PrefStoreType>(i)))
207
return
static_cast
<PrefStoreType>(i);
217
const PrefStore* store = GetPrefStore(
static_cast
<PrefStoreType>(store_type));
272
GetPrefStore(
static_cast
<PrefStoreType>(i));
/external/chromium_org/content/test/
test_web_contents.cc
51
return
static_cast
<TestRenderViewHost*>(GetPendingRenderViewHost());
98
static_cast
<RenderViewHostImpl*>(
136
static_cast
<TestRenderViewHost*>(GetPendingRenderViewHost());
138
rvh =
static_cast
<TestRenderViewHost*>(old_rvh);
152
static_cast
<RenderViewHostImpl*>(old_rvh)->OnSwappedOut(false);
159
TestRenderViewHost* rvh =
static_cast
<TestRenderViewHost*>(
189
static_cast
<const SiteInstanceImpl*>(site_instance);
/external/chromium_org/crypto/
sha2_unittest.cc
25
EXPECT_EQ(expected1[i],
static_cast
<int>(output1[i]));
31
EXPECT_EQ(expected1[i],
static_cast
<int>(output_truncated1[i]));
50
EXPECT_EQ(expected1[i],
static_cast
<uint8>(output1[i]));
69
EXPECT_EQ(expected2[i],
static_cast
<int>(output2[i]));
75
EXPECT_EQ(expected2[i],
static_cast
<int>(output_truncated2[i]));
93
EXPECT_EQ(expected3[i],
static_cast
<int>(output3[i]));
99
EXPECT_EQ(expected3[i],
static_cast
<int>(output_truncated3[i]));
/external/chromium_org/gpu/command_buffer/service/
context_group_unittest.cc
76
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kNumVertexAttribs),
78
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kNumTextureUnits),
80
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kMaxTextureImageUnits),
82
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kMaxVertexTextureImageUnits),
84
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kMaxFragmentUniformVectors),
86
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kMaxVaryingVectors),
88
EXPECT_EQ(
static_cast
<uint32>(TestHelper::kMaxVertexUniformVectors),
/external/chromium_org/media/audio/android/
opensles_output.cc
33
format_.numChannels =
static_cast
<SLuint32>(params.channels());
35
format_.samplesPerSec =
static_cast
<SLuint32>(params.sample_rate() * 1000);
127
float volume_float =
static_cast
<float>(volume);
135
*volume =
static_cast
<double>(volume_);
142
{ SL_ENGINEOPTION_THREADSAFE,
static_cast
<SLuint32>(SL_BOOLEAN_TRUE) }
178
static_cast
<SLuint32>(kNumOfQueuesInBuffer)
273
DCHECK_LE(
static_cast
<size_t>(num_filled_bytes), buffer_size_bytes_);
/external/chromium_org/media/base/android/
webaudio_media_codec_bridge.cc
86
if (
static_cast
<uint32_t>(write(fd, encoded_data.memory(), data_size_))
131
static_cast
<unsigned long>(channel_count),
132
static_cast
<unsigned long>(sample_rate),
135
static_cast
<unsigned long>(
160
static_cast
<int8_t*>(env->GetDirectBufferAddress(buf));
161
size_t count =
static_cast
<size_t>(buf_size);
169
int16_t* data =
static_cast
<int16_t*>(env->GetDirectBufferAddress(buf));
/external/chromium_org/sandbox/linux/seccomp-bpf/
syscall_unittest.cc
75
static_cast
<std::vector<uint64_t>*>(aux);
121
BPF_ASSERT(BPF_AUX[0] ==
static_cast
<uint64_t>(syscall_args[0]));
122
BPF_ASSERT(BPF_AUX[1] ==
static_cast
<uint64_t>(syscall_args[1]));
123
BPF_ASSERT(BPF_AUX[2] ==
static_cast
<uint64_t>(syscall_args[2]));
124
BPF_ASSERT(BPF_AUX[3] ==
static_cast
<uint64_t>(syscall_args[3]));
125
BPF_ASSERT(BPF_AUX[4] ==
static_cast
<uint64_t>(syscall_args[4]));
126
BPF_ASSERT(BPF_AUX[5] ==
static_cast
<uint64_t>(syscall_args[5]));
/external/chromium_org/skia/ext/
image_operations_unittest.cc
40
return SkColorSetARGB(
static_cast
<unsigned char>(accum[3] / count),
41
static_cast
<unsigned char>(accum[2] / count),
42
static_cast
<unsigned char>(accum[1] / count),
43
static_cast
<unsigned char>(accum[0] / count));
51
accum[0] +=
static_cast
<float>(SkColorGetA(cur));
52
accum[1] +=
static_cast
<float>(SkColorGetR(cur));
53
accum[2] +=
static_cast
<float>(SkColorGetG(cur));
54
accum[3] +=
static_cast
<float>(SkColorGetB(cur));
57
SkColorSetARGB(
static_cast
<uint8_t>(accum[0] / color_count),
58
static_cast
<uint8_t>(accum[1] / color_count)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.cpp
46
return
static_cast
<SVGCursorElement*>(element);
104
m_hotSpot.setX(
static_cast
<int>(x));
107
m_hotSpot.setY(
static_cast
<int>(y));
125
return
static_cast
<CSSImageSetValue*>(m_imageValue.get())->cachedImageSet(loader, deviceScaleFactor);
149
return
static_cast
<StyleFetchedImage*>(m_image.get());
158
return
static_cast
<CSSImageSetValue*>(m_imageValue.get())->cachedOrPendingImageSet(deviceScaleFactor);
180
return
static_cast
<StyleFetchedImage*>(m_image.get())->cachedImage()->url().string();
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechSynthesis.cpp
169
fireEvent(eventNames().boundaryEvent,
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), charIndex, wordBoundaryString);
172
fireEvent(eventNames().boundaryEvent,
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), charIndex, sentenceBoundaryString);
182
fireEvent(eventNames().startEvent,
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
189
fireEvent(eventNames().pauseEvent,
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
196
fireEvent(eventNames().resumeEvent,
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), 0, String());
202
handleSpeakingCompleted(
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), false);
208
handleSpeakingCompleted(
static_cast
<SpeechSynthesisUtterance*>(utterance->client()), true);
/external/chromium_org/third_party/leveldatabase/src/table/
format.cc
17
assert(offset_ != ~
static_cast
<uint64_t>(0));
18
assert(size_ != ~
static_cast
<uint64_t>(0));
39
PutFixed32(dst,
static_cast
<uint32_t>(kTableMagicNumber & 0xffffffffu));
40
PutFixed32(dst,
static_cast
<uint32_t>(kTableMagicNumber >> 32));
48
const uint64_t magic = ((
static_cast
<uint64_t>(magic_hi) << 32) |
49
(
static_cast
<uint64_t>(magic_lo)));
76
size_t n =
static_cast
<size_t>(handle.size());
/external/chromium_org/third_party/libjingle/source/talk/base/
urlencode.cc
91
return
static_cast
<int>(dest - start);
118
while (
static_cast
<unsigned>(dest - start) < max && *source) {
119
unsigned char ch =
static_cast
<unsigned char>(*source);
125
if (
static_cast
<unsigned>(dest - start) + 4 > max) {
134
ASSERT(
static_cast
<unsigned int>(dest - start) < max);
137
return
static_cast
<int>(dest - start);
176
int needed_length =
static_cast
<int>(decoded.length()) * 3 + 1;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc
70
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
75
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
83
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
87
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
101
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) elements.push_back(i);
105
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
110
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc
70
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
75
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
83
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
87
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
101
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) elements.push_back(i);
105
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
110
for (intptr_t i = 0; i <
static_cast
<intptr_t>(limit); i++) {
Completed in 1114 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>