/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
D | HttpTransportSE.java | 113 public void call(String soapAction, SoapEnvelope envelope) throws IOException, in call() argument 116 call(soapAction, envelope, null); in call() 134 public List call(String soapAction, SoapEnvelope envelope, List headers) in call() argument 142 byte[] requestData = createRequestData(envelope, "UTF-8"); in call() 160 System.out.println("envelope:" + envelope); in call() 161 if (envelope != null) { in call() 162 if (envelope.version != SoapSerializationEnvelope.VER12) { in call() 166 if (envelope.version == SoapSerializationEnvelope.VER12) { in call() 265 if (envelope != null) { in call() 266 parseResponse(envelope, is); in call() [all …]
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 111 protected void parseResponse(SoapEnvelope envelope, InputStream is) in parseResponse() argument 116 envelope.parse(xp); in parseResponse() 122 protected byte[] createRequestData(SoapEnvelope envelope, String encoding) throws IOException { in createRequestData() argument 132 envelope.write(xw); in createRequestData() 148 protected byte[] createRequestData(SoapEnvelope envelope) throws IOException { in createRequestData() argument 149 return createRequestData(envelope, null); in createRequestData() 195 abstract public List call(String targetNamespace, SoapEnvelope envelope, List headers) in call() argument 206 public void call(String targetNamespace, SoapEnvelope envelope) throws IOException, in call() argument 208 call(targetNamespace, envelope, null); in call()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | MarshalHashtable.java | 47 SoapSerializationEnvelope envelope; field in MarshalHashtable 58 Object key = envelope.read(parser, item, 0, null, null, PropertyInfo.OBJECT_TYPE); in readInstance() 63 Object value = envelope.read(parser, item, 1, null, null, PropertyInfo.OBJECT_TYPE); in readInstance() 84 envelope.writeObjectBody(writer, item); in writeInstance() 118 envelope = cm; in register()
|
D | Marshal.java | 67 public void register(SoapSerializationEnvelope envelope); in register() argument
|
/external/strace/ |
D | evdev.c | 67 const struct ff_envelope *const envelope = data; in decode_envelope() local 73 envelope->attack_length, in decode_envelope() 74 envelope->attack_level, in decode_envelope() 75 envelope->fade_length, in decode_envelope() 76 envelope->fade_level); in decode_envelope() 114 decode_envelope(&ffe.u.constant.envelope); in ff_effect_ioctl() 122 decode_envelope(&ffe.u.ramp.envelope); in ff_effect_ioctl() 136 decode_envelope(&ffe.u.periodic.envelope); in ff_effect_ioctl()
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 330 struct ff_envelope envelope; member 342 struct ff_envelope envelope; member 391 struct ff_envelope envelope; member
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 443 xml_node_t *envelope, *body; in soap_build_envelope() local 446 envelope = xml_node_create_root( in soap_build_envelope() 449 if (envelope == NULL) in soap_build_envelope() 451 body = xml_node_create(ctx, envelope, ns, "Body"); in soap_build_envelope() 453 return envelope; in soap_build_envelope()
|
D | http_curl.c | 1486 xml_node_t *envelope, *ret, *resp, *n; in soap_send_receive() local 1493 envelope = soap_build_envelope(ctx->xml, node); in soap_send_receive() 1494 str = xml_node_to_str(ctx->xml, envelope); in soap_send_receive() 1495 xml_node_free(ctx->xml, envelope); in soap_send_receive()
|
/external/strace/tests/ |
D | ioctl_evdev.c | 211 print_envelope(&ffe->u.constant.envelope); in main() 225 print_envelope(&ffe->u.ramp.envelope); in main() 237 print_envelope(&ffe->u.periodic.envelope); in main()
|
/external/strace/tests-mx32/ |
D | ioctl_evdev.c | 211 print_envelope(&ffe->u.constant.envelope); in main() 225 print_envelope(&ffe->u.ramp.envelope); in main() 237 print_envelope(&ffe->u.periodic.envelope); in main()
|
/external/strace/tests-m32/ |
D | ioctl_evdev.c | 211 print_envelope(&ffe->u.constant.envelope); in main() 225 print_envelope(&ffe->u.ramp.envelope); in main() 237 print_envelope(&ffe->u.periodic.envelope); in main()
|
/external/python/cpython2/Doc/library/ |
D | email.generator.rst | 39 envelope header separator (see `WHY THE CONTENT-LENGTH FORMAT IS BAD 60 Optional *unixfrom* is a flag that forces the printing of the envelope 62 object. If the root object has no envelope header, a standard one is 64 the envelope delimiter. 66 Note that for subparts, no envelope header is ever printed.
|
D | smtpd.rst | 37 attribute. *peer* is the remote host's address, *mailfrom* is the envelope 38 originator, *rcpttos* are the envelope recipients and *data* is a string
|
D | email.message.rst | 19 case-insensitively. There may also be a single envelope header, also known as 42 is ``True``, the envelope header is included in the returned string. 76 Set the message's envelope header to *unixfrom*, which should be a string. 81 Return the message's envelope header. Defaults to ``None`` if the 82 envelope header was never set. 184 Note that in all cases, any envelope header present in the message is not
|
D | email.errors.rst | 31 Situations where it can be raised include finding an envelope header after the
|
D | imaplib.rst | 227 are tuples of message part envelope and data. 290 Returned data are tuples of message part envelope and data. 324 envelope and data.
|
/external/python/cpython3/Doc/library/ |
D | email.generator.rst | 100 If *unixfrom* is ``True``, print the envelope header delimiter used by 103 no envelope header, craft a standard one. The default is ``False``. 104 Note that for subparts, no envelope header is ever printed. 193 If *unixfrom* is ``True``, print the envelope header delimiter used by 196 no envelope header, craft a standard one. The default is ``False``. 197 Note that for subparts, no envelope header is ever printed.
|
D | email.compat32-message.rst | 45 case-insensitively. There may also be a single envelope header, also known as 69 is true, the envelope header is included in the returned string. 113 *unixfrom* is true, the envelope header is included in the returned 164 Set the message's envelope header to *unixfrom*, which should be a string. 169 Return the message's envelope header. Defaults to ``None`` if the 170 envelope header was never set. 294 Note that in all cases, any envelope header present in the message is not
|
D | email.message.rst | 65 *unixfrom* is true, the envelope header is included in the returned 107 *unixfrom* is true, the envelope header is included in the returned 145 Set the message's envelope header to *unixfrom*, which should be a 152 Return the message's envelope header. Defaults to ``None`` if the 153 envelope header was never set. 170 Note that in all cases, any envelope header present in the message is not
|
D | smtpd.rst | 74 attribute. *peer* is the remote host's address, *mailfrom* is the envelope 75 originator, *rcpttos* are the envelope recipients and *data* is a string
|
D | imaplib.rst | 280 are tuples of message part envelope and data. 335 Returned data are tuples of message part envelope and data. 365 envelope and data.
|
/external/libcups/cups/ |
D | test2.ppd | 44 *cupsUIConstraints envelope: "*PageSize Letter *InputSlot Envelope" 45 *cupsUIConstraints envelope: "*PageSize A4 *InputSlot Envelope" 46 *cupsUIResolver envelope: "*InputSlot Manual *PageSize Env10"
|
/external/unicode/ |
D | emoji-data.txt | 86 2708..2709 ; Emoji # 1.1 [2] (✈️..✉️) airplane..envelope 252 1F9E7..1F9FF ; Emoji # 11.0 [25] (..) red envelope..nazar amulet 391 1F9E7..1F9FF ; Emoji_Presentation # 11.0 [25] (..) red envelope..nazar amulet 525 2708..2709 ; Extended_Pictographic# 1.1 [2] (✈️..✉️) airplane..envelope 707 1F9E7..1F9FF ; Extended_Pictographic# 11.0 [25] (..) red envelope..nazar amulet
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_16.txt | 55 Original-envelope-id: 0GK500B4HD0888@cougar.noc.ucla.edu
|
/external/python/cpython3/Lib/test/test_email/data/ |
D | msg_16.txt | 55 Original-envelope-id: 0GK500B4HD0888@cougar.noc.ucla.edu
|