Home
last modified time | relevance | path

Searched refs:sealed (Results 1 – 25 of 67) sorted by relevance

123

/external/boringssl/src/crypto/cipher/test/
Dmake_legacy_aead_tests.go186 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/
DpreventExtensions.js71 function sealed(){} function
74 seal(sealed);
77 new sealed;
80 sealed.prototype.prototypeExists = true; class
/external/opencv3/samples/winrt/ImageManipulations/
DMainPage.xaml.h31 public ref class MainPageSizeChangedEventArgs sealed
51 public ref class MainPage sealed
DAdvancedCapture.xaml.h38 public ref class AdvancedCapture sealed
/external/clang/test/SemaCXX/
DMicrosoftExtensions.cpp370 __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/
DMainPage.xaml.h15 public ref class MainPage sealed
/external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
DOpenCVComponent.h8 public ref class OpenCVLib sealed
/external/opencv3/samples/winrt/OcvImageProcessing/OcvImageProcessing/
DApp.xaml.h15 ref class App sealed
DMainPage.xaml.h18 public ref class MainPage sealed
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.WindowsPhone/
DMainPage.xaml.h15 public ref class MainPage sealed
/external/opencv3/samples/winrt/FaceDetection/FaceDetection/
DApp.xaml.h15 ref class App sealed
DMainPage.xaml.h18 public ref class MainPage sealed
/external/opencv3/samples/winrt_universal/PhoneTutorial/
DMainPage.xaml.h15 public ref class MainPage sealed
DApp.xaml.h15 ref class App sealed
/external/opencv3/samples/winrt_universal/VideoCaptureXAML/video_capture_xaml/video_capture_xaml.Shared/
DApp.xaml.h39 ref class App sealed
/external/v8/test/mjsunit/
Dstrict-mode.js775 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/
DBasicTimer.h6 ref class BasicTimer sealed
DQuadRenderer.h26 ref class QuadRenderer sealed : public Direct3DBase
DDirect3DInterop.h37 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan…
/external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
DBasicTimer.h6 ref class BasicTimer sealed
DCubeRenderer.h27 ref class CubeRenderer sealed : public Direct3DBase
DDirect3DInterop.h29 public ref class Direct3DInterop sealed : public Windows::Phone::Input::Interop::IDrawingSurfaceMan…
/external/opencv3/samples/winrt/ImageManipulations/common/
Dsuspensionmanager.h31 ref class SuspensionManager sealed
/external/opencv3/modules/videoio/src/cap_winrt/
DCaptureFrameGrabber.hpp38 ref class CaptureFrameGrabber sealed class
DMFIncludes.hpp166 ref class MediaSample sealed class

123