Searched defs:nextId (Results 1 - 14 of 14) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
H A DAbstractKernel.java55 private AtomicLong nextId = new AtomicLong(1); field in class:AbstractKernel
82 return nextId.getAndIncrement();
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
H A DSerializer.java72 private static short nextId = -1; field in class:Serializer
88 edit the static registrations without decrementing nextId
185 if (classId == 0) classId = --nextId;
266 id = --nextId;
/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp177 int rix, nextId, nextInp; local
187 nextId= arc[backwardList[rix]]->GetFromId();
189 if (nextId >= 0 && nextInp != DISCARD_LABEL)
190 ReverseDepthData (nextId, depthMap, depth+1);
198 int rix, nextId, nextInp; local
208 nextId= arc[forwardList[rix]]->GetToId();
210 if (nextId >= 0 && nextInp != DISCARD_LABEL)
211 ForwardDepthData (nextId, depthMap, depth+1);
H A Dsub_min.cpp159 int rix, rixBegin, nextId; local
167 nextId= arc[forwardList[rix]]->GetToId();
168 if (nextId >= 0 && mapList[nextId] != nextId) {
170 arc[forwardList[rix]]->AssignToId(mapList[nextId]);
H A Dsub_phon.cpp33 int ii, wordId, phoneId, currId, newId, nextId, arcCount; local
62 nextId= NewVertexId();
64 arcOne= CreateArc (-wordId, wordId, newId, nextId);
67 arcOne= CreateArc (WB_LABEL, NONE_LABEL, nextId, arc[ii]->GetToId());
H A Dsub_grph.cpp494 int rix, nextId; local
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; local
579 nextId= arc[backwardList[rix]]->GetFromId();
580 if (nextId !
805 int rix, nextId; local
[all...]
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DDefaultServer.java68 private AtomicInteger nextId = new AtomicInteger(0); field in class:DefaultServer
451 id = nextId.getAndIncrement();
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableSortedSetTest.java247 static int nextId; field in class:ImmutableSortedSetTest.Impl
248 Integer id = nextId++;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 117 milliseconds