Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 15 of 15) sorted by relevance

/system/netd/resolv/
Dgethnamaddr.cpp152 char *bp, **hap, *ep; in getanswer() local
187 bp = buf; in getanswer()
193 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
194 if ((n < 0) || !maybe_ok(res, bp, name_ok)) goto no_recovery; in getanswer()
202 n = (int) strlen(bp) + 1; /* for the \0 */ in getanswer()
204 hent->h_name = bp; in getanswer()
205 bp += n; in getanswer()
214 n = dn_expand(answer->buf, eom, cp, bp, (int) (ep - bp)); in getanswer()
215 if ((n < 0) || !maybe_ok(res, bp, name_ok)) { in getanswer()
243 aliases.push_back(bp); in getanswer()
[all …]
Dgetaddrinfo.cpp839 char *bp, *ep; in getanswer() local
869 bp = hostbuf; in getanswer()
877 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
878 if ((n < 0) || !(*name_ok)(bp)) { in getanswer()
888 n = strlen(bp) + 1; /* for the \0 */ in getanswer()
893 canonname = bp; in getanswer()
894 bp += n; in getanswer()
901 n = dn_expand(answer->buf, eom, cp, bp, ep - bp); in getanswer()
902 if ((n < 0) || !(*name_ok)(bp)) { in getanswer()
929 if (n > ep - bp || n >= MAXHOSTNAMELEN) { in getanswer()
[all …]
Dres_cache.cpp580 static char* dnsPacket_bprintQName(DnsPacket* packet, char* bp, char* bend) { in dnsPacket_bprintQName() argument
594 return bp; in dnsPacket_bprintQName()
603 bp = bprint_c(bp, bend, '.'); in dnsPacket_bprintQName()
605 bp = bprint_b(bp, bend, (const char*) p, c); in dnsPacket_bprintQName()
612 bp = bprint_s(bp, bend, "<MALFORMED>"); in dnsPacket_bprintQName()
613 return bp; in dnsPacket_bprintQName()
/system/sepolicy/tools/
Dpolicy_version_check.sh4 BP=$(awk -F= '/DSEPOLICY_VERSION/ { print $2 }' Android.bp | awk -F\" ' { print $1 }')
7 echo "POLICYVERS in Android.mk must match DSEPOLICY_VERSION in Android.bp" 1>&2
/system/update_engine/payload_consumer/
Dpayload_verifier.cc102 BIO* bp = BIO_new_mem_buf(pem_public_key.data(), pem_public_key.size()); in GetRawHashFromSignature() local
104 RSA* rsa = PEM_read_bio_RSA_PUBKEY(bp, nullptr, nullptr, dummy_password); in GetRawHashFromSignature()
105 BIO_free(bp); in GetRawHashFromSignature()
/system/netd/
D.editorconfig11 [*.{c,h,cpp,hpp,cc,sh,bp}]
/system/bt/embdrv/g722/
Dg722_enc_dec.h79 int bp[7]; member
Dg722_decode.cc137 band->bp[i] = __ssat16(wd2 + wd3); in block4()
147 bi = band->b[i] = band->bp[i]; in block4()
Dg722_encode.cc131 band->bp[i] = saturate(wd2 + wd3); in block4()
141 bi = band->b[i] = band->bp[i]; in block4()
/system/tools/hidl/test/vendor/1.1/
DIVendor.hal22 // associated Android.bp
/system/apex/shim/
DREADME.md24 system/apex/shim/build/Android.bp blueprint file.
/system/core/fastboot/
DAndroid.bp15 // This is required because no Android.bp can include a library defined in an
/system/netd/server/
DAndroid.bp13 // TODO: fold these into a cc_library_static after converting netd/server to Android.bp
/system/tools/hidl/build/
Dhidl_interface.go404 `fix this error by adding the following to <some path>/Android.bp:
/system/chre/external/flatbuffers/include/flatbuffers/
Dflatbuffers.h469 template<typename K> static int KeyCompare(const void *ap, const void *bp) {
471 const uint8_t *data = reinterpret_cast<const uint8_t *>(bp);