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

1 2 3 4 56 7 8 91011>>

  /external/drm_hwcomposer/
drmdisplaycompositor.h 38 int Init(DrmResources *drm, int display);
drmplane.h 36 int Init();
drmproperty.h 41 void Init(drmModePropertyPtr p, uint64_t value);
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader.cc 55 Init(product,
81 Init(product,
95 void GoogleCrashdumpUploader::Init(const string& product,
167 bool ok = http_layer_->Init();
169 std::cout << "http layer init failed";
libcurl_wrapper.h 47 virtual bool Init();
62 bool init_ok_; // Whether init succeeded
  /external/llvm/lib/Transforms/IPO/
ConstantMerge.cpp 145 Constant *Init = GV->getInitializer();
148 GlobalVariable *&Slot = CMap[Init];
176 Constant *Init = GV->getInitializer();
179 GlobalVariable *Slot = CMap[Init];
  /external/lzma/CPP/7zip/Archive/7z/
7zFolderInStream.h 46 void Init(IArchiveUpdateCallback *updateCallback, const UInt32 *fileIndices, UInt32 numFiles);
7zFolderOutStream.h 45 HRESULT Init(
  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 28 HRESULT Init()
69 void Init()
  /external/lzma/CPP/7zip/Common/
InOutTempBuffer.h 42 void Init(CInOutTempBuffer *buffer) { _buf = buffer; }
OffsetStream.cpp 8 HRESULT COffsetOutStream::Init(IOutStream *stream, UInt64 offset)
ProgressUtils.cpp 13 void CLocalProgress::Init(IProgress *progress, bool inSizeIsMain)
  /external/lzma/CPP/7zip/Compress/
RangeCoder.h 27 void Init()
29 Stream.Init();
127 void Init()
129 Stream.Init();
  /external/lzma/Java/SevenZip/
CRC.java 25 public void Init()
  /external/pdfium/core/src/fxcrt/
xml_int.h 144 FX_BOOL Init(FX_LPBYTE pBuffer, size_t size);
145 FX_BOOL Init(IFX_FileRead *pFileRead);
146 FX_BOOL Init(IFX_BufferRead *pBuffer);
147 FX_BOOL Init(FX_BOOL bOwndedStream);
  /external/v8/src/compiler/
typer.h 22 void Init(Node* node);
  /external/webrtc/src/system_wrappers/source/
rw_lock_generic.cc 35 int RWLockWrapperGeneric::Init()
  /external/webrtc/test/testsupport/
frame_writer.cc 29 bool FrameWriterImpl::Init() {
  /libnativehelper/include/nativehelper/
JniInvocation.h 39 bool Init(const char* library);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_thread.h 19 // Init new ThreadData instance.
20 void Init();
  /art/runtime/base/
scoped_flock.cc 28 bool ScopedFlock::Init(const char* filename, std::string* error_msg) {
64 bool ScopedFlock::Init(File* file, std::string* error_msg) {
  /development/perftests/panorama/feature_stab/db_vlvm/
db_feature_matching.h 114 unsigned long Init(int im_width,int im_height,
123 * (returned by Init()).
202 virtual unsigned long Init(int im_width,int im_height,
213 * (returned by Init()).
237 * Checks if Init() was called.
238 * \return 1 if Init() was called, 0 otherwise.
  /device/asus/fugu/recovery/
recovery_ui.cpp 43 void Init() override {
45 ScreenRecoveryUI::Init();
  /external/ceres-solver/internal/ceres/
schur_eliminator.h 174 virtual void Init(int num_eliminate_blocks,
227 virtual void Init(int num_eliminate_blocks,
  /external/clang/test/SemaTemplate/
instantiate-template-template-parm.cpp 76 typedef Inner<U> Init;
77 X0<Init::template VeryInner>::apply();

Completed in 562 milliseconds

1 2 3 4 56 7 8 91011>>