Searched refs:Create (Results 126 - 150 of 1242) sorted by relevance

1234567891011>>

/external/ceres-solver/internal/ceres/
H A Devaluator.cc51 Evaluator* Evaluator::Create(const Evaluator::Options& options, function in class:ceres::internal::Evaluator
H A Dline_search_direction.h61 static LineSearchDirection* Create(const Options& options);
/external/clang/lib/AST/
H A DDeclGroup.cpp20 DeclGroup* DeclGroup::Create(ASTContext &C, Decl **Decls, unsigned NumDecls) { function in class:DeclGroup
/external/google-breakpad/src/client/mac/Framework/
H A DOnDemandServer.h44 // OnDemandServer *server = OnDemandServer::Create("/tmp/myserver",
111 // this value will be KERN_SUCCESS if Create() returns non-NULL
113 static OnDemandServer *Create(const char *server_command,
/external/lldb/test/api/multithreaded/
H A Ddriver.cpp23 SBDebugger dbg = SBDebugger::Create();
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp19 ARMMCExpr::Create(VariantKind Kind, const MCExpr *Expr, function in class:ARMMCExpr
/external/llvm/unittests/Transforms/Utils/
H A DIntegerDivision.cpp29 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
34 BasicBlock *BB = BasicBlock::Create(C, "", F);
59 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
64 BasicBlock *BB = BasicBlock::Create(C, "", F);
89 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
94 BasicBlock *BB = BasicBlock::Create(C, "", F);
119 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(),
124 BasicBlock *BB = BasicBlock::Create(C, "", F);
150 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(),
155 BasicBlock *BB = BasicBlock::Create(
[all...]
/external/lzma/CPP/7zip/Archive/Common/
H A DCrossThreadProgress.h21 HRes Create() function in class:CCrossThreadProgress
/external/lzma/CPP/7zip/Common/
H A DFileStreams.h88 bool Create(LPCTSTR fileName, bool createAlways) function in class:COutFileStream
91 return File.Create(fileName, createAlways);
100 bool Create(LPCWSTR fileName, bool createAlways) function in class:COutFileStream
103 return File.Create(fileName, createAlways);
/external/lzma/CS/7zip/Compress/LZ/
H A DIMatchFinder.cs19 void Create(UInt32 historySize, UInt32 keepAddBufferBefore, method in interface:SevenZip.Compression.LZ.IMatchFinder
/external/sfntly/cpp/src/test/
H A Dplatform_thread.h61 static bool Create(Delegate* delegate, PlatformThreadHandle* thread_handle);
63 // Joins with a thread created via the Create function. This function blocks
/external/skia/gm/
H A Dfactory.cpp35 // Create a cache which will boot the pixels out anytime the
38 SkDiscardableMemoryPool::Create(1));
/external/skia/include/effects/
H A DSkBlurMaskFilter.h34 /** Create a blur maskfilter.
40 static SkMaskFilter* Create(SkBlurStyle style, SkScalar sigma, uint32_t flags = kNone_BlurFlag);
42 /** Create an emboss maskfilter
H A DSkColorFilterImageFilter.h17 static SkColorFilterImageFilter* Create(SkColorFilter* cf,
H A DSkCornerPathEffect.h23 static SkCornerPathEffect* Create(SkScalar radius) { function in class:SkCornerPathEffect
H A DSkDiscretePathEffect.h32 static SkDiscretePathEffect* Create(SkScalar segLength, function in class:SkDiscretePathEffect
H A DSkEmbossMaskFilter.h26 static SkEmbossMaskFilter* Create(SkScalar blurSigma, const Light& light);
H A DSkLerpXfermode.h21 static SkXfermode* Create(SkScalar scale);
/external/skia/samplecode/
H A DSampleBigBlur.cpp33 SkMaskFilter* mf = SkBlurMaskFilter::Create(
/external/skia/src/core/
H A DSkDeviceProfile.h48 static SkDeviceProfile* Create(float gammaExp,
/external/skia/src/gpu/
H A DGrAAHairLinePathRenderer.h16 static GrPathRenderer* Create() { return SkNEW(GrAAHairLinePathRenderer); } function in class:GrAAHairLinePathRenderer
/external/skia/src/lazy/
H A DSkDiscardableMemoryPool.h55 static SkDiscardableMemoryPool* Create(
/external/skia/tests/
H A DDiscardableMemoryTest.cpp15 SkAutoTDelete<SkDiscardableMemory> dm(SkDiscardableMemory::Create(len));
/external/webrtc/src/system_wrappers/interface/
H A Dfile_wrapper.h30 static FileWrapper* Create();
/external/webrtc/src/system_wrappers/source/
H A Dcpu_measurement_harness.h37 static CpuMeasurementHarness* Create(CpuTarget* target,

Completed in 1955 milliseconds

1234567891011>>