HomeSort by relevance Sort by last modified time
    Searched refs:remote (Results 1 - 25 of 217) sorted by null

1 2 3 4 5 6 7 8 9

  /external/llvm/utils/bugpoint/
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'
  /frameworks/base/core/java/android/os/
CancellationSignal.java 65 final ICancellationSignal remote; local
73 remote = mRemote;
80 if (remote != null) {
82 remote.cancel();
126 * Sets the remote transport.
129 * remote transport is canceled immediately.
131 * This method is guaranteed that the remote transport will not be called after it
134 * @param remote The remote transport, or null to remove.
138 public void setRemote(ICancellationSignal remote) {
    [all...]
  /bionic/libc/kernel/common/linux/
if_pppopns.h 30 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 31 } local, remote; member in struct:sockaddr_pppolac
  /external/kernel-headers/original/linux/
if_pppopns.h 29 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 30 } local, remote; member in struct:sockaddr_pppolac
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
if_pppopns.h 25 __u16 remote; member in struct:sockaddr_pppopns
if_pppolac.h 26 } local, remote; member in struct:sockaddr_pppolac
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
Connection.cpp 54 Connection::Connection(int socketDescriptor, sockaddr_un *remote)
56 assert(NULL != remote);
60 this->remote = *remote;
83 remote.sun_family = AF_UNIX;
84 strncpy(remote.sun_path, dest, sizeof(remote.sun_path) - 1);
89 len = strlen(remote.sun_path) + sizeof(remote.sun_family);
91 remote.sun_path[0] = 0
    [all...]
Connection.h 50 struct sockaddr_un remote; /**< Remote address */ member in class:Connection
61 sockaddr_un *remote
  /external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
callback-to-remote-context2.js 1 description("Tests that when a Geolocation request is made from a remote frame, and the JavaScript call chain starts from that remote frame, callbacks are made as usual.");
4 // Make request from remote frame, with call chain starting here
17 iframe.src = 'resources/callback-to-remote-context-inner.html';
callback-to-remote-context.js 1 description("Tests that when a Geolocation request is made from a remote frame, callbacks are made as usual.");
4 // Make request from remote frame
15 iframe.src = 'resources/callback-to-remote-context-inner.html';
  /cts/suite/audio_quality/lib/src/audio/
AudioRemote.cpp 33 AudioRemote::AudioRemote(android::sp<RemoteAudio>& remote)
34 : mRemote(remote)
39 AudioRemotePlayback::AudioRemotePlayback(android::sp<RemoteAudio>& remote)
40 : AudioRemote(remote)
66 AudioRemoteRecording::AudioRemoteRecording(android::sp<RemoteAudio>& remote)
67 : AudioRemote(remote)
  /cts/suite/audio_quality/lib/include/audio/
AudioRemote.h 33 AudioRemote(android::sp<RemoteAudio>& remote);
45 AudioRemotePlayback(android::sp<RemoteAudio>& remote);
55 AudioRemoteRecording(android::sp<RemoteAudio>& remote);
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.cpp 139 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, but we need to guard against the remote port getting closed/freed, so create a standalone reference.
140 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
141 if (!remote)
143 remote->setRemotePort(port);
149 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
150 if (remote)
151 remote->setRemotePort(0);
174 void PlatformMessagePortChannel::setEntangledChannel(PassRefPtr<PlatformMessagePortChannel> remote)
178 if (remote)
209 RefPtr<PlatformMessagePortChannel> remote = entangledChannel(); local
    [all...]
  /external/llvm/utils/
GetRepositoryPath 22 git remote -v | grep 'fetch' | awk '{ print $2 }'
  /system/netd/
PppController.h 35 struct in_addr remote, struct in_addr dns1,
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.h 53 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
69 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
98 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
118 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
143 virtual StreamInterface* RequestConnectedStream(const SocketAddress& remote,
socketpool.cc 59 const SocketAddress& remote, int* err) {
60 LOG_F(LS_VERBOSE) << "(" << remote << ")";
63 if (remote == it->first) {
74 if (StreamInterface* stream = pool_->RequestConnectedStream(remote, err)) {
76 active_.push_front(ConnectedStream(remote, stream));
137 NewSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) {
145 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) {
175 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) {
189 if ((stream_->GetState() == SS_OPEN) && (remote == remote_)) {
192 remote_ = remote;
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.cc 37 const GURL remote,
42 remote,
  /external/openssh/regress/
dynamic-forward.sh 53 remote=`cat $OBJ/remote_pid`
54 trace "terminate remote shell, pid $remote"
55 if [ $remote -gt 1 ]; then
56 kill -HUP $remote
  /external/compiler-rt/test/Unit/
test 4 REMOTE=0
9 REMOTE=1
10 mkdir -p remote
41 if test "$REMOTE" = "1"
43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
  /frameworks/av/media/libmedia/
IRemoteDisplay.cpp 41 remote()->transact(PAUSE, data, &reply);
48 remote()->transact(RESUME, data, &reply);
56 remote()->transact(DISPOSE, data, &reply);

Completed in 446 milliseconds

1 2 3 4 5 6 7 8 9