/external/cronet/tot/third_party/apache-portable-runtime/src/include/ |
D | apr_ring.h | 159 #define APR_RING_SENTINEL(hp, elem, link) \ argument 166 #define APR_RING_FIRST(hp) (hp)->next argument 171 #define APR_RING_LAST(hp) (hp)->prev argument 192 #define APR_RING_INIT(hp, elem, link) do { \ argument 204 #define APR_RING_EMPTY(hp, elem, link) \ argument 286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument 299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument 311 #define APR_RING_INSERT_HEAD(hp, nep, elem, link) \ argument 322 #define APR_RING_INSERT_TAIL(hp, nep, elem, link) \ argument 414 #define APR_RING_CHECK(hp, elem, link, msg) \ argument [all …]
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_ring.h | 159 #define APR_RING_SENTINEL(hp, elem, link) \ argument 166 #define APR_RING_FIRST(hp) (hp)->next argument 171 #define APR_RING_LAST(hp) (hp)->prev argument 192 #define APR_RING_INIT(hp, elem, link) do { \ argument 204 #define APR_RING_EMPTY(hp, elem, link) \ argument 286 #define APR_RING_SPLICE_HEAD(hp, ep1, epN, elem, link) \ argument 299 #define APR_RING_SPLICE_TAIL(hp, ep1, epN, elem, link) \ argument 311 #define APR_RING_INSERT_HEAD(hp, nep, elem, link) \ argument 322 #define APR_RING_INSERT_TAIL(hp, nep, elem, link) \ argument 414 #define APR_RING_CHECK(hp, elem, link, msg) \ argument [all …]
|
/external/snakeyaml/src/test/java/examples/ |
D | Hero.java | 20 private final Integer hp; field in Hero 22 public Hero(String name, Integer hp, Integer sp) { in Hero()
|
/external/guava/android/guava-tests/test/com/google/common/net/ |
D | HostAndPortTest.java | 109 HostAndPort hp; in checkFromStringCase() local 158 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local 177 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost() local
|
/external/guava/guava-tests/test/com/google/common/net/ |
D | HostAndPortTest.java | 116 HostAndPort hp; in checkFromStringCase() local 165 HostAndPort hp = HostAndPort.fromParts("gmail.com", 81); in testFromParts() local 184 HostAndPort hp = HostAndPort.fromHost("gmail.com"); in testFromHost() local
|
/external/clang/test/OpenMP/ |
D | declare_simd_messages.cpp | 42 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()
|
D | declare_simd_ast_print.cpp | 21 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/sg3_utils/lib/ |
D | sg_io_linux.c | 152 sg_normalize_sense(const struct sg_io_hdr * hp, in sg_normalize_sense() 166 sg_chk_n_print3(const char * leadin, struct sg_io_hdr * hp, in sg_chk_n_print3() 191 sg_err_category3(struct sg_io_hdr * hp) in sg_err_category3()
|
/external/compiler-rt/lib/asan/ |
D | asan_memory_profile.cc | 76 HeapProfile *hp = reinterpret_cast<HeapProfile*>(arg); in ChunkCallback() local 86 HeapProfile hp; in MemoryProfileCB() local
|
/external/nist-sip/java/gov/nist/core/ |
D | HostNameParser.java | 266 HostPort hp = new HostPort(); in hostPort() local 334 HostPort hp = hnp.hostPort(true); in main() local
|
/external/libaom/av1/encoder/ |
D | encodemv.c | 32 const int hp = offset & 1; // high precision mv data in update_mv_component_stats() local 86 const int hp = offset & 1; // high precision mv data in encode_mv_component() local 175 int hp; in av1_build_nmv_component_cost_table() local 241 int hp; in av1_build_nmv_component_cost_table() local
|
/external/ltp/lib/newlib_tests/ |
D | test20.c | 28 struct tst_hugepage hp = { 1000000000000, TST_REQUEST }; in do_test() local
|
D | test_zero_hugepage.c | 24 struct tst_hugepage hp = { 3, TST_REQUEST }; in do_test() local
|
/external/python/cpython3/Include/internal/mimalloc/ |
D | mimalloc.h | 307 #define mi_heap_malloc_tp(hp,tp) ((tp*)mi_heap_malloc(hp,sizeof(tp))) argument 308 #define mi_heap_zalloc_tp(hp,tp) ((tp*)mi_heap_zalloc(hp,sizeof(tp))) argument 309 #define mi_heap_calloc_tp(hp,tp,n) ((tp*)mi_heap_calloc(hp,n,sizeof(tp))) argument 310 #define mi_heap_mallocn_tp(hp,tp,n) ((tp*)mi_heap_mallocn(hp,n,sizeof(tp))) argument 311 #define mi_heap_reallocn_tp(hp,p,tp,n) ((tp*)mi_heap_reallocn(hp,p,n,sizeof(tp))) argument 312 #define mi_heap_recalloc_tp(hp,p,tp,n) ((tp*)mi_heap_recalloc(hp,p,n,sizeof(tp))) argument 518 mi_heap_t* hp = mi_heap_new(); in _mi_heap_stl_allocator_common() local
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getmaps/ |
D | rpc_pmap_getmaps.c | 51 struct hostent *hp = NULL; in main() local
|
/external/mksh/src/ |
D | histrap.c | 93 char **hfirst, **hlast, **hp, *editor = NULL; in c_fc() local 391 char **hp = NULL; in hist_get() local 485 char **hp; in findhist() local 612 char **hp, *c; in histsave() local 818 char *nhname, **hp; in hist_persist_init() local 935 char **hp; in histload() local
|
/external/fdlibm/ |
D | e_remainder.c | 39 int hx,hp; local
|
/external/flatbuffers/swift/Sources/FlatBuffers/Documentation.docc/Resources/code/swift/ |
D | swift_code_12.swift | 12 let hp = monster.hp in run() variable
|
D | swift_code_13.swift | 12 let hp = monster.hp in run() variable
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_addrmanagmt_pmap_getport/ |
D | rpc_pmap_getport.c | 52 struct hostent *hp = NULL; in main() local
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnttcp_create/ |
D | rpc_clnttcp_create.c | 56 struct hostent *hp = NULL; in main() local
|
/external/ltp/lib/ |
D | tst_hugepage.c | 23 unsigned long tst_reserve_hugepages(struct tst_hugepage *hp) in tst_reserve_hugepages()
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_create/ |
D | rpc_clntudp_create.c | 56 struct hostent *hp = NULL; in main() local
|
/external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clntudp_bufcreate/ |
D | rpc_clntudp_bufcreate.c | 56 struct hostent *hp = NULL; in main() local
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 180 HeaderProperty hp = (HeaderProperty) headers.get(i); in call() local 200 HeaderProperty hp = (HeaderProperty) retHeaders.get(i); in call() local
|