Searched refs:oldPos (Results 1 - 25 of 26) sorted by relevance

12

/external/javassist/src/main/javassist/bytecode/
H A DStackMapTable.java826 int oldPos = position;
827 position = oldPos + offsetDelta + (oldPos == 0 ? 0 : 1);
830 match = oldPos < where && where <= position;
832 match = oldPos <= where && where < position;
873 int oldPos = position;
874 position = oldPos + offsetDelta + (oldPos == 0 ? 0 : 1);
877 match = oldPos < where && where <= position;
879 match = oldPos <
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
H A Dbyte_reader.js516 var oldPos = this.pos_;
519 this.seekStack_.push(oldPos);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp185 const uint32_t oldPos = bb->binPos; local
187 uint32_t adjPos = oldPos + sizeToBundlesNVE4(oldPos) * 8;
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_target.cpp185 const uint32_t oldPos = bb->binPos; local
187 uint32_t adjPos = oldPos + sizeToBundlesNVE4(oldPos) * 8;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DScrollAnimatorNoneTest.cpp354 double oldPos = 0; local
360 double delta = newPos - oldPos;
364 accumulate += (oldPos + newPos) / 2 * (step / time);
365 oldPos = newPos;
377 oldPos = 0;
382 double delta = newPos - oldPos;
386 accumulate -= (kPosition - (oldPos + newPos) / 2) * (step / time);
387 oldPos = newPos;
/external/chromium_org/third_party/icu/source/common/
H A Dunisetspan.cpp918 int32_t oldPos=pos; local
919 pos=spanSet.spanBack(s, oldPos, USET_SPAN_CONTAINED);
920 spanLength=oldPos-pos;
1274 int32_t oldPos=pos; local
1275 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED);
1276 spanLength=oldPos-pos;
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp242 int32_t oldPos = pos.getIndex(); local
272 pos.setIndex(oldPos);
276 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
303 int32_t parseDistance = pos.getIndex() - oldPos;
339 pos.setIndex(oldPos);
349 pos.setIndex(oldPos);
H A Dtimezone.cpp1204 int32_t oldPos = pos.getIndex(); local
1207 if ((pos.getIndex() - oldPos) != 2) {
1220 oldPos = pos.getIndex();
1224 || (pos.getIndex() - oldPos) != 2) {
H A Dsmpdtfmt.cpp2940 int32_t oldPos = pos.getIndex(); local
2949 int32_t nDigits = pos.getIndex() - oldPos;
2957 pos.setIndex(oldPos + maxDigits);
/external/icu4c/common/
H A Dunisetspan.cpp920 int32_t oldPos=pos; local
921 pos=spanSet.spanBack(s, oldPos, USET_SPAN_CONTAINED);
922 spanLength=oldPos-pos;
1276 int32_t oldPos=pos; local
1277 pos=spanSet.spanBackUTF8((const char *)s, oldPos, USET_SPAN_CONTAINED);
1278 spanLength=oldPos-pos;
/external/icu4c/i18n/
H A Dtmutfmt.cpp245 int32_t oldPos = pos.getIndex(); local
276 pos.setIndex(oldPos);
280 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
307 int32_t parseDistance = pos.getIndex() - oldPos;
343 pos.setIndex(oldPos);
353 pos.setIndex(oldPos);
H A Dtimezone.cpp1401 int32_t oldPos = pos.getIndex(); local
1404 if ((pos.getIndex() - oldPos) != 2) {
1417 oldPos = pos.getIndex();
1421 || (pos.getIndex() - oldPos) != 2) {
H A Dsmpdtfmt.cpp3133 int32_t oldPos = pos.getIndex(); local
3142 int32_t nDigits = pos.getIndex() - oldPos;
3150 pos.setIndex(oldPos + maxDigits);
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtemplates.c123 int oldPos, oldSize; local
129 oldPos = ctxt->xpathCtxt->proximityPosition;
160 ctxt->xpathCtxt->proximityPosition = oldPos;
H A Dxsltutils.c968 int oldPos, oldSize ; local
1001 oldPos = ctxt->xpathCtxt->proximityPosition;
1065 ctxt->xpathCtxt->proximityPosition = oldPos;
H A Dtransform.c1740 int childno = 0, oldPos; local
1865 oldPos = ctxt->xpathCtxt->proximityPosition;
1965 ctxt->xpathCtxt->proximityPosition = oldPos;
/external/libxslt/libxslt/
H A Dtemplates.c122 int oldPos, oldSize; local
128 oldPos = ctxt->xpathCtxt->proximityPosition;
159 ctxt->xpathCtxt->proximityPosition = oldPos;
H A Dxsltutils.c968 int oldPos, oldSize ; local
1001 oldPos = ctxt->xpathCtxt->proximityPosition;
1065 ctxt->xpathCtxt->proximityPosition = oldPos;
H A Dtransform.c1740 int childno = 0, oldPos; local
1865 oldPos = ctxt->xpathCtxt->proximityPosition;
1965 ctxt->xpathCtxt->proximityPosition = oldPos;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowParcel.java706 int oldPos = dataPosition();
713 setDataPosition(oldPos - 4);
714 int N = newPos - oldPos;
/external/svox/pico/lib/
H A Dpicospho.c532 picoos_uint16 oldPos, curPos; local
547 oldPos = spho->phonWritePos;
660 spho->phonWritePos = oldPos;
/external/jmonkeyengine/engine/src/core/com/jme3/scene/
H A DMesh.java271 VertexBuffer oldPos = getBuffer(Type.Position);
274 VertexBuffer newPos = oldPos.clone();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 673 milliseconds

12