Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 2055) sorted by relevance

12345678910>>...83

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
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(103)));
214 R0.AddChild(TCommonTree.Create(TCommonToken.Create(104)));
225 Root := TCommonTree.Create(TCommonToken.Create(5));
226 Root.AddChild(TCommonTree.Create(TCommonToken.Create(6)));
[all …]
/external/webrtc/webrtc/sound/
Dautomaticallychosensoundsystem_unittest.cc26 static SoundSystemInterface *Create() { in Create() function in rtc::NeverFailsToFailSoundSystem
39 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem1
56 static SoundSystemInterface *Create() { in Create() function in rtc::InitCheckingSoundSystem2
71 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem1
86 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem2
101 static SoundSystemInterface *Create() { in Create() function in rtc::DeletionCheckingSoundSystem3
111 &NeverFailsToFailSoundSystem::Create,
122 &NullSoundSystem::Create,
134 &NeverFailsToFailSoundSystem::Create,
135 &NullSoundSystem::Create,
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCExpr.h123 static const MCConstantExpr *Create(int64_t Value, MCContext &Ctx);
194 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, MCContext &Ctx) { in Create() function
195 return MCSymbolRefExpr::Create(Symbol, VK_None, Ctx); in Create()
198 static const MCSymbolRefExpr *Create(const MCSymbol *Symbol, VariantKind Kind,
200 static const MCSymbolRefExpr *Create(StringRef Name, VariantKind Kind,
248 static const MCUnaryExpr *Create(Opcode Op, const MCExpr *Expr,
251 return Create(LNot, Expr, Ctx); in CreateLNot()
254 return Create(Minus, Expr, Ctx); in CreateMinus()
257 return Create(Not, Expr, Ctx); in CreateNot()
260 return Create(Plus, Expr, Ctx); in CreatePlus()
[all …]
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1414 constructor Create; overload; procedure
1415 constructor Create(const AMessage: String); overload; procedure
1416 constructor Create(const AInput: IIntStream); overload; procedure
1417 constructor Create(const AMessage: String; const AInput: IIntStream); overload; procedure
1475 constructor Create(const AExpecting: Integer; const AInput: IIntStream); procedure
1500 constructor Create(const AExpecting: Integer; const AInput: IIntStream; procedure
1513 constructor Create(const AExpecting: Integer; const AInput: IIntStream); procedure
1526 constructor Create(const AGrammarDecisionDescription: String; procedure
1540 constructor Create(const ADecisionNumber: Integer; const AInput: IIntStream); procedure
1549 constructor Create(const AExpecting: IBitSet; const AInput: IIntStream); procedure
[all …]
DAntlr.Runtime.Tree.pas1105 constructor Create(const AElementDescription: String); procedure
1176 constructor Create; overload; procedure
1182 constructor Create(const ANode: ITree); overload; procedure
1236 constructor Create; overload; procedure
1237 constructor Create(const ANode: ICommonTree); overload; procedure
1238 constructor Create(const AToken: IToken); overload; procedure
1255 constructor Create(const AInput: ITokenStream; const AStart, AStop: IToken; procedure
1311 constructor Create; procedure
1451 constructor Create; overload; procedure
1452 constructor Create(const ATree: IANTLRInterface); overload; procedure
[all …]
DAntlr.Runtime.Collections.pas94 constructor Create(const AHashList: THashList<TKey, TValue>); procedure
117 constructor Create; overload; procedure
118 constructor Create(const ACapacity: Integer); overload; procedure
201 constructor THashList<TKey, TValue>.Create;
203 Create(-1);
206 constructor THashList<TKey, TValue>.Create(const ACapacity: Integer);
208 inherited Create;
211 FDictionary := TDictionary<TKey, TValue>.Create;
212 FInsertionOrderList := TList<TKey>.Create;
216 FDictionary := TDictionary<TKey, TValue>.Create(ACapacity);
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_syntax_parser_unittest.cpp21 parser.InitParser(IFX_MemoryStream::Create(data, 0, false), 0); in TEST()
30 parser.InitParser(IFX_MemoryStream::Create(data, 2, false), 0); in TEST()
39 parser.InitParser(IFX_MemoryStream::Create(data, 4, false), 0); in TEST()
48 parser.InitParser(IFX_MemoryStream::Create(data, 10, false), 0); in TEST()
57 parser.InitParser(IFX_MemoryStream::Create(data, 4, false), 0); in TEST()
66 parser.InitParser(IFX_MemoryStream::Create(data, 4, false), 0); in TEST()
75 parser.InitParser(IFX_MemoryStream::Create(data, 9, false), 0); in TEST()
84 parser.InitParser(IFX_MemoryStream::Create(data, 5, false), 0); in TEST()
106 parser.InitParser(IFX_MemoryStream::Create(data, 4, false), 0); in TEST()
115 parser.InitParser(IFX_MemoryStream::Create(data, 5, false), 0); in TEST()
[all …]
/external/llvm/unittests/Transforms/Utils/
DMemorySSA.cpp72 F = Function::Create( in TEST_F()
75 BasicBlock *Entry(BasicBlock::Create(C, "", F)); in TEST_F()
76 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F()
77 BasicBlock *Right(BasicBlock::Create(C, "", F)); in TEST_F()
78 BasicBlock *Merge(BasicBlock::Create(C, "", F)); in TEST_F()
84 BranchInst::Create(Merge, Left); in TEST_F()
85 BranchInst::Create(Merge, Right); in TEST_F()
113 F = Function::Create( in TEST_F()
116 BasicBlock *Entry(BasicBlock::Create(C, "", F)); in TEST_F()
117 BasicBlock *Left(BasicBlock::Create(C, "", F)); in TEST_F()
[all …]
DIntegerDivision.cpp29 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(), in TEST()
34 BasicBlock *BB = BasicBlock::Create(C, "", F); in TEST()
59 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(), in TEST()
64 BasicBlock *BB = BasicBlock::Create(C, "", F); in TEST()
89 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(), in TEST()
94 BasicBlock *BB = BasicBlock::Create(C, "", F); in TEST()
119 Function *F = Function::Create(FunctionType::get(Builder.getInt32Ty(), in TEST()
124 BasicBlock *BB = BasicBlock::Create(C, "", F); in TEST()
150 Function *F = Function::Create(FunctionType::get(Builder.getInt64Ty(), in TEST()
155 BasicBlock *BB = BasicBlock::Create(C, "", F); in TEST()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSjLjEHPrepare.cpp169 BasicBlock *JumpTo = BasicBlock::Create(II->getContext(), "jt.land", in splitLandingPad()
172 BranchInst::Create(JumpTo, LPad); in splitLandingPad()
173 BranchInst::Create(Succ, JumpTo); in splitLandingPad()
214 CallInst::Create(CallSiteFn, CallSiteNoC, "", II); in markInvokeCallSite()
276 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt); in splitLiveRangesAcrossInvokes()
277 Instruction *NI = InsertValueInst::Create(AI, EI, 0); in splitLiveRangesAcrossInvokes()
373 Exn = CastInst::Create(Instruction::IntToPtr, Exn, Ty, "", InsertPt); in CreateLandingPadLoad()
377 InsertValueInst *LPadVal = InsertValueInst::Create(llvm::UndefValue::get(Ty), in CreateLandingPadLoad()
380 return InsertValueInst::Create(LPadVal, Sel, 1, "lpad.val", InsertPt); in CreateLandingPadLoad()
517 CallSite = GetElementPtrInst::Create(FunctionContext, Idxs, "call_site", in insertSjLjEHSupport()
[all …]
/external/webrtc/webrtc/common_audio/
Dfir_filter_unittest.cc44 FIRFilter::Create(kCoefficients, kCoefficientsLength, kInputLength)); in TEST()
54 FIRFilter::Create(kCoefficients, kCoefficientsLength, kInputLength)); in TEST()
67 FIRFilter::Create(kCoefficients, kCoefficientsLength, kInputLength)); in TEST()
80 FIRFilter::Create(kCoefficients, kCoefficientsLength, kInputLength)); in TEST()
93 FIRFilter::Create(kCoefficients, kCoefficientsLength, 2)); in TEST()
98 filter.reset(FIRFilter::Create( in TEST()
110 FIRFilter::Create(kCoefficients, kCoefficientsLength, 3)); in TEST()
141 FIRFilter::Create(kCoefficients, kCoefficientsLength, kInputLength)); in TEST()
145 filter.reset(FIRFilter::Create(kCoefficients, kCoefficientsLength, 1)); in TEST()
165 rtc::scoped_ptr<FIRFilter> filter(FIRFilter::Create( in TEST()
[all …]
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DPassManagerTest.cpp424 Function* func_test1 = Function::Create( in makeLLVMModule()
432 Function* func_test2 = Function::Create( in makeLLVMModule()
440 Function* func_test3 = Function::Create( in makeLLVMModule()
448 Function* func_test4 = Function::Create( in makeLLVMModule()
468 BasicBlock* label_entry = BasicBlock::Create(getGlobalContext(), "entry",func_test1,0); in makeLLVMModule()
471 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
476 ReturnInst::Create(getGlobalContext(), int32_3, label_entry); in makeLLVMModule()
483 BasicBlock* label_entry_5 = BasicBlock::Create(getGlobalContext(), "entry",func_test2,0); in makeLLVMModule()
486 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule()
491 ReturnInst::Create(getGlobalContext(), int32_6, label_entry_5); in makeLLVMModule()
[all …]
/external/llvm/unittests/IR/
DLegacyPassManagerTest.cpp427 Function* func_test1 = Function::Create( in makeLLVMModule()
435 Function* func_test2 = Function::Create( in makeLLVMModule()
443 Function* func_test3 = Function::Create( in makeLLVMModule()
451 Function* func_test4 = Function::Create( in makeLLVMModule()
472 BasicBlock::Create(Context, "entry", func_test1, nullptr); in makeLLVMModule()
475 CallInst* int32_3 = CallInst::Create(func_test2, "", label_entry); in makeLLVMModule()
480 ReturnInst::Create(Context, int32_3, label_entry); in makeLLVMModule()
487 BasicBlock::Create(Context, "entry", func_test2, nullptr); in makeLLVMModule()
490 CallInst* int32_6 = CallInst::Create(func_test3, "", label_entry_5); in makeLLVMModule()
495 ReturnInst::Create(Context, int32_6, label_entry_5); in makeLLVMModule()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerInvoke.cpp178 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in insertCheapEHSupport()
187 BranchInst::Create(II->getNormalDest(), II); in insertCheapEHSupport()
198 CallInst::Create(AbortFn, "", UI)->setTailCall(); in insertCheapEHSupport()
202 ReturnInst::Create(F.getContext(), in insertCheapEHSupport()
240 CallInst* StackSaveRet = CallInst::Create(StackSaveFn, "ssret", II); in rewriteExpensiveInvoke()
251 CallInst::Create(StackRestoreFn, StackPtrLoad, "")->insertAfter(StackPtrLoad); in rewriteExpensiveInvoke()
258 CallInst *NewCall = CallInst::Create(II->getCalledValue(), in rewriteExpensiveInvoke()
267 BranchInst::Create(II->getNormalDest(), NewCall->getParent()); in rewriteExpensiveInvoke()
313 Instruction *EI = ExtractValueInst::Create(AI, 0, "",AfterAllocaInsertPt); in splitLiveRangesLiveAcrossInvokes()
314 Instruction *NI = InsertValueInst::Create(AI, EI, 0); in splitLiveRangesLiveAcrossInvokes()
[all …]
DUnifyFunctionExitNodes.cpp69 UnwindBlock = BasicBlock::Create(F.getContext(), "UnifiedUnwindBlock", &F); in runOnFunction()
76 BranchInst::Create(UnwindBlock, BB); in runOnFunction()
86 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
94 BranchInst::Create(UnreachableBlock, BB); in runOnFunction()
111 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
116 ReturnInst::Create(F.getContext(), NULL, NewRetBlock); in runOnFunction()
119 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in runOnFunction()
122 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
138 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DDebugTreeAdaptor.cs64 public virtual object Create( IToken payload ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
69 return Create( payload.Type, payload.Text ); in Create()
71 object node = adaptor.Create( payload ); in Create()
174 object n = this.Create( child ); in AddChild()
180 object n = this.Create( newRoot ); in BecomeRoot()
186 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
188 object node = adaptor.Create( tokenType, fromToken ); in Create()
193 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
195 object node = adaptor.Create( tokenType, fromToken, text ); in Create()
200 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
[all …]
/external/webrtc/talk/app/webrtc/
Dpeerconnectionfactory.cc93 return PeerConnectionFactoryProxy::Create(pc_factory->signaling_thread(), in CreatePeerConnectionFactory()
121 return PeerConnectionFactoryProxy::Create(signaling_thread, pc_factory); in CreatePeerConnectionFactory()
214 LocalAudioSource::Create(options_, constraints)); in CreateAudioSource()
223 rtc::scoped_refptr<VideoSource> source(VideoSource::Create( in CreateVideoSource()
225 return VideoSourceProxy::Create(signaling_thread_, source); in CreateVideoSource()
277 return PeerConnectionProxy::Create(signaling_thread(), pc); in CreatePeerConnection()
283 return MediaStreamProxy::Create(signaling_thread_, in CreateLocalMediaStream()
284 MediaStream::Create(label)); in CreateLocalMediaStream()
293 VideoTrack::Create(id, source)); in CreateVideoTrack()
294 return VideoTrackProxy::Create(signaling_thread_, track); in CreateVideoTrack()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/
DInstrTypes.h163 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
171 static BinaryOperator *Create(BinaryOps Op, Value *S1, Value *S2,
178 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
180 return Create(Instruction::OPC, V1, V2, Name);\
184 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
186 return Create(Instruction::OPC, V1, V2, Name, BB);\
190 static BinaryOperator *Create##OPC(Value *V1, Value *V2, \
192 return Create(Instruction::OPC, V1, V2, Name, I);\
198 BinaryOperator *BO = Create(Opc, V1, V2, Name);
204 BinaryOperator *BO = Create(Opc, V1, V2, Name, BB);
[all …]
/external/libtextclassifier/tests/
Dregistry_test.cc44 std::unique_ptr<Function> f1(Function::Create("cos")); in TEST()
46 std::unique_ptr<Function> f2(Function::Create("exp")); in TEST()
51 std::unique_ptr<IntFunction> f3(IntFunction::Create("inc")); in TEST()
57 EXPECT_EQ(Function::Create("mambo"), nullptr); in TEST()
60 EXPECT_EQ(IntFunction::Create("dec"), nullptr); in TEST()
63 EXPECT_EQ(IntFunction::Create("exp"), nullptr); in TEST()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs61 public virtual object Create(IToken payload) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
64 return Create(payload.Type, payload.Text); in Create()
66 object node = adaptor.Create(payload); in Create()
135 object n = this.Create(child); in AddChild()
140 object n = this.Create(newRoot); in BecomeRoot()
146 public virtual object Create(int tokenType, IToken fromToken) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
147 object node = adaptor.Create(tokenType, fromToken); in Create()
152 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
153 object node = adaptor.Create(tokenType, fromToken, text); in Create()
158 public virtual object Create(int tokenType, string text) { in Create() method in Antlr.Runtime.Debug.DebugTreeAdaptor
[all …]
/external/llvm/examples/Fibonacci/
Dfibonacci.cpp61 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF); in CreateFibFunction()
72 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction()
74 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF); in CreateFibFunction()
78 BranchInst::Create(RetBB, RecurseBB, CondInst, BB); in CreateFibFunction()
81 ReturnInst::Create(Context, One, RetBB); in CreateFibFunction()
85 CallInst *CallFibX1 = CallInst::Create(FibF, Sub, "fibx1", RecurseBB); in CreateFibFunction()
90 CallInst *CallFibX2 = CallInst::Create(FibF, Sub, "fibx2", RecurseBB); in CreateFibFunction()
98 ReturnInst::Create(Context, Sum, RecurseBB); in CreateFibFunction()
/external/swiftshader/third_party/LLVM/examples/Fibonacci/
Dfibonacci.cpp48 BasicBlock *BB = BasicBlock::Create(Context, "EntryBlock", FibF); in CreateFibFunction()
59 BasicBlock *RetBB = BasicBlock::Create(Context, "return", FibF); in CreateFibFunction()
61 BasicBlock* RecurseBB = BasicBlock::Create(Context, "recurse", FibF); in CreateFibFunction()
65 BranchInst::Create(RetBB, RecurseBB, CondInst, BB); in CreateFibFunction()
68 ReturnInst::Create(Context, One, RetBB); in CreateFibFunction()
72 CallInst *CallFibX1 = CallInst::Create(FibF, Sub, "fibx1", RecurseBB); in CreateFibFunction()
77 CallInst *CallFibX2 = CallInst::Create(FibF, Sub, "fibx2", RecurseBB); in CreateFibFunction()
86 ReturnInst::Create(Context, Sum, RecurseBB); in CreateFibFunction()
/external/llvm/lib/Transforms/Utils/
DUnifyFunctionExitNodes.cpp65 UnreachableBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
71 BranchInst::Create(UnreachableBlock, BB); in runOnFunction()
88 BasicBlock *NewRetBlock = BasicBlock::Create(F.getContext(), in runOnFunction()
93 ReturnInst::Create(F.getContext(), nullptr, NewRetBlock); in runOnFunction()
96 PN = PHINode::Create(F.getReturnType(), ReturningBlocks.size(), in runOnFunction()
99 ReturnInst::Create(F.getContext(), PN, NewRetBlock); in runOnFunction()
112 BranchInst::Create(NewRetBlock, BB); in runOnFunction()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTreeAdaptor.cs52 return Create(null); in Nil()
195 return BecomeRoot(Create(newRoot), oldRoot); in BecomeRoot()
198 public virtual object Create(int tokenType, IToken fromToken) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
202 ITree t = (ITree)Create(fromToken); in Create()
206 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
208 return Create(tokenType, text); in Create()
213 ITree t = (ITree)Create(fromToken); in Create()
217 public virtual object Create(int tokenType, string text) { in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
219 ITree t = (ITree)Create(fromToken); in Create()
305 public abstract object Create(IToken payload); in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTreeAdaptor.cs56 return Create( null ); in Nil()
239 return BecomeRoot( Create( newRoot ), oldRoot ); in BecomeRoot()
242 public virtual object Create( int tokenType, IToken fromToken ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
246 object t = Create( fromToken ); in Create()
250 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
253 return Create( tokenType, text ); in Create()
258 object result = Create(fromToken); in Create()
262 public virtual object Create(IToken fromToken, string text) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
269 object result = Create(fromToken); in Create()
273 public virtual object Create( int tokenType, string text ) in Create() method in Antlr.Runtime.Tree.BaseTreeAdaptor
[all …]

12345678910>>...83