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

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ExpiresParser.java 72 String nextId = lexer.getNextId();
75 int delta = Integer.parseInt(nextId);
  /cts/libs/vogar-expect/src/vogar/util/
Threads.java 33 private int nextId = 0;
35 Thread thread = new Thread(r, name + "-" + (nextId++));
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
MinSEParser.java 47 String nextId = lexer.getNextId();
49 int delta = Integer.parseInt(nextId);
SessionExpiresParser.java 43 String nextId = lexer.getNextId();
46 int delta = Integer.parseInt(nextId);
  /packages/apps/Exchange/src/com/android/exchange/adapter/
Parser.java 69 private int nextId = NOT_FETCHED;
450 int id = nextId ();
452 nextId = NOT_FETCHED;
462 id = nextId();
464 nextId = NOT_FETCHED;
532 private int nextId() throws IOException {
533 if (nextId == NOT_FETCHED) {
534 nextId = read();
536 return nextId;
  /packages/apps/Contacts/tests/src/com/android/contacts/tests/testauth/
TestAuthenticator.java 52 final int nextId = prefs.getInt(PREF_KEY_LAST_USER_ID, 0) + 1;
53 prefs.edit().putInt(PREF_KEY_LAST_USER_ID, nextId).apply();
55 return "User-" + nextId;
  /external/srec/tools/grxmlcompile/
sub_base.cpp 177 int rix, nextId, nextInp;
187 nextId= arc[backwardList[rix]]->GetFromId();
189 if (nextId >= 0 && nextInp != DISCARD_LABEL)
190 ReverseDepthData (nextId, depthMap, depth+1);
198 int rix, nextId, nextInp;
208 nextId= arc[forwardList[rix]]->GetToId();
210 if (nextId >= 0 && nextInp != DISCARD_LABEL)
211 ForwardDepthData (nextId, depthMap, depth+1);
sub_grph.cpp 494 int rix, nextId;
508 nextId= arc[forwardList[rix]]->GetToId();
509 if (nextId >= 0 && nextId != finalId && checkEntry (nodeList, currNum, nextId) < 0
510 && visitMark[nextId] == 0)
511 ProcessBegins (nextId, finalId, procLabel, nodeList, currNum+1, visitMark, maxNum);
566 int rix, nextId;
579 nextId= arc[backwardList[rix]]->GetFromId();
580 if (nextId != initialId && checkEntry (nodeList, currNum, nextId) <
    [all...]
sub_min.cpp 159 int rix, rixBegin, nextId;
167 nextId= arc[forwardList[rix]]->GetToId();
168 if (nextId >= 0 && mapList[nextId] != nextId) {
170 arc[forwardList[rix]]->AssignToId(mapList[nextId]);
sub_phon.cpp 33 int ii, wordId, phoneId, currId, newId, nextId, arcCount;
62 nextId= NewVertexId();
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId());
  /libcore/luni/src/main/java/java/util/
Timer.java 344 private synchronized static long nextId() {
387 this("Timer-" + Timer.nextId(), isDaemon);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 553 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null);
554 if (nextId != null) {
556 childView.addVerticalConstraint(ATTR_LAYOUT_ABOVE, nextId);
558 childView.addHorizConstraint(ATTR_LAYOUT_TO_LEFT_OF, nextId);
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 476 milliseconds