/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 36 void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.Size(), ref); } in Init() function 69 void Init() { _size = 0; } in Init() function 88 void Init(Byte *buffer, size_t size) in Init() function 108 void Init() { _size = 0; } in Init() function
|
D | LockedStream.h | 15 void Init(IInStream *stream) in Init() function 27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) in Init() function
|
/external/lzma/CPP/7zip/Compress/ |
D | ByteSwap.cpp | 31 STDMETHODIMP CByteSwap2::Init() { return S_OK; } in Init() function in CByteSwap2 46 STDMETHODIMP CByteSwap4::Init() { return S_OK; } in Init() function in CByteSwap4
|
D | BranchCoder.cpp | 7 STDMETHODIMP CBranchConverter::Init() in Init() function in CBranchConverter
|
D | DeltaFilter.cpp | 47 STDMETHODIMP CDeltaEncoder::Init() in Init() function in CDeltaEncoder 92 STDMETHODIMP CDeltaDecoder::Init() in Init() function in CDeltaDecoder
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | InStreamWithCRC.h | 27 void Init() in Init() function 55 void Init() in Init() function
|
D | HandlerOut.cpp | 37 void CMultiMethodProps::Init() in Init() function in NArchive::CMultiMethodProps 101 void CSingleMethodProps::Init() in Init() function in NArchive::CSingleMethodProps
|
/external/lzma/CPP/7zip/UI/Console/ |
D | UpdateCallbackConsole.h | 31 void Init(CStdOutStream *outStream) in Init() function 65 void Init(CStdOutStream *outStream) in Init() function
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_CommonDecoderResult.cpp | 28 void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes, in Init() function in CBC_CommonDecoderResult 43 void CBC_CommonDecoderResult::Init(const CFX_ByteArray& rawBytes, in Init() function in CBC_CommonDecoderResult
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/extras/WiiMote/ |
D | wiimote.h | 57 void Init() in Init() function 83 void Init() in Init() function 94 void Init() in Init() function 109 void Init() in Init() function 130 void Init() in Init() function 206 void Init() in Init() function 225 void Init() in Init() function 240 void Init() in Init() function 259 void Init() in Init() function
|
/external/webrtc/webrtc/base/ |
D | helpers.cc | 53 bool Init(const void* seed, size_t len) override { return true; } in Init() function in rtc::SecureRandomGenerator 65 bool Init(const void* seed, size_t len) override { return true; } in Init() function in rtc::SecureRandomGenerator 81 virtual bool Init(const void* seed, size_t seed_len) { in Init() function in rtc::SecureRandomGenerator 121 virtual bool Init(const void* seed, size_t len) { in Init() function in rtc::SecureRandomGenerator 152 bool Init(const void* seed, size_t len) override { return true; } in Init() function in rtc::TestRandomGenerator
|
/external/webrtc/talk/app/webrtc/java/src/org/webrtc/ |
D | DataChannel.java | 35 public static class Init { class in DataChannel 46 public Init() {} in Init() method in DataChannel.Init 49 private Init( in Init() method in DataChannel.Init
|
/external/webrtc/webrtc/sound/ |
D | automaticallychosensoundsystem_unittest.cc | 22 virtual bool Init() { in Init() function in rtc::NeverFailsToFailSoundSystem 34 virtual bool Init() { in Init() function in rtc::InitCheckingSoundSystem1 51 virtual bool Init() { in Init() function in rtc::InitCheckingSoundSystem2
|
D | automaticallychosensoundsystem.h | 45 kNumSoundSystems>::Init() { in Init() function
|
/external/v8/src/base/ |
D | lazy-instance.h | 147 static void Init(OnceType* once, Function function, Storage storage) { in Init() function 156 static void Init(OnceType* once, Function function, Storage storage) { in Init() function 177 void Init() const { in Init() function
|
/external/lzma/CS/7zip/Compress/LZMA/ |
D | LzmaDecoder.cs | 30 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LenDecoder 67 public void Init() { for (int i = 0; i < 0x300; i++) m_Decoders[i].Init(); } in Init() method 118 public void Init() in Init() method in SevenZip.Compression.LZMA.Decoder.LiteralDecoder 198 void Init(System.IO.Stream inStream, System.IO.Stream outStream) in Init() method in SevenZip.Compression.LZMA.Decoder
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/lzma/ |
D | Decoder.java | 39 public void Init () { in Init() method in Decoder.LenDecoder 63 public void Init () { in Init() method in Decoder.LiteralDecoder.Decoder2 109 public void Init () { in Init() method in Decoder.LiteralDecoder 170 void Init () throws IOException { in Init() method in Decoder
|
/external/lzma/Java/SevenZip/Compression/LZMA/ |
D | Decoder.java | 27 public void Init() in Init() method in Decoder.LenDecoder 57 public void Init() in Init() method in Decoder.LiteralDecoder.Decoder2 110 public void Init() in Init() method in Decoder.LiteralDecoder 179 void Init() throws IOException in Init() method in Decoder
|
/external/libweave/third_party/chromium/base/ |
D | command_line.h | 26 static bool Init(int argc, const char* const* argv) { return true; } in Init() function
|
/external/llvm/include/llvm/Support/ |
D | JamCRC.h | 36 JamCRC(uint32_t Init = 0xFFFFFFFFU) : CRC(Init) {} in CRC() argument
|
/external/lzma/CS/7zip/Compress/LzmaAlone/ |
D | LzmaBench.cs | 22 public void Init() { A1 = 362436069; A2 = 521288629; } in Init() method in SevenZip.LzmaBench.CRandomGenerator 36 public void Init() in Init() method in SevenZip.LzmaBench.CBitRandomGenerator 123 public void Init() { CRC.Init(); } in Init() method in SevenZip.LzmaBench.CrcOutStream 151 public void Init() { InSize = 0; } in Init() method in SevenZip.LzmaBench.CProgressInfo
|
/external/lzma/CS/7zip/Compress/RangeCoder/ |
D | RangeCoderBitTree.cs | 16 public void Init() in Init() method 114 public void Init() in Init() method
|
/external/libchrome/base/memory/ |
D | manual_constructor.h | 57 inline void Init(const Ts&... params) { in Init() function
|
/external/clang/test/CodeGenCXX/ |
D | debug-info-context.cpp | 12 class Init { class in ios_base
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket2_manager_win.cc | 98 bool UdpSocket2ManagerWindows::Init(int32_t id, in Init() function in webrtc::test::UdpSocket2ManagerWindows 425 int32_t IoContextPool::Init(uint32_t /*increaseSize*/) in Init() function in webrtc::test::IoContextPool 554 int32_t UdpSocket2WorkerWindows::Init() in Init() function in webrtc::test::UdpSocket2WorkerWindows
|