/third_party/node/test/parallel/ |
D | test-punycode.js | 64 encoded: 'egbpdaj6bu4bxfgehfvwxn', property 71 encoded: 'ihqwcrb4cv8a8dqg056pqjye', property 77 encoded: 'ihqwctvzc91f659drss3x8bo0yb', property 83 encoded: 'Proprostnemluvesky-uyb24dma41a', property 90 encoded: '4dbcagdahymbxekheh6e0a7fei0b', property 97 encoded: 'i1baa7eci9glrd9b2ae1bj0hfcgg6iyaf8o0a1dig0cd', property 105 encoded: 'n8jok5ay5dzabd5bym9f0cm5685rrjetr6pdxa', property 112 encoded: '989aomsvi5e83db1d2a355cv1e0vak1dwrv93d5xbh15a0dt30a5jpsd879' + property 121 encoded: 'b1abfaaepdrnnbgefbadotcwatmq2g4l', property 129 encoded: 'PorqunopuedensimplementehablarenEspaol-fmd56a', property [all …]
|
D | test-zlib-brotli-kmaxlength-rangeerror.js | 18 const encoded = Buffer.from('G38A+CXCIrFAIAM=', 'base64'); constant
|
D | test-zlib-kmaxlength-rangeerror.js | 18 const encoded = Buffer.from('H4sIAAAAAAAAA0tMHFgAAIw2K/GAAAAA', 'base64'); constant
|
D | test-whatwg-encoding-custom-textdecoder-streaming.js | 26 const encoded = octets[encoding]; constant
|
D | test-whatwg-encoding-custom-interop.js | 13 const encoded = Buffer.from([0xef, 0xbb, 0xbf, 0x74, 0x65, constant
|
/third_party/flutter/engine/flutter/shell/platform/common/cpp/client_wrapper/ |
D | standard_method_codec_unittests.cc | 34 auto encoded = codec.EncodeMethodCall(call); in TEST() local 49 auto encoded = codec.EncodeMethodCall(call); in TEST() local 59 auto encoded = codec.EncodeSuccessEnvelope(); in TEST() local 69 auto encoded = codec.EncodeSuccessEnvelope(&result); in TEST() local 78 auto encoded = codec.EncodeErrorEnvelope("errorCode"); in TEST() local 92 auto encoded = in TEST() local
|
D | standard_codec.cc | 294 auto encoded = std::make_unique<std::vector<uint8_t>>(); in EncodeMessageInternal() local 329 auto encoded = std::make_unique<std::vector<uint8_t>>(); in EncodeMethodCallInternal() local 344 auto encoded = std::make_unique<std::vector<uint8_t>>(); in EncodeSuccessEnvelopeInternal() local 361 auto encoded = std::make_unique<std::vector<uint8_t>>(); in EncodeErrorEnvelopeInternal() local
|
/third_party/python/Tools/scripts/ |
D | highlight.py | 249 encoded = raw_highlight(classified_text) variable 251 encoded = build_html_page(classified_text, title=sourcefile) variable 253 encoded = html_highlight(classified_text) variable 255 encoded = latex_highlight(classified_text, title=sourcefile) variable 257 encoded = ansi_highlight(classified_text) variable
|
/third_party/grpc/test/core/slice/ |
D | percent_encoding_test.cc | 29 #define TEST_VECTOR(raw, encoded, dict) \ argument 32 #define TEST_NONCONFORMANT_VECTOR(encoded, permissive_unencoded, dict) \ argument 37 static void test_vector(const char* raw, size_t raw_length, const char* encoded, in test_vector() 81 static void test_nonconformant_vector(const char* encoded, in test_nonconformant_vector()
|
/third_party/node/deps/cares/src/lib/ |
D | ares_expand_name.c | 116 int ares__expand_name_validated(const unsigned char *encoded, in ares__expand_name_validated() 212 int ares_expand_name(const unsigned char *encoded, const unsigned char *abuf, in ares_expand_name() 221 static int name_length(const unsigned char *encoded, const unsigned char *abuf, in name_length() 300 int ares__expand_name_for_response(const unsigned char *encoded, in ares__expand_name_for_response()
|
D | ares_expand_string.c | 33 int ares_expand_string(const unsigned char *encoded, in ares_expand_string()
|
/third_party/openssl/test/ |
D | pemtest.c | 19 const char *encoded; member 39 const char *encoded = b64_pem_data[idx].encoded; in test_b64() local 67 const char *encoded = b64_pem_data[0].encoded; in test_invalid() local
|
/third_party/python/Lib/email/ |
D | _encoded_words.py | 67 def decode_q(encoded): argument 100 def decode_b(encoded): argument
|
/third_party/glib/glib/ |
D | gtranslit.c | 49 #define get_src_char(array, encoded, index) ((encoded & 0x8000) ? (array)[((encoded) & 0xfff) + ind… argument 50 #define get_length(encoded) ((encoded & 0x8000) ? ((encoded & 0x7000) >> 12) : 1) argument 53 #define get_ascii_item(array, encoded) ((encoded & 0x8000) ? &(array)[(encoded) & 0xfff] : (gp… argument 55 #define get_ascii_item(array, encoded) ((encoded & 0x8000) ? &(array)[(encoded) & 0xfff] : (gp… argument
|
/third_party/node/tools/inspector_protocol/encoding/ |
D | encoding_test.cc | 166 std::vector<uint8_t> encoded; in TEST() local 184 std::vector<uint8_t> encoded; in TEST() local 200 std::vector<uint8_t> encoded; in TEST() local 220 std::vector<uint8_t> encoded; in TEST() local 241 std::vector<uint8_t> encoded; in TEST() local 267 std::vector<uint8_t> encoded; in TEST() local 317 std::vector<uint8_t> encoded; in TEST() local 344 std::vector<uint8_t> encoded; in TEST() local 360 std::vector<uint8_t> encoded; in TEST() local 395 std::vector<uint8_t> encoded; in TEST() local [all …]
|
/third_party/openssl/crypto/rsa/ |
D | rsa_sign.c | 74 const unsigned char *encoded = NULL; in RSA_sign() local 129 unsigned char *decrypt_buf = NULL, *encoded = NULL; in int_rsa_verify() local
|
/third_party/skia/tools/viewer/ |
D | ImageSlide.cpp | 28 sk_sp<SkData> encoded = SkData::MakeFromFileName(fPath.c_str()); in load() local
|
/third_party/flutter/skia/tools/viewer/ |
D | ImageSlide.cpp | 28 sk_sp<SkData> encoded = SkData::MakeFromFileName(fPath.c_str()); in load() local
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils_test.cc | 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); in TestEncoding() local
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | test_utils_test.cc | 41 int32_t encoded = TestUtils::EncodeOneChar(conv, (int16_t)from[i]); in TestEncoding() local
|
/third_party/skia/bench/ |
D | CodecBench.cpp | 19 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType, in CodecBench()
|
D | AndroidCodecBench.cpp | 15 AndroidCodecBench::AndroidCodecBench(SkString baseName, SkData* encoded, int sampleSize) in AndroidCodecBench()
|
/third_party/flutter/skia/bench/ |
D | CodecBench.cpp | 19 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType, in CodecBench()
|
D | AndroidCodecBench.cpp | 15 AndroidCodecBench::AndroidCodecBench(SkString baseName, SkData* encoded, int sampleSize) in AndroidCodecBench()
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | datapiece.cc | 372 std::string encoded; in DecodeBase64() local 386 std::string encoded; in DecodeBase64() local
|