HomeSort by relevance Sort by last modified time
    Searched refs:oldPos (Results 1 - 18 of 18) sorted by null

  /external/javassist/src/main/javassist/bytecode/
StackMapTable.java 826 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 <= where && where < position
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 91 VerticalTextSpinner spinner, int oldPos, int newPos, String[] items);
350 int oldPos = mCurrentSelectedPos;
355 mListener.onChanged(this, oldPos, mCurrentSelectedPos, mTextList);
363 int oldPos = mCurrentSelectedPos;
368 mListener.onChanged(this, oldPos, mCurrentSelectedPos, mTextList);
  /external/icu4c/common/
unisetspan.cpp     [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 243 int32_t oldPos = pos.getIndex();
274 pos.setIndex(oldPos);
278 if (pos.getErrorIndex() != -1 || pos.getIndex() == oldPos) {
305 int32_t parseDistance = pos.getIndex() - oldPos;
341 pos.setIndex(oldPos);
351 pos.setIndex(oldPos);
    [all...]
timezone.cpp     [all...]
smpdtfmt.cpp     [all...]
  /external/libxslt/libxslt/
templates.c 122 int oldPos, oldSize;
128 oldPos = ctxt->xpathCtxt->proximityPosition;
159 ctxt->xpathCtxt->proximityPosition = oldPos;
xsltutils.c 968 int oldPos, oldSize ;
1001 oldPos = ctxt->xpathCtxt->proximityPosition;
1065 ctxt->xpathCtxt->proximityPosition = oldPos;
    [all...]
transform.c     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 709 int oldPos = isFileProtocol ? 8 : 1;
711 int newPos = cygwinPath.find('/', oldPos);
714 wstring pathComponent = cygwinPath.substr(oldPos);
725 wstring pathComponent = cygwinPath.substr(oldPos, newPos - oldPos);
732 oldPos = newPos + 1;
    [all...]
  /frameworks/base/core/java/android/os/
Bundle.java     [all...]
  /external/svox/pico/lib/
picospho.c 532 picoos_uint16 oldPos, curPos;
547 oldPos = spho->phonWritePos;
660 spho->phonWritePos = oldPos;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Mesh.java 271 VertexBuffer oldPos = getBuffer(Type.Position);
274 VertexBuffer newPos = oldPos.clone();
    [all...]
  /frameworks/base/core/java/android/database/
DatabaseUtils.java 269 final int oldPos = cursor.getPosition();
318 cursor.moveToPosition(oldPos);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
PanelController.java 108 public ViewPropertyAnimator select(int oldPos, int move) {
117 if (oldPos < mPosition) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 827 milliseconds