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

<<11121314151617181920>>

/external/chromium/chrome/browser/prefs/
H A Dpref_service_unittest.cc238 scoped_ptr<PrefService> prefs(builder.Create());
251 scoped_ptr<PrefService> prefs2(builder.Create());
274 scoped_ptr<PrefService> prefs(builder.Create());
288 scoped_ptr<PrefService> prefs2(builder.Create());
307 scoped_ptr<PrefService> prefs(builder.Create());
317 scoped_ptr<PrefService> prefs2(builder.Create());
336 scoped_ptr<PrefService> prefs(builder.Create());
346 scoped_ptr<PrefService> prefs2(builder.Create());
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_gtk.cc67 scoped_ptr<base::Environment> env(base::Environment::Create());
98 scoped_ptr<base::Environment> env(base::Environment::Create());
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dtoy.ml24 (* Create the JIT. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoy.ml24 (* Create the JIT. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoy.ml24 (* Create the JIT. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoy.ml25 (* Create the JIT. *)
/external/llvm/lib/Target/Mips/
H A DMipsMCInstLower.cpp100 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::Create(Symbol, Kind, *Ctx);
108 const MCConstantExpr *OffsetExpr = MCConstantExpr::Create(Offset, *Ctx);
/external/llvm/lib/Transforms/Utils/
H A DBasicBlockUtils.cpp423 // Create the new PHI node, insert it into NewBB at the end of the block
425 PHINode::Create(PN->getType(), Preds.size(), PN->getName() + ".ph", BI);
457 // Create new basic block, insert right before the original block.
458 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), BB->getName()+Suffix,
462 BranchInst *BI = BranchInst::Create(BB, NewBB);
514 // Create a new basic block for OrigBB's predecessors listed in Preds. Insert
516 BasicBlock *NewBB1 = BasicBlock::Create(OrigBB->getContext(),
522 BranchInst *BI1 = BranchInst::Create(OrigBB, NewBB1);
555 // Create another basic block for the rest of OrigBB's predecessors.
556 NewBB2 = BasicBlock::Create(OrigB
[all...]
/external/skia/samplecode/
H A DSampleBlur.cpp97 SkMaskFilter* mf = SkBlurMaskFilter::Create(20,
109 SkMaskFilter* mf = SkBlurMaskFilter::Create(4,
H A DSampleShaders.cpp40 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode);
73 SkXfermode* mode = SkXfermode::Create(SkXfermode::kDstIn_Mode);
/external/v8/src/
H A Dlazy-instance.h145 *storage = CreateTrait::Create();
161 static T* Create() { function in struct:v8::internal::DefaultCreateTrait
/external/v8/test/cctest/
H A Dtest-mark-compact.cc319 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
321 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
323 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
335 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
337 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
339 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
350 Handle<Object> root = global_handles->Create(*g1s1); // make a root.
446 global_handles->Create(HEAP->AllocateFixedArray(1)->ToObjectChecked());
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc25 EventWrapper* EventPosix::Create() function in class:webrtc::EventPosix
226 _timerEvent = static_cast<EventPosix*>(EventWrapper::Create());
H A Dthread_posix.cc49 ThreadWrapper* ThreadPosix::Create(ThreadRunFunction func, ThreadObj obj, function in class:webrtc::ThreadPosix
73 _event(EventWrapper::Create()),
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs67 public override object Create(IToken payload) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Collections.Tests.pas57 FIHashList := THashList<Integer, String>.Create;
100 FIStackList := TStackList<String>.Create;
/external/chromium/base/
H A Denvironment.cc117 Environment* Environment::Create() { function in class:base::Environment
/external/chromium/base/threading/
H A Dthread.cc74 if (!PlatformThread::Create(options.stack_size, this, &thread_)) {
/external/chromium/chrome/browser/
H A Dbrowsing_data_indexed_db_helper.h59 // Create a BrowsingDataIndexedDBHelper instance for the indexed databases
61 static BrowsingDataIndexedDBHelper* Create(Profile* profile);
H A Dgpu_process_host_ui_shim.h57 // Create a GpuProcessHostUIShim with the given ID. The object can be found
59 static GpuProcessHostUIShim* Create(int host_id);
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc65 Notification notify = SystemNotificationFactory::Create(icon_,
/external/chromium/chrome/browser/chromeos/
H A Dsim_dialog_delegate.cc71 chromeos::BubbleWindow::Create(owning_window,
/external/chromium/chrome/browser/extensions/
H A Dextension_function_dispatcher.h80 static ExtensionFunctionDispatcher* Create(RenderViewHost* render_view_host,
H A Dextension_special_storage_policy_unittest.cc30 scoped_refptr<Extension> protected_app = Extension::Create(
55 scoped_refptr<Extension> unlimited_app = Extension::Create(
82 scoped_refptr<Extension> component_app = Extension::Create(
108 scoped_refptr<Extension> handler_app = Extension::Create(
/external/chromium/chrome/browser/first_run/
H A Dupgrade_util_win.cc65 scoped_ptr<base::Environment> env(base::Environment::Create());

Completed in 462 milliseconds

<<11121314151617181920>>