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

<<919293949596979899100>>

  /external/chromium_org/media/audio/mac/
audio_low_latency_input_mac_unittest.cc 114 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate());
127 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate());
189 AUAudioInputStream* auais = static_cast<AUAudioInputStream*>(ais);
226 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate());
261 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate());
302 int fs = static_cast<int>(AUAudioInputStream::HardwareSampleRate());
  /external/chromium_org/net/disk_cache/v3/
block_bitmaps.cc 42 if (!CreateBlockFile(i, static_cast<FileType>(i + 1), true))
49 if (!RemoveEmptyFile(static_cast<FileType>(i + 1)))
196 if (static_cast<unsigned int>(file_index) >= block_files_.size() ||
202 DCHECK(block_files_.size() >= static_cast<unsigned int>(file_index));
264 int file_size = static_cast<int>(file->GetLength());
265 if (file_size < static_cast<int>(sizeof(*header)))
  /external/chromium_org/ppapi/tests/
test_audio.cc 17 static_cast<size_t>(!(sizeof(a) % sizeof(*(a)))))
34 audio_interface_ = static_cast<const PPB_Audio*>(
36 audio_config_interface_ = static_cast<const PPB_AudioConfig*>(
38 core_interface_ = static_cast<const PPB_Core*>(
323 *static_cast<volatile unsigned*>(NULL) = 0xdeadbeef;
330 TestAudio* thiz = static_cast<TestAudio*>(user_data);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontChromiumWin.cpp 167 float left = static_cast<float>(point.x() + state.characterToX(from));
168 float right = static_cast<float>(point.x() + state.characterToX(to));
173 right - left, static_cast<float>(h));
176 left - right, static_cast<float>(h));
205 return static_cast<float>(state.width());
213 int x = static_cast<int>(xFloat);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 130 if (static_cast<SVGClipPathElement*>(node())->clipPathUnitsCurrentValue() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
155 AffineTransform animatedLocalTransform = static_cast<SVGClipPathElement*>(node())->animatedLocalTransform();
211 SVGClipPathElement* clipPath = static_cast<SVGClipPathElement*>(node());
280 m_clipBoundaries = static_cast<SVGClipPathElement*>(node())->animatedLocalTransform().mapRect(m_clipBoundaries);
289 SVGClipPathElement* clipPathElement = static_cast<SVGClipPathElement*>(node());
323 if (static_cast<SVGClipPathElement*>(node())->clipPathUnitsCurrentValue() == SVGUnitTypes::SVG_UNIT_TYPE_OBJECTBOUNDINGBOX) {
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringBuilder.cpp 121 memcpy(m_bufferCharacters8, currentCharacters, static_cast<size_t>(m_length) * sizeof(LChar)); // This can't overflow.
135 memcpy(m_bufferCharacters16, currentCharacters, static_cast<size_t>(m_length) * sizeof(UChar)); // This can't overflow.
269 LChar lChar = static_cast<LChar>(*characters);
288 memcpy(m_bufferCharacters16 + m_length, characters, static_cast<size_t>(length) * sizeof(UChar));
291 memcpy(appendUninitialized<UChar>(length), characters, static_cast<size_t>(length) * sizeof(UChar));
303 memcpy(dest, characters, static_cast<size_t>(length) * sizeof(LChar));
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 193 EXPECT_TRUE(recorder->AddChannel(static_cast<VideoChannel*>(channel),
196 EXPECT_TRUE(recorder->AddChannel(static_cast<VoiceChannel*>(channel),
269 static_cast<VideoChannel*>(channel),
273 static_cast<VoiceChannel*>(channel),
301 static_cast<VideoChannel*>(channel),
305 static_cast<VoiceChannel*>(channel),
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-printers.cc 151 switch (static_cast<wchar_t>(c)) {
184 *os << static_cast<char>(c);
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
212 return PrintAsWideStringLiteralTo(static_cast<unsigned char>(c), os);
240 static_cast<UnsignedChar>(c)).c_str();
291 if (is_previous_hex && isascii(cur) && IsXDigit(static_cast<char>(cur))) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_extension.cc 166 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
253 static_cast<uint64>(count),
254 static_cast<uint64>(size),
255 static_cast<uint64>(count),
256 static_cast<uint64>(size));
375 return static_cast<MallocExtension_Ownership>(
  /external/chromium_org/third_party/tcmalloc/vendor/src/
malloc_extension.cc 165 ReleaseToSystem(static_cast<size_t>(-1)); // SIZE_T_MAX
248 static_cast<uint64>(count),
249 static_cast<uint64>(size),
250 static_cast<uint64>(count),
251 static_cast<uint64>(size));
370 return static_cast<MallocExtension_Ownership>(
  /external/chromium_org/v8/src/
dateparser.h 60 return static_cast<unsigned>(x - lo) <= static_cast<unsigned>(hi - lo);
151 int GetAsciiSignValue() const { return 44 - static_cast<int>(ch_); }
182 return static_cast<KeywordType>(tag_);
190 return static_cast<char>(value_);
297 return static_cast<KeywordType>(array[i][kTypeOffset]);
  /external/gtest/src/
gtest-printers.cc 151 switch (static_cast<wchar_t>(c)) {
184 *os << static_cast<char>(c);
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
212 return PrintAsWideStringLiteralTo(static_cast<unsigned char>(c), os);
240 static_cast<UnsignedChar>(c)).c_str();
291 if (is_previous_hex && isascii(cur) && IsXDigit(static_cast<char>(cur))) {
  /external/llvm/include/llvm/Support/
GraphWriter.h 171 O << "\tNode" << static_cast<const void*>(Node) << " [shape=record,";
180 O << "|" << static_cast<const void*>(Node);
204 O << "|" << static_cast<const void*>(Node);
248 DestPort = static_cast<int>(Offset);
254 emitEdge(static_cast<const void*>(Node), edgeidx,
255 static_cast<const void*>(TargetNode), DestPort,
  /external/llvm/utils/unittest/googletest/
gtest-printers.cc 151 switch (static_cast<wchar_t>(c)) {
184 *os << static_cast<char>(c);
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
212 return PrintAsWideStringLiteralTo(static_cast<unsigned char>(c), os);
240 static_cast<UnsignedChar>(c)).c_str();
291 if (is_previous_hex && isascii(cur) && IsXDigit(static_cast<char>(cur))) {
  /external/marisa-trie/tests/
vector-test.cc 35 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[i] == values[i]);
44 ASSERT(static_cast<const marisa::Vector<int> &>(vec).front()
46 ASSERT(static_cast<const marisa::Vector<int> &>(vec).back()
57 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[i] == values[i]);
78 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[i] == values[i]);
93 ASSERT(static_cast<const marisa::Vector<int> &>(vec)[i] == values[i]);
  /external/marisa-trie/v0_1_5/tests/
vector-test.cc 35 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec)[i] ==
45 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec).front()
47 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec).back()
58 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec)[i] ==
80 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec)[i] ==
96 ASSERT(static_cast<const marisa_alpha::Vector<int> &>(vec)[i] ==
  /external/mesa3d/src/gtest/src/
gtest-printers.cc 151 switch (static_cast<wchar_t>(c)) {
184 *os << static_cast<char>(c);
187 *os << String::Format("\\x%X", static_cast<UnsignedChar>(c));
212 return PrintAsWideStringLiteralTo(static_cast<unsigned char>(c), os);
240 static_cast<UnsignedChar>(c)).c_str();
291 if (is_previous_hex && isascii(cur) && IsXDigit(static_cast<char>(cur))) {
  /external/v8/src/
dateparser.h 60 return static_cast<unsigned>(x - lo) <= static_cast<unsigned>(hi - lo);
151 int GetAsciiSignValue() const { return 44 - static_cast<int>(ch_); }
182 return static_cast<KeywordType>(tag_);
190 return static_cast<char>(value_);
297 return static_cast<KeywordType>(array[i][kTypeOffset]);
  /frameworks/av/media/common_time/
ICommonTimeConfig.cpp 65 *priority = static_cast<uint8_t>(reply.readInt32());
75 data.writeInt32(static_cast<int32_t>(priority));
134 *id = static_cast<uint64_t>(reply.readInt64());
335 reply->writeInt32(static_cast<int32_t>(priority));
342 uint8_t priority = static_cast<uint8_t>(data.readInt32());
396 uint64_t id = static_cast<uint64_t>(data.readInt64());
  /frameworks/compile/mclinker/include/mcld/ADT/
BinTree.h 133 { return static_cast<node_type*>(IteratorType::m_pNode)->data; }
136 { return *static_cast<node_type*>(IteratorType::m_pNode)->data; }
139 { return (!IteratorType::isRoot() && (0 != static_cast<node_type*>(IteratorType::m_pNode)->data)); }
219 { return static_cast<node_type*>(m_pNode)->data; }
222 { return *static_cast<node_type*>(m_pNode)->data; }
228 { return (!isRoot() && (0 != static_cast<node_type*>(m_pNode)->data)); }
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
string.cpp 75 *idx = static_cast<size_t>(ptr - p);
94 return static_cast<int>(r);
139 return static_cast<int>(r);
192 *idx = static_cast<size_t>(ptr - p);
365 size_type used = static_cast<size_type>(status);
431 return static_cast<int (__cdecl*)(wchar_t* __restrict, size_t, const wchar_t*__restrict, ...)>(swprintf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.tcc 72 return static_cast<const __numpunct_cache<_CharT>*>(__caches[__i]);
89 && static_cast<signed char>(_M_grouping[0]) > 0
256 __found_grouping += static_cast<char>(__sep_pos);
278 __found_grouping += static_cast<char>(__sep_pos);
301 __found_grouping += static_cast<char>(__sep_pos);
340 __found_grouping += static_cast<char>(__sep_pos);
494 __found_grouping += static_cast<char>(__sep_pos);
537 __found_grouping += static_cast<char>(__sep_pos);
767 __len = static_cast<int>(__w);
845 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT
    [all...]
ostream.tcc 98 return _M_insert(static_cast<long>(static_cast<unsigned short>(__n)));
100 return _M_insert(static_cast<long>(__n));
112 return _M_insert(static_cast<long>(static_cast<unsigned int>(__n)));
114 return _M_insert(static_cast<long>(__n));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.tcc 74 return static_cast<const __numpunct_cache<_CharT>*>(__caches[__i]);
96 && static_cast<signed char>(_M_grouping[0]) > 0
273 __found_grouping += static_cast<char>(__sep_pos);
295 __found_grouping += static_cast<char>(__sep_pos);
318 __found_grouping += static_cast<char>(__sep_pos);
357 __found_grouping += static_cast<char>(__sep_pos);
511 __found_grouping += static_cast<char>(__sep_pos);
554 __found_grouping += static_cast<char>(__sep_pos);
784 __len = static_cast<int>(__w);
862 _CharT* __cs = static_cast<_CharT*>(__builtin_alloca(sizeof(_CharT
    [all...]
ostream.tcc 100 return _M_insert(static_cast<long>(static_cast<unsigned short>(__n)));
102 return _M_insert(static_cast<long>(__n));
114 return _M_insert(static_cast<long>(static_cast<unsigned int>(__n)));
116 return _M_insert(static_cast<long>(__n));

Completed in 664 milliseconds

<<919293949596979899100>>