Searched defs:Init (Results 51 - 75 of 577) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Compress/
H A DByteSwap.cpp17 STDMETHOD(Init)();
27 STDMETHOD(Init)();
31 STDMETHODIMP CByteSwap2::Init() { return S_OK; } function in class:CByteSwap2
46 STDMETHODIMP CByteSwap4::Init() { return S_OK; } function in class:CByteSwap4
/external/lzma/CPP/Common/
H A DSha256Reg.cpp18 CSha256Hasher() { Init(); };
22 STDMETHOD_(void, Init)();
28 STDMETHODIMP_(void) CSha256Hasher::Init() function in class:CSha256Hasher
H A DXzCrc64Reg.cpp23 STDMETHOD_(void, Init)();
29 STDMETHODIMP_(void) CXzCrc64Hasher::Init() function in class:CXzCrc64Hasher
/external/lzma/CS/7zip/Common/
H A DCRC.cs27 public void Init() { _value = 0xFFFFFFFF; } method in class:SevenZip.CRC
45 // crc.Init();
/external/lzma/Java/SevenZip/
H A DCRC.java25 public void Init() method in class:CRC
/external/lzma/Java/SevenZip/Compression/RangeCoder/
H A DBitTreeDecoder.java14 public void Init() method in class:BitTreeDecoder
H A DBitTreeEncoder.java15 public void Init() method in class:BitTreeEncoder
/external/pdfium/core/fxge/ge/
H A Dcfx_gemodule.cpp47 void CFX_GEModule::Init(const char** userFontPaths, function in class:CFX_GEModule
/external/pdfium/xfa/fxbarcode/common/
H A DBC_CommonByteMatrix.cpp31 void CBC_CommonByteMatrix::Init() { function in class:CBC_CommonByteMatrix
/external/protobuf/src/google/protobuf/stubs/
H A Donce.h62 // void Init();
65 // // Calls Init() exactly once.
67 // GoogleOnceInit(&once_init, &Init);
147 // If this->Init() has not been called before by any thread,
152 void Init(void (*func_with_arg)(T*), T* arg) { function in class:google::protobuf::GoogleOnceDynamic
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc61 Init(ba);
65 Init(data->array_);
70 Init(data->array_);
78 void FontData::Init(ByteArray* ba) { function in class:sfntly::FontData
H A Dmemory_byte_array.cc44 void MemoryByteArray::Init() { function in class:sfntly::MemoryByteArray
52 Init();
61 Init();
67 Init();
76 Init();
89 Init();
/external/swiftshader/third_party/LLVM/unittests/VMCore/
H A DVerifierTest.cpp51 Constant *Init = Constant::getNullValue(Ty); local
54 Init, "foo");
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpost_decode_vad.cc30 Init();
39 void PostDecodeVad::Init() { function in class:webrtc::PostDecodeVad
67 Init();
H A Drtcp.cc22 void Rtcp::Init(uint16_t start_sequence_number) { function in class:webrtc::Rtcp
/external/webrtc/webrtc/modules/video_capture/windows/
H A Dvideo_capture_mf.cc19 int32_t VideoCaptureMF::Init(const int32_t id, const char* device_id) { function in class:webrtc::videocapturemodule::VideoCaptureMF
/external/webrtc/webrtc/system_wrappers/source/
H A Drw_lock_posix.cc24 if (!ret_val->Init()) {
31 bool RWLockPosix::Init() { function in class:webrtc::RWLockPosix
/external/webrtc/webrtc/test/gl/
H A Dgl_renderer.cc23 void GlRenderer::Init() { function in class:webrtc::test::GlRenderer
/external/webrtc/webrtc/test/
H A Drtp_file_writer_unittest.cc23 void Init(const std::string& filename) { function in class:webrtc::RtpFileWriterTest
69 Init("test_rtp_file_writer.rtp");
/external/webrtc/webrtc/test/testsupport/
H A Dframe_reader.cc31 bool FrameReaderImpl::Init() { function in class:webrtc::test::FrameReaderImpl
H A Dframe_writer.cc29 bool FrameWriterImpl::Init() { function in class:webrtc::test::FrameWriterImpl
/external/clang/lib/Sema/
H A DScope.cpp88 void Scope::Init(Scope *parent, unsigned flags) { function in class:Scope
/external/drm_hwcomposer/
H A Dplatformdrmgeneric.cpp40 int ret = importer->Init();
56 int DrmGenericImporter::Init() { function in class:android::DrmGenericImporter
H A Dvirtualcompositorworker.cpp45 int VirtualCompositorWorker::Init() { function in class:android::VirtualCompositorWorker
/external/libchrome/base/memory/
H A Dmanual_constructor.h57 inline void Init(Ts&&... params) { function in class:base::ManualConstructor
62 Init(std::move(*o));

Completed in 569 milliseconds

1234567891011>>