Searched refs:Create (Results 1 - 25 of 877) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/views/status_icons/
H A Dstatus_tray_gtk.cc8 StatusTray* StatusTray::Create() { function in class:StatusTray
/external/chromium/third_party/libjingle/source/talk/session/phone/
H A Dmediaengine.cc36 MediaEngine* MediaEngine::Create() { function in class:cricket::MediaEngine
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tree.Tests.pas128 constructor Create(const AList: IList<IANTLRInterface>); procedure
140 constructor Create(const AAdaptor: ITreeAdaptor; procedure
153 constructor Create(const AAdaptor: ITreeAdaptor; procedure
157 constructor Create(MethodName: String); override; procedure
211 R0 := TCommonTree.Create(TCommonToken.Create(101));
212 R0.AddChild(TCommonTree.Create(TCommonToken.Create(102)));
213 R0.GetChild(0).AddChild(TCommonTree.Create(TCommonToken.Create(10
[all...]
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_tray_gtk.cc19 StatusTray* StatusTray::Create() { function in class:StatusTray
/external/chromium/net/http/
H A Durl_security_manager_posix.cc12 URLSecurityManager* URLSecurityManager::Create( function in class:net::URLSecurityManager
/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_factory.h22 virtual HttpPostProviderInterface* Create() = 0;
/external/chromium/chrome/browser/ui/options/
H A Dshow_options_url.cc16 Browser* browser = Browser::Create(profile);
/external/llvm/examples/ModuleMaker/
H A DModuleMaker.cpp28 // Create the "module" or "program" or "translation unit" to hold the
32 // Create the main function: first create the type 'int ()'
38 Function *F = Function::Create(FT, Function::ExternalLinkage, "main", M);
42 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", F);
48 // Create the add instruction... does not insert...
49 Instruction *Add = BinaryOperator::Create(Instruction::Add, Two, Three,
55 // Create the return instruction and add it to the basic block
56 BB->getInstList().push_back(ReturnInst::Create(Context, Add));
/external/skia/include/effects/
H A DSkArithmeticMode.h25 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/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification_factory.h22 static Notification Create(
28 static Notification Create(
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITreeAdaptor.cs54 * Create a tree node from Token object; for CommonTree type trees,
63 object Create(IToken payload); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
66 * Create a new node derived from a token, with a new token type.
75 object Create(int tokenType, IToken fromToken); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
87 object Create(int tokenType, IToken fromToken, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
99 object Create(IToken fromToken, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
102 * Create a new node derived from a token, with a new token type.
111 object Create(int tokenType, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
234 * Create a node for newRoot make it the root of oldRoot.
H A DCommonTreeAdaptor.cs52 public override object Create( IToken payload ) method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
/external/llvm/unittests/VMCore/
H A DVerifierTest.cpp28 OwningPtr<Function> F(Function::Create(FTy, GlobalValue::ExternalLinkage));
29 BasicBlock *Entry = BasicBlock::Create(C, "entry", F.get());
30 BasicBlock *Exit = BasicBlock::Create(C, "exit", F.get());
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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DParseTreeBuilder.cs50 ParseTree root = Create("<grammar " + grammarName + ">");
65 public virtual ParseTree Create(object payload) { method in class:Antlr.Runtime.Debug.ParseTreeBuilder
70 return Create(EPSILON_PAYLOAD);
85 ParseTree ruleNode = Create(ruleName);
104 ParseTree elementNode = Create(token);
120 ParseTree errorNode = Create(e);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DParseTreeBuilder.cs53 ParseTree root = Create( "<grammar " + grammarName + ">" );
70 public virtual ParseTree Create( object payload ) method in class:Antlr.Runtime.Debug.ParseTreeBuilder
77 return Create( EPSILON_PAYLOAD );
95 ParseTree ruleNode = Create( ruleName );
117 ParseTree elementNode = Create( token );
135 ParseTree errorNode = Create( e );
/external/chromium/chrome/common/
H A Dchrome_paths_linux.cc29 scoped_ptr<base::Environment> env(base::Environment::Create());
53 scoped_ptr<base::Environment> env(base::Environment::Create());
69 scoped_ptr<base::Environment> env(base::Environment::Create());
82 scoped_ptr<base::Environment> env(base::Environment::Create());
90 scoped_ptr<base::Environment> env(base::Environment::Create());
110 scoped_ptr<base::Environment> env(base::Environment::Create());
/external/llvm/examples/Fibonacci/
H A Dfibonacci.cpp40 // Create the fib function and insert it into module M. This function is said
48 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF);
58 // Create the true_block.
59 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF);
60 // Create an exit block.
61 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF);
63 // Create the "if (arg <= 2) goto exitbb"
65 BranchInst::Create(RetBB, RecurseBB, CondInst, BB);
67 // Create: ret int 1
68 ReturnInst::Create(Contex
[all...]
/external/skia/include/core/
H A DSkMallocPixelRef.h34 return Create;
36 static SkPixelRef* Create(SkFlattenableReadBuffer& buffer) { function in class:SkMallocPixelRef
/external/skia/include/images/
H A DSkImageRef_GlobalPool.h23 return Create;
25 static SkPixelRef* Create(SkFlattenableReadBuffer&);
/external/skia/include/utils/
H A DSkUnitMappers.h32 static SkFlattenable* Create(SkFlattenableReadBuffer& buffer);
52 static SkFlattenable* Create(SkFlattenableReadBuffer&);
/external/skia/src/effects/
H A DSkPixelXorXfermode.cpp32 return Create;
35 SkFlattenable* SkPixelXorXfermode::Create(SkFlattenableReadBuffer& rb) { function in class:SkPixelXorXfermode
/external/webrtc/src/system_wrappers/source/
H A Devent.cc26 EventWrapper* EventWrapper::Create() function in class:webrtc::EventWrapper
31 return EventPosix::Create();
/external/llvm/include/llvm/MC/
H A DMCExpr.h122 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
221 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) { function in class:llvm::MCSymbolRefExpr
222 return MCSymbolRefExpr::Create(Symbol, VK_None, Ctx);
225 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, VariantKind Kind,
227 static const MCSymbolRefExpr *Create(StringRef Name, VariantKind Kind,
275 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr,
278 return Create(LNot, Expr, Ctx);
281 return Create(Minus, Expr, Ctx);
284 return Create(Not, Expr, Ctx);
287 return Create(Plu
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITreeAdaptor.cs52 * Create a tree node from Token object; for CommonTree type trees,
61 object Create(IToken payload); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
178 * Create a node for newRoot make it the root of oldRoot.
197 * Create a new node derived from a token, with a new token type.
206 object Create(int tokenType, IToken fromToken); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
218 object Create(int tokenType, IToken fromToken, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
221 * Create a new node derived from a token, with a new token type.
230 object Create(int tokenType, string text); method in interface:Antlr.Runtime.Tree.ITreeAdaptor

Completed in 451 milliseconds

1234567891011>>