/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A 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 …]
|
/aosp_15_r20/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 219 const HEADER *hp; in getanswer() local 526 gethostbyname_r(const char *name, struct hostent *hp, char *buf, size_t buflen, in gethostbyname_r() 553 gethostbyname2_r(const char *name, int af, struct hostent *hp, char *buf, in gethostbyname2_r() 568 android_read_hostent(FILE* proxy, struct hostent* hp, char* hbuf, size_t hbuflen, int *he) in android_read_hostent() 674 gethostbyname_internal_real(const char *name, int af, res_state res, struct hostent *hp, char *buf, in gethostbyname_internal_real() 791 gethostbyname_internal(const char *name, int af, res_state res, struct hostent *hp, char *hbuf, in gethostbyname_internal() 823 int gethostbyaddr_r(const void *addr, socklen_t len, int af, struct hostent *hp, char *buf, in gethostbyaddr_r() 832 android_gethostbyaddrfornetcontext_real(const void *addr, socklen_t len, int af, struct hostent *hp, in android_gethostbyaddrfornetcontext_real() 894 struct hostent *hp, char *hbuf, size_t hbuflen, int *he, in android_gethostbyaddrfornetcontext_proxy_internal() 1063 map_v4v6_hostent(struct hostent *hp, char **bpp, char *ep) in map_v4v6_hostent() [all …]
|
H A D | sethostent.c | 101 struct hostent *hp; in _hf_gethtbyname() local 141 struct hostent *hp, hent; in _hf_gethtbyname2() local 255 struct hostent *hp; in _hf_gethtbyaddr() local
|
/aosp_15_r20/bionic/tests/ |
H A D | netdb_test.cpp | 187 hostent* hp = gethostbyname("localhost"); in TEST() local 192 hostent* hp = gethostbyname2("localhost", AF_INET); in TEST() local 198 hostent *hp; in TEST() local 220 hostent *hp; in TEST() local 242 hostent *hp = gethostbyaddr(&addr, sizeof(addr), AF_INET); in TEST() local 249 hostent *hp; in TEST() local 278 hostent *hp; in TEST() local 289 hostent *hp; in TEST() local 301 hostent *hp; in TEST() local 312 hostent *hp; in TEST() local [all …]
|
/aosp_15_r20/packages/modules/DnsResolver/ |
D | gethnamaddr.cpp | 115 const HEADER* hp; in getanswer() local 373 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen, in resolv_gethostbyname() 464 int resolv_gethostbyaddr(const void* _Nonnull addr, socklen_t len, int af, hostent* hp, char* buf, in resolv_gethostbyaddr() 603 static void pad_v4v6_hostent(struct hostent* _Nonnull hp, char** _Nonnull bpp, char* _Nonnull ep) { in pad_v4v6_hostent() 647 hostent* hp = getanswer(buf.get(), n, name, type, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname() local 709 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr() local
|
D | DnsProxyListener.cpp | 207 int extractGetHostByNameAnswers(const hostent* hp, std::vector<std::string>* ip_addrs) { in extractGetHostByNameAnswers() 256 auto hp = reinterpret_cast<HEADER*>(msg.data()); in setQueryId() local 415 bool onlyNonSpecialUseIPv4Addresses(struct hostent* hp) { in onlyNonSpecialUseIPv4Addresses() 437 void logDnsQueryResult(const struct hostent* hp) { in logDnsQueryResult() 488 bool synthesizeNat64PrefixWithARecord(const netdutils::IPPrefix& prefix, struct hostent* hp) { in synthesizeNat64PrefixWithARecord() 800 static bool sendhostent(SocketClient* c, hostent* hp) { in sendhostent() 1331 hostent* hp = nullptr; in run() local 1494 hostent* hp = nullptr; in run() local
|
D | res_mkquery.cpp | 106 HEADER* hp; in res_nmkquery() local 196 HEADER* hp = reinterpret_cast<HEADER*>(buf.data()); in res_nopt() local
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xos_r.h | 399 # define _XGethostbyname(h,hp) gethostbyname((h)) argument 400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) argument 424 # define _Xg_copyHostent(hp) \ argument 438 # define _XGethostbyname(h,hp) \ argument 443 # define _XGethostbyaddr(a,al,t,hp) \ argument 479 # define _XGethostbyname(h,hp) \ argument 481 # define _XGethostbyaddr(a,al,t,hp) \ argument 494 # define _XGethostbyname(h,hp) \ argument 497 # define _XGethostbyaddr(a,al,t,hp) \ argument 512 # define _XGethostbyname(h,hp) gethostbyname((h)) argument [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xos_r.h | 399 # define _XGethostbyname(h,hp) gethostbyname((h)) argument 400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) argument 424 # define _Xg_copyHostent(hp) \ argument 438 # define _XGethostbyname(h,hp) \ argument 443 # define _XGethostbyaddr(a,al,t,hp) \ argument 479 # define _XGethostbyname(h,hp) \ argument 481 # define _XGethostbyaddr(a,al,t,hp) \ argument 494 # define _XGethostbyname(h,hp) \ argument 497 # define _XGethostbyaddr(a,al,t,hp) \ argument 512 # define _XGethostbyname(h,hp) gethostbyname((h)) argument [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A 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
|
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/net/ |
H A 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
|
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/net/ |
H A 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
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/PrintRecommendationService/PrintRecommendationService/android_common/javac/ |
D | PrintRecommendationService.jar | ... com/android/printservice/recommendation/plugin/hp/
com/android/printservice/recommendation/plugin |
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | MetricsUtils.java | 89 public static int addValueToLogHistogram(long x, SparseIntArray histogram, LogHistParms hp) { in addValueToLogHistogram() 128 LogHistParms hp) { in logHistogramToGenericBuckets() 152 public static int addValueToLinearHistogram(int x, SparseIntArray histogram, int[] hp) { in addValueToLinearHistogram()
|
/aosp_15_r20/external/sg3_utils/lib/ |
H A 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()
|
/aosp_15_r20/external/flatbuffers/samples/rust_generated/my_game/sample/ |
H A D | monster_generated.rs | 71 let hp = self.hp(); in unpack() localVariable 116 pub fn hp(&self) -> i16 { in hp() method 187 pub hp: i16, field 307 pub hp: i16, field 338 let hp = self.hp; in pack() localVariable
|
/aosp_15_r20/packages/modules/DnsResolver/tests/ |
D | resolv_unit_test.cpp | 1442 hostent* hp = nullptr; in TEST_F() local 1486 struct hostent* hp = nullptr; in TEST_F() local 1508 hostent* hp = nullptr; in TEST_F() local 1549 hostent* hp = nullptr; in TEST_F() local 1569 hostent* hp = nullptr; in TEST_F() local 1601 struct hostent* hp = nullptr; in TEST_F() local 1652 struct hostent* hp = nullptr; in TEST_F() local 1674 struct hostent* hp = nullptr; in TEST_F() local
|
/aosp_15_r20/external/snakeyaml/src/test/java/examples/ |
H A D | Hero.java | 20 private final Integer hp; field in Hero 22 public Hero(String name, Integer hp, Integer sp) { in Hero()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/share/opt-viewer/ |
D | opt-stats.py | 19 hp = hpy() variable 22 hp = None variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/share/opt-viewer/ |
D | opt-stats.py | 19 hp = hpy() variable 22 hp = None variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/share/opt-viewer/ |
D | opt-stats.py | 19 hp = hpy() variable 22 hp = None variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/share/opt-viewer/ |
D | opt-stats.py | 19 hp = hpy() variable 22 hp = None variable
|
/aosp_15_r20/external/clang/test/OpenMP/ |
H A 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()
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/ |
D | MetricsUtilsTest.java | 190 MetricsUtils.LogHistParms hp, int expectedKey, int expectedValue) { in bucketValueAndVerify() 195 private void bucketValueAndVerify(String prefix, int value, SparseIntArray h, int[] hp, in bucketValueAndVerify()
|