Searched defs:Init (Results 26 - 50 of 577) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/sound/
H A Dautomaticallychosensoundsystem.h32 virtual bool Init();
45 kNumSoundSystems>::Init() { function in class:rtc::AutomaticallyChosenSoundSystem
53 if (sound_systems_[i]->Init()) {
/external/libcxx/src/
H A Diostream.cpp76 ios_base::Init __start_std_streams;
78 ios_base::Init::Init() function in class:ios_base::Init
105 ios_base::Init::~Init()
/external/drm_hwcomposer/
H A Ddrmcompositor.cpp37 int DrmCompositor::Init() { function in class:android::DrmCompositor
40 int ret = compositor_map_[display].Init(drm_, display);
59 int ret = composition->Init(++frame_no_);
H A Ddrmcrtc.cpp42 int DrmCrtc::Init() { function in class:android::DrmCrtc
H A Ddrmproperty.cpp37 Init(p, value);
40 void DrmProperty::Init(drmModePropertyPtr p, uint64_t value) { function in class:android::DrmProperty
/external/drm_hwcomposer/tests/
H A Dworker_test.cpp17 int Init() { function in struct:TestWorker
60 worker.Init();
/external/flatbuffers/tests/MyGame/Example/
H A DStat.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:Stat
H A DVec3.py11 def Init(self, buf, pos): member in class:Vec3
26 obj.Init(self._tab.Bytes, self._tab.Pos + 26)
/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DTableInC.py11 def Init(self, buf, pos): member in class:TableInC
21 obj.Init(self._tab.Bytes, x)
32 obj.Init(self._tab.Bytes, x)
H A DTableInFirstNS.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:TableInFirstNS
28 obj.Init(self._tab.Bytes, x)
46 obj.Init(self._tab.Bytes, x)
/external/flatbuffers/tests/namespace_test/NamespaceC/
H A DTableInC.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:TableInC
28 obj.Init(self._tab.Bytes, x)
39 obj.Init(self._tab.Bytes, x)
/external/google-benchmark/src/
H A Dre.h45 bool Init(const std::string& spec, std::string* error);
64 inline bool Regex::Init(const std::string& spec, std::string* error) { function in class:benchmark::Regex
87 inline bool Regex::Init(const std::string& spec, std::string* error) { function in class:benchmark::Regex
/external/google-breakpad/src/common/linux/tests/
H A Dauto_testfile.h52 Init(test_prefix);
60 Init(test_prefix);
66 Init(test_prefix);
92 void Init(const char* test_prefix) { function in class:google_breakpad::AutoTestFile
/external/libbrillo/brillo/
H A Dasynchronous_signal_handler.cc42 void AsynchronousSignalHandler::Init() { function in class:brillo::AsynchronousSignalHandler
/external/libcxx/utils/google-benchmark/src/
H A Dre.h45 bool Init(const std::string& spec, std::string* error);
64 inline bool Regex::Init(const std::string& spec, std::string* error) { function in class:benchmark::Regex
87 inline bool Regex::Init(const std::string& spec, std::string* error) { function in class:benchmark::Regex
/external/libmojo/mojo/android/javatests/
H A Dmojo_test_case.cc35 static void Init(JNIEnv* env, const JavaParamRef<jobject>& jcaller) { function in namespace:mojo::android
/external/libmojo/mojo/edk/system/
H A Dwaiter.cc30 void Waiter::Init() { function in class:mojo::edk::Waiter
/external/libtextclassifier/lang_id/
H A Dlang-id-brain-interface.h52 bool Init(TaskContext *context) { function in class:libtextclassifier::nlp_core::lang_id::LangIdBrainInterface
53 if (!feature_extractor_.Init(context)) {
/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h42 FeatureBitset(std::initializer_list<unsigned> Init) : bitset() { argument
43 for (auto I : Init)
/external/lzma/CPP/7zip/Archive/Common/
H A DInStreamWithCRC.h27 void Init() function in class:CSequentialInStreamWithCRC
55 void Init() function in class:CInStreamWithCRC
H A DMultiStream.h33 HRESULT Init() function in class:CMultiStream
74 void Init()
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h40 void Init(CInOutTempBuffer *buffer) { _buf = buffer; } function in class:CSequentialOutTempBufferImp
H A DLockedStream.h15 void Init(IInStream *stream) function in class:CLockedInStream
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) function in class:CLockedSequentialInStreamImp
H A DOffsetStream.cpp9 HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset) function in class:COffsetOutStream
H A DOutBuffer.cpp28 void COutBuffer::Init() throw() function in class:COutBuffer

Completed in 869 milliseconds

1234567891011>>