Home
last modified time | relevance | path

Searched refs:addSource (Results 1 – 25 of 45) sorted by relevance

12

/external/guice/core/test/com/google/inject/internal/
DInternalProvisionExceptionTest.java29 .addSource("Source1") in testSourceFormatting()
30 .addSource(SourceProvider.UNKNOWN_SOURCE) in testSourceFormatting()
31 .addSource("Source2") in testSourceFormatting()
32 .addSource("Source2") in testSourceFormatting()
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp270 addSource(ByteCount); in InstAlloca()
276 addSource(Source1); in InstArithmetic()
277 addSource(Source2); in InstArithmetic()
298 addSource(Source); in InstAssign()
319 addSource(Source); in InstBr()
351 addSource(Source); in InstCast()
357 addSource(Source1); in InstExtractElement()
358 addSource(Source2); in InstExtractElement()
364 addSource(Source1); in InstFcmp()
365 addSource(Source2); in InstFcmp()
[all …]
DIceInstX86BaseImpl.h55 this->addSource(Data); in InstX86FakeRMW()
56 this->addSource(Addr); in InstX86FakeRMW()
57 this->addSource(Beacon); in InstX86FakeRMW()
69 this->addSource(Source1); in InstX86Mul()
70 this->addSource(Source2); in InstX86Mul()
78 this->addSource(Dest); in InstX86Shld()
79 this->addSource(Source1); in InstX86Shld()
80 this->addSource(Source2); in InstX86Shld()
88 this->addSource(Dest); in InstX86Shrd()
89 this->addSource(Source1); in InstX86Shrd()
[all …]
DIceInstMIPS32.h392 addSource(Src);
438 addSource(Src0); in InstMIPS32TwoAddrFPR()
482 addSource(Src0); in InstMIPS32TwoAddrGPR()
530 addSource(Src0); in InstMIPS32ThreeAddrFPR()
531 addSource(Src1); in InstMIPS32ThreeAddrFPR()
579 addSource(Src0); in InstMIPS32ThreeAddrGPR()
580 addSource(Src1); in InstMIPS32ThreeAddrGPR()
669 addSource(Mem);
759 addSource(Value);
760 addSource(Mem);
[all …]
DIceInstARM32.h584 addSource(Src); in InstARM32UnaryopGPR()
625 addSource(Src); in InstARM32UnaryopFP()
690 addSource(Dest); in InstARM32TwoAddrGPR()
691 addSource(Src); in InstARM32TwoAddrGPR()
728 addSource(Source); in InstARM32LoadBase()
775 addSource(Src0); in InstARM32ThreeAddrGPR()
776 addSource(Src1); in InstARM32ThreeAddrGPR()
824 addSource(Src0); in InstARM32ThreeAddrFP()
825 addSource(Src1); in InstARM32ThreeAddrFP()
905 addSource(Src0); in InstARM32FourAddrGPR()
[all …]
DIceInstMIPS32.cpp185 addSource(Src0); in InstMIPS32Br()
194 addSource(Src0); in InstMIPS32Br()
195 addSource(Src1); in InstMIPS32Br()
285 addSource(CallTarget); in InstMIPS32Call()
297 addSource(Src); in InstMIPS32Mov()
298 addSource(Src2); in InstMIPS32Mov()
309 addSource(Src); in InstMIPS32Mov()
311 addSource(Src64->getLo()); in InstMIPS32Mov()
312 addSource(Src64->getHi()); in InstMIPS32Mov()
320 addSource(Src); in InstMIPS32MovFP64ToI64()
[all …]
DIceInstARM32.cpp1280 addSource(CallTarget); in InstARM32Call()
1475 addSource(Source); in InstARM32Push()
1481 addSource(LR); in InstARM32Ret()
1483 addSource(Source); in InstARM32Ret()
1489 addSource(Value); in InstARM32Str()
1490 addSource(Mem); in InstARM32Str()
1496 addSource(Value); in InstARM32Strex()
1497 addSource(Mem); in InstARM32Strex()
1503 addSource(Value); in InstARM32Vstr1()
1504 addSource(Mem); in InstARM32Vstr1()
[all …]
/external/fonttools/Tests/designspaceLib/
Ddesignspace_test.py88 doc.addSource(s1)
100 doc.addSource(s2)
113 doc.addSource(s3)
206 doc.addSource(s1)
212 doc.addSource(s2)
263 doc.addSource(s1)
269 doc.addSource(s2)
376 doc.addSource(s1)
388 doc.addSource(s2)
438 doc.addSource(s)
[all …]
/external/guice/core/src/com/google/inject/internal/
DProvidedByInternalFactory.java73 throw ipe.addSource(localProviderKey); in get()
95 throw InternalProvisionException.errorInProvider(e).addSource(source); in provision()
DInternalProviderInstanceBindingImpl.java189 throw ipe.addSource(getSource());
191 throw InternalProvisionException.errorInProvider(t).addSource(getSource());
DInternalProvisionException.java172 .addSource(source); in onNullInjectedIntoNonNullableDependency()
198 InternalProvisionException addSource(Object source) { in addSource() method in InternalProvisionException
DInternalFactoryToProviderAdapter.java45 throw InternalProvisionException.errorInProvider(userException).addSource(source); in get()
DSingleParameterInjector.java44 throw ipe.addSource(localDependency); in inject()
DInternalFactoryToInitializableAdapter.java59 throw InternalProvisionException.errorInProvider(userException).addSource(source); in provision()
DSingleFieldInjector.java55 throw e.addSource(dependency); in inject()
DFactoryProxy.java64 throw ipe.addSource(localTargetKey); in get()
DBoundProviderFactory.java63 throw ipe.addSource(providerKey); in get()
DSingleMethodInjector.java90 throw InternalProvisionException.errorInjectingMethod(cause).addSource(injectionPoint);
DConstructorInjector.java131 .addSource(constructionProxy.getInjectionPoint());
DRealOptionalBinder.java334 throw ipe.addSource(localDependency); in doProvision()
441 throw ipe.addSource(targetKey); in doProvision()
526 throw ipe.addSource(localDependency); in doProvision()
DMembersInjectorImpl.java73 throw ipe.addSource(localTypeLiteral).toProvisionException(); in injectMembers()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DCallHierarchyTests.cpp203 Workspace.addSource("callee.hh", CalleeH.code()); in TEST()
204 Workspace.addSource("caller1.hh", Caller1H.code()); in TEST()
205 Workspace.addSource("caller2.hh", Caller2H.code()); in TEST()
DTestWorkspace.h34 void addSource(llvm::StringRef Filename, llvm::StringRef Code) { in addSource() function
/external/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h60 void addSource(ExternalSemaSource &source);
/external/llvm-project/clang/include/clang/Sema/
DMultiplexExternalSemaSource.h61 void addSource(ExternalSemaSource &source);

12