/external/python/cpython2/Demo/pdist/ |
D | cmptree.py | 1 """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/u-boot/cmd/ |
D | remoteproc.c | 14 * print_remoteproc_list() - print all the remote processor devices 27 printf("Cannot find Remote processor class\n"); in print_remoteproc_list() 76 printf("Few Remote Processors failed to be initalized\n"); in do_rproc_init() 83 * do_remoteproc_list() - print list of remote proc devices. 95 printf("\t Remote Processors is not initialized\n"); in do_remoteproc_list() 106 * do_remoteproc_load() - Load a remote processor with binary image 139 printf("Load Remote Processor %d with data@addr=0x%08lx %lu bytes:%s\n", in do_remoteproc_load() 153 * helper routines in remote processor core. by using a set of 182 printf("Remote processor is Running\n"); in do_remoteproc_wrapper() 184 printf("Remote processor is NOT Running\n"); in do_remoteproc_wrapper() [all …]
|
/external/u-boot/include/ |
D | remoteproc.h | 20 * @RPROC_INTERNAL_MEMORY_MAPPED: Remote processor uses own memory and is memory 24 * of remote processors. Few of the remote processors do have own internal 33 * @name: Platform-specific way of naming the Remote proc 48 * struct dm_rproc_ops - Operations that are provided by remote proc driver 60 * @reset: Reset the remote proc device (optional) 62 * @is_running: Check if the remote processor is running(optional) 64 * @ping: Ping the remote device for basic communication check(optional) 82 * rproc_init() - Initialize all bound remote proc devices 96 * rproc_load() - load binary to a remote processor 97 * @id: id of the remote processor [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetRPCAPI.h | 1 //===- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ------*- C++ -*-===// 10 // This file defines the Orc remote-target RPC API. It should not be used 26 namespace remote { 46 ? "Remote resource with id " in log() 75 } // end namespace remote 105 template <> class RPCTypeName<remote::DirectBufferWriter> { 112 ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter, 116 static Error serialize(ChannelT &C, const remote::DirectBufferWriter &DBW) { in serialize() 124 static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) { in deserialize() 133 DBW = remote::DirectBufferWriter(nullptr, Dst, Size); in deserialize() [all …]
|
D | RemoteObjectLayer.h | 1 //===------ RemoteObjectLayer.h - Forwards objs to a remote -----*- C++ -*-===// 10 // 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 …]
|
/external/toolchain-utils/ |
D | remote_test.py | 35 '-r', '--remote', dest='remote', help='Remote chromeos device.') 40 if options.remote is None: 41 Usage(parser, 'remote must be given') 48 command, chromeos_root=options.chromeos_root, machine=options.remote) 57 dest_machine=options.remote, 63 dest_machine=options.remote, 70 dest_machine=options.remote, 77 dest_machine=options.remote, 86 src_machine=options.remote, 93 src_machine=options.remote, [all …]
|
D | image_chromeos.py | 6 This script images a remote ChromeOS device with a specific image." 40 def CheckForCrosFlash(chromeos_root, remote, log_level): argument 43 # Check to see if remote machine has cherrypy, ctypes 46 command, chromeos_root=chromeos_root, machine=remote) 48 ret == 255, 'Failed ssh to %s (for checking cherrypy)' % remote) 50 ret != 0, "Failed to find cherrypy or ctypes on remote '{}', " 51 'cros flash cannot work.'.format(remote)) 54 def DisableCrosBeeps(chromeos_root, remote, log_level): argument 62 command, chromeos_root=chromeos_root, machine=remote) 117 parser.add_argument('-r', '--remote', dest='remote', help='Target device.') [all …]
|
/external/openssh/ |
D | sftp.0 | 26 The third usage format allows sftp to start in a remote directory. 167 Specifies the port to connect to on the remote host. 190 the remote host. A path is useful for using sftp over protocol 191 version 1, or when the remote sshd(8) does not have an sftp 206 Change remote directory to path. 232 get [-afPpr] remote-path [local-path] 233 Retrieve the remote-path and store it on the local machine. If 235 it has on the remote machine. remote-path may contain glob(3) 242 any partial copy of the local file matches the remote copy. If 243 the remote file contents differ from the partial local copy then [all …]
|
D | sftp.1 | 81 to start in a remote directory. 257 Specifies the port to connect to on the remote host. 284 on the remote host. 287 over protocol version 1, or when the remote 310 Change remote directory to 366 .Ar remote-path 370 .Ar remote-path 374 remote machine. 375 .Ar remote-path 389 the remote copy. [all …]
|
D | ssh.1 | 42 .Nd OpenSSH SSH client (remote login program) 72 (SSH client) is a program for logging into a remote machine and for 73 executing commands on a remote machine. 87 his/her identity to the remote machine using one of several methods 93 it is executed on the remote host instead of a login shell. 123 Users with the ability to bypass file permissions on the remote host 195 remote machine. 256 The recommended way to start X11 programs at a remote site is with 266 will wait for all remote port forwards to be successfully established 279 Allows remote hosts to connect to local forwarded ports. [all …]
|
/external/autotest/client/common_lib/ |
D | revision_control.py | 88 # default to same remote path as local 169 @param remote_branch: Specify the remote branch to clone. None if to 227 def upload_cl(self, remote, remote_branch, local_ref='HEAD', draft=False, argument 232 @param remote: The git remote to upload the CL. 233 @param remote_branch: The remote branch to upload the CL. 242 return self.push(remote, local_ref, remote_refspec, dryrun=dryrun) 245 def push(self, remote, local_refspec, remote_refspec, dryrun=False): argument 249 @param remote: The git remote to push the CL. 251 @param remote_refspec: The remote ref to push to. 256 cmd = 'push %s %s:%s' % (remote, local_refspec, remote_refspec) [all …]
|
/external/toolchain-utils/crosperf/ |
D | schedv2_unittest.py | 22 remote: chromeos-daisy1.cros chromeos-daisy2.cros 31 remote: chromeos-daisy3.cros 36 remote: chromeos-daisy4.cros chromeos-daisy5.cros 42 remote: chromeos-daisy1.cros chromeos-daisy2.cros 51 remote: chromeos-daisy3.cros 56 remote: chromeos-daisy4.cros chromeos-daisy5.cros 82 """Test that remotes in labels are aggregated into experiment.remote.""" 88 self.assertIn('chromeos-daisy1.cros', self.exp.remote) 89 self.assertIn('chromeos-daisy2.cros', self.exp.remote) 90 self.assertIn('chromeos-daisy3.cros', self.exp.remote) [all …]
|
D | experiment.py | 27 def __init__(self, name, remote, working_directory, chromeos_root, argument 33 self.remote = remote 57 if not remote: 58 raise RuntimeError('No remote hosts specified') 82 for machine in self.remote: 86 # machines. This is a subset of self.remote. We make both lists the same. 87 self.remote = [m.name for m in self.machine_manager.GetAllMachines()] 88 if not self.remote: 93 # self.remote). So each label.remote is a sublist of experiment.remote. 94 label.remote = [r for r in label.remote if r in self.remote]
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | gce_adb_wrapper.py | 47 def Push(self, local, remote, **kwargs): argument 52 remote: Path on the instance filesystem. 56 self.Shell('mkdir -p %s' % cmd_helper.SingleQuote(remote)) 61 self._PushObject(os.path.join(local, f), os.path.join(remote, f)) 63 cmd_helper.SingleQuote(os.path.join(remote, f))) 65 parent_dir = remote[0:remote.rfind('/')] 68 self._PushObject(local, remote) 69 self.Shell('chmod 777 %s' % cmd_helper.SingleQuote(remote)) 71 def _PushObject(self, local, remote): argument 76 remote: Path on the instance filesystem. [all …]
|
/external/ipsec-tools/src/racoon/ |
D | isakmp.c | 216 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 …]
|
D | remoteconf.c | 89 * search remote configuration. 94 * Other: remote configuration entry. 97 getrmconf_strict(remote, allow_anon) in getrmconf_strict() argument 98 struct sockaddr *remote; in getrmconf_strict() 111 * We never have ports set in our remote configurations, but when 114 * If we do this port check here, we don't find the remote config. 116 * In an ideal world, we would be able to have remote conf with 119 if (remote->sa_family != AF_UNSPEC && 120 extract_port(remote) != IPSEC_PORT_ANY) 124 if (remote->sa_family == AF_UNSPEC) [all …]
|
D | handler.c | 140 * search for isakmpsa handler by source and remote address. 145 getph1byaddr(local, remote, established) in getph1byaddr() argument 146 struct sockaddr *local, *remote; in getph1byaddr() 153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); 159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); 166 && CMPSADDR(remote, p->remote) == 0){ 178 getph1byaddrwop(local, remote) in getph1byaddrwop() argument 179 struct sockaddr *local, *remote; in getph1byaddrwop() 187 && cmpsaddrwop(remote, p->remote) == 0) 195 * search for isakmpsa handler by remote address. [all …]
|
/external/autotest/site_utils/ |
D | perf_compare.py | 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \ 36 --remote-2=REMOTE_2 43 the IP addresses of the 2 remote devices on which to run crosperf (if you have 44 only a single device available, specify it with --remote=REMOTE). Run with -h to 93 remote: {remote} 191 def output_image_info(f, label, image, board, remote): argument 198 @param remote: The string IP address on which to install the image. 201 label=label, image=image, board=board, remote=remote)) 215 @param remote_1: The string IP address/name of the first remote device. 216 @param remote_2: The string IP address/name of the second remote device. [all …]
|
/external/u-boot/arch/arm/dts/ |
D | imx6q.dtsi | 161 remote-endpoint = <&hdmi_mux_2>; 165 remote-endpoint = <&mipi_mux_2>; 169 remote-endpoint = <&lvds0_mux_2>; 173 remote-endpoint = <&lvds1_mux_2>; 183 remote-endpoint = <&hdmi_mux_3>; 187 remote-endpoint = <&mipi_mux_3>; 191 remote-endpoint = <&lvds0_mux_3>; 195 remote-endpoint = <&lvds1_mux_3>; 219 remote-endpoint = <&ipu2_di0_hdmi>; 227 remote-endpoint = <&ipu2_di1_hdmi>; [all …]
|
/external/linux-kselftest/tools/testing/selftests/ntb/ |
D | ntb_test.sh | 35 echo "use the -r option to specify the hostname for the remote" 36 echo "device. SSH will then be used to test the remote side." 43 echo " -l list available local and remote PCI ids" 44 echo " -r REMOTE_HOST specify the remote's hostname to connect" 100 REMOTE= 103 REMOTE=${VPATH%%:*} 111 if [[ "$REMOTE" != "" ]]; then 112 ssh "$REMOTE" cat "$VPATH" 123 if [[ "$REMOTE" != "" ]]; then 124 ssh "$REMOTE" "echo \"$VALUE\" > \"$VPATH\"" [all …]
|
/external/autotest/server/hosts/ |
D | rpc_server_tracker.py | 25 This class keeps track of all the RPC server connections started on a remote 27 start the required type of rpc server on the remote host. 55 a remote port. As such, it enforces a single proxy->remote port 71 to the same remote port. If methods are invoked on the client 74 @param port: The remote forwarding port. 75 @param command_name: The name of the remote process, to terminate 77 @param remote_pid: The PID of the remote background process 93 @param port: The remote forwarding port. 94 @param command_name: The name of the remote process, to terminate 96 @param remote_pid: The PID of the remote background process [all …]
|
/external/swiftshader/third_party/LLVM/utils/bugpoint/ |
D | RemoteRunSafely.sh | 15 # <hostname> is the remote host to execute the program, 16 # <login_name> is the username on the remote host, 17 # <port> is the port used by the remote client, 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/bugpoint/ |
D | RemoteRunSafely.sh | 15 # <hostname> is the remote host to execute the program, 16 # <login_name> is the username on the remote host, 17 # <port> is the port used by the remote client, 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
/external/llvm/utils/bugpoint/ |
D | RemoteRunSafely.sh | 15 # <hostname> is the remote host to execute the program, 16 # <login_name> is the username on the remote host, 17 # <port> is the port used by the remote client, 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
/external/mtpd/ |
D | pptp.c | 80 static __be16 remote; variable 187 log_print(INFO, "Remote server hung up"); in recv_packet() 284 .remote = remote, in create_pppox_opns() 341 * Make a socket connection with remote server and then call getsockname() on 399 dst.sa_addr.pptp.call_id = ntohs(remote); in create_pppox_pptp() 470 log_print(INFO, "Remote server hung up"); in pptp_process() 478 remote = incoming.ocrp.call; in pptp_process() 479 log_print(DEBUG, "Received OCRQ (remote = %u)", in pptp_process() 480 (unsigned)ntohs(remote)); in pptp_process() 493 log_print(INFO, "Remote server hung up"); in pptp_process() [all …]
|