OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asShort
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/net/java/android/net/ip/
RouterAdvertisementDaemon.java
349
private static short
asShort
(int value) { return (short) value; }
372
.putShort(
asShort
(0))
376
.putShort(hasDefaultRoute ?
asShort
(DEFAULT_LIFETIME) :
asShort
(0))
420
.putShort(
asShort
(0))
440
.putShort(
asShort
(0))
549
.putShort(
asShort
(0))
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
JsonValue.java
284
public short
asShort
() {
636
return (child == null || !child.isValue()) ? defaultValue : child.
asShort
();
706
return child.
asShort
();
778
return child.
asShort
();
[
all
...]
Json.java
[
all
...]
Completed in 466 milliseconds