/external/ppp/pppd/plugins/radius/ |
D | buildreq.c | 162 int rc_auth(UINT4 client_port, VALUE_PAIR *send, VALUE_PAIR **received, in rc_auth() 188 VALUE_PAIR *send, in rc_auth_using_server() 247 int rc_auth_proxy(VALUE_PAIR *send, VALUE_PAIR **received, char *msg) in rc_auth_proxy() 291 VALUE_PAIR *send) in rc_acct_using_server() 360 int rc_acct(UINT4 client_port, VALUE_PAIR *send) in rc_acct() 375 int rc_acct_proxy(VALUE_PAIR *send) in rc_acct_proxy()
|
D | radius.c | 248 VALUE_PAIR *send, *received; in radius_pap_auth() local 337 VALUE_PAIR *send, *received; in radius_chap_verify() local 854 VALUE_PAIR *send = NULL; in radius_acct_start() local 940 VALUE_PAIR *send = NULL; in radius_acct_stop() local 1081 VALUE_PAIR *send = NULL; in radius_acct_interim() local
|
/external/smack/src/org/jivesoftware/smackx/ |
D | RosterExchangeManager.java | 99 public void send(Roster roster, String targetUserID) { in send() method in RosterExchangeManager 116 public void send(RosterEntry rosterEntry, String targetUserID) { in send() method in RosterExchangeManager 135 public void send(RosterGroup rosterGroup, String targetUserID) { in send() method in RosterExchangeManager
|
/external/arduino/libraries/Wire/ |
D | Wire.cpp | 127 void TwoWire::send(uint8_t data) in send() function in TwoWire 150 void TwoWire::send(uint8_t* data, uint8_t quantity) in send() function in TwoWire 167 void TwoWire::send(char* data) in send() function in TwoWire 175 void TwoWire::send(int data) in send() function in TwoWire
|
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/ |
D | MIDIOutput.cpp | 193 void MIDIOutput::send(Uint8Array* array, double timestamp, ExceptionState& exceptionState) in send() function in WebCore::MIDIOutput 205 void MIDIOutput::send(Vector<unsigned> unsignedData, double timestamp, ExceptionState& exceptionSta… in send() function in WebCore::MIDIOutput 224 void MIDIOutput::send(Uint8Array* data, ExceptionState& exceptionState) in send() function in WebCore::MIDIOutput 229 void MIDIOutput::send(Vector<unsigned> unsignedData, ExceptionState& exceptionState) in send() function in WebCore::MIDIOutput
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
D | RTCDataChannel.cpp | 182 void RTCDataChannel::send(const String& data, ExceptionState& exceptionState) in send() function in WebCore::RTCDataChannel 194 void RTCDataChannel::send(PassRefPtr<ArrayBuffer> prpData, ExceptionState& exceptionState) in send() function in WebCore::RTCDataChannel 213 void RTCDataChannel::send(PassRefPtr<ArrayBufferView> data, ExceptionState& exceptionState) in send() function in WebCore::RTCDataChannel 221 void RTCDataChannel::send(PassRefPtrWillBeRawPtr<Blob> data, ExceptionState& exceptionState) in send() function in WebCore::RTCDataChannel
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
D | s2_enc.c | 121 void ssl2_enc(SSL *s, int send) in ssl2_enc() 151 void ssl2_mac(SSL *s, unsigned char *md, int send) in ssl2_mac()
|
D | d1_enc.c | 137 int dtls1_enc(SSL *s, int send) in dtls1_enc()
|
/external/openssl/ssl/ |
D | s2_enc.c | 121 void ssl2_enc(SSL *s, int send) in ssl2_enc() 151 void ssl2_mac(SSL *s, unsigned char *md, int send) in ssl2_mac()
|
D | d1_enc.c | 137 int dtls1_enc(SSL *s, int send) in dtls1_enc()
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
D | LeafNode.java | 242 public void send() in send() method in LeafNode 271 public <T extends Item> void send(T item) in send() method in LeafNode 294 public <T extends Item> void send(Collection<T> items) in send() method in LeafNode
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/ |
D | send.c | 10 ssize_t send(int fd, const void* buf, size_t len, int flags) { in send() function
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowMessenger.java | 23 public void send(Message message) throws RemoteException { in send() method in ShadowMessenger
|
D | ShadowResultReceiver.java | 19 public void send(int resultCode, android.os.Bundle resultData) { in send() method in ShadowResultReceiver
|
/external/chromium_org/third_party/WebKit/Source/modules/websockets/ |
D | WorkerThreadableWebSocketChannel.cpp | 136 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const String& message) in send() function in WebCore::WorkerThreadableWebSocketChannel 143 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(const ArrayBuffer& binaryData, … in send() function in WebCore::WorkerThreadableWebSocketChannel 150 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::send(PassRefPtr<BlobDataHandle> blob… in send() function in WebCore::WorkerThreadableWebSocketChannel 247 void WorkerThreadableWebSocketChannel::Peer::send(const String& message) in send() function in WebCore::WorkerThreadableWebSocketChannel::Peer 460 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const String& message) in send() function in WebCore::WorkerThreadableWebSocketChannel::Bridge 475 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(const ArrayBuffer& bina… in send() function in WebCore::WorkerThreadableWebSocketChannel::Bridge 495 WebSocketChannel::SendResult WorkerThreadableWebSocketChannel::Bridge::send(PassRefPtr<BlobDataHand… in send() function in WebCore::WorkerThreadableWebSocketChannel::Bridge
|
D | NewWebSocketChannelImpl.cpp | 172 WebSocketChannel::SendResult NewWebSocketChannelImpl::send(const String& message) in send() function in WebCore::NewWebSocketChannelImpl 186 WebSocketChannel::SendResult NewWebSocketChannelImpl::send(PassRefPtr<BlobDataHandle> blobDataHandl… in send() function in WebCore::NewWebSocketChannelImpl 202 WebSocketChannel::SendResult NewWebSocketChannelImpl::send(const ArrayBuffer& buffer, unsigned byte… in send() function in WebCore::NewWebSocketChannelImpl 218 WebSocketChannel::SendResult NewWebSocketChannelImpl::send(PassOwnPtr<Vector<char> > data) in send() function in WebCore::NewWebSocketChannelImpl
|
D | MainThreadWebSocketChannel.cpp | 127 WebSocketChannel::SendResult MainThreadWebSocketChannel::send(const String& message) in send() function in WebCore::MainThreadWebSocketChannel 139 WebSocketChannel::SendResult MainThreadWebSocketChannel::send(const ArrayBuffer& binaryData, unsign… in send() function in WebCore::MainThreadWebSocketChannel 147 WebSocketChannel::SendResult MainThreadWebSocketChannel::send(PassRefPtr<BlobDataHandle> binaryData) in send() function in WebCore::MainThreadWebSocketChannel 155 WebSocketChannel::SendResult MainThreadWebSocketChannel::send(PassOwnPtr<Vector<char> > data) in send() function in WebCore::MainThreadWebSocketChannel
|
/external/smack/src/com/kenai/jbosh/ |
D | HTTPSender.java | 52 HTTPResponse send(CMSessionParams params, AbstractBody body); in send() method
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebSocketStreamHandle.h | 50 virtual bool send(const WebData&) { return false; } in send() function
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
D | Ping.java | 32 void send() { in send() method in Ping
|
/external/chromium_org/third_party/WebKit/Source/platform/network/ |
D | SocketStreamHandle.cpp | 69 int SocketStreamHandleInternal::send(const char* data, int len) in send() function in WebCore::SocketStreamHandleInternal 187 bool SocketStreamHandle::send(const char* data, int length) in send() function in WebCore::SocketStreamHandle
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XMLHttpRequest.cpp | 647 void XMLHttpRequest::send(ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 657 void XMLHttpRequest::send(Document* document, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 687 void XMLHttpRequest::send(const String& body, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 713 void XMLHttpRequest::send(Blob* body, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 752 void XMLHttpRequest::send(DOMFormData* body, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 773 void XMLHttpRequest::send(ArrayBuffer* body, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest 785 void XMLHttpRequest::send(ArrayBufferView* body, ExceptionState& exceptionState) in send() function in WebCore::XMLHttpRequest
|
/external/chromium_org/content/public/test/ |
D | fake_speech_recognition_manager.h | 32 void set_should_send_fake_response(bool send) { in set_should_send_fake_response()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | IntentHelper.java | 58 Intent send = new Intent(Intent.ACTION_SEND); in sendEmail() local
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
D | WebSocket.java | 190 public void send(byte[] payload) throws IOException { in send() method in WebSocket 194 public void send(String payload) throws IOException { in send() method in WebSocket
|