OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipv4Addr
(Results
1 - 4
of
4
) sorted by null
/external/guava/guava-tests/test/com/google/common/net/
InetAddressesTest.java
129
InetAddress
ipv4Addr
= null;
131
ipv4Addr
= InetAddress.getByName(ipStr);
132
assertEquals(
ipv4Addr
, InetAddresses.forString(ipStr));
641
InetAddress
ipv4Addr
= InetAddresses.forString("127.0.0.1");
642
assertEquals(0x7f000001, InetAddresses.coerceToInteger(
ipv4Addr
));
/device/huawei/angler/location/loc_api/loc_api_v02/
location_service_v02.h
[
all
...]
/device/lge/bullhead/location/loc_api/loc_api_v02/
location_service_v02.h
[
all
...]
/device/moto/shamu/location/loc_api/loc_api_v02/
location_service_v02.h
[
all
...]
Completed in 155 milliseconds