| /external/grpc-grpc/src/core/lib/gprpp/ |
| D | manual_constructor.h | 123 void Init() { in Init() function 134 void Init(Ts&&... args) { in Init() function 143 void Init(const DerivedType& x) { in Init() function 147 void Init(DerivedType&& x) { in Init() function 185 void Init() { new (&space_) Type; } in Init() function 194 void Init(Ts&&... args) { in Init() function 202 void Init(const Type& x) { new (&space_) Type(x); } in Init() function 203 void Init(Type&& x) { new (&space_) Type(std::move(x)); } in Init() function
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/ |
| D | manual_constructor.h | 123 void Init() { in Init() function 134 void Init(Ts&&... args) { in Init() function 143 void Init(const DerivedType& x) { in Init() function 147 void Init(DerivedType&& x) { in Init() function 185 void Init() { new (&space_) Type; } in Init() function 194 void Init(Ts&&... args) { in Init() function 202 void Init(const Type& x) { new (&space_) Type(x); } in Init() function 203 void Init(Type&& x) { new (&space_) Type(std::move(x)); } in Init() function
|
| /external/libwebm/common/ |
| D | video_frame.cc | 14 bool VideoFrame::Buffer::Init(std::size_t new_length) { in Init() function in libwebm::VideoFrame::Buffer 29 bool VideoFrame::Init(std::size_t length) { return buffer_.Init(length); } in Init() function in libwebm::VideoFrame 31 bool VideoFrame::Init(std::size_t length, std::int64_t nano_pts, Codec codec) { in Init() function in libwebm::VideoFrame
|
| /external/deqp/external/openglcts/modules/gl/ |
| D | gl4cTextureGatherTests.cpp | 960 virtual void Init() in Init() function in gl4cts::__anone900afea0111::GatherBase 1187 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherInt2DRgba 1254 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherUint2D 1329 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherDepth2D 1361 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherFloat2DArray 1382 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherUnorm2DArray 1408 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherInt2DArray 1478 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherUint2DArray 1558 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherDepth2DArray 1590 virtual void Init() in Init() function in gl4cts::__anone900afea0111::PlainGatherFloatCubeRgba [all …]
|
| /external/deqp/external/openglcts/modules/gles31/ |
| D | es31cTextureGatherTests.cpp | 855 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::GatherBase 1020 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherInt2D 1049 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherUint2D 1093 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherDepth2D 1123 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherFloat2DArray 1142 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherInt2DArray 1181 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherUint2DArray 1230 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherDepth2DArray 1260 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherFloatCube 1284 virtual void Init() in Init() function in glcts::__anonb7af00fb0111::PlainGatherIntCube [all …]
|
| /external/lzma/CPP/7zip/Common/ |
| D | StreamObjects.h | 19 void Init() { _pos = 0; } in Init() function 51 void Init(CReferenceBuf *ref) { Init(ref->Buf, ref->Buf.Size(), ref); } in Init() function 86 void Init() { _size = 0; } in Init() function 105 void Init(Byte *buffer, size_t size) in Init() function 125 void Init() { _size = 0; } in Init() function
|
| D | CWrappers.cpp | 67 void CCompressProgressWrap::Init(ICompressProgressInfo *progress) throw() in Init() function in CCompressProgressWrap 104 void CSeqInStreamWrap::Init(ISequentialInStream *stream) throw() in Init() function in CSeqInStreamWrap 112 void CSeqOutStreamWrap::Init(ISequentialOutStream *stream) throw() in Init() function in CSeqOutStreamWrap 147 void CSeekInStreamWrap::Init(IInStream *stream) throw() in Init() function in CSeekInStreamWrap
|
| /external/tensorflow/tensorflow/core/util/ |
| D | guarded_philox_random.cc | 23 Status GuardedPhiloxRandom::Init(OpKernelConstruction* context) { in Init() function in tensorflow::GuardedPhiloxRandom 41 void GuardedPhiloxRandom::Init(int64_t seed, int64_t seed2) { in Init() function in tensorflow::GuardedPhiloxRandom 53 void GuardedPhiloxRandom::Init(random::PhiloxRandom::ResultType counter, in Init() function in tensorflow::GuardedPhiloxRandom
|
| /external/libchrome/mojo/core/embedder/ |
| D | embedder.cc | 24 void Init(const Configuration& configuration) { in Init() function 30 void Init() { in Init() function
|
| /external/tensorflow/tensorflow/core/kernels/mkl/ |
| D | mkl_pooling_ops_common.cc | 225 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters 252 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters 277 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters
|
| /external/libchrome/ipc/ |
| D | ipc_test_base.cc | 19 void IPCChannelMojoTestBase::Init(const std::string& test_client_name) { in Init() function in IPCChannelMojoTestBase 62 void IpcChannelMojoTestClient::Init(mojo::ScopedMessagePipeHandle handle) { in Init() function in IpcChannelMojoTestClient
|
| /external/grpc-grpc/test/cpp/common/ |
| D | channel_filter_test.cc | 31 grpc_error* Init(grpc_channel_element* elem, in Init() function in grpc::testing::MyChannelData 42 grpc_error* Init(grpc_call_element* elem, in Init() function in grpc::testing::MyCallData
|
| /external/lzma/CPP/7zip/Archive/Common/ |
| D | InStreamWithCRC.h | 27 void Init() in Init() function 55 void Init() in Init() function
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | logging_ops_test.cc | 35 Status Init(const string& output_stream = "log(warning)") { in Init() function in tensorflow::__anona7e990270111::PrintingV2GraphTest 62 Status Init(DataType input_type1, DataType input_type2, string msg = "", in Init() function in tensorflow::__anona7e990270111::PrintingGraphTest 133 Status Init() { in Init() function in tensorflow::__anona7e990270111::TimestampTest
|
| D | debug_ops_test.cc | 43 Status Init(DataType input_type, const std::vector<string>& debug_urls) { in Init() function in tensorflow::DebugIdentityOpTest 54 Status Init(DataType input_type) { in Init() function in tensorflow::DebugIdentityOpTest 181 Status Init(DataType input_type) { in Init() function in tensorflow::DebugNanCountOpTest 244 Status Init(DataType input_type) { in Init() function in tensorflow::DebugNumericSummaryOpTest 635 Status Init(DataType input_type) { in Init() function in tensorflow::DebugNumericSummaryOpCustomLowerBoundTest 687 Status Init(DataType input_type) { in Init() function in tensorflow::DebugNumericSummaryOpCustomLowerUpperBoundsTest
|
| /external/lzma/CPP/7zip/Compress/ |
| D | ByteSwap.cpp | 32 STDMETHODIMP CByteSwap2::Init() { return S_OK; } in Init() function in NCompress::NByteSwap::CByteSwap2 55 STDMETHODIMP CByteSwap4::Init() { return S_OK; } in Init() function in NCompress::NByteSwap::CByteSwap4
|
| /external/grpc-grpc/test/cpp/microbenchmarks/ |
| D | bm_channel.cc | 45 void Init() override { in Init() function in InsecureChannelFixture 53 void Init() override { in Init() function in LameChannelFixture
|
| /external/libtextclassifier/abseil-cpp/absl/hash/ |
| D | hash.h | 307 void Init(T* state) { in Init() function 313 void Init(HashState* state) { in Init() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/hash/ |
| D | hash.h | 307 void Init(T* state) { in Init() function 313 void Init(HashState* state) { in Init() function
|
| /external/openscreen/third_party/abseil/src/absl/hash/ |
| D | hash.h | 307 void Init(T* state) { in Init() function 313 void Init(HashState* state) { in Init() function
|
| /external/libchrome/crypto/ |
| D | hmac.cc | 44 bool HMAC::Init(const unsigned char* key, size_t key_length) { in Init() function in crypto::HMAC 52 bool HMAC::Init(const SymmetricKey* key) { in Init() function in crypto::HMAC
|
| /external/google-benchmark/src/ |
| D | re.h | 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 119 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function
|
| /external/libcxx/utils/google-benchmark/src/ |
| D | re.h | 90 inline bool Regex::Init(const std::string& spec, std::string* error) { in Init() function 119 inline bool Regex::Init(const std::string& spec, std::string* error) { 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/abseil-cpp/absl/hash/ |
| D | hash.h | 329 void Init(T* state) { in Init() function 335 void Init(HashState* state) { in Init() function
|