Searched refs:getResult (Results 1 - 25 of 86) sorted by relevance

1234

/external/smali/util/src/main/java/ds/tree/
H A DVisitor.java55 public R getResult(); method in interface:Visitor
H A DVisitorImpl.java22 public R getResult() { method in class:VisitorImpl
/external/easymock/src/org/easymock/internal/
H A DExpectedInvocationAndResult.java38 public Result getResult() { method in class:ExpectedInvocationAndResult
/external/guava/guava/src/com/google/common/io/
H A DByteProcessor.java48 T getResult(); method in interface:ByteProcessor
H A DLineProcessor.java44 T getResult(); method in interface:LineProcessor
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/
H A DBooleanTest.java48 public String getResult(gUnitTestResult testResult) { method in class:BooleanTest
H A DOutputTest.java54 public String getResult(gUnitTestResult testResult) { method in class:OutputTest
H A DReturnTest.java51 public String getResult(gUnitTestResult testResult) { method in class:ReturnTest
H A DAbstractTest.java52 public abstract String getResult(gUnitTestResult testResult); method in class:AbstractTest
/external/webkit/Source/WebCore/fileapi/
H A DDirectoryReaderSync.cpp64 return helper.getResult(ec);
H A DEntrySync.cpp62 return helper.getResult(ec);
73 return helper.getResult(ec);
84 return helper.getResult(ec);
95 helper.getResult(ec);
H A DDirectoryEntrySync.cpp62 return static_pointer_cast<FileEntrySync>(helper.getResult(ec));
73 return static_pointer_cast<DirectoryEntrySync>(helper.getResult(ec));
84 helper.getResult(ec);
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DPlainInsn.java93 getResult().withOffset(delta),
115 Rop newRop = Rops.ropFor(getOpcode().getOpcode(), getResult(),
117 return new PlainCstInsn(newRop, getPosition(), getResult(),
135 newRop = Rops.ropFor(opcode, getResult(), newSources, cst);
142 getResult(), newSources, cst);
H A DLocalVariableExtractor.java105 (insns.getLast().getResult() != null);
132 result = insn.getResult();
H A DPlainCstInsn.java71 getResult().withOffset(delta),
H A DSwitchInsn.java84 getResult().withOffset(delta),
H A DInsn.java143 public final RegisterSpec getResult() { method in class:Insn
282 && equalsHandleNulls(result, b.getResult())
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DNormalSsaInsn.java35 super(insn.getResult(), block);
46 insn = insn.withNewRegisters(getResult(), newSources);
78 insn = insn.withNewRegisters(getResult(), newSources);
94 insn = insn.withNewRegisters(getResult(), newSources);
121 return insn.withNewRegisters(getResult(), insn.getSources());
146 assignment = getResult();
H A DDeadCodeRemover.java158 RegisterSpec result = insn.getResult();
201 RegisterSpec result = use.getResult();
252 noSideEffectRegs.set(insn.getResult().getReg());
260 noSideEffectRegs.set(phi.getResult().getReg());
266 RegisterSpec result = insn.getResult();
H A DLiteralOpUpgrader.java149 RegisterSpec result = insn.getResult();
153 TypeBearer type = insn.getResult().getTypeBearer();
190 Rop newRop = Rops.ropFor(newOpcode, insn.getResult(), newSources, cst);
194 insn.getResult(), newSources);
197 insn.getResult(), newSources, cst);
H A DPhiTypeResolver.java74 && (definsn.getResult().getBasicType() == Type.BT_VOID)) {
100 RegisterSpec resultReg = useInsn.getResult();
189 RegisterSpec result = insn.getResult();
H A DMoveParamCombiner.java75 paramSpecs[param] = insn.getResult();
78 final RegisterSpec specB = insn.getResult();
/external/skia/src/animator/
H A DSkScriptRuntime.h35 bool getResult(SkOperand2* result);
/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DLivenessAnalyzer.java236 RegisterSpec rs = statement.getResult();
271 interference.add(phis.get(i).getResult().getReg(),
272 phis.get(j).getResult().getReg());
/external/llvm/lib/Analysis/
H A DMemoryDependenceAnalysis.cpp636 if (I->getResult().isDirty())
684 if (!Entry->getResult().isDirty())
695 if (Instruction *Inst = ExistingResult->getResult().getInst()) {
796 if (ExistingResult && !ExistingResult->getResult().isDirty()) {
798 return ExistingResult->getResult();
805 if (ExistingResult && ExistingResult->getResult().getInst()) {
806 assert(ExistingResult->getResult().getInst()->getParent() == BB &&
809 ScanPos = ExistingResult->getResult().getInst();
926 if (Instruction *Inst = DI->getResult().getInst())
947 if (Instruction *Inst = DI->getResult()
[all...]

Completed in 333 milliseconds

1234