HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 251 - 275 of 4947) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
macwindowpicker.cc 75 CFArrayCreate(NULL, reinterpret_cast<const void **>(&ids), 1, NULL);
78 reinterpret_cast<CGWindowListCreateDescriptionFromArrayProc>(
87 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
89 CFBooleanRef is_visible = reinterpret_cast<CFBooleanRef>(
110 CFArrayCreate(NULL, reinterpret_cast<const void **>(&ids), 1, NULL);
113 reinterpret_cast<CGWindowListCreateDescriptionFromArrayProc>(
122 CFDictionaryRef window = reinterpret_cast<CFDictionaryRef>(
124 CFStringRef window_name_ref = reinterpret_cast<CFStringRef>(
126 CFNumberRef application_pid = reinterpret_cast<CFNumberRef>(
211 reinterpret_cast<CGWindowListCopyWindowInfoProc>(get_window_list_)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter_unittest.cc 132 reinterpret_cast<const char*>(kRtpPacketSsrc1),
136 reinterpret_cast<const char*>(kRtpPacketSsrc2),
140 reinterpret_cast<const char*>(kRtpPacketSsrc2),
143 reinterpret_cast<const char*>(kRtpPacketInvalidSsrc),
146 reinterpret_cast<const char*>(kRtpPacketTooSmall),
154 reinterpret_cast<const char*>(kRtcpPacketCompoundSrSdesSsrc1),
158 reinterpret_cast<const char*>(kRtcpPacketSrSsrc2),
161 reinterpret_cast<const char*>(kRtcpPacketSdesSsrc2),
166 reinterpret_cast<const char*>(kRtcpPacketSdesSsrc2),
170 reinterpret_cast<const char*>(kRtcpPacketSrSsrc01)
    [all...]
  /external/chromium_org/ui/base/glib/
glib_signal.h 25 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
33 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
41 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two); \
49 return reinterpret_cast<CLASS*>(userdata)-> \
60 return reinterpret_cast<CLASS*>(userdata)-> \
71 return reinterpret_cast<CLASS*>(userdata)-> \
82 return reinterpret_cast<CLASS*>(userdata)-> \
90 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender); \
98 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one); \
106 return reinterpret_cast<CLASS*>(userdata)->METHOD(sender, one, two);
    [all...]
  /external/eigen/blas/
level1_impl.h 14 Scalar* x = reinterpret_cast<Scalar*>(px);
15 Scalar* y = reinterpret_cast<Scalar*>(py);
16 Scalar alpha = *reinterpret_cast<Scalar*>(palpha);
33 Scalar* x = reinterpret_cast<Scalar*>(px);
34 Scalar* y = reinterpret_cast<Scalar*>(py);
57 Scalar* x = reinterpret_cast<Scalar*>(px);
68 Scalar* x = reinterpret_cast<Scalar*>(px);
78 Scalar& a = *reinterpret_cast<Scalar*>(pa);
79 Scalar& b = *reinterpret_cast<Scalar*>(pb);
81 Scalar* s = reinterpret_cast<Scalar*>(ps)
    [all...]