/external/webkit/LayoutTests/storage/ |
open-database-while-transaction-in-progress.js | 21 // Create the Test table if it does not exist 22 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo BLOB);");
|
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/ |
fontprops.mm | 104 wxGraphicsContext * const gc = wxGraphicsContext::Create();
|
/external/clang/lib/AST/ |
Decl.cpp | [all...] |
/external/llvm/lib/ExecutionEngine/JIT/ |
JIT.cpp | 217 // If the target supports JIT code generation, create the JIT. 302 // exception occurs. Since we need the key to register frames, we create 490 // First, create the function. 492 Function *Stub = Function::Create(STy, Function::InternalLinkage, "", 496 BasicBlock *StubBB = BasicBlock::Create(F->getContext(), "", Stub); 536 CallInst *TheCall = CallInst::Create(F, Args, "", StubBB); 541 ReturnInst::Create(F->getContext(), TheCall, StubBB); 543 ReturnInst::Create(F->getContext(), StubBB); // Just return void.
|
/external/llvm/lib/Target/ARM/ |
ARMAsmPrinter.cpp | 618 OutStreamer.EmitValue(MCSymbolRefExpr::Create(MCSym.getPointer(), 636 Create(Stubs[i].second.getPointer(), 869 // Create an MCSymbol for the reference. 871 MCSymbolRefExpr::Create(MCSym, getModifierVariantKind(ACPV->getModifier()), 879 const MCExpr *PCRelExpr = MCSymbolRefExpr::Create(PCLabel, OutContext); 882 MCConstantExpr::Create(ACPV->getPCAdjustment(), 890 const MCExpr *DotExpr = MCSymbolRefExpr::Create(DotSym, OutContext) [all...] |
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 38 BasicBlock *NewBB = BasicBlock::Create(BB->getContext(), "", F); 114 // Create a new basic block and copy instructions into it! 153 // Create a new function type... 157 // Create the new function... 158 Function *NewF = Function::Create(FTy, F->getLinkage(), F->getName()); 224 BBEntry = NewBB = BasicBlock::Create(BB->getContext()); 271 VMap[OldTI] = BranchInst::Create(Dest, NewBB); 285 VMap[OldTI] = BranchInst::Create(Dest, NewBB);
|
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | 104 LabelDecl *Inst = LabelDecl::Create(SemaRef.Context, Owner, D->getLocation(), 118 = NamespaceAliasDecl::Create(SemaRef.Context, Owner, 145 // Create the new typedef 148 Typedef = TypeAliasDecl::Create(SemaRef.Context, Owner, D->getLocStart(), 151 Typedef = TypedefDecl::Create(SemaRef.Context, Owner, D->getLocStart(), 197 // Create a local instantiation scope for this type alias template, which 222 = TypeAliasTemplateDecl::Create(SemaRef.Context, Owner, D->getLocation(), 320 VarDecl *Var = VarDecl::Create(SemaRef.Context, Owner, 424 = AccessSpecDecl::Create(SemaRef.Context, D->getAccess(), Owner, 526 = IndirectFieldDecl::Create(SemaRef.Context, Owner, D->getLocation() [all...] |
/external/llvm/examples/Kaleidoscope/Chapter7/ |
toy.cpp | 613 /// CreateEntryBlockAlloca - Create an alloca instruction in the entry block of 721 // Create blocks for the then and else cases. Insert the 'then' block at the 723 BasicBlock *ThenBB = BasicBlock::Create(getGlobalContext(), "then", TheFunction); 724 BasicBlock *ElseBB = BasicBlock::Create(getGlobalContext(), "else"); 725 BasicBlock *MergeBB = BasicBlock::Create(getGlobalContext(), "ifcont"); 784 // Create an alloca for the variable in the entry block. 796 BasicBlock *LoopBB = BasicBlock::Create(getGlobalContext(), "loop", TheFunction); 840 // Create the "after loop" block and insert it. 841 BasicBlock *AfterBB = BasicBlock::Create(getGlobalContext(), "afterloop", TheFunction); 913 Function *F = Function::Create(FT, Function::ExternalLinkage, Name, TheModule) [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_service.cc | 78 ClientSideDetectionService* ClientSideDetectionService::Create( 192 model_fetcher_.reset(URLFetcher::Create(0 /* ID is not used */, 284 URLFetcher* fetcher = URLFetcher::Create(0 /* ID is not used */,
|
safe_browsing_database.h | 33 // to create fake Databases for testing. 65 static SafeBrowsingDatabase* Create(bool enable_download_protection, 191 // Create a database with a browse store, download store and 200 // Create a database with a browse store. This is a legacy interface that
|
/external/chromium/sdch/open-vcdiff/src/gtest/ |
gtest-death-test.cc | 228 bool DeathTest::Create(const char* statement, const RE* regex, 230 return GetUnitTestImpl()->death_test_factory()->Create( 645 bool DefaultDeathTestFactory::Create(const char* statement, const RE* regex,
|
/external/clang/lib/Frontend/ |
VerifyDiagnosticConsumer.cpp | 82 static Directive* Create(bool RegexKind, const SourceLocation &Location, 321 Directive *D = Directive::Create(RegexKind, Pos, Text, Count); 336 // Create a raw lexer to pull all the comments out of FID. 341 // Create a lexer to lex all the tokens of the main file in raw mode. 536 Directive* Directive::Create(bool RegexKind, const SourceLocation &Location,
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
codegen.ml | 12 let named_values:(string, llvalue) Hashtbl.t = Hashtbl.create 10 15 (* Create an alloca instruction in the entry block of the function. This 115 * phi. We create a new name because one is used for the phi node, and the 170 (* Create an alloca for the variable in the entry block. *) 224 (* Create the "after loop" block and insert it. *) 317 (* Create an alloca for each argument and register the argument in the symbol 325 (* Create an alloca for this variable. *) 348 (* Create a new basic block to start insertion into. *) 353 (* Add all arguments to the symbol table and create their allocas. *)
|
/external/llvm/lib/Target/PTX/ |
PTXAsmPrinter.cpp | 546 Expr = MCSymbolRefExpr::Create(Symbol, MCSymbolRefExpr::VK_None, OutContext); 559 // We create register operands as symbols, since the PTXInstPrinter class 564 Expr = MCSymbolRefExpr::Create(RegSymbolName, MCSymbolRefExpr::VK_None, 572 MCOp = MCOperand::CreateExpr(MCSymbolRefExpr::Create(
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
autoinstall.py | 71 """Create an AutoInstaller instance, and set up the target directory. 112 """Create a directory.""" 122 """Create a file at the given path with given text. 161 """Create a scratch directory without exception handling. 180 """Create a temporary scratch directory, and return its path. 421 # need to create the __init__.py file anyway.
|
/frameworks/base/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 67 mExtractor = MediaExtractor::Create(mSource); 99 mExtractor = MediaExtractor::Create(mSource); 118 OMXCodec::Create(
|
/external/clang/include/clang/AST/ |
ExprCXX.h | 217 static CXXStaticCastExpr *Create(ASTContext &Context, QualType T, 248 static CXXDynamicCastExpr *Create(ASTContext &Context, QualType T, 283 static CXXReinterpretCastExpr *Create(ASTContext &Context, QualType T, 313 static CXXConstCastExpr *Create(ASTContext &Context, QualType T, 674 static CXXDefaultArgExpr *Create(ASTContext &C, SourceLocation Loc, 681 static CXXDefaultArgExpr *Create(ASTContext &C, 733 static CXXTemporary *Create(ASTContext &C, 770 static CXXBindTemporaryExpr *Create(ASTContext &C, CXXTemporary *Temp, 840 static CXXConstructExpr *Create(ASTContext &C, QualType T, [all...] |
/external/chromium/base/threading/ |
platform_thread_posix.cc | 201 bool PlatformThread::Create(size_t stack_size, Delegate* delegate,
|
/external/chromium/chrome/browser/accessibility/ |
browser_accessibility.cc | 15 BrowserAccessibility* BrowserAccessibility::Create() {
|
/external/chromium/chrome/browser/chromeos/frame/ |
bubble_window.cc | 112 views::Window* BubbleWindow::Create(
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_manager.cc | 24 utils_(OwnerKeyUtils::Create()) {
|
/external/chromium/chrome/browser/download/ |
base_file.cc | 55 secure_hash_.reset(crypto::SecureHash::Create(crypto::SecureHash::SHA256)); 120 // First check the file existence and create an empty file if it doesn't 201 // Create a new file stream if it is not provided.
|
/external/chromium/chrome/browser/extensions/ |
convert_user_script.cc | 57 *error = "Could not create temporary directory."; 61 // Create the manifest 69 // Create the public key. 72 // identity is its namespace+name, so we hash that to create a public key. 149 scoped_refptr<Extension> extension = Extension::Create(
|
image_loading_tracker_unittest.cc | 55 // Create and load an extension. 77 return Extension::Create(test_file, Extension::INVALID, *valid_value,
|
/external/chromium/chrome/browser/policy/ |
device_management_service.cc | 170 URLFetcher* fetcher = URLFetcher::Create(0, job->GetURL(server_url_),
|