HomeSort by relevance Sort by last modified time
    Searched refs:sealed (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Constants.cs 42 internal sealed class Constants
GrammarRuleAttribute.cs 39 public sealed class GrammarRuleAttribute : Attribute {
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/
MainPage.xaml.h 15 public ref class MainPage sealed class in namespace:video_capture_xaml
  /external/opencv3/samples/winrt/FaceDetection/FaceDetection/
App.xaml.h 15 ref class App sealed class in namespace:FaceDetection
MainPage.xaml.h 18 public ref class MainPage sealed class in namespace:FaceDetection
  /external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
App.xaml.h 15 ref class App sealed class in namespace:OcvImageProcessing
MainPage.xaml.h 18 public ref class MainPage sealed class in namespace:OcvImageProcessing
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
MainPage.xaml.h 15 public ref class MainPage sealed class in namespace:video_capture_xaml
  /external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
OpenCVComponent.h 8 public ref class OpenCVLib sealed class in namespace:OpenCVComponent
  /libcore/ojluni/src/main/java/java/util/logging/
ConsoleHandler.java 89 sealed = false;
92 sealed = true;
SocketHandler.java 110 sealed = false;
119 sealed = true;
138 sealed = false;
140 sealed = true;
MemoryHandler.java 106 sealed = false;
108 sealed = true;
157 sealed = false;
159 sealed = true;
StreamHandler.java 93 sealed = false;
95 sealed = true;
106 sealed = false;
110 sealed = true;
Handler.java 57 // Package private support for security checking. When sealed
59 boolean sealed = true; field in class:Handler
296 // If "sealed" is true, we check that the caller has
300 if (sealed) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
GrammarRuleAttribute.cs 40 public sealed class GrammarRuleAttribute : Attribute
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
AntlrRuntime_BaseTreeDebugView.cs 37 internal sealed class AntlrRuntime_BaseTreeDebugView
  /external/opencv3/samples/winrt_universal/PhoneTutorial/
MainPage.xaml.h 15 public ref class MainPage sealed class in namespace:PhoneTutorial
App.xaml.h 15 ref class App sealed class in namespace:PhoneTutorial
  /external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
App.xaml.h 39 ref class App sealed class in namespace:video_capture_xaml
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.h 31 ref class SuspensionManager sealed class in namespace:SDKSample::Common
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 6 ref class BasicTimer sealed class
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
BasicTimer.h 6 ref class BasicTimer sealed class
  /external/opencv3/samples/winrt/ImageManipulations/
MainPage.xaml.h 31 public ref class MainPageSizeChangedEventArgs sealed class in namespace:SDKSample
51 public ref class MainPage sealed class in namespace:SDKSample
  /external/opencv3/modules/videoio/src/cap_winrt/
CaptureFrameGrabber.hpp 38 ref class CaptureFrameGrabber sealed class in namespace:Media
  /libcore/ojluni/src/main/java/java/net/
URLClassLoader.java 389 "sealing violation: package " + pkgname + " is sealed");
454 * version and sealing information. For sealed packages, the additional
472 String sealed = null;
483 sealed = attr.getValue(Name.SEALED);
505 if (sealed == null) {
506 sealed = attr.getValue(Name.SEALED);
509 if ("true".equalsIgnoreCase(sealed)) {
517 * Returns true if the specified package name is sealed according to th
    [all...]

Completed in 526 milliseconds

1 2 3 4