Home
last modified time | relevance | path

Searched defs:bindata (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dbase64util.cpp26 int base64_decode(const char *base64input, unsigned char *bindata) { in base64_decode()
42 char *base64_encode(const unsigned char *bindata, char *base64output, in base64_encode()
/aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/examples/bindata/
H A Dbindata_test.go16 package bindata package
/aosp_15_r20/external/openthread/tools/tcat_ble_client/utils/
H A D__init__.py68 def base64_string(bindata): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dsmtplib.py176 def _quote_periods(bindata): argument
/aosp_15_r20/external/lua/src/
H A Dlobject.h461 union {LUAI_MAXALIGN;} bindata; member