Home
last modified time | relevance | path

Searched defs:Init (Results 1 – 25 of 1529) sorted by relevance

12345678910>>...62

/external/grpc-grpc/test/core/surface/
Dinit_test.cc46 TEST(Init, test) { in TEST() argument
63 TEST(Init, blocking) { in TEST() argument
69 TEST(Init, ShutdownWithThread) { in TEST() argument
80 TEST(Init, mixed) { in TEST() argument
90 TEST(Init, MixedWithThread) { in TEST() argument
105 TEST(Init, Repeatedly) { in TEST() argument
118 TEST(Init, RepeatedlyBlocking) { in TEST() argument
130 TEST(Init, TimerManagerHoldsLastInit) { in TEST() argument
/external/rust/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dmanual_constructor.h119 void Init() { Construct(get()); } in Init() function
128 void Init(Ts&&... args) { in Init() function
136 void Init(const Type& x) { Construct(get(), x); } in Init() function
137 void Init(Type&& x) { Construct(get(), std::forward<Type>(x)); } in Init() function
/external/grpc-grpc/src/core/lib/gprpp/
Dmanual_constructor.h118 void Init() { Construct(get()); } in Init() function
127 void Init(Ts&&... args) { in Init() function
135 void Init(const Type& x) { Construct(get(), x); } in Init() function
136 void Init(Type&& x) { Construct(get(), std::forward<Type>(x)); } in Init() function
/external/libwebm/common/
Dvideo_frame.cc14 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/
Dgl4cTextureGatherTests.cpp965 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::GatherBase
1192 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherInt2DRgba
1259 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherUint2D
1334 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherDepth2D
1366 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherFloat2DArray
1387 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherUnorm2DArray
1413 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherInt2DArray
1483 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherUint2DArray
1563 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherDepth2DArray
1595 virtual void Init() in Init() function in gl4cts::__anon3b2007520111::PlainGatherFloatCubeRgba
[all …]
/external/deqp/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp858 virtual void Init() in Init() function in glcts::__anon189539630111::GatherBase
1023 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherInt2D
1052 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherUint2D
1096 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherDepth2D
1126 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherFloat2DArray
1145 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherInt2DArray
1184 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherUint2DArray
1233 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherDepth2DArray
1263 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherFloatCube
1287 virtual void Init() in Init() function in glcts::__anon189539630111::PlainGatherIntCube
[all …]
/external/tensorflow/tensorflow/core/util/
Dguarded_philox_random.cc23 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/pigweed/pw_allocator/public/pw_allocator/
Dbucket_block_allocator.h78 void Init(ByteSpan region) { Base::Init(region); } in Init() function
81 void Init(BlockType* begin) { Base::Init(begin); } in Init() function
84 void Init(BlockType* begin, BlockType* end) override { in Init() function
/external/lzma/CPP/Common/
DRandom.cpp15 void CRandom::Init(unsigned seed) { srand(seed); } in Init() function in CRandom
17 void CRandom::Init() in Init() function in CRandom
/external/libchrome/mojo/core/embedder/
Dembedder.cc24 void Init(const Configuration& configuration) { in Init() function
30 void Init() { in Init() function
/external/lzma/CPP/7zip/Common/
DCWrappers.cpp71 void CCompressProgressWrap::Init(ICompressProgressInfo *progress) throw() in Init() function in CCompressProgressWrap
108 void CSeqInStreamWrap::Init(ISequentialInStream *stream) throw() in Init() function in CSeqInStreamWrap
116 void CSeqOutStreamWrap::Init(ISequentialOutStream *stream) throw() in Init() function in CSeqOutStreamWrap
154 void CSeekInStreamWrap::Init(IInStream *stream) throw() in Init() function in CSeekInStreamWrap
/external/cronet/crypto/
Dhmac.h65 [[nodiscard]] bool Init(std::string_view key) { in Init() function
71 [[nodiscard]] bool Init(base::span<const uint8_t> key) { in Init() function
/external/openthread/src/core/thread/
Dnetwork_diagnostic_tlvs.cpp98 void AnswerTlv::Init(uint16_t aIndex, bool aIsLast) in Init() function in ot::NetworkDiagnostic::AnswerTlv
106 void MleCountersTlv::Init(const Mle::Counters &aMleCounters) in Init() function in ot::NetworkDiagnostic::MleCountersTlv
Dlink_metrics_tlvs.hpp101 void Init(void) { SetType(SubTlv::kReport); } in Init() function in ot::LinkMetrics::ReportSubTlv
189 void Init(void) in Init() function in ot::LinkMetrics::QueryOptionsSubTlv
220 void Init(void) in Init() function in ot::LinkMetrics::FwdProbingRegSubTlv
291 void Init(void) in Init() function in ot::LinkMetrics::EnhAckConfigSubTlv
/external/lzma/CPP/7zip/Compress/
DBranchMisc.cpp14 Z7_COM7F_IMF(CCoder::Init()) in Z7_COM7F_IMF()
31 Z7_COM7F_IMF(CEncoder::Init()) in Z7_COM7F_IMF()
78 Z7_COM7F_IMF(CDecoder::Init()) in Z7_COM7F_IMF()
DByteSwap.cpp19 Z7_COM7F_IMF(CByteSwap2::Init()) { return S_OK; } in Z7_COM7F_IMF()
47 Z7_COM7F_IMF(CByteSwap4::Init()) { return S_OK; } in Z7_COM7F_IMF()
/external/cronet/ipc/
Dipc_test_base.cc20 void IPCChannelMojoTestBase::Init(const std::string& test_client_name) { in Init() function in IPCChannelMojoTestBase
55 void IpcChannelMojoTestClient::Init(mojo::ScopedMessagePipeHandle handle) { in Init() function in IpcChannelMojoTestClient
/external/libchrome/ipc/
Dipc_test_base.cc19 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/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_pooling_ops_common.cc229 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters
256 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters
281 void MklPoolParameters::Init(OpKernelContext* context, in Init() function in tensorflow::MklPoolParameters
/external/openthread/src/core/net/
Ddhcp6.hpp205 void Init(void) in Init() function in ot::Dhcp6::Option
267 void Init(void) in Init() function in ot::Dhcp6::ClientIdentifier
341 void Init(void) in Init() function in ot::Dhcp6::ServerIdentifier
422 void Init(void) in Init() function in ot::Dhcp6::IaNa
497 void Init(void) in Init() function in ot::Dhcp6::IaAddress
580 void Init(void) in Init() function in ot::Dhcp6::ElapsedTime
636 void Init(void) in Init() function in ot::Dhcp6::StatusCode
674 void Init(void) in Init() function in ot::Dhcp6::RapidCommit
/external/openscreen/third_party/abseil/src/absl/hash/
Dhash.h307 void Init(T* state) { in Init() function
313 void Init(HashState* state) { in Init() function
/external/google-benchmark/src/
Dre.h90 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/cronet/third_party/google_benchmark/src/src/
Dre.h90 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/
Dre.h90 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/libchrome/crypto/
Dhmac.cc44 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

12345678910>>...62