Searched refs:getSource (Results 176 - 200 of 263) sorted by relevance

1234567891011

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp612 if (GetUnderlyingObject(MTI->getSource(), &TD, 0) != OrigAI) {
616 Value *SrcPtr = MTI->getSource();
1392 Constant *TheSrc = cast<Constant>(Copy->getSource());
2572 if (!PointsToConstantGlobal(MI->getSource()))
H A DGVN.cpp912 Constant *Src = dyn_cast<Constant>(MTI->getSource());
1081 Constant *Src = cast<Constant>(MTI->getSource());
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeSupportTest.java557 assertEquals(src, evt.getSource());
1293 assertSame(expSrc, event.getSource());
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp3278 m_testCtx.getLog() << tcu::TestLog::Message << "Shader source:\n\n" << info.getSource() << tcu::TestLog::EndMessage;
3325 message << "\nCompute shader:\n" << compute->getSource();
3330 message << "\nVertex shader:\n" << vertex->getSource();
3335 message << "\nGeometry shader:\n" << geometry->getSource();
3340 message << "\nTCS shader:\n" << tcs->getSource();
3345 message << "\nTES shader:\n" << tes->getSource();
3350 message << "\nFragment shader:\n" << fragment->getSource();
4857 const std::string& TextureCubeMapArraySamplingTest::shaderDefinition::getSource() const function in class:glcts::TextureCubeMapArraySamplingTest::shaderDefinition
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDSTests.cpp683 glu::VertexSource(ShaderSourceProvider::getSource(m_testCtx.getArchive(), "vulkan/dynamic_state/VertexFetch.vert"));
686 glu::FragmentSource(ShaderSourceProvider::getSource(m_testCtx.getArchive(), "vulkan/dynamic_state/VertexFetch.frag"));
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPTransactionStack.java1604 SIPTransaction transaction = (SIPTransaction) transactionErrorEvent.getSource();
1624 SIPDialog sipDialog = (SIPDialog) dialogErrorEvent.getSource();
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp215 if (GlobalVariable *GVSrc = dyn_cast<GlobalVariable>(MMI->getSource()))
229 if (MTI->getSource() == MTI->getDest())
/external/guice/lib/build/
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVInstruction.h1415 SPIRVValue *getSource() { return getValue(Source); } function in class:SPIRV::SPIRVCopyMemory
1470 SPIRVValue *getSource() { return getValue(Source); } function in class:SPIRV::SPIRVCopyMemorySized
1675 SPIRVValue *getSource()const { return getValue(Source);} function in class:SPIRV::SPIRVGroupAsyncCopy
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DPrettyPrintVisitor.java65 public String getSource() { method in class:PrettyPrintVisitor
66 return printer.getSource();
H A DConcreteSyntaxModel.java940 return sourcePrinter.getSource();
/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
H A DPrettyPrintVisitor.java60 public String getSource() { method in class:PrettyPrintVisitor
61 return printer.getSource();
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/printer/
H A DPrettyPrintVisitor_prettyprinted59 public String getSource() {
60 return printer.getSource();
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockWebServer.java909 body.writeAll(stream.getSource());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java793 public Source getSource(int index) { method in class:DiskLruCache.Snapshot
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLazyValueInfo.cpp602 if (MTI->getRawSource() == Ptr || MTI->getSource() == Ptr)
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp953 Constant *Src = dyn_cast<Constant>(MTI->getSource());
1124 Constant *Src = cast<Constant>(MTI->getSource());
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DPluralRules.java577 public double getSource() { method in class:PluralRules.FixedDecimal
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DPluralRules.java555 public double getSource() { method in class:PluralRules.FixedDecimal
/external/llvm/include/llvm/IR/
H A DInstrTypes.h243 inline BB *getSource() { function in class:llvm::TerminatorInst::SuccIterator
/external/robolectric/v1/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiObjectManagementTests.cpp1201 static const char* getSource (VkShaderStageFlagBits stage)
1232 const char* const source = getSource(params.shaderStage);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1289 if (GlobalVariable *GVSrc = dyn_cast<GlobalVariable>(MMI->getSource()))
1303 if (MTI->getSource() == MTI->getDest())
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVReader.cpp1572 SPIRVType* BS = BC->getSource()->getType();
1600 transValue(BC->getSource(), Func, BB),

Completed in 1698 milliseconds

1234567891011