HomeSort by relevance Sort by last modified time
    Searched refs:Init (Results 276 - 300 of 861) sorted by null

<<11121314151617181920>>

  /external/sfntly/cpp/src/sfntly/data/
byte_array.h 145 void Init(int32_t filled_length, int32_t storage_length, bool growable);
  /external/v8/src/
prettyprinter.h 43 void Init();
sampler.h 40 void Init(Isolate* isolate, const RegisterState& state);
snapshot-common.cc 38 bool success = isolate->Init(&deserializer);
  /external/webrtc/src/system_wrappers/interface/
data_log_impl.h 124 int Init();
  /external/webrtc/src/system_wrappers/source/
rw_lock_win.cc 48 int RWLockWindows::Init()
  /frameworks/av/media/libstagefright/codecs/common/include/
voAudio.h 115 * Init the audio codec module and return codec handle
118 * \param pUserData [IN] The init param. It is either a memory operator or an allocated memory
121 VO_U32 (VO_API * Init) (VO_HANDLE * phCodec, VO_AUDIO_CODINGTYPE vType, VO_CODEC_INIT_USERDATA * pUserData );
125 * \param hCodec [IN]] The codec handle which was created by Init function.
133 * \param hCodec [IN]] The codec handle which was created by Init function.
145 * \param hCodec [IN]] The codec handle which was created by Init function.
154 * \param hCodec [IN]] The codec handle which was created by Init function.
163 * \param hCodec [IN]] The codec handle which was created by Init function.
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 220 bool Init();
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 241 class _STLP_CLASS_DECLSPEC Init
244 Init();
245 ~Init();
251 friend class Init;
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 49 void Init();
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 49 void Init();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddpar.h 86 UCHAR Init;
sql_1.h 51 void Init(CGenLexSource *pSrc);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 239 class _STLP_CLASS_DECLSPEC Init
242 Init();
243 ~Init();
249 friend class Init;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 239 class _STLP_CLASS_DECLSPEC Init
242 Init();
243 ~Init();
249 friend class Init;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 239 class _STLP_CLASS_DECLSPEC Init
242 Init();
243 ~Init();
249 friend class Init;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h 241 class _STLP_CLASS_DECLSPEC Init
244 Init();
245 ~Init();
251 friend class Init;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_ios_base.h 241 class _STLP_CLASS_DECLSPEC Init
244 Init();
245 ~Init();
251 friend class Init;
  /system/keymaster/
hmac_test.cpp 68 ASSERT_TRUE(hmac.Init(key_buffer));
  /art/runtime/
fault_handler.cc 116 void FaultManager::Init() {
248 fault_manager.Init();
266 fault_manager.Init();
  /art/runtime/gc/accounting/
atomic_stack.h 59 mark_stack->Init();
179 Init();
237 void Init() {
  /external/ceres-solver/internal/ceres/
parameter_block.h 80 Init(user_state, size, index, NULL);
87 Init(user_state, size, index, local_parameterization);
299 void Init(double* user_state,
  /external/libvpx/libvpx/test/
vp9_thread_test.cc 31 vp9_get_worker_interface()->init(&worker_);
111 vp9_get_worker_interface()->init(&workers[n]);
141 case 0: winterface.init = NULL; break;
164 video.Init();
205 void Init(VP9Worker *const worker) { memset(worker, 0, sizeof(*worker)); }
220 impl::Init, impl::Reset, impl::Sync, impl::Launch, impl::Execute, impl::End
  /external/llvm/lib/Transforms/IPO/
GlobalDCE.cpp 135 Constant *Init = I->getInitializer();
137 if (isSafeToDestroyConstant(Init))
138 Init->destroyConstant();
  /external/lzma/CPP/7zip/Common/
FilterCoder.cpp 42 RINOK(Init());
88 return Init();
160 return Init();

Completed in 1040 milliseconds

<<11121314151617181920>>