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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGenCXX/
debug-info-context.cpp 12 class Init {
15 static ios_base::Init __ioinit;
  /external/llvm/include/llvm/TableGen/
Record.h 40 // 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 *convertValue( UnOpInit *UI)
    [all...]
  /external/drm_hwcomposer/
drmcompositorworker.h 31 int Init();
  /art/runtime/base/
scoped_flock.h 39 bool Init(const char* filename, std::string* error_msg);
43 bool Init(File* file, std::string* error_msg);
scoped_flock_test.cc 34 ASSERT_TRUE(file_lock.Init(scratch_file.GetFilename().c_str(),
37 ASSERT_FALSE(file_lock.Init("/guaranteed/not/to/exist", &error_msg));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dmodshow.idl 30 HRESULT Init(
  /external/ceres-solver/internal/ceres/
block_evaluate_preparer.h 49 // Using Init() instead of a constructor allows for allocating this structure
52 void Init(int const* const* jacobian_layout,
block_evaluate_preparer.cc 43 void BlockEvaluatePreparer::Init(int const* const* jacobian_layout,
46 scratch_evaluate_preparer_.Init(max_derivatives_per_residual_block);
scratch_evaluate_preparer.h 54 void Init(int max_derivatives_per_residual_block);
trust_region_minimizer.h 53 void Init(const Minimizer::Options& options);
  /external/webrtc/src/system_wrappers/source/
rw_lock_posix.h 32 virtual int Init();
  /external/webrtc/test/testsupport/mock/
mock_frame_reader.h 23 MOCK_METHOD0(Init, bool());
mock_frame_writer.h 23 MOCK_METHOD0(Init, bool());
  /hardware/qcom/media/mm-video-legacy/DivxDrmDecrypt/inc/
DivXDrmDecrypt.h 39 virtual OMX_ERRORTYPE Init() = 0;
  /hardware/qcom/media/mm-video-v4l2/DivxDrmDecrypt/inc/
DivXDrmDecrypt.h 39 virtual OMX_ERRORTYPE Init() = 0;
  /external/webrtc/test/testsupport/
frame_reader.h 30 virtual bool Init() = 0;
57 bool Init();
frame_writer.h 30 virtual bool Init() = 0;
55 bool Init();
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 155 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(*this, JS_STATIC) < 0) return FALSE
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 29 class Init;
37 Init *Value;
39 LetRecord(const std::string &N, const std::vector<unsigned> &B, Init *V,
83 ParseForeachMode // We are parsing a foreach init.
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
    [all...]
Record.cpp 103 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 *BitsRecTy::convertValue(TypedInit *VI)
1680 void Record::init() { function in class:Record
    [all...]
  /external/sfntly/cpp/src/sfntly/data/
memory_byte_array.cc 44 void MemoryByteArray::Init() {
52 Init();
61 Init();
67 Init();
76 Init();
89 Init();
  /external/lzma/CPP/7zip/Common/
LockedStream.h 15 void Init(IInStream *stream)
27 void Init(CLockedInStream *lockedInStream, UInt64 startPos)
  /external/skia/include/core/
SkGraphics.h 18 * Init() is not thread-safe.
20 static void Init();
148 SkGraphics::Init();
  /system/keymaster/
hmac.h 32 // Initializes this instance using |key|. Call Init only once. It returns
34 bool Init(const uint8_t* key, size_t key_length);
35 bool Init(const Buffer& key);
37 // Sign calculates the HMAC of |data| with the key supplied to the Init
44 // supplied to Init. |digest| must be exactly |DigestLength()| bytes long.
  /external/compiler-rt/lib/tsan/rtl/
tsan_stack_trace.h 28 void Init(const uptr *pcs, uptr cnt, uptr extra_top_pc = 0);

Completed in 1022 milliseconds

1 2 3 4 5 6 7 8 91011>>