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

1 2

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ExpiresParser.java 72 String nextId = lexer.getNextId();
75 int delta = Integer.parseInt(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);
  /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());
  /frameworks/native/libs/ui/
GraphicBuffer.cpp 38 static volatile int32_t nextId = 0;
40 id |= static_cast<uint32_t>(android_atomic_inc(&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/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 250 long nextId = m_state->getLong(ProfilerAgentState::nextProfileId, 1);
251 m_state->setLong(ProfilerAgentState::nextProfileId, nextId + 1);
252 return String::number(nextId);
  /external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 18 nextId = 1;
52 int id = nextId;
53 nextId++;
100 if (db->nextId <= id) {
101 db->nextId = id + 1;
150 int nextId;
  /external/skia/experimental/LightSymbolsUtil/Callstacker/Callstacker/
Callstacker.cpp 18 nextId = 1;
52 int id = nextId;
53 nextId++;
100 if (db->nextId <= id) {
101 db->nextId = id + 1;
150 int nextId;
  /libcore/luni/src/main/java/java/util/
Timer.java 344 private synchronized static long nextId() {
384 this("Timer-" + Timer.nextId(), isDaemon);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ContextMenu.js 47 this._id = topLevelMenu.nextId();
214 nextId: function()
  /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/guava/guava-tests/test/com/google/common/collect/
ImmutableSortedSetTest.java 247 static int nextId;
248 Integer id = nextId++;
    [all...]
  /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...]
  /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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.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 1870 milliseconds

1 2