Searched defs:Init (Results 76 - 100 of 577) sorted by relevance

1234567891011>>

/external/libchrome/crypto/
H A Dhmac_nss.cc43 bool HMAC::Init(const unsigned char *key, size_t key_length) { function in class:crypto::HMAC
47 // Init must not be called more than twice on the same HMAC object.
81 // Init has not been called before Sign.
/external/libmojo/mojo/edk/test/
H A Dscoped_ipc_support.cc34 void ScopedIPCSupportHelper::Init( function in class:mojo::edk::test::internal::ScopedIPCSupportHelper
50 helper_.Init(this, std::move(io_thread_task_runner));
/external/libmojo/mojo/public/tests/
H A Dtest_support_private.cc60 void TestSupport::Init(TestSupport* test_support) { function in class:mojo::test::TestSupport
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCAPElim.cpp154 ConstantArray *Init = cast<ConstantArray>(GV->getInitializer()); local
155 for (User::op_iterator OI = Init->op_begin(), OE = Init->op_end();
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp37 void CMultiMethodProps::Init() function in class:NArchive::CMultiMethodProps
101 void CSingleMethodProps::Init() function in class:NArchive::CSingleMethodProps
113 Init();
H A DOutStreamWithCRC.h25 void Init(bool calculate = true) function in class:COutStreamWithCRC
/external/lzma/CPP/7zip/Common/
H A DInBuffer.cpp39 void CInBufferBase::Init() throw() function in class:CInBufferBase
/external/lzma/CPP/7zip/Crypto/
H A DMyAes.cpp23 STDMETHODIMP CAesCbcCoder::Init() function in class:NCrypto::CAesCbcCoder
59 CAesCbcCoder::Init(); // don't call virtual function here !!!
H A DRandGen.cpp30 void CRandomGenerator::Init() function in class:CRandomGenerator
94 Init();
/external/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.h83 void Init() function in class:CExtractCallbackConsole
/external/lzma/CS/7zip/Common/
H A DInBuffer.cs21 public void Init(System.IO.Stream stream) method in class:SevenZip.Buffer.InBuffer
H A DOutBuffer.cs24 public void Init() method in class:SevenZip.Buffer.OutBuffer
/external/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs16 public void Init() method in struct:SevenZip.Compression.RangeCoder.BitTreeEncoder
19 Models[i].Init();
114 public void Init() method in struct:SevenZip.Compression.RangeCoder.BitTreeDecoder
117 Models[i].Init();
/external/pdfium/xfa/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomon.cpp33 void CBC_ReedSolomonEncoder::Init() { function in class:CBC_ReedSolomonEncoder
46 temp_poly.Init(m_field, &temp, e);
80 info.Init(m_field, &infoCoefficients, e);
/external/v8/src/compiler/
H A Dcompiler-source-position-table.h25 Init(position);
30 Init(source_positions_->GetSourcePosition(node));
35 void Init(SourcePosition position) { function in class:v8::internal::compiler::final::final
/external/webrtc/talk/media/base/
H A Dcapturerenderadapter.cc60 return_value->Init(); // Can't fail.
91 void CaptureRenderAdapter::Init() { function in class:cricket::CaptureRenderAdapter
/external/webrtc/webrtc/base/
H A Dlogsinks.cc40 std::cerr << "Init() must be called before adding this sink." << std::endl;
46 bool FileRotatingLogSink::Init() { function in class:rtc::FileRotatingLogSink
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Dneteq_external_decoder_test.cc32 void NetEqExternalDecoderTest::Init() { function in class:webrtc::test::NetEqExternalDecoderTest
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_header_extension.h33 Init();
38 Init();
41 void Init() { function in struct:webrtc::HeaderExtension
/external/webrtc/webrtc/modules/video_capture/external/
H A Ddevice_info_external.cc43 virtual int32_t Init() { return 0; } function in class:webrtc::videocapturemodule::ExternalDeviceInfo
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dreference_picture_selection.cc30 void ReferencePictureSelection::Init() { function in class:webrtc::ReferencePictureSelection
/external/webrtc/webrtc/modules/video_render/linux/
H A Dvideo_x11_render.cc30 int32_t VideoX11Render::Init() function in class:webrtc::VideoX11Render
89 renderChannel->Init(_window, left, top, right, bottom);
/external/webrtc/webrtc/sound/
H A Dnullsoundsystem.cc100 bool NullSoundSystem::Init() { function in class:rtc::NullSoundSystem
/external/webrtc/webrtc/test/
H A Drtp_file_reader_unittest.cc23 void Init(const std::string& filename, bool headers_only_file) { function in class:webrtc::TestRtpFileReader
51 Init("pltype103", false);
56 Init("pltype103_header_only", true);
64 void Init(const std::string& filename) { function in class:webrtc::TestPcapFileReader
101 Init("frame-ethernet-ii");
106 Init("frame-loopback");
111 Init("ssrcs-2");
119 Init("ssrcs-3");
H A Drtp_file_writer.cc32 Init();
53 bool Init() { function in class:webrtc::test::RtpDumpWriter

Completed in 2110 milliseconds

1234567891011>>