OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertToInt
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/net/
DhcpInfoInternal.java
59
private int
convertToInt
(String addr) {
73
info.ipAddress =
convertToInt
(ipAddress);
76
info.gateway =
convertToInt
(route.getGateway().getHostAddress());
84
info.dns1 =
convertToInt
(dns1);
85
info.dns2 =
convertToInt
(dns2);
86
info.serverAddress =
convertToInt
(serverAddress);
/external/srec/shared/include/
ESR_SessionType.h
325
ESR_ReturnCode(*
convertToInt
)(struct ESR_SessionType_t* self, const LCHAR* key);
ESR_Session.h
269
ESR_ReturnCode(*
convertToInt
)(const LCHAR* key);
/external/srec/shared/src/
ESR_Session.c
217
return ESR_Session->
convertToInt
(ESR_Session, key);
SessionTypeImpl.c
68
Interface->
convertToInt
= &ESR_SessionTypeConvertToIntImpl;
[
all
...]
Completed in 8563 milliseconds