Searched refs:Create (Results 251 - 275 of 5516) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Devent_wrapper.h27 static EventWrapper* Create();
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Drw_lock_posix.h23 static RWLockPosix* Create();
H A Drw_lock_win.h22 static RWLockWin* Create();
H A Dthread.cc27 return ThreadPosix::Create(func, obj, prio, thread_name);
/external/chromium_org/third_party/webrtc/test/
H A Dframe_generator.h27 static FrameGenerator* Create(size_t width, size_t height);
H A Dvideo_renderer.cc24 VideoRenderer* VideoRenderer::Create(const char* window_title, function in class:webrtc::test::VideoRenderer
H A Dvideo_renderer.h23 static VideoRenderer* Create(const char* window_title, size_t width,
/external/chromium_org/third_party/webrtc/test/linux/
H A Dvideo_renderer_linux.cc20 GlxRenderer* glx_renderer = GlxRenderer::Create(window_title, width, height);
/external/chromium_org/ui/accessibility/platform/
H A Dax_platform_node.h17 // Create a platform appropriate instance.
18 static AXPlatformNode* Create(AXPlatformNodeDelegate* delegate);
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host.h22 static TestCompositorHost* Create(const gfx::Rect& bounds,
/external/chromium_org/ui/gl/
H A Dgl_fence.h19 static GLFence* Create();
/external/chromium_org/ui/ozone/
H A Dplatform_object_internal.h16 scoped_ptr<T> PlatformObject<T>::Create() { function in class:ui::PlatformObject
/external/chromium_org/ui/shell_dialogs/
H A Dselect_file_dialog_factory.h23 virtual SelectFileDialog* Create(ui::SelectFileDialog::Listener* listener,
/external/chromium_org/win8/metro_driver/ime/
H A Dinput_source.h21 // Create an instance. Returns NULL if fails.
22 static scoped_ptr<InputSource> Create();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMCExpr.h45 static const PPCMCExpr *Create(VariantKind Kind, const MCExpr *Expr,
50 return Create(VK_PPC_LO, Expr, isDarwin, Ctx);
55 return Create(VK_PPC_HI, Expr, isDarwin, Ctx);
60 return Create(VK_PPC_HA, Expr, isDarwin, Ctx);
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcMCAsmInfo.cpp56 return SparcMCExpr::Create(SparcMCExpr::VK_Sparc_R_DISP32,
57 MCSymbolRefExpr::Create(Sym, Ctx), Ctx);
69 return SparcMCExpr::Create(SparcMCExpr::VK_Sparc_R_DISP32,
70 MCSymbolRefExpr::Create(Sym, Ctx), Ctx);
/external/llvm/unittests/IR/
H A DVerifierTest.cpp29 BasicBlock *Entry = BasicBlock::Create(C, "entry", F);
30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F);
31 ReturnInst::Create(C, Exit);
33 // To avoid triggering an assertion in BranchInst::Create, we first create
37 BranchInst *BI = BranchInst::Create(Exit, Exit, False, Entry);
/external/lzma/CPP/7zip/Common/
H A DVirtThread.h17 WRes Create();
/external/pdfium/core/include/fxcrt/
H A Dfx_arb.h12 static IFX_BidiChar* Create();
/external/skia/include/effects/
H A DSkArithmeticMode.h28 static SkXfermode* Create(SkScalar k1, SkScalar k2,
H A DSkTableColorFilter.h10 * Create a table colorfilter, copying the table into the filter, and
20 static SkColorFilter* Create(const uint8_t table[256]);
23 * Create a table colorfilter, with a different table for each
/external/skia/src/animator/
H A DSkDrawBlur.cpp32 return SkBlurMaskFilter::Create((SkBlurStyle)fBlurStyle, fSigma);
H A DSkDrawDash.cpp34 return SkDashPathEffect::Create(intervals.begin(), count, phase);
H A DSkDrawDiscrete.cpp33 return SkDiscretePathEffect::Create(segLength, deviation);
/external/skia/src/core/
H A DSkDiscardableMemory.h24 static SkDiscardableMemory* Create(size_t bytes);

Completed in 384 milliseconds

<<11121314151617181920>>