/third_party/python/Lib/email/ |
D | charset.py | 159 def _encode(string, codec): function 291 header_bytes = _encode(string, codec) 317 header_bytes = _encode(string, codec) 341 length = encoder_module.header_length(_encode(this_line, charset)) 351 header_bytes = _encode(joined_line, codec) 356 header_bytes = _encode(joined_line, codec)
|
D | generator.py | 99 self._encoded_NL = self._encode(self._NL) 101 self._encoded_EMPTY = self._encode(self._EMPTY) 145 def _encode(self, s): member in Generator 365 payload = self._encode(payload) 415 def _encode(self, s): member in BytesGenerator
|
D | header.py | 77 return [(_charset._encode(string, str(charset)), str(charset))
|
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/ |
D | encode_key2ms.c | 183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \ 196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \ 208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \ 224 (void (*)(void))impl##2##output##_encode }, \
|
D | encode_key2any.c | 1252 impl##_to_##kind##_##output##_encode; \ 1274 impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \ 1308 (void (*)(void))impl##_to_##kind##_##output##_encode }, \
|
/third_party/openssl/providers/implementations/encode_decode/ |
D | encode_key2ms.c | 183 static OSSL_FUNC_encoder_encode_fn impl##2##output##_encode; \ 196 static int impl##2##output##_encode(void *vctx, OSSL_CORE_BIO *cout, \ 208 return key2##output##_encode(vctx, key, selection, cout, type##_set1, \ 224 (void (*)(void))impl##2##output##_encode }, \
|
D | encode_key2any.c | 1241 impl##_to_##kind##_##output##_encode; \ 1263 impl##_to_##kind##_##output##_encode(void *ctx, OSSL_CORE_BIO *cout, \ 1297 (void (*)(void))impl##_to_##kind##_##output##_encode }, \
|
/third_party/openssl/demos/encode/ |
D | Makefile | 15 %_encode: %_encode.o
|
/third_party/python/Modules/cjkcodecs/ |
D | cjkcodecs.h | 73 static Py_ssize_t encoding##_encode( \ 216 enc##_encode, \ 223 enc##_encode, NULL, NULL, \
|
/third_party/python/Lib/test/ |
D | test_urlparse.py | 170 def _encode(t): function 174 bytes_cases = [_encode(x) for x in str_cases] 199 def _encode(t): function 203 bytes_cases = [_encode(x) for x in str_cases] 473 def _encode(t): function 475 bytes_cases = [_encode(x) for x in str_cases] 503 def _encode(t): function 505 bytes_cases = [_encode(x) for x in str_cases]
|
/third_party/python/Lib/http/ |
D | client.py | 161 def _encode(data, name='data'): function 1327 body = _encode(body, 'body')
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/video/ |
D | encode.adoc | 9 Video encode operations consume an _encode input picture_ and zero or more
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V18.md | 3635 …om/nodejs/node/commit/9435fbf8cd)] - **src**: remove dead code in base64\_encode (Tobias Nießen) […
|