Searched refs:sealed (Results 1 – 25 of 67) sorted by relevance
123
/external/boringssl/src/crypto/cipher/test/ |
D | make_legacy_aead_tests.go | 186 var sealed []byte 198 sealed = make([]byte, 0, len(input)+len(digest)) 199 sealed = append(sealed, input...) 200 sealed = append(sealed, digest...) 201 stream.XORKeyStream(sealed, sealed) 218 sealed = make([]byte, 0, len(input)+len(digest)+cbc.BlockSize()) 219 sealed = append(sealed, input...) 220 sealed = append(sealed, digest...) 221 paddingLen := cbc.BlockSize() - (len(sealed) % cbc.BlockSize()) 238 sealed = append(sealed, make([]byte, paddingLen-1)...) [all …]
|
/external/v8/test/webkit/ |
D | preventExtensions.js | 71 function sealed(){} function 74 seal(sealed); 77 new sealed; 80 sealed.prototype.prototypeExists = true; class
|
/external/opencv3/samples/winrt/ImageManipulations/ |
D | MainPage.xaml.h | 31 public ref class MainPageSizeChangedEventArgs sealed 51 public ref class MainPage sealed
|
D | AdvancedCapture.xaml.h | 38 public ref class AdvancedCapture sealed
|
/external/clang/test/SemaCXX/ |
D | MicrosoftExtensions.cpp | 370 __interface InterfaceWithSealed sealed { variable 378 virtual void SealedFunction() sealed; // expected-note {{overridden virtual function is here}} 383 struct SealedType sealed : SomeBase { struct
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Windows/ |
D | MainPage.xaml.h | 15 public ref class MainPage sealed
|
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/ |
D | OpenCVComponent.h | 8 public ref class OpenCVLib sealed
|
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/ |
D | App.xaml.h | 15 ref class App sealed
|
D | MainPage.xaml.h | 18 public ref class MainPage sealed
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/ |
D | MainPage.xaml.h | 15 public ref class MainPage sealed
|
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/ |
D | App.xaml.h | 15 ref class App sealed
|
D | MainPage.xaml.h | 18 public ref class MainPage sealed
|
/external/opencv3/samples/winrt_universal/PhoneTutorial/ |
D | MainPage.xaml.h | 15 public ref class MainPage sealed
|
D | App.xaml.h | 15 ref class App sealed
|
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/ |
D | App.xaml.h | 39 ref class App sealed
|
/external/v8/test/mjsunit/ |
D | strict-mode.js | 775 var sealed = Object.seal({}); 783 assertThrows(function() { strict(sealed); }, TypeError); 884 var sealed = Object.seal({}); 891 assertThrows(function() { sealed[zero_number] = "value"; }, TypeError); 893 assertThrows(function() { sealed[zero_symbol] = "value"; }, TypeError); 895 assertThrows(function() { sealed[zero_string] = "value"; }, TypeError);
|
/external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | BasicTimer.h | 6 ref class BasicTimer sealed
|
D | QuadRenderer.h | 26 ref class QuadRenderer sealed : public Direct3DBase
|
D | Direct3DInterop.h | 37 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan…
|
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/ |
D | BasicTimer.h | 6 ref class BasicTimer sealed
|
D | CubeRenderer.h | 27 ref class CubeRenderer sealed : public Direct3DBase
|
D | Direct3DInterop.h | 29 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan…
|
/external/opencv3/samples/winrt/ImageManipulations/common/ |
D | suspensionmanager.h | 31 ref class SuspensionManager sealed
|
/external/opencv3/modules/videoio/src/cap_winrt/ |
D | CaptureFrameGrabber.hpp | 38 ref class CaptureFrameGrabber sealed class
|
D | MFIncludes.hpp | 166 ref class MediaSample sealed class
|
123