/external/chromium_org/mojo/system/ |
message_pipe_dispatcher.h | 49 // Creates a |MessagePipe| with a local endpoint (at port 0) and a proxy 50 // endpoint, and creates/initializes a |MessagePipeDispatcher| (attached to
|
/external/chromium_org/net/http/ |
http_proxy_client_socket.h | 43 const HostPortPair& endpoint, 147 // The hostname and port of the endpoint. This is not necessarily the one
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
darwin_usb.c | 177 /* No pipe found with the correct endpoint address */ 178 usbi_warn (HANDLE_CTX(dev_handle), "no pipeRef found with endpoint address 0x%02x.", ep); [all...] |
/external/iproute2/man/man8/ |
ip-tunnel.8 | 108 set the remote endpoint of the tunnel. 146 not be able to escape to another device when the route to endpoint
|
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/ |
ServiceConnectionSE.java | 42 * Constructor taking the url to the endpoint for this soap communication 55 * Constructor taking the url to the endpoint for this soap communication
|
/external/replicaisland/src/com/replica/replicaisland/ |
SolidSurfaceComponent.java | 75 public void addSurface(Vector2 startPoint, Vector2 endPoint, Vector2 normal) { 77 mEndPoints.add(endPoint);
|
/external/tcpdump/ |
dccp.h | 17 * @dccph_sport - Relevant port on the endpoint that sent this packet 18 * @dccph_dport - Relevant port on the other endpoint
|
/frameworks/av/services/audioflinger/ |
FastThreadState.h | 72 // newest open (excluded) endpoint = lower 16 bits of bounds, modulo N 73 // oldest closed (included) endpoint = upper 16 bits of bounds, modulo N
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
msm_rmnet.h | 42 RMNET_IOCTL_GET_EPID = 0x0003, /* Get endpoint ID */ 55 RMNET_IOCTL_GET_EP_PAIR = 0x0010, /* Endpoint pair */
|
/libcore/luni/src/main/java/java/util/ |
NavigableSet.java | 174 * @param fromElement low endpoint of the returned set 175 * @param fromInclusive {@code true} if the low endpoint 177 * @param toElement high endpoint of the returned set 178 * @param toInclusive {@code true} if the high endpoint 210 * @param toElement high endpoint of the returned set 211 * @param inclusive {@code true} if the high endpoint 239 * @param fromElement low endpoint of the returned set 240 * @param inclusive {@code true} if the low endpoint
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
rpcdce.h | 195 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeA(RPC_CSTR ObjUuid,RPC_CSTR Protseq,RPC_CSTR NetworkAddr,RPC_CSTR Endpoint,RPC_CSTR Options,RPC_CSTR *StringBinding); 196 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingComposeW(RPC_WSTR ObjUuid,RPC_WSTR Protseq,RPC_WSTR NetworkAddr,RPC_WSTR Endpoint,RPC_WSTR Options,RPC_WSTR *StringBinding); 197 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingParseA(RPC_CSTR StringBinding,RPC_CSTR *ObjUuid,RPC_CSTR *Protseq,RPC_CSTR *NetworkAddr,RPC_CSTR *Endpoint,RPC_CSTR *NetworkOptions); 198 RPCRTAPI RPC_STATUS RPC_ENTRY RpcStringBindingParseW(RPC_WSTR StringBinding,RPC_WSTR *ObjUuid,RPC_WSTR *Protseq,RPC_WSTR *NetworkAddr,RPC_WSTR *Endpoint,RPC_WSTR *NetworkOptions); 230 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpA(RPC_CSTR Protseq,unsigned int MaxCalls,RPC_CSTR Endpoint,void *SecurityDescriptor); 231 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExA(RPC_CSTR Protseq,unsigned int MaxCalls,RPC_CSTR Endpoint,void *SecurityDescriptor,PRPC_POLICY Policy); 232 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpW(RPC_WSTR Protseq,unsigned int MaxCalls,RPC_WSTR Endpoint,void *SecurityDescriptor); 233 RPCRTAPI RPC_STATUS RPC_ENTRY RpcServerUseProtseqEpExW(RPC_WSTR Protseq,unsigned int MaxCalls,RPC_WSTR Endpoint,void *SecurityDescriptor,PRPC_POLICY Policy);
|
/bionic/libc/include/sys/ |
_errdefs.h | 132 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" ) 143 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" ) 144 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" ) 145 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )
|
/development/host/windows/usb/api/ |
adb_endpoint_object.cpp | 19 encapsulates a handle opened to an endpoint on our device.
|
/development/ndk/platforms/android-3/include/sys/ |
_errdefs.h | 131 __BIONIC_ERRDEF( EOPNOTSUPP , 95, "Operation not supported on transport endpoint" ) 142 __BIONIC_ERRDEF( EISCONN , 106, "Transport endpoint is already connected" ) 143 __BIONIC_ERRDEF( ENOTCONN , 107, "Transport endpoint is not connected" ) 144 __BIONIC_ERRDEF( ESHUTDOWN , 108, "Cannot send after transport endpoint shutdown" )
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_api.c | 243 ** Description Create a stream endpoint. After a stream endpoint is 245 ** this endpoint and an endpoint on a peer device. In 247 ** and connect to this endpoint. 281 ** Description Remove a stream endpoint. This function is called when 282 ** the application is no longer using a stream endpoint. 283 ** If this function is called when the endpoint is connected 284 ** the connection is closed and then the stream endpoint 429 ** capabilities of a stream endpoint on the peer device [all...] |
/external/chromium_org/chrome/installer/util/ |
compat_checks.cc | 17 L"SOFTWARE\\Symantec\\Symantec Endpoint Protection\\SMC";
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_service_url.h | 46 // a sandbox or some malicious endpoint.
|
/external/chromium_org/components/invalidation/ |
gcm_network_channel_delegate.h | 20 // endpoint.
|
/external/chromium_org/media/midi/ |
midi_manager_mac.h | 50 static media::MidiPortInfo GetPortInfoFromEndpoint(MIDIEndpointRef endpoint);
|
usb_midi_device.h | 65 // Sends |data| to the given USB endpoint of this device.
|
/external/chromium_org/mojo/public/js/bindings/ |
core.js | 148 * Writes a message to the message pipe endpoint given by |handle|. See 151 * @param {MojoHandle} handle The endpoint to write to. 161 * Reads a message from the message pipe endpoint given by |handle|. See 164 * @param {MojoHandle} handle The endpoint to read from.
|
/external/chromium_org/net/quic/ |
quic_crypto_stream.h | 21 // reliable stream with the id 1. Each endpoint (client and server)
|
/external/chromium_org/remoting/host/win/ |
wts_terminal_monitor.cc | 59 // Enumerate all sessions and try to match the client endpoint.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResourceLinearGradient.h | 47 FloatPoint endPoint(const LinearGradientAttributes&) const;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
PODIntervalTree.h | 101 // endpoint. 111 // endpoint. 156 // increasing low endpoint. 163 // Because the intervals are sorted by left endpoint, inorder
|