Searched defs:Init (Results 126 - 150 of 577) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.h31 void Init(CStdOutStream *outStream) function in class:CCallbackConsoleBase
65 void Init(CStdOutStream *outStream) function in class:CUpdateCallbackConsole
69 CCallbackConsoleBase::Init(outStream);
/external/lzma/CPP/Common/
H A DCrcReg.cpp42 STDMETHOD_(void, Init)();
49 STDMETHODIMP_(void) CCrcHasher::Init() function in class:CCrcHasher
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs10 void Init(); method in interface:SevenZip.Compression.LZ.IInWindowStream
H A DLzOutWindow.cs27 public void Init(System.IO.Stream stream, bool solid) method in class:SevenZip.Compression.LZ.OutWindow
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBit.cs15 public void Init() { Prob = kBitModelTotal >> 1; } method in struct:SevenZip.Compression.RangeCoder.BitEncoder
87 public void Init() { Prob = kBitModelTotal >> 1; } method in struct:SevenZip.Compression.RangeCoder.BitDecoder
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java36 public void Init(boolean solid) method in class:OutWindow
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DDecoder.java27 public final void Init() throws IOException method in class:Decoder
/external/pdfium/core/fxge/android/
H A Dcfx_androidfontinfo.cpp16 bool CFX_AndroidFontInfo::Init(CFPF_SkiaFontMgr* pFontMgr) { function in class:CFX_AndroidFontInfo
/external/pdfium/xfa/fde/css/
H A Dcfde_csssyntaxparser.cpp35 bool CFDE_CSSSyntaxParser::Init(const FX_WCHAR* pBuffer, function in class:CFDE_CSSSyntaxParser
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp33 QRCodeField->Init();
35 DataMatrixField->Init();
60 void CBC_ReedSolomonGF256::Init() { function in class:CBC_ReedSolomonGF256
93 temp->Init(this, &coefficients, e);
/external/pdfium/xfa/fxbarcode/qrcode/
H A DBC_QRCoderBitVector.cpp31 void CBC_QRCoderBitVector::Init() { function in class:CBC_QRCoderBitVector
/external/skia/src/core/
H A DSkGraphics.cpp46 void SkGraphics::Init() { function in class:SkGraphics
47 // SkGraphics::Init() must be thread-safe and idempotent.
49 SkOpts::Init();
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
H A DConstantMerge.cpp143 Constant *Init = GV->getInitializer(); local
146 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
176 Constant *Init = GV->getInitializer(); local
179 PointerIntPair<Constant*, 1, bool> Pair(Init, hasKnownAlignment(GV));
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTBackground.cpp45 @Description Init some values.
88 @Function Init
95 EPVRTError CPVRTBackground::Init(const SPVRTContext * const pContext, bool bRotate, CPVRTString *pszError) function in class:CPVRTBackground
/external/webp/src/utils/
H A Dthread_utils.h55 void (*Init)(WebPWorker* const worker); member in struct:__anon24262
/external/webrtc/webrtc/base/
H A Dchecks.cc88 Init(file, line);
92 Init(file, line);
107 void FatalMessage::Init(const char* file, int line) { function in class:rtc::FatalMessage
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Ddtmf_tone_generator.cc107 int DtmfToneGenerator::Init(int fs, int event, int attenuation) { function in class:webrtc::DtmfToneGenerator
/external/webrtc/webrtc/modules/video_capture/windows/
H A Ddevice_info_mf.cc22 int32_t DeviceInfoMF::Init() { function in class:webrtc::videocapturemodule::DeviceInfoMF
H A Dvideo_capture_ds.cc63 int32_t VideoCaptureDS::Init(const int32_t id, const char* deviceUniqueIdUTF8) function in class:webrtc::videocapturemodule::VideoCaptureDS
74 if (_dsInfo.Init() != 0)
/external/webrtc/webrtc/modules/video_coding/test/
H A Dstream_generator.cc27 void StreamGenerator::Init(uint16_t start_seq_num, int64_t current_time) { function in class:webrtc::StreamGenerator
/external/webrtc/webrtc/sound/
H A Dautomaticallychosensoundsystem_unittest.cc22 virtual bool Init() { function in class:rtc::NeverFailsToFailSoundSystem
34 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem1
51 virtual bool Init() { function in class:rtc::InitCheckingSoundSystem2
118 EXPECT_FALSE(sound_system.Init());
129 EXPECT_TRUE(sound_system.Init());
142 EXPECT_TRUE(sound_system.Init());
156 EXPECT_TRUE(sound_system.Init());
175 EXPECT_TRUE(sound_system.Init());
192 EXPECT_TRUE(sound_system->Init());
/external/webrtc/webrtc/system_wrappers/source/
H A Dcondition_variable_native_win.cc39 if (!ret_val->Init()) {
46 bool ConditionVariableNativeWin::Init() { function in class:webrtc::ConditionVariableNativeWin
/external/webrtc/webrtc/test/
H A Dfake_audio_device.cc49 int32_t FakeAudioDevice::Init() { function in class:webrtc::test::FakeAudioDevice
H A Dframe_generator_capturer.cc32 if (!capturer->Init()) {
52 if (!capturer->Init()) {
83 bool FrameGeneratorCapturer::Init() { function in class:webrtc::test::FrameGeneratorCapturer
/external/webrtc/webrtc/test/linux/
H A Dglx_renderer.cc34 bool GlxRenderer::Init(const char* window_title) { function in class:webrtc::test::GlxRenderer
83 GlRenderer::Init();
111 if (!glx_renderer->Init(window_title)) {

Completed in 529 milliseconds

1234567891011>>