Home
last modified time | relevance | path

Searched full:remote (Results 1 – 25 of 3292) sorted by relevance

12345678910>>...132

/external/llvm-project/lldb/docs/use/
Dremote.rst1 Remote Debugging
4 Remote debugging refers to the act of debugging a process which is running on a
7 process will be the remote system.
9 To enable remote debugging, LLDB employs a client-server architecture. The
10 client part runs on the local system and the remote system runs the server. The
11 client and server communicate using the gdb-remote protocol, usually
13 the LLDB-specific extensions are documented in docs/lldb-gdb-remote.txt file
14 inside LLDB source repository. Besides the gdb-remote stub, the server part of
16 advanced debugging operations, like copying files from/to the remote system and
17 can be used to execute arbitrary shell commands on the remote system.
[all …]
/external/arm-trusted-firmware/plat/xilinx/common/
Dipi.c64 * @remote - remote IPI ID
68 static inline int is_ipi_mb_within_range(uint32_t local, uint32_t remote) in is_ipi_mb_within_range() argument
72 if (remote >= ipi_total || local >= ipi_total) in is_ipi_mb_within_range()
82 * @remote - remote IPI ID
87 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure) in ipi_mb_validate() argument
91 if (!is_ipi_mb_within_range(local, remote)) in ipi_mb_validate()
95 else if (IPI_IS_SECURE(remote) && !is_secure) in ipi_mb_validate()
105 * @remote - remote IPI ID
108 void ipi_mb_open(uint32_t local, uint32_t remote) in ipi_mb_open() argument
111 IPI_BIT_MASK(remote)); in ipi_mb_open()
[all …]
/external/python/cpython2/Demo/pdist/
Dcmptree.py1 """Compare local and remote dictionaries and transfer differing files -- like rdist."""
22 w - write different files to remote file system
23 c - create new files, either remote or local
24 d - delete disappearing files, either remote or local
31 remote = FSProxy.FSProxyClient(address, verbose)
32 compare(local, remote, mode)
33 remote._close()
50 def compare(local, remote, mode): argument
53 sums_id = remote._send('sumlist')
54 subdirs_id = remote._send('listsubdirs')
[all …]
/external/dokka/.idea/
DjarRepositories.xml4 <remote-repository>
8 </remote-repository>
9 <remote-repository>
13 </remote-repository>
14 <remote-repository>
18 </remote-repository>
19 <remote-repository>
23 </remote-repository>
24 <remote-repository>
28 </remote-repository>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h1 //===------ RemoteObjectLayer.h - Forwards objs to a remote -----*- C++ -*-===//
9 // Forwards objects to a remote object layer via RPC.
29 using ObjHandleT = remote::ResourceIdMgr::ResourceId;
33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId;
38 using BadSymbolHandleError = remote::ResourceNotFound<RemoteSymbolId>;
39 using BadObjectHandleError = remote::ResourceNotFound<ObjHandleT>;
114 RemoteObjectLayer(RPCEndpoint &Remote, in RemoteObjectLayer() argument
116 : Remote(Remote), ReportError(std::move(ReportError)), in RemoteObjectLayer()
119 Remote.template addHandler<ReleaseRemoteSymbol>( in RemoteObjectLayer()
121 Remote.template addHandler<MaterializeRemoteSymbol>( in RemoteObjectLayer()
[all …]
DOrcRemoteTargetRPCAPI.h1 //===- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ------*- C++ -*-===//
9 // This file defines the Orc remote-target RPC API. It should not be used
25 namespace remote {
45 ? "Remote resource with id " in log()
74 } // end namespace remote
103 template <> class RPCTypeName<remote::DirectBufferWriter> {
110 ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter,
114 static Error serialize(ChannelT &C, const remote::DirectBufferWriter &DBW) { in serialize()
122 static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) { in deserialize()
131 DBW = remote::DirectBufferWriter(nullptr, Dst, Size); in deserialize()
[all …]
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.h31 // - Remote -> Local:
32 // We don't block on the remote _Send op and start executing the local
33 // _Recv immediately after issuing the remote _Send. The local _Recv
35 // blocks until the tensor is received. If the remote _Send (or some op
40 // - Local -> Remote:
42 // quickly. We issue remote _Recv RPC only after local _Send completes
44 // Rendezvous, hence, remote _Recv op will not deadlock waiting for the tensor
49 // - Remote -> Remote:
50 // We could issue both remote ops asynchronously, but if remote _Send (or some
51 // op before it) fails, we don't have a good way of cancelling the remote
[all …]
Dremote_tensor_handle_data.h24 // Remote Tensor Handle: A handle to a Tensor on a remote host. Note that only
28 // Constructor for lazy remote handles. A lazy remote handle is created on
29 // a remote worker with an op_id and an output_num. It doesn't control the
30 // lifetime of a remote handle that it refers to. If it refers to a remote
32 // the corresponding remote tensor is ready. So the remote tensor should be
33 // ready when we create a lazy remote handle. If it refers to a remote output,
37 // Constructor for unshaped remote handles. It controls the lifetime of a
38 // remote handel that it refers to.
43 // A remote tensor handle does not have a Tensor object, hence it can only
62 // the remote tensor is ready on a remote worker.
[all …]
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetRPCAPI.h1 //===- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ------*- C++ -*-===//
9 // This file defines the Orc remote-target RPC API. It should not be used
25 namespace remote {
45 ? "Remote resource with id " in log()
74 } // end namespace remote
103 template <> class RPCTypeName<remote::DirectBufferWriter> {
110 ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter,
113 static Error serialize(ChannelT &C, const remote::DirectBufferWriter &DBW) { in serialize()
121 static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) { in deserialize()
130 DBW = remote::DirectBufferWriter(nullptr, Dst, Size); in deserialize()
[all …]
/external/webrtc/pc/
Dcomposite_rtp_transport_test.cc261 rtc::FakePacketTransport remote("remote"); in TEST_F() local
262 remote.SetDestination(packet_transport_1_.get(), false); in TEST_F()
272 rtc::FakePacketTransport remote("remote"); in TEST_F() local
273 remote.SetDestination(packet_transport_1_.get(), false); in TEST_F()
285 rtc::FakePacketTransport remote("remote"); in TEST_F() local
286 remote.SetDestination(packet_transport_2_.get(), false); in TEST_F()
298 rtc::FakePacketTransport remote("remote"); in TEST_F() local
299 remote.SetDestination(packet_transport_1_.get(), false); in TEST_F()
309 rtc::FakePacketTransport remote("remote"); in TEST_F() local
310 remote.SetDestination(packet_transport_1_.get(), false); in TEST_F()
[all …]
Dpeer_connection_simulcast_unittest.cc129 PeerConnectionWrapper* remote, in ExchangeOfferAnswer() argument
135 EXPECT_TRUE(remote->SetRemoteDescription(std::move(offer), &err)) << err; in ExchangeOfferAnswer()
136 auto answer = remote->CreateAnswerAndSetAsLocal(); in ExchangeOfferAnswer()
332 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
343 EXPECT_TRUE(remote->SetRemoteDescription(std::move(offer), &error)) << error; in TEST_F()
344 auto answer = remote->CreateAnswerAndSetAsLocal(); in TEST_F()
356 SCOPED_TRACE("after set remote"); in TEST_F()
364 auto remote = CreatePeerConnectionWrapper(); in TEST_F() local
378 EXPECT_TRUE(remote->SetRemoteDescription(std::move(offer), &error)) << error; in TEST_F()
379 auto answer = remote->CreateAnswerAndSetAsLocal(); in TEST_F()
[all …]
/external/llvm-project/lldb/tools/debugserver/source/
Dlibdebugserver.cpp59 // Get our program path and arguments from the remote connection.
60 // We will need to start up the remote connection without a PID, get the
67 RNBRemote *remote = remoteSP.get(); in RNBRunLoopGetStartModeFromRemote() local
68 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
85 err = remote->HandleReceivedPacket(&type); in RNBRunLoopGetStartModeFromRemote()
104 // a catch all for any other gdb remote packets that failed in RNBRunLoopGetStartModeFromRemote()
143 RNBRunLoopMode HandleProcessStateChange(RNBRemoteSP &remote, bool initialize) { in HandleProcessStateChange() argument
144 RNBContext &ctx = remote->Context(); in HandleProcessStateChange()
155 "%s (&remote, initialize=%i) pid_state = %s", __FUNCTION__, in HandleProcessStateChange()
179 remote->FlushSTDIO(); in HandleProcessStateChange()
[all …]
Ddebugserver.cpp86 // Get our program path and arguments from the remote connection.
87 // We will need to start up the remote connection without a PID, get the
90 RNBRunLoopMode RNBRunLoopGetStartModeFromRemote(RNBRemote *remote) { in RNBRunLoopGetStartModeFromRemote() argument
93 if (remote) { in RNBRunLoopGetStartModeFromRemote()
94 RNBContext &ctx = remote->Context(); in RNBRunLoopGetStartModeFromRemote()
117 err = remote->HandleReceivedPacket(&type); in RNBRunLoopGetStartModeFromRemote()
141 // a catch all for any other gdb remote packets that failed in RNBRunLoopGetStartModeFromRemote()
195 RNBRunLoopMode RNBRunLoopLaunchInferior(RNBRemote *remote, in RNBRunLoopLaunchInferior() argument
200 RNBContext &ctx = remote->Context(); in RNBRunLoopLaunchInferior()
269 if (remote->Comm().IsConnected()) { in RNBRunLoopLaunchInferior()
[all …]
/external/toolchain-utils/
Dimage_chromeos.py10 This script images a remote ChromeOS device with a specific image."
44 def CheckForCrosFlash(chromeos_root, remote, log_level): argument
47 # Check to see if remote machine has cherrypy, ctypes
50 command, chromeos_root=chromeos_root, machine=remote)
52 ret == 255, 'Failed ssh to %s (for checking cherrypy)' % remote)
54 ret != 0, "Failed to find cherrypy or ctypes on remote '{}', "
55 'cros flash cannot work.'.format(remote))
58 def DisableCrosBeeps(chromeos_root, remote, log_level): argument
66 command, chromeos_root=chromeos_root, machine=remote)
121 parser.add_argument('-r', '--remote', dest='remote', help='Target device.')
[all …]
Dremote_test.py39 '-r', '--remote', dest='remote', help='Remote chromeos device.')
44 if options.remote is None:
45 Usage(parser, 'remote must be given')
52 command, chromeos_root=options.chromeos_root, machine=options.remote)
61 dest_machine=options.remote,
67 dest_machine=options.remote,
74 dest_machine=options.remote,
81 dest_machine=options.remote,
90 src_machine=options.remote,
97 src_machine=options.remote,
[all …]
/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_function_test.cc21 void TestRemoteExecuteSilentCopiesFunc(bool async, bool remote, in TestRemoteExecuteSilentCopiesFunc() argument
25 return TestRemoteExecuteSilentCopies(async, remote, /*func=*/true, in TestRemoteExecuteSilentCopiesFunc()
31 TestRemoteExecuteSilentCopiesFunc(/*async=*/true, /*remote=*/true, in TEST()
35 TestRemoteExecuteSilentCopiesFunc(/*async=*/false, /*remote=*/true, in TEST()
40 TestRemoteExecuteSilentCopiesFunc(/*async=*/true, /*remote=*/true, in TEST()
45 TestRemoteExecuteSilentCopiesFunc(/*async=*/true, /*remote=*/false, in TEST()
49 TestRemoteExecuteSilentCopiesFunc(/*async=*/false, /*remote=*/false, in TEST()
54 TestRemoteExecuteSilentCopiesFunc(/*async=*/true, /*remote=*/false, in TEST()
59 // A remote input may be not ready when we start running a function. Test that in TEST()
60 // the function execution should wait until the remote input is ready. in TEST()
[all …]
/external/openssh/
Dsftp.187 and enter interactive command mode, changing to the remote directory
281 Specifies the port to connect to on the remote host.
308 on the remote host.
309 A path is useful when the remote
332 Change remote directory to
412 .Ar remote-path
416 .Ar remote-path
420 remote machine.
421 .Ar remote-path
435 the remote copy.
[all …]
/external/llvm-project/lldb/test/API/tools/lldb-server/commandline/
DTestStubSetSID.py43 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
51 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
58 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
66 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
73 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
81 … # --setsid not used on remote platform and currently it is also impossible to get the sid of lld…
/external/toolchain-utils/crosperf/
Dschedv2_unittest.py27 remote: chromeos-daisy1.cros chromeos-daisy2.cros
37 remote: chromeos-daisy3.cros
42 remote: chromeos-daisy4.cros chromeos-daisy5.cros
48 remote: chromeos-daisy1.cros chromeos-daisy2.cros
58 remote: chromeos-daisy3.cros
63 remote: chromeos-daisy4.cros chromeos-daisy5.cros
89 """Test that remotes in labels are aggregated into experiment.remote."""
95 self.assertIn('chromeos-daisy1.cros', self.exp.remote)
96 self.assertIn('chromeos-daisy2.cros', self.exp.remote)
97 self.assertIn('chromeos-daisy3.cros', self.exp.remote)
[all …]
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dgce_adb_wrapper.py46 def Push(self, local, remote, **kwargs): argument
51 remote: Path on the instance filesystem.
55 self.Shell('mkdir -p %s' % cmd_helper.SingleQuote(remote))
60 self._PushObject(os.path.join(local, f), os.path.join(remote, f))
62 'chmod 777 %s' % cmd_helper.SingleQuote(os.path.join(remote, f)))
64 parent_dir = remote[0:remote.rfind('/')]
67 self._PushObject(local, remote)
68 self.Shell('chmod 777 %s' % cmd_helper.SingleQuote(remote))
70 def _PushObject(self, local, remote): argument
75 remote: Path on the instance filesystem.
[all …]
/external/ipsec-tools/src/racoon/
Disakmp.c216 struct sockaddr_storage remote; local
218 unsigned int remote_len = sizeof(remote);
226 MSG_PEEK, (struct sockaddr *)&remote, &remote_len,
240 0, (struct sockaddr *)&remote, &remote_len)) != 1) {
283 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
288 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
301 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
316 0, (struct sockaddr *)&remote, &remote_len)) < 0) {
325 0, (struct sockaddr *)&remote, &remote_len,
347 plog(LLV_ERROR, LOCATION, (struct sockaddr *)&remote,
[all …]
/external/autotest/client/common_lib/
Drevision_control.py96 # default to same remote path as local
177 @param remote_branch: Specify the remote branch to clone. None if to
235 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument
240 @param remote: The git remote to upload the CL.
241 @param remote_branch: The remote branch to upload the CL.
250 return self.push(remote, local_ref, remote_refspec, dryrun=dryrun)
253 def push(self, remote, local_refspec, remote_refspec, dryrun=False): argument
257 @param remote: The git remote to push the CL.
259 @param remote_refspec: The remote ref to push to.
264 cmd = 'push %s %s:%s' % (remote, local_refspec, remote_refspec)
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHfpClientFacade.java221 * @param deviceStr the Bluetooth MAC address of remote device
255 * Starts Voice Recognition on remote device
257 * @param deviceStr the Bluetooth MAC address of remote device
260 @Rpc(description = "Start Remote device Voice Recognition through HFP Client.")
271 * Stops Voice Recognition in the remote device through Bluetooth HFP client
273 * @param deviceStr the Bluetooth MAC address of remote device
276 @Rpc(description = "Stops Remote device Voice Recognition through HFP Client.")
289 * It setup SCO channel with remote connected Handsfree Audio Gateway device.
291 * @param deviceStr the Bluetooth MAC address of remote device
305 * Dials a call in the remote device through Bluetooth HFP Client
[all …]
/external/llvm-project/lldb/test/API/functionalities/gdb_remote_client/
DTestProcessConnect.py15 """Test the gdb-remote command in synchronous mode"""
18 self.expect("gdb-remote " + self.server.get_connect_address(),
25 """Test the gdb-remote command in asynchronous mode"""
28 self.expect("gdb-remote " + self.server.get_connect_address(),
38 """Test the gdb-remote command in synchronous mode"""
41 self.expect("platform select remote-gdb-server",
42 substrs=['Platform: remote-gdb-server', 'Connected: no'])
52 """Test the gdb-remote command in asynchronous mode"""
55 self.expect("platform select remote-gdb-server",
56 substrs=['Platform: remote-gdb-server', 'Connected: no'])
/external/autotest/site_utils/
Dtest_that.py33 def _get_board_from_host(remote): argument
34 """Get the board of the remote host.
36 @param remote: string representing the IP of the remote host.
38 @return: A string representing the board of the remote host.
41 host = factory.create_host(remote)
51 def _get_model_from_host(remote): argument
52 """Get the model of the remote host.
54 @param remote: string representing the IP of the remote host.
56 @return: A string representing the board of the remote host.
59 host = factory.create_host(remote)
[all …]

12345678910>>...132