Searched defs:Init (Results 101 - 125 of 577) sorted by relevance

1234567891011>>

/external/autotest/client/deps/glbench/src/
H A Degl_stuff.cc17 bool EGLInterface::Init() { function in class:EGLInterface
H A Dglx_stuff.cc34 bool GLXInterface::Init() { function in class:GLXInterface
/external/compiler-rt/lib/msan/
H A Dmsan_thread.cc44 void MsanThread::Init() { function in class:__msan::MsanThread
68 Init();
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc34 void BufferedStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { function in class:__sanitizer::BufferedStackTrace
/external/compiler-rt/test/tsan/
H A Dsignal_recursive.cc89 static void Init() { function
112 Init();
/external/drm_hwcomposer/
H A Ddrmcomposition.cpp49 int DrmComposition::Init(uint64_t frame_no) { function in class:android::DrmComposition
61 int ret = composition_map_[display]->Init(drm_, crtc, importer_, planner_,
H A Ddrmconnector.cpp44 int DrmConnector::Init() { function in class:android::DrmConnector
H A Ddrmeventlistener.cpp38 int DrmEventListener::Init() { function in class:android::DrmEventListener
H A Ddrmplane.cpp35 int DrmPlane::Init() { function in class:android::DrmPlane
H A Dvsyncworker.cpp45 int VSyncWorker::Init(DrmResources *drm, int display) { function in class:android::VSyncWorker
/external/drm_hwcomposer/tests/
H A Dqueue_worker_test.cpp31 int Init() { function in struct:TestQueueWorker
60 qw.Init();
80 qw.Init();
86 ASSERT_NE(qw.Init(), 0);
/external/libchrome/sandbox/linux/syscall_broker/
H A Dbroker_process.cc60 bool BrokerProcess::Init( function in class:sandbox::syscall_broker::BrokerProcess
/external/libcxx/test/libcxx/containers/sequences/vector/
H A Dasan_throw.pass.cpp20 X(const X &x) { Init(x.a); }
21 X(char arg) { Init(arg); }
22 X() { Init(42); }
24 Init(x.a);
27 void Init(char arg) { function in class:X
/external/libtextclassifier/lang_id/
H A Dlanguage-identifier-features.cc41 bool ContinuousBagOfNgramsFunction::Init(TaskContext *context) { function in class:libtextclassifier::nlp_core::lang_id::ContinuousBagOfNgramsFunction
/external/libvpx/libvpx/test/
H A Divf_video_source.h41 virtual void Init() { function in class:libvpx_test::IVFVideoSource
H A Dwebm_video_source.h39 virtual void Init() {} function in class:libvpx_test::WebMVideoSource
/external/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp116 Constant *Init = GV->getInitializer(); local
119 GlobalVariable *&Slot = CMap[Init];
147 Constant *Init = GV->getInitializer(); local
150 GlobalVariable *Slot = CMap[Init];
H A DGlobalDCE.cpp133 Constant *Init = GV.getInitializer(); local
135 if (isSafeToDestroyConstant(Init))
136 Init->destroyConstant();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.cpp16 void CFolderInStream::Init(IArchiveUpdateCallback *updateCallback, function in class:NArchive::N7z::CFolderInStream
41 _inStreamWithHashSpec->Init();
/external/lzma/CPP/7zip/Common/
H A DCWrappers.h65 void Init() function in struct:CByteInBufWrap
97 void Init() function in struct:CByteOutBufWrap
H A DFilterCoder.h52 HRESULT Init() function in class:CFilterCoder
55 return Filter->Init();
/external/lzma/CPP/7zip/Compress/
H A DDeltaFilter.cpp28 STDMETHOD(Init)();
42 STDMETHOD(Init)();
47 STDMETHODIMP CDeltaEncoder::Init() function in class:CDeltaEncoder
92 STDMETHODIMP CDeltaDecoder::Init() function in class:CDeltaDecoder
H A DRangeCoderBit.h39 void Init() { Prob = kBitModelTotal / 2; } function in class:NCompress::NRangeCoder::CBitModel
/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h30 CKeyInfo() { Init(); }
31 void Init() function in class:NCrypto::NSevenZ::CKeyInfo
76 STDMETHOD(Init)();
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h94 void Init(const FString &folderPrefix, const FString &fileName) function in class:COpenCallbackImp

Completed in 688 milliseconds

1234567891011>>