Searched defs:envelope (Results 1 – 11 of 11) sorted by relevance
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 111 protected void parseResponse(SoapEnvelope envelope, InputStream is) in parseResponse() 122 protected byte[] createRequestData(SoapEnvelope envelope, String encoding) throws IOException { in createRequestData() 148 protected byte[] createRequestData(SoapEnvelope envelope) throws IOException { in createRequestData() 195 abstract public List call(String targetNamespace, SoapEnvelope envelope, List headers) in call() 206 public void call(String targetNamespace, SoapEnvelope envelope) throws IOException, in call()
|
/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() 134 public List call(String soapAction, SoapEnvelope envelope, List headers) in call() 346 public byte[] getRequestData(SoapEnvelope envelope, String encoding) { in getRequestData()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/ |
D | OISEffect.h | 218 class Envelope envelope; //Optional envolope variable 231 class Envelope envelope; //Optional envelope variable 245 class Envelope envelope; //Optional Envelope variable
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/ |
D | Marshal.java | 67 public void register(SoapSerializationEnvelope envelope); in register()
|
D | MarshalHashtable.java | 47 SoapSerializationEnvelope envelope; field in MarshalHashtable
|
/external/strace/ |
D | evdev.c | 54 decode_envelope(struct ff_envelope *envelope) in decode_envelope()
|
/external/kernel-headers/original/uapi/linux/ |
D | input.h | 321 struct ff_envelope envelope; member 333 struct ff_envelope envelope; member 382 struct ff_envelope envelope; member
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/linux/ |
D | LinuxForceFeedback.cpp | 225 const Effect* effect, const Envelope *envelope ) in _setCommonProperties()
|
/external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/src/win32/ |
D | Win32ForceFeedback.cpp | 318 LPVOID struct_type, const Effect* effect, const Envelope* envelope ) in _setCommonProperties()
|
/external/wpa_supplicant_8/src/utils/ |
D | xml-utils.c | 445 xml_node_t *envelope, *body; in soap_build_envelope() local
|
D | http_curl.c | 1470 xml_node_t *envelope, *ret, *resp, *n; in soap_send_receive() local
|