Searched refs:Init (Results 1 - 25 of 593) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Ddebug-info-context.cpp12 class Init { class in class:ios_base
15 static ios_base::Init __ioinit;
/external/llvm/include/llvm/TableGen/
H A DRecord.h40 // Init subclasses.
41 class Init;
104 public: // These methods should only be called from subclasses of Init
105 virtual Init *convertValue( UnsetInit *UI) { return nullptr; }
106 virtual Init *convertValue( BitInit *BI) { return nullptr; }
107 virtual Init *convertValue( BitsInit *BI) { return nullptr; }
108 virtual Init *convertValue( IntInit *II) { return nullptr; }
109 virtual Init *convertValue(StringInit *SI) { return nullptr; }
110 virtual Init *convertValue( ListInit *LI) { return nullptr; }
111 virtual Init *convertValu
418 class Init { class in namespace:llvm
465 explicit Init(InitKind K) : Kind(K) {} function in class:llvm::Init
[all...]
/external/pdfium/fpdfsdk/src/javascript/
H A DJS_Runtime.cpp155 if (CJS_Border::Init(*this, JS_STATIC) < 0) return FALSE;
156 if (CJS_Display::Init(*this, JS_STATIC) < 0) return FALSE;
157 if (CJS_Font::Init(*this, JS_STATIC) < 0) return FALSE;
158 if (CJS_Highlight::Init(*this, JS_STATIC) < 0) return FALSE;
159 if (CJS_Position::Init(*this, JS_STATIC) < 0) return FALSE;
160 if (CJS_ScaleHow::Init(*this, JS_STATIC) < 0) return FALSE;
161 if (CJS_ScaleWhen::Init(*this, JS_STATIC) < 0) return FALSE;
162 if (CJS_Style::Init(*this, JS_STATIC) < 0) return FALSE;
163 if (CJS_Zoomtype::Init(*this, JS_STATIC) < 0) return FALSE;
166 if (CJS_App::Init(*thi
[all...]
/external/llvm/lib/TableGen/
H A DTGParser.h29 class Init;
37 Init *Value;
39 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V,
107 bool SetValue(Record *TheRec, SMLoc Loc, Init *ValName,
108 const std::vector<unsigned> &BitList, Init *V);
110 const std::vector<unsigned> &BitList, Init *V) {
122 Init *IterValue;
123 IterRecord(VarInit *Var, Init *Val) : IterVar(Var), IterValue(Val) {}
140 Init *&DefmPrefix,
146 const std::vector<Init *>
[all...]
H A DRecord.cpp103 Init *BitRecTy::convertValue(BitsInit *BI) {
108 Init *BitRecTy::convertValue(IntInit *II) {
115 Init *BitRecTy::convertValue(TypedInit *VI) {
157 Init *BitsRecTy::convertValue(UnsetInit *UI) {
158 SmallVector<Init *, 16> NewBits(Size);
166 Init *BitsRecTy::convertValue(BitInit *UI) {
182 Init *BitsRecTy::convertValue(IntInit *II) {
188 SmallVector<Init *, 16> NewBits(Size);
196 Init *BitsRecTy::convertValue(BitsInit *BI) {
203 Init *BitsRecT
[all...]
/external/sfntly/cpp/src/sfntly/data/
H A Dmemory_byte_array.cc44 void MemoryByteArray::Init() { function in class:sfntly::MemoryByteArray
52 Init();
61 Init();
67 Init();
76 Init();
89 Init();
H A Dfont_data.cc51 Init(ba);
55 Init(data->array_);
60 Init(data->array_);
68 void FontData::Init(ByteArray* ba) { function in class:sfntly::FontData
/external/ceres-solver/internal/ceres/
H A Dblock_evaluate_preparer.cc43 void BlockEvaluatePreparer::Init(int const* const* jacobian_layout, function in class:ceres::internal::BlockEvaluatePreparer
46 scratch_evaluate_preparer_.Init(max_derivatives_per_residual_block);
H A Dblock_evaluate_preparer.h49 // Using Init() instead of a constructor allows for allocating this structure
52 void Init(int const* const* jacobian_layout,
H A Dscratch_evaluate_preparer.h54 void Init(int max_derivatives_per_residual_block);
/external/lzma/CPP/7zip/Common/
H A DLockedStream.h15 void Init(IInStream *stream) function in class:CLockedInStream
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos) function in class:CLockedSequentialInStreamImp
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();
H A Dframe_writer.h30 virtual bool Init() = 0;
55 bool Init();
/external/webrtc/test/testsupport/
H A Dframe_reader.h30 virtual bool Init() = 0;
57 bool Init();
H A Dframe_writer.h30 virtual bool Init() = 0;
55 bool Init();
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.h28 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);
/external/drm_hwcomposer/
H A Ddrmcompositorworker.h31 int Init();
/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/lzma/CPP/7zip/Compress/
H A DBranchCoder.cpp7 STDMETHODIMP CBranchConverter::Init() function in class:CBranchConverter
H A DByteSwap.cpp17 STDMETHOD(Init)();
27 STDMETHOD(Init)();
31 STDMETHODIMP CByteSwap2::Init() { return S_OK; } function in class:CByteSwap2
46 STDMETHODIMP CByteSwap4::Init() { return S_OK; } function in class:CByteSwap4
/external/pdfium/core/src/fxge/android/
H A Dfx_android_imp.cpp18 pFontInfo->Init(pFontMgr);
/external/pdfium/core/src/reflow/
H A Dreflowengine.cpp24 pParser->Init();
/external/webrtc/src/modules/audio_processing/test/testsupport/mock/
H A Dmock_frame_reader.h23 MOCK_METHOD0(Init, bool());
H A Dmock_frame_writer.h23 MOCK_METHOD0(Init, bool());
/external/webrtc/src/system_wrappers/source/
H A Drw_lock.cc29 if(lock->Init() != 0)

Completed in 679 milliseconds

1234567891011>>