Searched refs:implementation (Results 51 - 75 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
H A DRTCVideoRenderer.mm63 @implementation RTCVideoRenderer {
96 @implementation RTCVideoRenderer (Internal)
H A DRTCEAGLVideoView.m53 @implementation RTCDisplayLinkTimer {
104 @implementation RTCEAGLVideoView {
224 @implementation RTCEAGLVideoView (Internal)
H A DRTCMediaStream.mm40 @implementation RTCMediaStream {
105 @implementation RTCMediaStream (Internal)
/external/chromium_org/third_party/sqlite/src/src/
H A Dhwtime.h72 #error Need implementation of sqlite3Hwtime() for your platform.
/external/clang/test/Analysis/Inputs/
H A Dsystem-header-simulator-for-malloc.h22 @implementation Wrapper
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzWindow.m53 @implementation SDL_QuartzWindow
201 @implementation SDL_QuartzWindowDelegate
220 @implementation SDL_QuartzView
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc119 RefCountImpl<videocapturemodule::VideoCaptureAndroid>* implementation = local
121 if (implementation->Init(id, deviceUniqueIdUTF8) != 0) {
122 delete implementation;
123 implementation = NULL;
125 return implementation;
/external/aac/libFDK/include/
H A Dfixmul.h118 #pragma message ("Extremely slow implementation of fixmuldiv2_DD !!")
120 #warning Extremely slow implementation of fixmuldiv2_DD !!
131 #pragma message ("Extremely slow implementation of fixmuldiv2BitExact_DD !!")
133 #warning Extremely slow implementation of fixmuldiv2BitExact_DD !!
150 #pragma message ("Extremely slow implementation of fixmulBitExact_DD !!")
152 #warning Extremely slow implementation of fixmulBitExact_DD !!
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
H A DST.stg78 @implementation <returnScopeImplementation.name>
170 <@STAttrMap.implementation()>
193 @STAttrMap.implementation() ::= <<
194 /* -------- ST start STAttrMap.implementation ------------ */
198 @implementation STAttrMap
203 /* -------- ST end STAttrMap.implementation ------------ */
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCAppDelegate.m40 @implementation APPRTCAppDelegate {
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dcocoa_full_screen_window.mm16 @implementation CocoaFullScreenWindow
/external/chromium_org/third_party/webrtc/test/mac/
H A Drun_test.mm29 @implementation TestRunner
/external/deqp/framework/platform/ios/
H A DtcuIOSAppDelegate.m28 @implementation tcuIOSAppDelegate
H A DtcuIOSViewController.m35 @implementation tcuIOSViewController
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_trace.spec42 Application-side implementation of these features raises namespace
49 The extension spec is in the public domain. The current implementation
87 indentation and formatting has been used, is up to the implementation.
95 RESOLVED: No. The implementation is not forced to use this information
/external/chromium_org/third_party/webrtc/modules/audio_device/android/
H A Dsingle_rw_fifo.cc48 #error Add an implementation of MemoryBarrier() for this platform!
/external/chromium_org/ui/gl/
H A Dgl_implementation_win.cc111 bool InitializeStaticGLBindings(GLImplementation implementation) { argument
112 // Prevent reinitialization with a different implementation. Once the gpu
114 // later switch to another GL implementation.
123 switch (implementation) {
324 bool InitializeDynamicGLBindings(GLImplementation implementation, argument
326 switch (implementation) {
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec42 Application-side implementation of these features raises namespace
49 The extension spec is in the public domain. The current implementation
87 indentation and formatting has been used, is up to the implementation.
95 RESOLVED: No. The implementation is not forced to use this information
/external/stlport/stlport/stl/config/
H A Dcompat.h79 use its iostreams implementation or no iostreams at all.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/output1/
H A DTreeRewriteParser.m77 @implementation TreeRewriteParser_rule_return
110 @implementation TreeRewriteParser_subrule_return
145 @implementation TreeRewriteParser // line 610
349 @end /* end of TreeRewriteParser implementation line 669 */
/external/chromium_org/third_party/mesa/src/docs/
H A DWL_bind_wayland_display.spec37 wl_display means that the EGL implementation should provide one or
43 Adding an implementation specific wayland interface, allows the
44 EGL implementation to define specific wayland requests and events,
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_linux.cc37 RefCountImpl<videocapturemodule::VideoCaptureModuleV4L2>* implementation = local
40 if (!implementation || implementation->Init(deviceUniqueId) != 0)
42 delete implementation;
43 implementation = NULL;
46 return implementation;
/external/mesa3d/docs/
H A DWL_bind_wayland_display.spec37 wl_display means that the EGL implementation should provide one or
43 Adding an implementation specific wayland interface, allows the
44 EGL implementation to define specific wayland requests and events,
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRFileStream.m38 @implementation ANTLRFileStream
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.m75 @implementation CombinedParser // line 637
199 @end /* end of CombinedParser implementation line 692 */

Completed in 712 milliseconds

1234567891011>>