/external/chromium_org/net/base/ |
address_list.cc | 37 AddressList::AddressList(const IPEndPoint& endpoint) { 38 push_back(endpoint);
|
/external/chromium_org/net/http/ |
proxy_client_socket.cc | 24 const HostPortPair& endpoint, 31 "CONNECT %s HTTP/1.1\r\n", endpoint.ToString().c_str());
|
/external/chromium_org/net/quic/ |
reliable_quic_stream.cc | 18 #define ENDPOINT (is_server_ ? "Server: " : " Client: ") 170 DVLOG(1) << ENDPOINT << "Ignoring frame " << frame.stream_id; 351 DLOG(ERROR) << ENDPOINT << "Attempt to write when the write side is closed"; 419 DVLOG(1) << ENDPOINT << "Done reading from stream " << id(); 423 DVLOG(1) << ENDPOINT << "Closing stream: " << id(); 432 DVLOG(1) << ENDPOINT << "Done writing to stream " << id(); 436 DVLOG(1) << ENDPOINT << "Closing stream: " << id(); 453 DVLOG(1) << ENDPOINT << "Sending RST in OnClose: " << id();
|
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/ |
helloskia.cpp | 63 canvas->drawLine(sin(x * M_PI + offset) * 800.0f, 0, // first endpoint 64 cos(x * M_PI + offset) * 800.0f, 800, // second endpoint
|
/external/google-tv-pairing-protocol/proto/ |
polo.proto | 93 // List of encodings this endpoint accepts when serving as an input device. 96 // List of encodings this endpoint can generate as an output device.
|
/external/kernel-headers/original/uapi/linux/usb/ |
midi.h | 29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */ 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/external/skia/platform_tools/android/examples/hello_skia_app/jni/ |
helloskia.cpp | 63 canvas->drawLine(sin(x * M_PI + offset) * 800.0f, 0, // first endpoint 64 cos(x * M_PI + offset) * 800.0f, 800, // second endpoint
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/usb/ |
midi.h | 29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */ 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
midi.h | 29 /* A.2 MS Class-Specific Endpoint Descriptor Subtypes */ 91 /* 6.2.2 Class-Specific MS Bulk Data Endpoint Descriptor */
|
/external/bluetooth/bluedroid/stack/include/ |
avdt_api.h | 77 /* SEP Type. This indicates the stream endpoint type. */ 85 /* Media Type. This indicates the media type of the stream endpoint. */ 102 ** capabilities of a stream endpoint. This value is a mask. 251 UINT8 seid; /* Stream endpoint identifier */ 300 UINT8 int_seid; /* Stream endpoint ID of stream initiating the operation */ 490 ** Description Create a stream endpoint. After a stream endpoint is 492 ** this endpoint and an endpoint on a peer device. In 494 ** and connect to this endpoint [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
CollisionSystem.java | 99 * @param endPoint The end point for the ray in world units. 109 public boolean castRay(Vector2 startPoint, Vector2 endPoint, Vector2 movementDirection, 117 executeRay(startPoint, endPoint, hitPoint, hitNormal, mTileSegmentTester) != -1) { 126 if (testSegmentAgainstList(mTemporarySegments, startPoint, endPoint, tempHitPoint, 235 public void addTemporarySurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal, 239 newSegment.set(startPoint, endPoint, normal); 271 * @param endPoint The ending point for the ray in world space. 277 protected int executeStraigtRay(final Vector2 startPoint, final Vector2 endPoint, 304 if (visitor.visit(mCollisionTiles[tileIndex], startPoint, endPoint, 324 * @param endPoint The ending point for the ray in world space [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
hid.idl | 78 // Input reports are returned to the host through the INTERRUPT IN endpoint. 87 // <code>send</code> will send the data on the first OUT endpoint, if one 89 // Control endpoint. 113 // Feature reports are sent over the Control endpoint as a Set_Report
|
/external/chromium_org/content/renderer/ |
push_messaging_dispatcher.h | 43 const GURL& endpoint,
|
/external/chromium_org/google_apis/gaia/ |
fake_gaia.h | 36 // Access token details used for token minting and the token info endpoint. 97 // login-scoped access token for the token minting endpoint. Note that the 102 // Associates an account id with a SAML IdP redirect endpoint. When a 104 // to the associated redirect endpoint.
|
/external/chromium_org/media/audio/win/ |
core_audio_util_win.cc | 208 // Generate a collection of active (present and not disabled) audio endpoint 260 // Retrieve the default audio endpoint for the specified data-flow 271 // Verify that the audio endpoint device is active, i.e., that the audio 272 // adapter that connects to the endpoint device is present and enabled. 277 DVLOG(1) << "Selected endpoint device is not active"; 301 // Retrieve an audio device specified by an endpoint device-identification 313 // Retrieve unique name of endpoint device. 320 // Retrieve user-friendly name of endpoint device. 452 ScopedComPtr<IMMEndpoint> endpoint; local 453 HRESULT hr = device->QueryInterface(endpoint.Receive()) [all...] |
/external/chromium_org/media/midi/ |
usb_midi_descriptor_parser.cc | 119 // We are assuming that the corresponding ENDPOINT precedes 172 // We can't determine the associated endpoint now. 180 DVLOG(1) << "ENDPOINT header size is incorrect."; 218 // CS_ENDPOINT follows ENDPOINT and hence we can use the following
|
/external/chromium_org/net/spdy/ |
hpack_huffman_aggregator.cc | 52 HostPortPair endpoint = HostPortPair(request.url.HostNoBrackets(), local 55 SpdySessionKey(endpoint, proxy, request.privacy_mode)); 111 HostPortPair endpoint = HostPortPair(request.url.HostNoBrackets(), local 123 if (!endpoint.Equals(referer_endpoint)) {
|
/external/chromium_org/remoting/host/ |
audio_capturer_win.h | 34 // Receives all packets from the audio capture endpoint buffer and pushes them
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
Path.h | 60 // add... method. For example, a line returns the endpoint, while a cubic returns 61 // two tangent points and the endpoint. 120 void addQuadCurveTo(const FloatPoint& controlPoint, const FloatPoint& endPoint); 121 void addBezierCurveTo(const FloatPoint& controlPoint1, const FloatPoint& controlPoint2, const FloatPoint& endPoint);
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
wince_usb.c | 530 unsigned char endpoint) 533 if (!UkwClearHaltHost(priv->dev, endpoint)) { 536 if (!UkwClearHaltDevice(priv->dev, endpoint)) { 635 direction_in = transfer->endpoint & LIBUSB_ENDPOINT_IN; 660 ret = UkwIssueBulkTransfer(priv->dev, flags, transfer->endpoint, transfer->buffer, 694 usbi_err(TRANSFER_CTX(transfer), "unknown endpoint type %d", transfer->type); 712 * endpoint isn't actually stalled. 719 * checking the pipe status and requesting the endpoint status from the device. 723 if (UkwIsPipeHalted(priv->dev, transfer->endpoint, &halted)) { 724 /* Pipe status retrieved, so now request endpoint status by sending a GET_STATU [all...] |
/external/chromium_org/third_party/skia/experimental/nanomsg/ |
picture_demo.cpp | 98 // Clients connect a socket to an endpoint. 132 // Servers bind a socket to an endpoint. 178 DEFINE_string(data, "ipc://nanomsg-picture-data", "Endpoint for sending pictures."); 179 DEFINE_string(control, "ipc://nanomsg-picture-control", "Endpoint for control channel.");
|
/external/kernel-headers/original/uapi/asm-generic/ |
errno.h | 68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */ 79 #define EISCONN 106 /* Transport endpoint is already connected */ 80 #define ENOTCONN 107 /* Transport endpoint is not connected */ 81 #define ESHUTDOWN 108 /* Cannot send after transport endpoint shutdown */
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
errno.h | 76 #define EOPNOTSUPP 122 /* Operation not supported on transport endpoint */ 87 #define EISCONN 133 /* Transport endpoint is already connected */ 88 #define ENOTCONN 134 /* Transport endpoint is not connected */ 96 #define ESHUTDOWN 143 /* Cannot send after transport endpoint shutdown */
|
/external/ppp/pppd/ |
lcp.h | 58 #define CI_EPDISC 19 /* endpoint discriminator */ 88 bool neg_endpoint; /* negotiate endpoint discriminator */ 96 struct epdisc endpoint; /* endpoint discriminator */ member in struct:lcp_options
|
/external/skia/experimental/nanomsg/ |
picture_demo.cpp | 98 // Clients connect a socket to an endpoint. 132 // Servers bind a socket to an endpoint. 178 DEFINE_string(data, "ipc://nanomsg-picture-data", "Endpoint for sending pictures."); 179 DEFINE_string(control, "ipc://nanomsg-picture-control", "Endpoint for control channel.");
|