Searched defs:sealed (Results 1 - 25 of 33) sorted by relevance

12

/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
H A DMainPage.xaml.h15 public ref class MainPage sealed class in namespace:video_capture_xaml
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
H A DOpenCVComponent.h8 public ref class OpenCVLib sealed class in namespace:OpenCVComponent
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
H A DApp.xaml.h15 ref class App sealed class in namespace:FaceDetection
H A DMainPage.xaml.h18 public ref class MainPage sealed class in namespace:FaceDetection
/external/opencv3/samples/winrt/ImageManipulations/common/
H A Dsuspensionmanager.h31 ref class SuspensionManager sealed class in namespace:SDKSample::Common
H A Dsuspensionmanager.cpp61 private ref class WeakFrame sealed class
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
H A DApp.xaml.h15 ref class App sealed class in namespace:OcvImageProcessing
H A DMainPage.xaml.h18 public ref class MainPage sealed class in namespace:OcvImageProcessing
/external/opencv3/samples/winrt_universal/PhoneTutorial/
H A DMainPage.xaml.h15 public ref class MainPage sealed class in namespace:PhoneTutorial
H A DApp.xaml.h15 ref class App sealed class in namespace:PhoneTutorial
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
H A DMainPage.xaml.h15 public ref class MainPage sealed class in namespace:video_capture_xaml
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
H A DApp.xaml.h39 ref class App sealed class in namespace:video_capture_xaml
/external/v8/test/webkit/
H A DpreventExtensions.js71 function sealed(){} function
74 seal(sealed);
77 new sealed;
80 sealed.prototype.prototypeExists = true;
84 shouldBeTrue("(new sealed).prototypeExists");
89 shouldBe('test(seal(obj()))', '"(a:1)(b:4)S"'); // sealed, CANNOT delete a, can modify b, and CANNOT add c
90 shouldBe('test(freeze(obj()))', '"(a:1)(b:2)SF"'); // sealed and frozen, CANNOT delete a, CANNOT modify b, and CANNOT add c
79 sealed.prototype.prototypeExists = true; class
/external/opencv3/modules/videoio/src/cap_winrt/
H A DCaptureFrameGrabber.hpp38 ref class CaptureFrameGrabber sealed class in namespace:Media
H A DMFIncludes.hpp166 ref class MediaSample sealed class
/external/opencv3/samples/winrt/ImageManipulations/
H A DMainPage.xaml.h31 public ref class MainPageSizeChangedEventArgs sealed class in namespace:SDKSample
51 public ref class MainPage sealed class in namespace:SDKSample
H A DAdvancedCapture.xaml.cpp41 ref class ReencodeState sealed class
H A DAdvancedCapture.xaml.h38 public ref class AdvancedCapture sealed class in namespace:SDKSample::MediaCapture
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DBasicTimer.h6 ref class BasicTimer sealed class
H A DDirect3DInterop.h37 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceManipulationHandler class in namespace:PhoneXamlDirect3DApp1Comp
H A DQuadRenderer.h26 ref class QuadRenderer sealed : public Direct3DBase class in inherits:Direct3DBase
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
H A DBasicTimer.h6 ref class BasicTimer sealed class
H A DDirect3DInterop.h29 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceManipulationHandler class in namespace:PhoneXamlDirect3DApp1Comp
H A DCubeRenderer.h27 ref class CubeRenderer sealed : public Direct3DBase class in inherits:Direct3DBase
/external/clang/test/SemaCXX/
H A DMicrosoftExtensions.cpp369 // expected-error@+1 {{'sealed' keyword not permitted with interface types}}
370 __interface InterfaceWithSealed sealed { namespace
377 // expected-warning@+1 {{'sealed' keyword is a Microsoft extension}}
378 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}} member in struct:SomeBase
382 // expected-warning@+1 {{'sealed' keyword is a Microsoft extension}}
383 struct SealedType sealed : SomeBase { struct in inherits:SomeBase
384 // expected-error@+2 {{declaration of 'SealedFunction' overrides a 'sealed' function}}
392 // expected-error@+1 {{base 'SealedType' is marked 'sealed'}}

Completed in 1193 milliseconds

12