/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'
|
/external/chromium_org/remoting/host/installer/linux/debian/ |
postrm | 10 delgroup --quiet chrome-remote-desktop > /dev/null || true
|
chrome-remote-desktop.init | 4 # Provides: chrome-remote-desktop 9 # Short-Description: Chrome Remote Desktop service 12 # /etc/init.d/chrome-remote-desktop: Start and stop Chrome Remote Desktop host daemon. 14 HOST_PATH=/opt/google/chrome-remote-desktop/chrome-remote-desktop 16 # Group of users for which Chrome Remote Desktop is enabled. Users are added 18 CHROME_REMOTING_GROUP=chrome-remote-desktop 73 log_begin_msg "Starting Chrome Remote Desktop host for $1..." 79 log_begin_msg "Stopping Chrome Remote Desktop host for $1... [all...] |
preinst | 9 VAR_DIR="/var/lib/chrome-remote-desktop" 22 save_hash /opt/google/chrome-remote-desktop
|
/frameworks/base/core/java/android/os/ |
CancellationSignal.java | 64 final ICancellationSignal remote; local 72 remote = mRemote; 79 if (remote != null) { 81 remote.cancel(); 125 * Sets the remote transport. 128 * remote transport is canceled immediately. 130 * This method is guaranteed that the remote transport will not be called after it 133 * @param remote The remote transport, or null to remove. 137 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...] |
/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)
|
/external/chromium_org/tools/telemetry/telemetry/core/chrome/ |
cros_interface_unittest.py | 21 remote = options_for_unittests.GetCopy().cros_remote 23 remote, 32 remote = options_for_unittests.GetCopy().cros_remote 34 remote, 51 remote = options_for_unittests.GetCopy().cros_remote 53 remote, 60 remote = options_for_unittests.GetCopy().cros_remote 62 remote, 70 remote = options_for_unittests.GetCopy().cros_remote 72 remote, [all...] |
/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/chromium_org/third_party/libjingle/source/talk/base/ |
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) { 139 factory_->CreateAsyncSocket(remote.family(), SOCK_STREAM); 145 if ((socket->Connect(remote) != 0) && !socket->IsBlocking()) { 175 ReuseSocketPool::RequestConnectedStream(const SocketAddress& remote, int* err) { 180 int family = remote.family() [all...] |
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,
|
/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_org/third_party/WebKit/Source/core/dom/default/ |
PlatformMessagePortChannel.cpp | 78 // We can't call member functions on our remote pair while holding our mutex or we'll deadlock, 79 // but we need to guard against the remote port getting closed/freed, so create a standalone reference. 80 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local 81 if (!remote) 83 remote->setRemotePort(port); 89 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local 90 if (remote) 91 remote->setRemotePort(0); 119 RefPtr<PlatformMessagePortChannel> remote = m_channel->entangledChannel(); local 120 if (!remote) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_auth_response_handler.cc | 37 const GURL remote, 42 remote,
|