/external/webrtc/webrtc/p2p/base/ |
p2ptransportchannel.cc | 357 // Update the pwd of remote candidate if needed. 460 // Attempt to create a connection from this new port to all of the remote 503 // Determine if the remote candidates use shared ufrag. 535 // adding remote candidate, so we need to set the password to the shared 573 // existing remote candidates, it represents a new peer reflexive remote 581 // from the foundation for all other remote candidates. 590 // remote candidate equal to the source transport address where the 593 // There shouldn't be an existing connection with this remote address. 677 // If a remote candidate with a previous generation arrives, drop it 1222 const Candidate& remote = conn->remote_candidate(); local [all...] |
/frameworks/av/camera/ |
CameraBase.cpp | 190 sp<typename TCamTraits::TCamUser> CameraBase<TCam, TCamTraits>::remote() function in class:android::CameraBase 203 ALOGW("mediaserver's remote binder Camera object died");
|
/prebuilts/go/darwin-x86/src/encoding/gob/ |
decoder.go | 21 // remote side of a connection. 30 wireType map[typeId]*wireType // map from remote ID to local description
|
/prebuilts/go/darwin-x86/src/net/ |
pipe.go | 95 // Used by local Read to interact with remote Write. 100 // Used by local Write to interact with remote Read.
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
decoder.go | 21 // remote side of a connection. 30 wireType map[typeId]*wireType // map from remote ID to local description
|
/prebuilts/go/linux-x86/src/net/ |
pipe.go | 95 // Used by local Read to interact with remote Write. 100 // Used by local Write to interact with remote Read.
|
/prebuilts/misc/common/robolectric/3.4.2/ |
run_robotests.mk | 128 # For Android Studio / IntelliJ the debugger can be connected via the "remote" configuration: 129 # https://www.jetbrains.com/help/idea/2016.2/run-debug-configuration-remote.html
|
/prebuilts/misc/common/robolectric/3.5.1/ |
run_robotests.mk | 128 # For Android Studio / IntelliJ the debugger can be connected via the "remote" configuration: 129 # https://www.jetbrains.com/help/idea/2016.2/run-debug-configuration-remote.html
|
/prebuilts/misc/common/robolectric/3.6.1/ |
run_robotests.mk | 128 # For Android Studio / IntelliJ the debugger can be connected via the "remote" configuration: 129 # https://www.jetbrains.com/help/idea/2016.2/run-debug-configuration-remote.html
|
/system/core/adb/ |
adb.cpp | 189 static void send_ready(unsigned local, unsigned remote, atransport *t) 195 p->msg.arg1 = remote; 199 static void send_close(unsigned local, unsigned remote, atransport *t) 205 p->msg.arg1 = remote; 414 case A_OKAY: /* READY(local-id, remote-id, "") */ 439 case A_CLSE: /* CLOSE(local-id, remote-id, "") or CLOSE(0, remote-id, "") */ 445 * versions, CLOSE(0, remote-id, "") was also used for normal 463 case A_WRTE: /* WRITE(local-id, remote-id, <data>) */ [all...] |
/tools/tradefederation/core/src/com/android/tradefed/device/ |
DeviceUtilStatsMonitor.java | 19 import com.android.tradefed.command.remote.DeviceDescriptor;
|
INativeDevice.java | 23 import com.android.tradefed.command.remote.DeviceDescriptor; 515 * @param deviceFilePath the absolute file path of the remote source 528 * @param deviceFilePath the remote destination absolute file path 540 * @param deviceFilePath the remote destination absolute file path 552 * @param deviceFilePath the absolute file path of the remote destination 563 * Decides which files to push by comparing timestamps of local files with their remote 573 * @param deviceFilePath the remote destination absolute file path root. All directories in thos 594 * Retrieve a reference to a remote file on device. [all...] |
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
FlashingResourcesParser.java | 19 import com.android.tradefed.command.remote.DeviceDescriptor;
|
TestAppInstallSetup.java | 20 import com.android.tradefed.command.remote.DeviceDescriptor;
|
/external/ppp/pppd/ |
ipcp.c | 83 /* Hook for a plugin to choose the remote IP address */ 169 { "ipcp-accept-remote", o_bool, &ipcp_wantoptions[0].accept_remote, 231 "set local and remote IP addresses", 423 u_int32_t local, remote; local 458 * If colon last character, then no remote addr. 461 if ((remote = inet_addr(colon)) == (u_int32_t) -1) { 466 remote = *(u_int32_t *)hp->h_addr; 470 if (bad_ip_adrs(remote)) { 471 option_error("bad remote IP address %s", ip_ntoa(remote)); [all...] |
/art/imgdiag/ |
imgdiag.cc | 167 // Fixup a remote pointer that we read from a foreign boot.art to point to our own memory. 177 uintptr_t remote = reinterpret_cast<uintptr_t>(remote_ptr); local 179 CHECK_LE(boot_map.start, remote); 180 CHECK_GT(boot_map.end, remote); 182 off_t boot_offset = remote - boot_map.start; 195 uint8_t* remote = reinterpret_cast<uint8_t*>(remote_ptr); local 196 ptrdiff_t boot_offset = remote - &remote_contents[0]; 294 // The byte contents of the remote (image) process' image. 482 << " remote=" << PrettyFieldValue(field, remote_entry) << "\n"; 493 << " remote=" << PrettyFieldValue(field, remote_entry) << "\n" [all...] |
/external/ipsec-tools/src/racoon/ |
isakmp_cfg.c | 478 EVT_PUSH(iph1->local, iph1->remote, 1134 (iph1->remote == NULL)) { 1145 iph2->dst = dupsaddr(iph1->remote); 1160 "invalid family: %d\n", iph1->remote->sa_family); 1245 isakmp_printpacket(iph2->sendbuf, iph1->local, iph1->remote, 1); [all...] |
/prebuilts/go/darwin-x86/src/net/http/httputil/ |
persist.go | 29 // ErrPersistEOF (above) reports that the remote side is closed. 297 // server is informed. An ErrUnexpectedEOF indicates the remote closed the 360 // returned together with an ErrPersistEOF, which means that the remote
|
/prebuilts/go/linux-x86/src/net/http/httputil/ |
persist.go | 29 // ErrPersistEOF (above) reports that the remote side is closed. 297 // server is informed. An ErrUnexpectedEOF indicates the remote closed the 360 // returned together with an ErrPersistEOF, which means that the remote
|
/external/boringssl/src/ssl/test/runner/ |
runner.go | [all...] |
/external/python/cpython2/Lib/test/ |
test_ssl.py | [all...] |
/external/ImageMagick/www/api/ |
display.php | 90 <p>RemoteDisplayCommand() encourages a remote display program to display the specified image filename.</p>
|
/external/autotest/client/cros/chameleon/ |
chameleon.py | 58 remote server 72 remote server 83 @param args: arguments for the remote method. 84 @param kwargs: keyword arguments for the remote method. 86 @return: the result returned by the remote method. 121 @param ready_test_name: run this method on the remote server ot test 154 remote = 'http://%s:%s' % (self._hostname, self._port) 155 chameleond_proxy = xmlrpclib.ServerProxy(remote, allow_none=True) 176 remote server. 177 @param args: arguments for the remote method [all...] |
/external/autotest/docs/ |
test-that.md | 62 test\_that's REMOTE argument, and the -i/--build argument is required, and takes 65 [Chromium OS Remote 66 Trybots](https://sites.google.com/a/chromium.org/dev/chromium-os/build/using-remote-trybots)
|
/external/autotest/server/hosts/ |
servo_host.py | 110 # Our account on a remote host is root, but if our target is 185 remote = 'http://%s:%s' % (self.hostname, self.servo_port) 186 return xmlrpclib.ServerProxy(remote) 248 appropriate scp command for encoding it. Remote paths must be 256 |dest| on the remote servo host. 271 Extends method `run` in SSHHost. If the servo host is a remote device, [all...] |