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

1 2

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
R.java 11 private static int nextId = 1234;
14 public static final int time = nextId++;
15 public static final int title = nextId++;
16 public static final int subtitle = nextId++;
17 public static final int snippet_text = nextId++;
18 public static final int include_id = nextId++;
19 public static final int inner_text = nextId++;
20 public static final int map_view = nextId++;
21 public static final int true_checkbox = nextId++;
22 public static final int false_checkbox = nextId++
    [all...]
  /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/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
AbstractKernel.java 55 private AtomicLong nextId = new AtomicLong(1);
82 return nextId.getAndIncrement();
  /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/exchange2/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/ContactsCommon/tests/src/com/android/contacts/common/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());
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 290 public void setNextDatabaseIdForInserts(int nextId) {
291 nextDatabaseIdForInserts = nextId;
294 public void setNextDatabaseIdForUpdates(int nextId) {
295 nextDatabaseIdForUpdates = nextId;
  /libcore/luni/src/main/java/java/util/
Timer.java 344 private synchronized static long nextId() {
387 this("Timer-" + Timer.nextId(), isDaemon);
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
Serializer.java 72 private static short nextId = -1;
88 edit the static registrations without decrementing nextId
185 if (classId == 0) classId = --nextId;
266 id = --nextId;
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultServer.java 68 private AtomicInteger nextId = new AtomicInteger(0);
451 id = nextId.getAndIncrement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 487 String nextId = mRefactoring.ensureHasId(mRootEdit, nextChild, null);
488 if (nextId != null) {
490 childView.addVerticalConstraint(ATTR_LAYOUT_ABOVE, nextId);
492 childView.addHorizConstraint(ATTR_LAYOUT_TO_LEFT_OF, nextId);
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 247 static int nextId;
248 Integer id = nextId++;
    [all...]
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/m2/repository/net/sf/kxml/kxml2/2.3.0/
kxml2-2.3.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 1830 milliseconds

1 2