/external/curl/tests/python_dependencies/impacket/ |
spnego.py | 118 decode_data, total_bytes = asn1decode(data) 120 next_byte = unpack('B',decode_data[:1])[0] 123 decode_data = decode_data[1:] 125 uuid, total_bytes = asn1decode(decode_data) 128 self['Payload'] = decode_data[total_bytes:] 190 decode_data, total_bytes = asn1decode(payload) 191 next_byte = unpack('B', decode_data[:1])[0] 194 decode_data = decode_data[1: [all...] |
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
objectivec_helpers_unittest.cc | 144 TextFormatDecodeData decode_data; local 147 decode_data.AddString(1, "abcdefghIJ", "zbcdefghIJ"); 148 decode_data.AddString(3, "abcdefghIJ", "abcdezghIJ"); 150 decode_data.AddString(2, "abcdefghIJ", "abcdefghI"); 152 decode_data.AddString(4, "abcdefghIJ", "abcdefghIJz"); 154 EXPECT_EQ(4, decode_data.num_entries()); 165 EXPECT_EQ(expected, decode_data.Data()); 169 TextFormatDecodeData decode_data; local 171 decode_data.AddString(1, "abcdefghIJ", "abcdefghIJ"); 172 decode_data.AddString(3, "abcdefghIJ", "_AbcdefghIJ") 208 TextFormatDecodeData decode_data; local [all...] |
/external/python/cpython3/Lib/test/ |
test_smtpd.py | 42 decode_data=True) 44 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True) 63 decode_data=True) 91 decode_data=True) 93 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True) 237 server = DummyServer((support.HOST, 0), ('b', 0), decode_data=True) 239 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True) 290 decode_data=True) 293 decode_data=True) 307 (support.HOST, 0), ('b', 0), decode_data=True [all...] |
test_smtplib.py | 214 decode_data=True) 824 decode_data=self._decode_data) 847 self.serv = SimSMTPServer((HOST, 0), ('nowhere', -1), decode_data=True) [all...] |
test_logging.py | 719 decode_data=True) [all...] |
/external/python/cpython3/Lib/ |
smtpd.py | 134 map=None, enable_SMTPUTF8=False, decode_data=False): 141 self._decode_data = decode_data 142 if enable_SMTPUTF8 and decode_data: 143 raise ValueError("decode_data and enable_SMTPUTF8 cannot" 145 if decode_data: 634 enable_SMTPUTF8=False, decode_data=False): 639 self._decode_data = decode_data 640 if enable_SMTPUTF8 and decode_data: 641 raise ValueError("decode_data and enable_SMTPUTF8 cannot" 690 empty if decode_data=True was given as init parameter, otherwis [all...] |
/external/skia/tools/debugger/ |
SkDrawCommand.cpp | 838 static Json::ArrayIndex decode_data(Json::Value data, UrlDataManager& urlDataManager function [all...] |
/external/skqp/tools/debugger/ |
SkDrawCommand.cpp | 838 static Json::ArrayIndex decode_data(Json::Value data, UrlDataManager& urlDataManager function [all...] |