Searched refs:Create (Results 176 - 200 of 877) sorted by relevance

1234567891011>>

/external/chromium/base/win/
H A Dregistry_unittest.cc21 // Create a temporary key.
25 ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, kRootKey, KEY_READ));
43 ASSERT_EQ(ERROR_SUCCESS, key.Create(HKEY_CURRENT_USER, foo_key.c_str(),
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_manager.h40 // Create an instance of BrowserAccessibility and return a new
42 virtual BrowserAccessibility* Create();
50 static BrowserAccessibilityManager* Create(
H A Dbrowser_accessibility_manager.cc13 BrowserAccessibility* BrowserAccessibilityFactory::Create() { function in class:BrowserAccessibilityFactory
14 return BrowserAccessibility::Create();
28 BrowserAccessibilityManager* BrowserAccessibilityManager::Create( function in class:BrowserAccessibilityManager
340 instance = factory_->Create();
H A Dbrowser_accessibility_manager_win.cc13 BrowserAccessibilityManager* BrowserAccessibilityManager::Create( function in class:BrowserAccessibilityManager
/external/chromium/chrome/browser/extensions/
H A Dtest_extension_prefs.cc89 pref_service_.reset(builder.Create());
110 scoped_refptr<Extension> extension = Extension::Create(
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc149 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
222 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
227 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
232 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
237 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
242 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
247 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
252 handler_.reset(ExtensionMessageBundle::Create(catalogs_, &error));
/external/chromium/chrome/common/
H A Dlogging_chrome_uitest.cc28 scoped_ptr<base::Environment> env(base::Environment::Create());
38 scoped_ptr<base::Environment> env(base::Environment::Create());
/external/llvm/include/llvm/ADT/
H A DStringMap.h136 /// Create - Create a StringMapEntry for the specified key and default
139 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
169 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
171 return Create(KeyStart, KeyEnd, Allocator, 0);
175 /// Create - Create a StringMapEntry with normal malloc/free.
177 static StringMapEntry *Create(const char *KeyStart, const char *KeyEnd, function in class:llvm::StringMapEntry
180 return Create(KeyStart, KeyEnd, A, InitVal);
183 static StringMapEntry *Create(cons function in class:llvm::StringMapEntry
[all...]
/external/llvm/include/llvm/Support/
H A DNoFolder.h31 /// NoFolder - Create "constants" (actually, instructions) with no folding.
149 return BinaryOperator::Create(Opc, LHS, RHS);
192 return GetElementPtrInst::Create(C, IdxList);
216 return CastInst::Create(Op, C, DestTy);
268 return SelectInst::Create(C, True, False);
272 return ExtractElementInst::Create(Vec, Idx);
277 return InsertElementInst::Create(Vec, NewElt, Idx);
287 return ExtractValueInst::Create(Agg, IdxList);
292 return InsertValueInst::Create(Agg, Val, IdxList);
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp244 // Create a new PHI node in the new region, which has an incoming value
246 PHINode *NewPN = PHINode::Create(PN->getType(), 1 + NumPredsFromRegion,
342 // Create the new function
343 Function *newFunction = Function::Create(funcType,
353 // Create an iterator to name all of the arguments we inserted.
366 GetElementPtrInst::Create(AI, Idx, "gep_" + inputs[i]->getName(), TI);
436 // Create allocas for the outputs
468 GetElementPtrInst::Create(Struct, Idx,
477 CallInst *call = CallInst::Create(newFunction, params,
494 = GetElementPtrInst::Create(Struc
[all...]
/external/skia/include/core/
H A DSkPixelRef.h32 pixelRef::Create);
40 SkPixelRef::Registrar(#pixelRef, Create); \
/external/skia/samplecode/
H A DSampleTextureDomain.cpp84 SkMaskFilter* mf = SkBlurMaskFilter::Create(
97 mf = SkBlurMaskFilter::Create(
/external/skia/src/effects/
H A DSkKernel33MaskFilter.cpp114 return Create;
117 SkFlattenable* SkKernel33MaskFilter::Create(SkFlattenableReadBuffer& rb) { function in class:SkKernel33MaskFilter
/external/skia/src/gpu/
H A DGrAllocPool.cpp21 static Block* Create(size_t size, Block* next) { function in struct:GrAllocPool::Block
85 fBlock = Block::Create(blockSize, fBlock);
/external/llvm/tools/bugpoint/
H A DMiscompilation.cpp257 // Create a clone for two reasons:
775 // Create a NEW `main' function with same type in the test module.
776 Function *newMain = Function::Create(oldMain->getFunctionType(),
779 // Create an `oldmain' prototype in the test module, which will
781 Function *oldMainProto = Function::Create(oldMain->getFunctionType(),
794 BasicBlock *BB = BasicBlock::Create(Safe->getContext(), "entry", newMain);
795 CallInst *call = CallInst::Create(oldMainProto, args, "", BB);
798 ReturnInst::Create(Safe->getContext(), call, BB);
843 // Create a new global to hold the cached function pointer.
852 Function *FuncWrapper = Function::Create(FuncT
[all...]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
H A DDelphi.stg159 constructor Create; overload;
160 constructor Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
161 constructor Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>); overload;
179 constructor T<grammar.recognizerName>.Create;
184 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
186 Create(AInput, nil<grammar.delegators:{g|, A<g:delegateName()>}>);
189 constructor T<grammar.recognizerName>.Create(const AInput: ICharStream; const AState: IRecognizerSharedState<grammar.delegators:{g|; const A<g:delegateName()>: IBaseRecognizer{<g.recognizerName>}}>);
191 inherited Create(AInput, AState);
199 {g|<g:delegateName()> := T<g.recognizerName>.Create(AInput, State<trunc(g.delegators):{p|, <p:delegateName()>}>, Self);}; separator="\n">
220 <cyclicDFAs:{dfa | FDFA<dfa.decisionNumber> := TDFA<dfa.decisionNumber>.Create(Sel
[all...]
/external/chromium/chrome/browser/autofill/
H A Dautofill_ie_toolbar_import_win_unittest.cc102 subkey.Create(key->Handle(), subkey_name, KEY_ALL_ACCESS);
128 temp_hkcu_hive_key_.Create(HKEY_CURRENT_USER,
145 profile_key.Create(HKEY_CURRENT_USER, kProfileKey, KEY_ALL_ACCESS);
152 cc_key.Create(HKEY_CURRENT_USER, kCreditCardKey, KEY_ALL_ACCESS);
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.cc51 dialog_ = InputWindowDialog::Create(wnd,
/external/chromium/chrome/browser/chromeos/
H A Dchoose_mobile_network_dialog.cc52 chromeos::BubbleWindow::Create(owning_window,
/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser_view.cc23 BrowserFrame::Create(view, browser->profile());
/external/chromium/chrome/browser/chromeos/login/
H A Downer_key_utils.h35 // Sets the factory used by the static method Create to create an
45 static OwnerKeyUtils* Create();
H A Downer_key_utils_unittest.cc24 OwnerKeyUtilsTest() : utils_(OwnerKeyUtils::Create()) {}
/external/chromium/chrome/browser/
H A Dcrash_upload_list.h37 static CrashUploadList* Create(Delegate* delegate);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_remote_message.cc55 DevToolsRemoteMessage* DevToolsRemoteMessageBuilder::Create( function in class:DevToolsRemoteMessageBuilder
H A Ddevtools_remote_message.h89 DevToolsRemoteMessage* Create(const std::string& tool,

Completed in 3175 milliseconds

1234567891011>>