Searched refs:getSource (Results 151 - 175 of 263) sorted by relevance

1234567891011

/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp96 const std::string& getSource (void) const { return getInfo().source; } function in class:glu::Shader
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DCanonicalIterator.java63 public String getSource() { method in class:CanonicalIterator
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DCanonicalIterator.java64 public String getSource() { method in class:CanonicalIterator
/external/llvm/include/llvm/IR/
H A DIntrinsicInst.h15 // ... MCI->getDest() ... MCI->getSource() ...
249 Value *getSource() const { return getRawSource()->stripPointerCasts(); } function in class:llvm::MemTransferInst
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java195 public Source getSource() { method in class:FramedStream
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DDiskLruCacheTest.java295 BufferedSource inV1 = Okio.buffer(snapshot1.getSource(0));
653 assertSame(snapshot.getSource(0), snapshot.getSource(0));
1381 assertEquals(value, sourceAsString(snapshot.getSource(index)));
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCFG.h210 inline BB_ *getSource() { function in class:llvm::SuccIterator
/external/llvm/lib/Analysis/
H A DLint.cpp288 visitMemoryReference(I, MCI->getSource(), MemoryLocation::UnknownSize,
300 Assert(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
310 visitMemoryReference(I, MMI->getSource(), MemoryLocation::UnknownSize,
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp275 visitMemoryReference(I, MCI->getSource(), AliasAnalysis::UnknownSize,
288 Assert1(AA->alias(MCI->getSource(), Size, MCI->getDest(), Size) !=
299 visitMemoryReference(I, MMI->getSource(), AliasAnalysis::UnknownSize,
/external/guice/lib/build/
H A Dspring-beans.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/beans/ org/springframework/beans/annotation/ ...
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp148 if (!pointsToConstantGlobal(MI->getSource()))
289 Copy->getSource(), AI.getAlignment(), DL, &AI, AC, DT);
295 Constant *TheSrc = cast<Constant>(Copy->getSource());
/external/guice/extensions/grapher/src/com/google/inject/grapher/graphviz/
H A DGraphvizGrapher.java275 gnode.addSubtitle(0, nameFactory.getSourceName(node.getSource()));
/external/icu/icu4c/source/common/
H A Dcaniter.cpp114 UnicodeString CanonicalIterator::getSource() { function in class:CanonicalIterator
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java188 JComboBox cb = (JComboBox) e.getSource();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
H A DDumpVisitor.java108 public String getSource() { method in class:DumpVisitor.SourcePrinter
114 return getSource();
124 public String getSource() { method in class:DumpVisitor
125 return printer.getSource();
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
H A DDumpVisitor.java140 public String getSource() { method in class:DumpVisitor.SourcePrinter
145 return getSource();
151 public String getSource() { method in class:DumpVisitor
152 return printer.getSource();
/external/llvm/lib/Transforms/Scalar/
H A DAlignmentFromAssumptions.cpp344 MTI->getSource(), SE);
H A DLoopLoadElimination.cpp154 Instruction *Source = Dep.getSource(LAI);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttp2xStream.java278 Source source = new StreamFinishingSource(stream.getSource());
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DMapBinder.java492 dups.put(entry.getKey(), "\t at " + Errors.convert(entry.getValue().getSource()));
554 provider.getValueBinding().getSource());
/external/swiftshader/third_party/LLVM/lib/MC/
H A DMCDwarf.cpp578 const MachineLocation &Src = Instr.getSource();
874 TranslateMachineLocation(MRI, Moves[i].getSource());
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.hpp397 const std::string& getSource() const;
/external/desugar/java/com/google/devtools/common/options/
H A DInvocationPolicyEnforcer.java390 .map(OptionInstanceOrigin::getSource)
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp86 const MachineLocation &Src = Move.getSource();

Completed in 3009 milliseconds

1234567891011