/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/src/com/android/exchange/adapter/ |
Parser.java | 71 private int nextId = NOT_FETCHED; 444 int id = nextId (); 446 nextId = NOT_FETCHED; 456 id = nextId(); 458 nextId = NOT_FETCHED; 526 private int nextId() throws IOException { 527 if (nextId == NOT_FETCHED) { 528 nextId = read(); 530 return nextId;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SnippetStorage.js | 114 var nextId = this._lastSnippetIdentifierSetting.get() + 1; 115 var snippetId = String(nextId); 116 this._lastSnippetIdentifierSetting.set(nextId);
|
ContextMenu.js | 47 this._id = topLevelMenu.nextId(); 199 nextId: function()
|
JSHeapSnapshot.js | 58 var nextId = nodes[nodeIndex]; 60 if (nextId % 2 === 0)
|
/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 | |