Searched defs:getPrevious (Results 1 - 14 of 14) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DNonMonotonousSequenceException.java120 public Number getPrevious() { method in class:NonMonotonousSequenceException
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DAbstractInsnNode.java177 public AbstractInsnNode getPrevious() { method in class:AbstractInsnNode
/external/clang/include/clang/Lex/
H A DMacroInfo.h387 const MacroDirective *getPrevious() const { return Previous; } function in class:clang::MacroInfo
390 MacroDirective *getPrevious() { return Previous; } function in class:clang::MacroInfo
575 if (isInvalid() || DefDirective->getPrevious() == nullptr)
577 return DefDirective->getPrevious()->getDefinition();
/external/jmonkeyengine/engine/src/core/com/jme3/font/
H A DLetterQuad.java96 LetterQuad getPrevious() { method in class:LetterQuad
277 x0 = getPrevious().getX1();
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DStringSearch.java1247 if (ceb.getPrevious(targetIx).lowIndex_ < startIdx) {
1273 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
1275 // for this targetIx value, so if it is non-NULL then other ceb.getPrevious calls should be OK.
1276 CEI lastCEI = ceb.getPrevious(targetIx);
1278 throw new ICUException("CEBuffer.getPrevious(" + targetIx + ") returned null.");
1286 targetCEI = ceb.getPrevious(targetIx + pattern_.PCELength_ - 1 - patIx + targetIxOffset);
1321 CEI firstCEI = ceb.getPrevious(targetIx + pattern_.PCELength_ - 1 + targetIxOffset);
1351 CEI nextCEI = ceb.getPrevious(targetIx - 1);
1943 CEI getPrevious(int index) { method in class:StringSearch.CEBuffer
/external/icu/icu4c/source/i18n/
H A Dusearch.cpp3475 const CEI *getPrevious(int32_t index);
3567 const CEI *CEIBuffer::getPrevious(int32_t index) { function in class:__anon5717::CEIBuffer
4131 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4161 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
4163 // for this targetIx value, so if it is non-NULL then other ceb.getPrevious calls should be OK.
4164 const CEI *lastCEI = ceb.getPrevious(targetIx);
4176 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset);
4212 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset);
4243 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 1056 milliseconds