Searched
full:remote (Results
551 -
575 of
3672) sorted by null
<<21222324252627282930>>
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-plainrsa | 12 remote anonymous
|
/external/lldb/examples/python/ |
delta.py | 4 # This module will enable GDB remote packet logging when the 27 '''Start logging GDB remote packets by enabling logging with timestamps and 41 debugger.HandleCommand('log enable --threadsafe --timestamp --file "%s" gdb-remote packets' % log_file); 74 for GDB remote commands to make a send/receive round trip. This can be
|
globals.py | 60 parser.add_option('-p', '--platform', type='string', metavar='platform', dest='platform', help='Specify the platform to use when creating the debug target. Valid values include "localhost", "darwin-kernel", "ios-simulator", "remote-freebsd", "remote-macosx", "remote-ios", "remote-linux".')
|
/external/lldb/include/lldb/API/ |
SBModuleSpec.h | 42 /// platform since we might be doing remote debugging. 57 /// the remote system on which it is being debugged. For local 59 /// remote debugging might mention a file '/usr/lib/liba.dylib' 62 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
|
/external/lldb/scripts/Python/interface/ |
SBModuleSpec.i | 33 /// platform since we might be doing remote debugging. 48 /// the remote system on which it is being debugged. For local 50 /// remote debugging might mention a file '/usr/lib/liba.dylib' 53 /// '/tmp/lldb/platform-cache/remote.host.computer/usr/lib/liba.dylib'
|
/external/lldb/source/Plugins/ |
Android.mk | 23 Process/gdb-remote \
|
/external/lldb/test/functionalities/connect_remote/ |
TestConnectRemote.py | 35 self.runCmd("process connect -p gdb-remote connect://localhost:12345")
|
/external/lldb/test/pexpect-2.4/doc/ |
examples.html | 66 This runs a sequence of commands on a remote host 70 the state of the remote host. 105 This lists a directory on a remote machine. 109 This starts an SSH tunnel to a remote machine. It
|
/external/lldb/test/pexpect-2.4/examples/ |
bd_client.py | 20 #HOST = '' #'localhost' # The remote host
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
test-global-init-nonzero-sm-pic.ll | 1 ; RUN: %lli_mcjit -remote-mcjit -relocation-model=pic -code-model=small %s > /dev/null
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
rbug.h | 26 * Include all for users the remote debugger protocol code.
|
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/ |
DebugWebSocket.java | 41 System.out.println("C [" + (initiatedByRemote ? "Remote" : "Self") + "] " +
|
/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/ |
OkHttpContributors.java | 29 // Create request for remote resource.
|
/external/skia/platform_tools/android/bin/ |
android_gdb_exe | 30 echo "target remote :${PORT}"
|
/external/smack/src/com/kenai/jbosh/ |
BOSHClientConnEvent.java | 44 * acknowledged by the remote CM. 122 * by the remote connection manager 179 * acknowledged by the remote connection manager prior to session 182 * @return list of messages which may not have been received by the remote
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamListener.java | 20 * InBandBytestreamListener are informed if a remote user wants to initiate an In-Band Bytestream.
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/ |
Socks5BytestreamListener.java | 20 * Socks5BytestreamListener are informed if a remote user wants to initiate a SOCKS5 Bytestream.
|
/external/valgrind/main/gdbserver_tests/ |
mcinfcallWSRU.stdinB.gdb | 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcinfcallWSRU
|
mcsignopass.stdinB.gdb | 2 target remote | ./vgdb --wait=60 --vgdb-prefix=./vgdb-prefix-mcsignopass
|
mssnapshot.stderrB.exp | 26 Remote connection closed
|
/external/wpa_supplicant_8/wpa_supplicant/ |
ibss_rsn.h | 16 /* remote peer sent an EAPOL message */
|
/frameworks/av/camera/camera2/ |
ICameraDeviceCallbacks.cpp | 58 remote()->transact(CAMERA_ERROR, data, &reply, IBinder::FLAG_ONEWAY); 67 remote()->transact(CAMERA_IDLE, data, &reply, IBinder::FLAG_ONEWAY); 79 remote()->transact(CAPTURE_STARTED, data, &reply, IBinder::FLAG_ONEWAY); 93 remote()->transact(RESULT_RECEIVED, data, &reply, IBinder::FLAG_ONEWAY);
|
/frameworks/av/media/libmedia/ |
IMediaCodecList.cpp | 49 remote()->transact(COUNT_CODECS, data, &reply); 58 remote()->transact(GET_CODEC_INFO, data, &reply); 79 remote()->transact(FIND_CODEC_BY_TYPE, data, &reply); 88 remote()->transact(FIND_CODEC_BY_NAME, data, &reply);
|
IMediaHTTPService.cpp | 42 remote()->transact(MAKE_HTTP, data, &reply);
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattServer.java | 129 * Remote client characteristic read request. 155 * Remote client descriptor read request. 187 * Remote client characteristic write request. 216 * Remote client descriptor write request. 401 * completed when the remote device is available. A 406 * the remote device, or rather passively scan and finalize the connection 407 * when the remote device is in range/available. Generally, the first ever 414 * @param autoConnect Whether to directly connect to the remote device (false) 415 * or to automatically connect as soon as the remote 440 * @param device Remote devic [all...] |
Completed in 400 milliseconds
<<21222324252627282930>>