OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempId
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
DefaultClient.java
148
long
tempId
= System.currentTimeMillis() + System.nanoTime();
155
reg.setId(
tempId
);
164
reg.setId(
tempId
);
357
protected void configureChannels( long
tempId
, int[] ports ) {
371
reg.setId(
tempId
);
DefaultServer.java
316
long
tempId
= m.getId();
319
Connection c = connecting.remove(
tempId
);
371
connecting.put(
tempId
, c);
Completed in 1334 milliseconds