/external/arm-trusted-firmware/plat/xilinx/common/ |
D | ipi.c | 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() 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() 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() 113 IPI_BIT_MASK(remote)); in ipi_mb_open() 123 void ipi_mb_release(uint32_t local, uint32_t remote) in ipi_mb_release() argument 126 IPI_BIT_MASK(remote)); in ipi_mb_release() [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | cmptree.py | 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') 55 remote._flush() 61 sums = remote._recv(sums_id) 69 recvfile(local, remote, name) 74 rmtime = remote.mtime(name) [all …]
|
/external/arm-trusted-firmware/plat/xilinx/common/include/ |
D | ipi.h | 54 int ipi_mb_validate(uint32_t local, uint32_t remote, unsigned int is_secure); 57 void ipi_mb_open(uint32_t local, uint32_t remote); 60 void ipi_mb_release(uint32_t local, uint32_t remote); 63 int ipi_mb_enquire_status(uint32_t local, uint32_t remote); 66 void ipi_mb_notify(uint32_t local, uint32_t remote, uint32_t is_blocking); 69 void ipi_mb_ack(uint32_t local, uint32_t remote); 72 void ipi_mb_disable_irq(uint32_t local, uint32_t remote); 75 void ipi_mb_enable_irq(uint32_t local, uint32_t remote);
|
/external/u-boot/arch/arm/dts/ |
D | imx6q.dtsi | 226 remote-endpoint = <&mipi_vc2_to_ipu2_csi0>; 234 remote-endpoint = <&ipu2_csi1_mux_to_ipu2_csi1>; 249 remote-endpoint = <&hdmi_mux_2>; 254 remote-endpoint = <&mipi_mux_2>; 259 remote-endpoint = <&lvds0_mux_2>; 264 remote-endpoint = <&lvds1_mux_2>; 275 remote-endpoint = <&hdmi_mux_3>; 280 remote-endpoint = <&mipi_mux_3>; 285 remote-endpoint = <&lvds0_mux_3>; 290 remote-endpoint = <&lvds1_mux_3>; [all …]
|
D | imx6dl.dtsi | 191 remote-endpoint = <&mipi_vc0_to_ipu1_csi0_mux>; 199 remote-endpoint = <&mipi_vc1_to_ipu1_csi0_mux>; 207 remote-endpoint = <&mipi_vc2_to_ipu1_csi0_mux>; 215 remote-endpoint = <&mipi_vc3_to_ipu1_csi0_mux>; 230 remote-endpoint = <&ipu1_csi0_from_ipu1_csi0_mux>; 245 remote-endpoint = <&mipi_vc0_to_ipu1_csi1_mux>; 253 remote-endpoint = <&mipi_vc1_to_ipu1_csi1_mux>; 261 remote-endpoint = <&mipi_vc2_to_ipu1_csi1_mux>; 269 remote-endpoint = <&mipi_vc3_to_ipu1_csi1_mux>; 284 remote-endpoint = <&ipu1_csi1_from_ipu1_csi1_mux>; [all …]
|
D | r8a7795-salvator-x.dts | 68 remote-endpoint = <&hdmi0_con>; 74 remote-endpoint = <&rsnd_endpoint1>; 81 remote-endpoint = <&rcar_dw_hdmi0_out>; 91 remote-endpoint = <&hdmi1_con>; 97 remote-endpoint = <&rsnd_endpoint2>; 104 remote-endpoint = <&rcar_dw_hdmi1_out>; 117 remote-endpoint = <&dw_hdmi0_snd_in>; 129 remote-endpoint = <&dw_hdmi1_snd_in>;
|
/external/chromium-trace/catapult/devil/devil/android/sdk/ |
D | gce_adb_wrapper.py | 47 def Push(self, local, remote, **kwargs): argument 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 84 'root@%s:%s' % (self._instance_ip, remote) 93 def Pull(self, remote, local, **kwargs): argument [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 | handler.c | 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) 200 getph1bydstaddrwop(remote) in getph1bydstaddrwop() argument 201 struct sockaddr *remote; in getph1bydstaddrwop() [all …]
|
D | remoteconf.c | 97 getrmconf_strict(remote, allow_anon) in getrmconf_strict() argument 98 struct sockaddr *remote; in getrmconf_strict() 119 if (remote->sa_family != AF_UNSPEC && 120 extract_port(remote) != IPSEC_PORT_ANY) 124 if (remote->sa_family == AF_UNSPEC) 127 GETNAMEINFO(remote, addr, port); 135 if ((remote->sa_family == AF_UNSPEC 136 && remote->sa_family == p->remote->sa_family) 137 || (!withport && cmpsaddrwop(remote, p->remote) == 0) 138 || (withport && cmpsaddrstrict(remote, p->remote) == 0)) { [all …]
|
D | isakmp_inf.c | 272 plog(LLV_ERROR, LOCATION, iph1->remote, 304 plog(LLV_ERROR, LOCATION, iph1->remote, 310 plog(LLV_ERROR, LOCATION, iph1->remote, 377 plog(LLV_ERROR, LOCATION, iph1->remote, 382 plog(LLV_ERROR, LOCATION, iph1->remote, 387 plog(LLV_ERROR, LOCATION, iph1->remote, 394 plog(LLV_ERROR, LOCATION, iph1->remote, 406 plog(LLV_ERROR, LOCATION, iph1->remote, 412 plog(LLV_DEBUG, LOCATION, iph1->remote, 430 plog(LLV_ERROR, LOCATION, iph1->remote, [all …]
|
/external/toolchain-utils/ |
D | image_chromeos.py | 44 def CheckForCrosFlash(chromeos_root, remote, log_level): argument 50 command, chromeos_root=chromeos_root, machine=remote) 52 ret == 255, 'Failed ssh to %s (for checking cherrypy)' % 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) 165 if options.remote is None: 171 board = cmd_executer.CrosLearnBoard(options.chromeos_root, options.remote) 198 list(options.remote.split()), options.chromeos_root) 211 command, chromeos_root=options.chromeos_root, machine=options.remote) [all …]
|
D | remote_test.py | 44 if options.remote is None: 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, 100 board = ce.CrosLearnBoard(options.chromeos_root, options.remote)
|
/external/webrtc/webrtc/base/ |
D | socketpool.cc | 42 const SocketAddress& remote, int* err) { in RequestConnectedStream() argument 43 LOG_F(LS_VERBOSE) << "(" << remote << ")"; in RequestConnectedStream() 46 if (remote == it->first) { in RequestConnectedStream() 57 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) { in RequestConnectedStream() 59 active_.push_front(ConnectedStream(remote, stream)); in RequestConnectedStream() 120 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument 122 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM); in RequestConnectedStream() 128 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) { in RequestConnectedStream() 158 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { in RequestConnectedStream() argument 163 int family = remote.family(); in RequestConnectedStream() [all …]
|
/external/toolchain-utils/crosperf/ |
D | schedv2_unittest.py | 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) 98 self.assertIn('chromeos-daisy4.cros', self.exp.remote) 99 self.assertIn('chromeos-daisy5.cros', self.exp.remote) 111 self.assertIn('chromeos-daisy1.cros', self.exp.remote) 112 self.assertIn('chromeos-daisy2.cros', self.exp.remote) 113 self.assertNotIn('chromeos-daisy3.cros', self.exp.remote) 114 self.assertIn('chromeos-daisy4.cros', self.exp.remote) 115 self.assertNotIn('chromeos-daisy5.cros', self.exp.remote) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/bugpoint/ |
D | RemoteRunSafely.sh | 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 | 93 remote="./"$PROGRAM 97 'rm -f '$remote' ; ' \ 98 'cat > '$remote' ; chmod +x '$remote' ; '$remote' '$*' ; ' \ 99 'err=$? ; rm -f '$remote' ; exit $err'
|
/external/skia/tools/skqp/ |
D | make_apk_list.py | 71 for remote in check_output(['git', 'remote']).strip().split('\n'): 72 remote = remote.strip() 73 url = check_output(['git', 'remote', 'get-url', remote]).strip() 75 arg = remote + '/' + branch 80 def table(o, remote, branch, excludes): argument 85 commits = [rev_parse((remote, branch))] 89 o.write('<h2>Remote: %s<br>Branch: %s</h2>\n' % (remote, branch)) 105 commit_url = '%s/+/%s' % (remote, commit)
|
/external/testng/src/test/java/test/remote/ |
D | RemoteTest.java | 1 package test.remote; 6 import org.testng.remote.RemoteTestNG; 7 import org.testng.remote.strprotocol.IMessage; 8 import org.testng.remote.strprotocol.IMessageSender; 9 import org.testng.remote.strprotocol.MessageHub; 10 import org.testng.remote.strprotocol.SerializedMessageSender; 11 import org.testng.remote.strprotocol.StringMessageSender;
|
/external/curl/docs/cmdline-opts/ |
D | remote-name-all.d | 1 Long: remote-name-all 2 Help: Use the remote file name for all URLs 6 if --remote-name were used for each one. So if you want to disable that for a 7 specific URL after --remote-name-all has been used, you must use "-o -" or 8 --no-remote-name.
|
/external/vogar/src/vogar/ |
D | Target.java | 82 public abstract void push(File local, File remote); in push() argument 83 public abstract void pull(File remote, File local); in pull() argument 85 public final Task pushTask(final File local, final File remote) { in pushTask() argument 86 return new Task("push " + remote) { in pushTask() 88 push(local, remote); in pushTask() 94 public final Task rmTask(final File remote) { 95 return new Task("rm " + remote) { 97 rm(remote);
|
D | LocalTarget.java | 82 @Override public void push(File local, File remote) { in push() argument 83 if (remote.equals(local)) { in push() 87 if (remote.exists()) { in push() 90 new Command(log, "cp", "-r", local.toString(), remote.toString()).execute(); in push() 93 @Override public void pull(File remote, File local) { in pull() argument 94 new Command(log, "cp", remote.getPath(), local.getPath()).execute(); in pull()
|
/external/curl/tests/data/ |
D | test1150 | 33 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.example.com.1150:150/path http://test.remote.ex… 46 GET http://test.remote.example.com.1150:150/path HTTP/1.1 47 Host: test.remote.example.com.1150:150 51 GET http://test.remote.example.com.1150:1234/path/ HTTP/1.1 52 Host: test.remote.example.com.1150:1234
|
D | test1421 | 36 --proxy http://%HOSTIP:%HTTPPORT http://test.remote.haxx.se.1421:8990/ http://different.remote.haxx… 62 GET http://test.remote.haxx.se.1421:8990/ HTTP/1.1 63 Host: test.remote.haxx.se.1421:8990 67 GET http://different.remote.haxx.se.1421:8990/ HTTP/1.1 68 Host: different.remote.haxx.se.1421:8990
|
D | test1241 | 41 …STIP:%HTTPPORT http://test.remote.haxx.se.1241:8990/../../hej/but/who/../1241?stupid=me/../1241#so… 55 GET http://test.remote.haxx.se.1241:8990/../../hej/but/who/../1241?stupid=me/../1241 HTTP/1.1 56 Host: test.remote.haxx.se.1241:8990 60 GET http://test.remote.haxx.se.1241:8990/../../hej/but/who/../12410001 HTTP/1.1 61 Host: test.remote.haxx.se.1241:8990
|