Searched defs:Init (Results 1 - 25 of 577) sorted by relevance

1234567891011>>

/external/lzma/CPP/7zip/Compress/
H A DBranchCoder.cpp7 STDMETHODIMP CBranchConverter::Init() function in class:CBranchConverter
/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp12 class Init { class in class:ios_base
15 static ios_base::Init __ioinit;
/external/flatbuffers/tests/MyGame/Example/
H A DTest.py11 def Init(self, buf, pos): member in class:Test
H A DTestSimpleTableWithEnum.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:TestSimpleTableWithEnum
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:Monster
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DStructInNestedNS.py11 def Init(self, buf, pos): member in class:StructInNestedNS
H A DTableInNestedNS.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:TableInNestedNS
/external/lzma/CPP/Common/
H A DMyTypes.h17 void Init() function in struct:CBoolPair
/external/skia/src/core/
H A DSkOpts.cpp119 void Init() { function in namespace:SkOpts
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc39 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) { function in class:__tsan::VarSizeStackTrace
/external/flatbuffers/tests/namespace_test/NamespaceA/
H A DSecondTableInA.py14 x.Init(buf, n + offset)
18 def Init(self, buf, pos): member in class:SecondTableInA
28 obj.Init(self._tab.Bytes, x)
/external/libbrillo/brillo/
H A Dbinder_watcher.cc46 bool BinderWatcher::Init() { function in class:brillo::BinderWatcher
/external/libchrome/crypto/
H A Dhmac.cc17 bool HMAC::Init(SymmetricKey* key) { function in class:crypto::HMAC
19 bool result = key->GetRawKey(&raw_key) && Init(raw_key);
/external/libmojo/base/android/
H A Dbase_jni_onload.cc21 bool Init() { function in namespace:base::android::__anon10794
47 callbacks.push_back(base::Bind(&Init));
/external/libmojo/mojo/android/javatests/
H A Dinit_library.cc29 bool Init() { function in namespace:__anon10826
30 mojo::edk::Init();
40 init_callbacks.push_back(base::Bind(&Init));
/external/libtextclassifier/common/
H A Dembedding-feature-extractor.cc34 bool GenericEmbeddingFeatureExtractor::Init(TaskContext *context) { function in class:libtextclassifier::nlp_core::GenericEmbeddingFeatureExtractor
/external/libtextclassifier/lang_id/
H A Drelevant-script-feature.cc35 bool RelevantScriptFeature::Init(TaskContext *context) { function in class:libtextclassifier::nlp_core::lang_id::RelevantScriptFeature
/external/llvm/lib/Transforms/IPO/
H A DElimAvailExtern.cpp38 Constant *Init = GV.getInitializer(); local
40 if (isSafeToDestroyConstant(Init))
41 Init->destroyConstant();
/external/lzma/CPP/7zip/Archive/7z/
H A D7zSpecStream.h19 void Init(ISequentialInStream *stream) function in class:CSequentialInStreamSizeCount2
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h26 void Init() function in class:CCrossThreadProgress
H A DDummyOutStream.h19 void Init() { _size = 0; } function in class:CDummyOutStream
/external/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp13 void CLocalProgress::Init(IProgress *progress, bool inSizeIsMain) function in class:CLocalProgress
/external/protobuf/src/google/protobuf/stubs/
H A Dsingleton.h44 GoogleOnceInit(&once_, &Singleton<T>::Init);
52 static void Init() { function in class:google::protobuf::internal::Singleton
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Daudio_loop.cc20 bool AudioLoop::Init(const std::string file_name, function in class:webrtc::test::AudioLoop
/external/webrtc/webrtc/modules/desktop_capture/mac/
H A Dscoped_pixel_buffer_object.cc26 bool ScopedPixelBufferObject::Init(CGLContextObj cgl_context, function in class:webrtc::ScopedPixelBufferObject

Completed in 1820 milliseconds

1234567891011>>