/external/chromium/third_party/libjingle/source/talk/base/ |
basictypes.h | 108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) 109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)) 110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)) 111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const void *>(&a) [all...] |
/external/chromium_org/gpu/command_buffer/tests/ |
gl_texture_storage_unittests.cc | 87 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 90 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 93 EXPECT_EQ(static_cast<GLenum>(GL_INVALID_OPERATION), glGetError()); 104 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 107 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 110 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 113 EXPECT_EQ(static_cast<GLenum>(GL_INVALID_OPERATION), glGetError()); 120 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()); 122 EXPECT_EQ(static_cast<GLenum>(GL_INVALID_ENUM), glGetError()); 130 EXPECT_EQ(static_cast<GLenum>(GL_NO_ERROR), glGetError()) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSImageGeneratorValue.cpp | 113 return static_cast<CSSCanvasValue*>(this)->image(renderer, size); 115 return static_cast<CSSCrossfadeValue*>(this)->image(renderer, size); 117 return static_cast<CSSLinearGradientValue*>(this)->image(renderer, size); 119 return static_cast<CSSRadialGradientValue*>(this)->image(renderer, size); 130 return static_cast<const CSSCanvasValue*>(this)->isFixedSize(); 132 return static_cast<const CSSCrossfadeValue*>(this)->isFixedSize(); 134 return static_cast<const CSSLinearGradientValue*>(this)->isFixedSize(); 136 return static_cast<const CSSRadialGradientValue*>(this)->isFixedSize(); 147 return static_cast<CSSCanvasValue*>(this)->fixedSize(renderer); 149 return static_cast<CSSCrossfadeValue*>(this)->fixedSize(renderer) [all...] |
/external/chromium/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 29 DCHECK_LE(start + length, static_cast<int>([icon_images_ count])); 34 static_cast<int>([icon_images_ count])); 38 DCHECK_LE(start, static_cast<int>([icon_images_ count])); 42 if (start == static_cast<int>([icon_images_ count])) { 50 static_cast<int>([icon_images_ count])); 54 DCHECK_LE(start + length, static_cast<int>([icon_images_ count])); 59 static_cast<int>([icon_images_ count])); 64 static_cast<int>([icon_images_ count])); 66 DCHECK_LT(row, static_cast<int>([icon_images_ count])); 67 NSImage* image = static_cast<NSImage*>([icon_images_ pointerAtIndex:row]) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 29 DCHECK_LE(start + length, static_cast<int>([icon_images_ count])); 34 static_cast<int>([icon_images_ count])); 38 DCHECK_LE(start, static_cast<int>([icon_images_ count])); 42 if (start == static_cast<int>([icon_images_ count])) { 50 static_cast<int>([icon_images_ count])); 54 DCHECK_LE(start + length, static_cast<int>([icon_images_ count])); 59 static_cast<int>([icon_images_ count])); 64 static_cast<int>([icon_images_ count])); 66 DCHECK_LT(row, static_cast<int>([icon_images_ count])); 67 NSImage* image = static_cast<NSImage*>([icon_images_ pointerAtIndex:row]) [all...] |
/art/runtime/jdwp/ |
jdwp_bits.h | 40 bytes.push_back(static_cast<uint8_t>(value >> 8)); 41 bytes.push_back(static_cast<uint8_t>(value)); 45 bytes.push_back(static_cast<uint8_t>(value >> 24)); 46 bytes.push_back(static_cast<uint8_t>(value >> 16)); 47 bytes.push_back(static_cast<uint8_t>(value >> 8)); 48 bytes.push_back(static_cast<uint8_t>(value)); 52 bytes.push_back(static_cast<uint8_t>(value >> 56)); 53 bytes.push_back(static_cast<uint8_t>(value >> 48)); 54 bytes.push_back(static_cast<uint8_t>(value >> 40)); 55 bytes.push_back(static_cast<uint8_t>(value >> 32)) [all...] |
/external/chromium_org/content/common/indexed_db/ |
indexed_db_key_unittest.cc | 22 estimates.push_back(static_cast<size_t>(16)); // Overhead. 25 estimates.push_back(static_cast<size_t>(16)); 29 estimates.push_back(static_cast<size_t>(24)); // Overhead + sizeof(double). 33 estimates.push_back(static_cast<size_t>(24)); // Overhead + sizeof(double). 35 const string16 string(1024, static_cast<char16>('X')); 38 estimates.push_back(static_cast<size_t>(2064)); 48 estimates.push_back(static_cast<size_t>(24592));
|
/external/chromium_org/gpu/command_buffer/service/ |
gles2_cmd_decoder_autogen.h | 15 GLenum texture = static_cast<GLenum>(c.texture); 30 GLenum target = static_cast<GLenum>(c.target); 42 GLenum target = static_cast<GLenum>(c.target); 54 GLenum target = static_cast<GLenum>(c.target); 66 GLenum target = static_cast<GLenum>(c.target); 78 GLclampf red = static_cast<GLclampf>(c.red); 79 GLclampf green = static_cast<GLclampf>(c.green); 80 GLclampf blue = static_cast<GLclampf>(c.blue); 81 GLclampf alpha = static_cast<GLclampf>(c.alpha); 97 GLenum mode = static_cast<GLenum>(c.mode) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CSSRuleCustom.cpp | 60 return wrap(static_cast<CSSStyleRule*>(impl), creationContext, isolate); 62 return wrap(static_cast<CSSCharsetRule*>(impl), creationContext, isolate); 64 return wrap(static_cast<CSSImportRule*>(impl), creationContext, isolate); 66 return wrap(static_cast<CSSMediaRule*>(impl), creationContext, isolate); 68 return wrap(static_cast<CSSFontFaceRule*>(impl), creationContext, isolate); 70 return wrap(static_cast<CSSPageRule*>(impl), creationContext, isolate); 72 return wrap(static_cast<CSSKeyframeRule*>(impl), creationContext, isolate); 74 return wrap(static_cast<CSSKeyframesRule*>(impl), creationContext, isolate); 76 return wrap(static_cast<CSSSupportsRule*>(impl), creationContext, isolate); 78 return wrap(static_cast<CSSViewportRule*>(impl), creationContext, isolate) [all...] |
/external/chromium_org/ui/base/ozone/ |
events_ozone.cc | 14 const ui::Event* event = static_cast<const ui::Event*>(native_event); 19 const ui::Event* event = static_cast<const ui::Event*>(native_event); 24 const ui::Event* event = static_cast<const ui::Event*>(native_event); 31 static_cast<const ui::LocatedEvent*>(native_event); 44 static_cast<const ui::MouseEvent*>(native_event); 50 const ui::KeyEvent* event = static_cast<const ui::KeyEvent*>(native_event); 56 const ui::Event* e = static_cast<const ui::Event*>(native_event); 62 static_cast<const ui::MouseWheelEvent*>(native_event); 72 static_cast<const ui::TouchEvent*>(native_event); 79 static_cast<const ui::TouchEvent*>(native_event) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
special_function_util.h | 64 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 67 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 70 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 73 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 76 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 79 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 82 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 85 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 88 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 91 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
special_function_util.h | 63 { return static_cast<_Tp>(3.1415926535897932384626433832795029L); } 66 { return static_cast<_Tp>(1.5707963267948966192313216916397514L); } 69 { return static_cast<_Tp>(1.0471975511965977461542144610931676L); } 72 { return static_cast<_Tp>(0.7853981633974483096156608458198757L); } 75 { return static_cast<_Tp>(0.3183098861837906715377675267450287L); } 78 { return static_cast<_Tp>(1.1283791670955125738961589031215452L); } 81 { return static_cast<_Tp>(1.4142135623730950488016887242096981L); } 84 { return static_cast<_Tp>(1.7320508075688772935274463415058723L); } 87 { return static_cast<_Tp>(1.2533141373155002512078826424055226L); } 90 { return static_cast<_Tp>(0.7071067811865475244008443621048490L); [all...] |
/external/chromium_org/chrome/browser/history/ |
shortcuts_backend_factory.cc | 18 return static_cast<ShortcutsBackend*>( 25 return static_cast<ShortcutsBackend*>( 39 new ShortcutsBackend(static_cast<Profile*>(profile), false)); 50 new ShortcutsBackend(static_cast<Profile*>(profile), true)); 68 new ShortcutsBackend(static_cast<Profile*>(profile), false));
|
/external/chromium_org/ui/gfx/android/ |
device_display_info.cc | 30 return static_cast<int>(result); 37 return static_cast<int>(result); 44 return static_cast<int>(result); 51 return static_cast<int>(result); 58 return static_cast<double>(result);
|
/external/clang/test/SemaObjCXX/ |
arc-type-conversion.mm | 38 (void)static_cast<int*>(arg); // expected-error {{cannot cast from type 'id' to pointer type 'int *'}} 39 (void)static_cast<id>(arg); 40 (void)static_cast<__autoreleasing id*>(arg); // expected-error{{cannot cast from type 'id' to pointer type '__autoreleasing id *'}} 41 (void)static_cast<id*>(arg); // expected-error {{cannot cast from type 'id' to pointer type '__strong id *'}} 43 (void)static_cast<__autoreleasing id**>(voidp_val); 44 (void)static_cast<void*>(voidp_val); 45 (void)static_cast<void**>(arg); // expected-error {{cannot cast from type 'id' to pointer type 'void **'}} 46 (void)static_cast<__strong id**>(0); 49 (void)static_cast<__autoreleasing id*>(idp); // expected-error{{static_cast from '__strong id *' to '__autoreleasing id *' is not allowed} [all...] |