HomeSort by relevance Sort by last modified time
    Searched full:saved_pos (Results 1 - 5 of 5) sorted by null

  /external/smack/src/org/xbill/DNS/
DNSInput.java 16 private int saved_pos; field in class:DNSInput
28 saved_pos = -1;
126 saved_pos = pos;
135 if (saved_pos < 0) {
138 pos = saved_pos;
140 saved_pos = -1;
DNSOutput.java 16 private int saved_pos; field in class:DNSOutput
26 saved_pos = -1;
89 saved_pos = pos;
97 if (saved_pos < 0) {
100 pos = saved_pos;
101 saved_pos = -1;
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 54 private final static String SAVED_POS = "pos";
199 if (mFirstTime || icicle.getInt(SAVED_POS) == 0) {
203 icicle.getInt(SAVED_POS));
496 icicle.putInt(SAVED_POS, mCursor.getInt(ID_INDEX));
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py     [all...]

Completed in 2301 milliseconds