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

<<21222324252627282930>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
char_traits.h 130 { return static_cast<char_type>(__c); }
134 { return static_cast<int_type>(__c); }
142 { return static_cast<int_type>(_CHAR_TRAITS_EOF); }
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
271 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
275 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
283 { return static_cast<char_type>(__c); }
289 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
char_traits.h 130 { return static_cast<char_type>(__c); }
134 { return static_cast<int_type>(__c); }
142 { return static_cast<int_type>(_CHAR_TRAITS_EOF); }
189 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
267 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
271 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
275 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
279 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
283 { return static_cast<char_type>(__c); }
289 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 125 { return static_cast<char_type>(__c); }
129 { return static_cast<int_type>(__c); }
137 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); }
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
269 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
273 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
281 { return static_cast<char_type>(__c); }
287 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
forward_list.tcc 44 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
50 __curr = static_cast<_Node*>(__curr->_M_next);
73 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
86 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
90 __curr = static_cast<_Node*>(__curr->_M_next);
293 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
296 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next))
309 __curr = static_cast<_Node*>(__curr->_M_next);
322 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
323 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 125 { return static_cast<char_type>(__c); }
129 { return static_cast<int_type>(__c); }
137 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); }
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
269 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
273 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
281 { return static_cast<char_type>(__c); }
287 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
forward_list.tcc 44 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
50 __curr = static_cast<_Node*>(__curr->_M_next);
73 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
86 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
90 __curr = static_cast<_Node*>(__curr->_M_next);
294 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
297 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next))
310 __curr = static_cast<_Node*>(__curr->_M_next);
323 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
324 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
char_traits.h 125 { return static_cast<char_type>(__c); }
129 { return static_cast<int_type>(__c); }
137 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); }
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
269 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
273 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
281 { return static_cast<char_type>(__c); }
287 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
forward_list.tcc 44 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
50 __curr = static_cast<_Node*>(__curr->_M_next);
73 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
86 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
90 __curr = static_cast<_Node*>(__curr->_M_next);
293 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
296 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next))
309 __curr = static_cast<_Node*>(__curr->_M_next);
322 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
323 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
char_traits.h 125 { return static_cast<char_type>(__c); }
129 { return static_cast<int_type>(__c); }
137 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); }
184 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
265 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
269 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
273 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
277 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
281 { return static_cast<char_type>(__c); }
287 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
forward_list.tcc 44 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
50 __curr = static_cast<_Node*>(__curr->_M_next);
73 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
86 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
90 __curr = static_cast<_Node*>(__curr->_M_next);
294 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
297 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next))
310 __curr = static_cast<_Node*>(__curr->_M_next);
323 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
324 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
char_traits.h 123 { return static_cast<char_type>(__c); }
127 { return static_cast<int_type>(__c); }
135 { return static_cast<int_type>(_GLIBCXX_STDIO_EOF); }
182 return static_cast<_CharT*>(__builtin_memmove(__s1, __s2,
263 { return static_cast<const char_type*>(__builtin_memchr(__s, __a, __n)); }
267 { return static_cast<char_type*>(__builtin_memmove(__s1, __s2, __n)); }
271 { return static_cast<char_type*>(__builtin_memcpy(__s1, __s2, __n)); }
275 { return static_cast<char_type*>(__builtin_memset(__s, __a, __n)); }
279 { return static_cast<char_type>(__c); }
285 { return static_cast<int_type>(static_cast<unsigned char>(__c));
    [all...]
forward_list.tcc 51 _Node* __curr = static_cast<_Node*>(__lst._M_impl._M_head._M_next);
58 __curr = static_cast<_Node*>(__curr->_M_next);
82 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
97 _Node* __curr = static_cast<_Node*>(__pos->_M_next);
101 __curr = static_cast<_Node*>(__curr->_M_next);
302 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
305 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next))
317 __curr = static_cast<_Node*>(__curr->_M_next);
330 _Node* __curr = static_cast<_Node*>(&this->_M_impl._M_head);
331 while (_Node* __tmp = static_cast<_Node*>(__curr->_M_next)
    [all...]
  /external/chromium/base/
pickle.cc 36 DCHECK_GE(static_cast<size_t>(header_size), sizeof(Header));
47 if (data_len >= static_cast<int>(sizeof(Header)))
50 if (header_size_ > static_cast<unsigned int>(data_len))
239 if (len > INT_MAX / static_cast<int>(sizeof(wchar_t)))
303 if (!WriteInt(static_cast<int>(value.size())))
306 return WriteBytes(value.data(), static_cast<int>(value.size()));
310 if (!WriteInt(static_cast<int>(value.size())))
314 static_cast<int>(value.size() * sizeof(wchar_t)));
318 if (!WriteInt(static_cast<int>(value.size())))
322 static_cast<int>(value.size()) * sizeof(char16))
    [all...]
  /external/chromium/chrome/browser/autofill/
name_field_unittest.cc 57 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
98 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
131 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
161 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
199 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
232 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
270 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
311 ASSERT_NE(static_cast<NameField*>(NULL), field_.get());
344 ASSERT_EQ(static_cast<NameField*>(NULL), field_.get());
377 ASSERT_NE(static_cast<NameField*>(NULL), field_.get())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
rounded_window.cc 48 delete static_cast<RoundedWindowData*>(data);
91 int y = static_cast<int>(sqrt(static_cast<double>(
119 int y = static_cast<int>(sqrt(static_cast<double>(
145 int y = static_cast<int>(sqrt(static_cast<double>(
174 int y = static_cast<int>(sqrt(static_cast<double>(
204 RoundedWindowData* data = static_cast<RoundedWindowData*>
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
rounded_window.cc 49 delete static_cast<RoundedWindowData*>(data);
92 int y = static_cast<int>(sqrt(static_cast<double>(
120 int y = static_cast<int>(sqrt(static_cast<double>(
146 int y = static_cast<int>(sqrt(static_cast<double>(
175 int y = static_cast<int>(sqrt(static_cast<double>(
205 RoundedWindowData* data = static_cast<RoundedWindowData*>
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.cc 71 var = pp::Var(static_cast<int32_t>(arg->u.lval));
97 static_cast<void*>(this),
98 static_cast<void*>(plugin)));
103 static_cast<void*>(this)));
105 static_cast<void*>(this)));
117 static_cast<void*>(plugin)));
126 static_cast<void*>(scriptable_plugin)));
133 static_cast<void*>(this), name.DebugString().c_str()));
149 static_cast<void*>(this), name.DebugString().c_str()));
236 static_cast<void*>(this), static_cast<void*>(var_)))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));
35 return static_cast<CondCode>(cc ^ 7);
255 return static_cast<CmpInstruction *>(this);
262 return static_cast<const CmpInstruction *>(this);
269 return static_cast<FlowInstruction *>(this);
276 return static_cast<const FlowInstruction *>(this);
283 return static_cast<TexInstruction *>(this);
290 return static_cast<const TexInstruction *>(this);
308 return static_cast<LValue *>(this);
315 return static_cast<Symbol *>(this)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_inlines.h 30 return static_cast<CondCode>(ccRev[cc & 7] | (cc & ~7));
35 return static_cast<CondCode>(cc ^ 7);
255 return static_cast<CmpInstruction *>(this);
262 return static_cast<const CmpInstruction *>(this);
269 return static_cast<FlowInstruction *>(this);
276 return static_cast<const FlowInstruction *>(this);
283 return static_cast<TexInstruction *>(this);
290 return static_cast<const TexInstruction *>(this);
308 return static_cast<LValue *>(this);
315 return static_cast<Symbol *>(this)
    [all...]
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 109 SkDebugf("[%d] pointDegenerates order=%d\n", static_cast<int>(index), order);
118 SkDebugf("[%d] notPointDegenerates order=%d\n", static_cast<int>(index), order);
127 SkDebugf("[%d] lines order=%d\n", static_cast<int>(index), order);
136 SkDebugf("[%d] notLines order=%d\n", static_cast<int>(index), order);
145 SkDebugf("[%d] line mod by epsilon order=%d\n", static_cast<int>(index), order);
154 SkDebugf("[%d] line less by epsilon/2 order=%d\n", static_cast<int>(index), order);
163 SkDebugf("[%d] line neg by epsilon/2 order=%d\n", static_cast<int>(index), order);
173 SkDebugf("[%d] point quad order=%d\n", static_cast<int>(index), order);
183 SkDebugf("[%d] line quad order=%d\n", static_cast<int>(index), order);
193 SkDebugf("[%d] line mod quad order=%d\n", static_cast<int>(index), order)
    [all...]
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 48 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format);
60 uint32_t w = static_cast<uint32_t>(width);
61 uint32_t h = static_cast<uint32_t>(height);
62 int32_t q = static_cast<int32_t>(quality);
109 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format);
132 env->CallVoidMethod(dimens, setMethod, static_cast<jint>(w),
133 static_cast<jint>(h));
232 int8_t* in_bytes = static_cast<int8_t*>(in_buf);
233 int32_t in_len = static_cast<int32_t>(inCount);
234 int32_t off = static_cast<int32_t>(offset)
    [all...]
  /external/chromium/webkit/glue/
multipart_response_delegate_unittest.cc 220 static_cast<int>(no_start_boundary.length()),
221 static_cast<int>(no_start_boundary.length()));
225 EXPECT_EQ(static_cast<int>(no_start_boundary.length()),
239 static_cast<int>(no_end_boundary.length()),
240 static_cast<int>(no_end_boundary.length()));
244 EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
251 EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
261 static_cast<int>(no_boundaries.length()),
262 static_cast<int>(no_boundaries.length()));
266 EXPECT_EQ(static_cast<int>(no_boundaries.length())
    [all...]
  /external/chromium_org/webkit/child/
multipart_response_delegate_unittest.cc 220 static_cast<int>(no_start_boundary.length()),
221 static_cast<int>(no_start_boundary.length()));
225 EXPECT_EQ(static_cast<int>(no_start_boundary.length()),
239 static_cast<int>(no_end_boundary.length()),
240 static_cast<int>(no_end_boundary.length()));
244 EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
251 EXPECT_EQ(static_cast<int>(no_end_boundary.length()),
261 static_cast<int>(no_boundaries.length()),
262 static_cast<int>(no_boundaries.length()));
266 EXPECT_EQ(static_cast<int>(no_boundaries.length())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp 589 uint8_t sourceR = static_cast<uint8_t>(static_cast<float>(source[0]) * scaleFactor);
601 uint8_t sourceR = static_cast<uint8_t>(static_cast<float>(source[0]) * scaleFactor);
622 uint8_t sourceR = static_cast<uint8_t>(static_cast<float>(source[0]) * scaleFactor);
635 uint8_t sourceR = static_cast<uint8_t>(static_cast<float>(source[0]) * scaleFactor);
658 uint8_t sourceR = static_cast<uint8_t>(static_cast<float>(source[0]) * scaleFactor)
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
network_library_unittest.cc 142 cros_ = static_cast<NetworkLibraryImplStub*>(NetworkLibrary::Get());
226 ASSERT_NE(static_cast<const Network*>(NULL), wifi2);
231 ASSERT_NE(static_cast<const Network*>(NULL), cellular1);
236 ASSERT_NE(static_cast<const EthernetNetwork*>(NULL),
239 EXPECT_NE(static_cast<const Network*>(NULL),
245 ASSERT_NE(static_cast<const WifiNetwork*>(NULL), cros_->wifi_network());
247 EXPECT_NE(static_cast<const WifiNetwork*>(NULL),
254 ASSERT_NE(static_cast<const CellularNetwork*>(NULL),
257 EXPECT_NE(static_cast<const CellularNetwork*>(NULL),
264 ASSERT_EQ(static_cast<const VirtualNetwork*>(NULL), cros_->virtual_network())
    [all...]

Completed in 913 milliseconds

<<21222324252627282930>>