Searched refs:Create (Results 276 - 300 of 877) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/prefs/
H A Dpref_service_mock_builder.cc107 PrefService* PrefServiceMockBuilder::Create() { function in class:PrefServiceMockBuilder
/external/chromium/chrome/browser/
H A Dprocess_singleton.h61 // close to each other, the Create() might not yet have happened for the
95 bool Create();
173 // |Create()| and |Cleanup()|. Two instances cannot have a lock on
H A Dprocess_singleton_win.cc73 Create();
167 return Create() ? PROCESS_NONE : PROFILE_IN_USE;
170 // For windows, there is no need to call Create() since the call is made in
173 bool ProcessSingleton::Create() { function in class:ProcessSingleton
/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.cc34 HttpPostProviderInterface* http = factory_->Create();
/external/chromium/chrome/browser/ui/cocoa/
H A Dstatus_bubble_mac.h74 void Create();
/external/chromium/chrome/browser/ui/gtk/
H A Dgconf_titlebar_listener.cc54 scoped_ptr<base::Environment> env(base::Environment::Create());
/external/chromium/chrome/browser/ui/login/
H A Dlogin_prompt_win.cc107 // Create a new LoginView and set the model for it. The model
136 LoginHandler* LoginHandler::Create(net::AuthChallengeInfo* auth_info, function in class:LoginHandler
/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.h81 static SelectFileDialog* Create(Listener* listener);
/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_frame_gtk.cc22 BrowserFrame* BrowserFrame::Create(BrowserView* browser_view, function in class:BrowserFrame
/external/chromium/chrome/browser/ui/views/
H A Duser_data_dir_dialog.cc27 select_file_dialog_(SelectFileDialog::Create(this))),
/external/chromium/net/http/
H A Dhttp_auth_handler_factory.h33 CREATE_CHALLENGE, // Create a handler in response to a challenge.
34 CREATE_PREEMPTIVE, // Create a handler preemptively.
176 static HttpAuthHandlerRegistryFactory* Create(
/external/chromium/third_party/libjingle/source/talk/base/
H A Dasyncudpsocket.cc39 AsyncUDPSocket* AsyncUDPSocket::Create(SocketFactory* factory, function in class:talk_base::AsyncUDPSocket
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dstunport.h49 static StunPort* Create(talk_base::Thread* thread, function in class:cricket::StunPort
/external/compiler-rt/lib/asan/
H A Dasan_thread.h65 static AsanThread *Create(u32 parent_tid, thread_callback_t start_routine,
/external/compiler-rt/lib/tsan/rtl_tests/
H A Dtsan_bench.cc94 ScopedThread().Create(m);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DWin64Exception.cpp109 Asm->OutStreamer.EmitValue(MCSymbolRefExpr::Create(Sym, Asm->OutContext),
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_systhread.cpp63 return ((RThread*)(aPtr1))->Create(aName,
128 taker.Create();
/external/skia/samplecode/
H A DSampleDrawLooper.cpp53 SkMaskFilter* mf = SkBlurMaskFilter::Create(SkIntToScalar(gParams[i].fBlur),
H A DSampleTextAlpha.cpp72 paint.setMaskFilter(SkBlurMaskFilter::Create(SkIntToScalar(3),
/external/skia/src/effects/
H A DSkPorterDuff.cpp70 return SkXfermode::Create(pair.fXF);
/external/skia/src/images/
H A DSkImageRef_GlobalPool.cpp74 SkPixelRef* SkImageRef_GlobalPool::Create(SkFlattenableReadBuffer& buffer) { function in class:SkImageRef_GlobalPool
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp87 SkImageEncoder* SkImageEncoder::Create(Type t) { function in class:SkImageEncoder
/external/webrtc/src/system_wrappers/source/
H A Dcondition_variable_posix.cc24 ConditionVariableWrapper* ConditionVariablePosix::Create() function in class:webrtc::ConditionVariablePosix
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp83 NewLHS = PHINode::Create(LHSType, PN.getNumIncomingValues(),
91 NewRHS = PHINode::Create(RHSType, PN.getNumIncomingValues(),
114 CmpInst *NewCI = CmpInst::Create(CIOp->getOpcode(), CIOp->getPredicate(),
122 BinaryOperator::Create(BinOp->getOpcode(), LHSVal, RHSVal);
207 PHINode *NewPN = PHINode::Create(FirstOp->getType(), e,
232 GetElementPtrInst::Create(Base, makeArrayRef(FixedOperands).slice(1));
346 // Okay, they are all the same operation. Create a new PHI node of the
348 PHINode *NewPN = PHINode::Create(FirstLI->getOperand(0)->getType(),
454 // Okay, they are all the same operation. Create a new PHI node of the
456 PHINode *NewPN = PHINode::Create(FirstIns
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DBoundsChecking.cpp85 TrapBB = BasicBlock::Create(Fn->getContext(), "trap", Fn);
119 BranchInst::Create(getTrapBB(), Cont, Cmp, OldBB);
121 BranchInst::Create(getTrapBB(), OldBB);

Completed in 3286 milliseconds

<<11121314151617181920>>