HomeSort by relevance Sort by last modified time
    Searched full:static_cast (Results 51 - 75 of 12557) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/cc/animation/
animation_curve.cc 14 return static_cast<const ColorAnimationCurve*>(this);
21 return static_cast<const FloatAnimationCurve*>(this);
31 return static_cast<const TransformAnimationCurve*>(this);
40 return static_cast<const FilterAnimationCurve*>(this);
50 return static_cast<const ScrollOffsetAnimationCurve*>(this);
55 return static_cast<ScrollOffsetAnimationCurve*>(this);
  /external/chromium_org/device/usb/
usb_ids.cc 16 const UsbVendor* vendor_a = static_cast<const UsbVendor*>(a);
17 const UsbVendor* vendor_b = static_cast<const UsbVendor*>(b);
22 const UsbProduct* product_a = static_cast<const UsbProduct*>(a);
23 const UsbProduct* product_b = static_cast<const UsbProduct*>(b);
35 return static_cast<const UsbVendor*>(result);
55 return static_cast<const UsbProduct*>(result)->name;
  /external/chromium_org/ui/events/
event_handler.cc 25 OnKeyEvent(static_cast<KeyEvent*>(event));
27 OnMouseEvent(static_cast<MouseEvent*>(event));
29 OnScrollEvent(static_cast<ScrollEvent*>(event));
31 OnTouchEvent(static_cast<TouchEvent*>(event));
33 OnGestureEvent(static_cast<GestureEvent*>(event));
35 OnCancelMode(static_cast<CancelModeEvent*>(event));
  /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/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/ui/events/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::KeyEvent* event = static_cast<const ui::KeyEvent*>(native_event);
62 const ui::Event* e = static_cast<const ui::Event*>(native_event);
68 static_cast<const ui::MouseWheelEvent*>(native_event);
78 static_cast<const ui::TouchEvent*>(native_event)
    [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 base::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...]
  /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/media/audio/sounds/
wav_audio_handler_unittest.cc 19 ASSERT_EQ(static_cast<uint16>(2), handler.num_channels());
20 ASSERT_EQ(static_cast<uint16>(16), handler.bits_per_sample());
21 ASSERT_EQ(static_cast<uint32>(48000), handler.sample_rate());
22 ASSERT_EQ(static_cast<uint32>(96000), handler.byte_rate());
30 ASSERT_EQ(static_cast<size_t>(handler.size()), bytes_written);

Completed in 2998 milliseconds

1 23 4 5 6 7 8 91011>>