HomeSort by relevance Sort by last modified time
    Searched full:remote (Results 476 - 500 of 3672) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/
run-perf-test.cfg 7 This script is intended for use by anyone that wants to run a remote performance
54 - You don't need to specify --identity and --remote, they will be added to
  /external/libpcap/
README.sita 30 The SITA extension provides a remote datascope operation for capturing
33 work, but interfaces via a TCP session to remote agents that
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.cpp 77 static ConstString g_name("remote-gdb-server");
84 return "A platform that uses the GDB remote protocol as the communication transport.";
128 Platform(false), // This is a remote platform
152 // This isn't needed if the z/Z packets are supported in the GDB remote
183 // Remote Platform subclasses need to override this function
390 // The darwin always currently uses the GDB remote debugger plug-in
392 process_sp = target->CreateProcess (listener, "gdb-remote", NULL);
412 error.SetErrorString("not connected to remote gdb server");
  /external/lldb/tools/debugserver/source/
RNBDefs.h 68 #define LOG_RNB_REMOTE ((LOG_LO_USER) << 4) // Log remote (RNBRemote)
71 #define LOG_RNB_PACKETS ((LOG_LO_USER) << 7) // Log gdb remote packets
  /external/mesa3d/src/glx/apple/
RELEASE_NOTES 64 applications from a remote host on an XQuartz X server.
68 does not actually support indirect rendering to a remote X server.
  /external/mtpd/
mtpd.h 34 uint16_t remote; member in struct:sockaddr_pppopns
44 } local, remote; member in struct:sockaddr_pppolac
  /external/smack/src/org/xbill/DNS/
TCPClient.java 111 sendrecv(SocketAddress local, SocketAddress remote, byte [] data, long endTime)
118 client.connect(remote);
  /external/valgrind/main/coregrind/m_gdbserver/
regcache.h 1 /* Register support routines for the remote server for GDB.
42 /* Convert all registers to a string in the currently specified remote
  /frameworks/av/media/libmedia/
IAudioPolicyServiceClient.cpp 47 remote()->transact(PORT_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
54 remote()->transact(PATCH_LIST_UPDATE, data, &reply, IBinder::FLAG_ONEWAY);
IAudioRecord.cpp 51 status_t status = remote()->transact(START, data, &reply);
64 remote()->transact(STOP, data, &reply);
  /frameworks/base/core/java/android/hardware/camera2/utils/
CameraServiceBinderDecorator.java 38 // Pass through remote exceptions, unlike CameraBinderDecorator
46 // Some other kind of remote exception - this is not normal, so let's at least
  /hardware/qcom/display/msm8084/libqservice/
IQHDMIClient.cpp 54 remote()->transact(HDMI_CONNECTED, data, &reply, IBinder::FLAG_ONEWAY);
64 remote()->transact(CEC_MESSAGE_RECEIVED, data, &reply,
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexSession.java 52 * be a consequence of remote disconnect
61 * waiting for remote
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
rusers.h 17 * Find out about remote users
75 char ut_host[16]; /* host name, if remote */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_pppox.h 39 unsigned char remote[ETH_ALEN]; /* Remote address */ member in struct:pppoe_addr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rusers.h 17 * Find out about remote users
75 char ut_host[16]; /* host name, if remote */
  /frameworks/av/drm/common/
IDrmManagerService.cpp 118 remote()->transact(ADD_UNIQUEID, data, &reply);
127 remote()->transact(REMOVE_UNIQUEID, data, &reply);
134 remote()->transact(ADD_CLIENT, data, &reply);
141 remote()->transact(REMOVE_CLIENT, data, &reply);
152 remote()->transact(SET_DRM_SERVICE_LISTENER, data, &reply);
166 remote()->transact(GET_CONSTRAINTS_FROM_CONTENT, data, &reply);
197 remote()->transact(GET_METADATA_FROM_CONTENT, data, &reply);
229 remote()->transact(CAN_HANDLE, data, &reply);
261 remote()->transact(PROCESS_DRM_INFO, data, &reply);
312 remote()->transact(ACQUIRE_DRM_INFO, data, &reply)
    [all...]
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 625 * Starts a scan for remote devices and checks to make sure that the local device is scanning
663 * Stops a scan for remote devices and checks to make sure that the local device is not scanning
737 * Initiates a pairing with a remote device and checks to make sure that the devices are paired
741 * @param device The remote device.
750 * Accepts a pairing with a remote device and checks to make sure that the devices are paired
754 * @param device The remote device.
769 * @param device The remote device.
    [all...]
  /external/chromium_org/build/android/pylib/device/
adb_wrapper.py 129 def Push(self, local, remote, timeout=60*5, retries=_DEFAULT_RETRIES):
134 remote: Path on the device filesystem.
139 self._DeviceAdbCmd(['push', local, remote], timeout, retries)
141 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES):
145 remote: Path on the device filesystem.
150 self._DeviceAdbCmd(['pull', remote, local], timeout, retries)
205 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT,
207 """Forward socket connections from the local socket to the remote socket.
215 jdwp:<process pid> (remote only)
219 remote: The device socket
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 102 * (local) (remote) (local) (remote)
118 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:ph1handle
123 struct remoteconf *rmconf; /* pointer to remote configuration */
199 int dpd_support; /* Does remote supports DPD ? */
329 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:contacted
337 struct sockaddr *remote; /* the remote address * member in struct:recvdpkt
413 struct sockaddr_storage remote; member in struct:ph1dump
    [all...]
  /external/libnfc-nci/src/nfc/include/
llcp_api.h 72 #define LLCP_LINK_FIRST_PACKET_RECEIVED_EVT 0x03 /* First LLCP packet received from remote */
81 #define LLCP_LINK_REMOTE_INITIATED 0x05 /* Link has been deactivated by remote */
114 UINT8 remote_sap; /* SAP of remote device */
123 UINT8 remote_sap; /* SAP of remote device */
133 UINT8 remote_sap; /* SAP of remote device */
143 UINT8 remote_sap; /* SAP of remote device */
150 UINT8 remote_sap; /* SAP of remote device */
158 UINT8 remote_sap; /* SAP of remote device */
175 UINT8 remote_sap; /* SAP of remote device */
413 ** - Remote SAP who sent UI PDU is returned
    [all...]
  /ndk/sources/host-tools/make-3.81/
Makefile.ami 44 # Which flavor of remote job execution support to use.
45 # The code is found in `remote-$(REMOTE).c'.
46 REMOTE = stub
123 remote-$(REMOTE).o $(GETOPT) $(ALLOCA) $(extras)
130 $(srcdir)remote-$(REMOTE).c \
181 tagsrcs = $(srcs) $(srcdir)remote-*.c
302 remote-stub.o: remote-stub.c make.h filedef.h job.h commands.
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
virtualsocketserver.cc 189 // Disconnect remote socket, check if it is a child of a server socket.
214 // Lookup remote side.
218 // Server socket, remote side is a socket retreived by
713 const SocketAddress& remote,
719 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
720 remote.port());
728 const SocketAddress& remote) {
731 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
732 remote.port());
739 const SocketAddress& remote) {
756 VirtualSocket* remote = LookupBinding(remote_addr); local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.cc 172 // Disconnect remote socket, check if it is a child of a server socket.
197 // Lookup remote side.
201 // Server socket, remote side is a socket retreived by
696 const SocketAddress& remote,
702 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
703 remote.port());
711 const SocketAddress& remote) {
714 SocketAddress remote_normalized(remote.ipaddr().Normalized(),
715 remote.port());
722 const SocketAddress& remote) {
739 VirtualSocket* remote = LookupBinding(remote_addr); local
    [all...]

Completed in 577 milliseconds

<<11121314151617181920>>