Home
last modified time | relevance | path

Searched defs:hp (Results 1 – 25 of 122) 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/guava/android/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/llvm-project/clang/test/OpenMP/
Ddeclare_variant_ast_print.cpp69 void h_ref(C *hp, C *hp2, C *hq, C *lin) { in h_ref()
80 void h(C *hp, C *hp2, C *hq, C *lin) { in h()
95 void h(double *hp, double *hp2, double *hq, double *lin) { in h()
Ddeclare_simd_ast_print.cpp26 template <class C, int V> void h(C *hp, C *hp2, C *hq, C *lin) { in h()
34 template <class C> void h(C *hp, C *hp2, C *hq, C *lin) { in h()
53 void h(int *hp, int *hp2, int *hq, int *lin) in h()
Ddeclare_simd_messages.cpp44 void h(C *hp, C *hp2, C *hq, C *lin) { in h()
50 void h(int *hp, int *hp2, int *hq, int *lin) { in h()
/external/llvm-project/llvm/tools/opt-viewer/
Dopt-stats.py18 hp = hpy() variable
21 hp = None variable
/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/f2fs-tools/tools/sg_write_buffer/
Dsg_io_linux.c173 sg_normalize_sense(const struct sg_io_hdr * hp, in sg_normalize_sense()
187 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, in sg_chk_n_print3()
212 sg_err_category3(struct sg_io_hdr * hp) in sg_err_category3()
/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/adhd/cras/src/dsp/
Dcrossover2.c31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
130 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
245 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split()
362 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
455 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
562 static void lr42_merge(struct lr42 *lp, struct lr42 *hp, int count, in lr42_merge()
/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/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.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.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.c56 struct hostent *hp = NULL; in main() 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
611 char **hp, *c; in histsave() local
817 char *nhname, **hp; in hist_persist_init() local
934 char **hp; in histload() local
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DHttpTransportSE.java180 HeaderProperty hp = (HeaderProperty) headers.get(i); in call() local
200 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); in call() local
/external/ltp/testcases/network/multicast/mc_opts/
Dmc_verify_opts_error.c17 struct hostent *hp, *gethostbyname(); in main() local

12345