Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 25 of 108) sorted by relevance

12345

/external/snakeyaml/src/test/java/examples/
DHero.java21 private Integer hp; field in Hero
23 public Hero(String name, Integer hp, Integer sp) { in Hero()
/external/guava/guava-tests/test/com/google/common/net/
DHostAndPortTest.java101 HostAndPort hp; in checkFromStringCase() local
150 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local
169 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost() local
/external/ppp/pppd/plugins/radius/
Dip_util.c31 struct hostent *hp; in rc_get_ipaddr() local
105 struct hostent *hp; in rc_ip_hostname() local
/external/clang/test/OpenMP/
Ddeclare_simd_messages.cpp42 void h(C *hp, C *hp2, C *hq, C *lin) { in h()
48 void h(int *hp, int *hp2, int *hq, int *lin) { in h()
Ddeclare_simd_ast_print.cpp21 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h()
42 void h(int *hp, int *hp2, int *hq, int *lin) in h()
/external/openssh/openbsd-compat/
Dfake-rfc2553.c51 struct hostent *hp; in getnameinfo() local
158 struct hostent *hp; in getaddrinfo() local
/external/compiler-rt/lib/asan/
Dasan_memory_profile.cc76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); in ChunkCallback() local
86 HeapProfile hp; in MemoryProfileCB() local
/external/nist-sip/java/gov/nist/core/
DHostNameParser.java266 HostPort hp = new HostPort(); in hostPort() local
334 HostPort hp = hnp.hostPort(true); in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/
Drpc_pmap_getmaps.c51 struct hostent *hp = NULL; in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/
Drpc_pmap_getport.c52 struct hostent *hp = NULL; in main() local
/external/fdlibm/
De_remainder.c39 int hx,hp; local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/
Drpc_clnttcp_create.c55 struct hostent *hp = NULL; in main() local
Drpc_clnttcp_create_stress.c56 struct hostent *hp = NULL; in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/
Drpc_clntudp_create.c55 struct hostent *hp = NULL; in main() local
Drpc_clntudp_create_stress.c56 struct hostent *hp = NULL; in main() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/
Drpc_clntudp_bufcreate.c55 struct hostent *hp = NULL; in main() local
/external/freetype/src/gzip/
Dinftrees.c103 inflate_huft *hp, /* space for trees */ in huft_build()
303 inflate_huft *hp, /* space for trees */ in inflate_trees_bits()
335 inflate_huft *hp, /* space for trees */ in inflate_trees_dynamic()
/external/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); in main() local
Dmc_verify_opts.c23 struct hostent *hp, *gethostbyname(); in main() local
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java182 HeaderProperty hp = (HeaderProperty) headers.get(i); in call() local
213 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); in call() local
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_rmtcall/
Drpc_pmap_rmtcall.c53 struct hostent *hp = NULL; in main() local
Drpc_pmap_rmtcall_stress.c54 struct hostent *hp = NULL; in main() local
/external/valgrind/massif/tests/
Dcustom_alloc.c28 static void* hp = 0; // current heap pointer in custom_alloc() local
/external/mksh/src/
Dhistrap.c93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local
391 char **hp = NULL; in hist_get() local
484 char **hp; in findhist() local
609 char **hp, *c; in histsave() local
776 char *nhname, **hp; in hist_init() local
876 char **hp; in histload() local
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c37 struct addrinfo *hp; in main() local

12345