OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRequestID
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/com/kenai/jbosh/
RequestIDSequence.java
71
private AtomicLong
nextRequestID
= new AtomicLong();
80
nextRequestID
= new AtomicLong(generateInitialValue());
94
return
nextRequestID
.getAndIncrement();
/external/chromium_org/ui/keyboard/resources/elements/
kb-key-codes.js
18
var
nextRequestID
= 0;
Completed in 38 milliseconds