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

1 2 3 4 5 6 7 8 91011>>

  /external/curl/docs/cmdline-opts/
remote-time.d 1 long: remote-time
3 Help: Set the remote file's time on the local output
6 remote file, and if that is available make the local file get that same
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.
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
package-info.java 2 * Package containing all the interfaces that define the remote version of the Layoutlib API. This
4 * support the remote calls are needed, the API will be different.
6 package com.android.layout.remote.api
  /external/testng/src/main/java/org/testng/remote/strprotocol/
IStringMessage.java 1 package org.testng.remote.strprotocol;
5 * String based protocol main interface to be used with remote listeners.
IMessage.java 1 package org.testng.remote.strprotocol;
IRemoteSuiteListener.java 1 package org.testng.remote.strprotocol;
6 * Interface replicating the <code>ISuiteListener</code> used for remote listeners.
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
package-info.java 3 * remote calls and translating them into the local API.
5 package com.android.layoutlib.bridge.remote.client.adapters
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
package-info.java 3 * local calls and translating them into the remote API.
5 package com.android.layoutlib.bridge.remote.server.adapters
  /packages/apps/Camera2/src/com/android/camera/remote/
RemoteCameraModule.java 17 package com.android.camera.remote;
20 * Modules implementing this interface signal that they do support remote
21 * shutter. Such modules need to signal to the remote interface that they are
28 * Called when a remote client wants the module to take a picture. The
RemoteShutterListener.java 17 package com.android.camera.remote;
21 * remote shutter apps are occurring.
  /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/swiftshader/third_party/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/testng/src/test/java/test/remote/
RemoteSampleTest.java 1 package test.remote;
  /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...]
  /system/libhwbinder/include/hwbinder/
IInterface.h 44 BpInterface(const sp<IBinder>& remote);
55 inline BpInterface<INTERFACE>::BpInterface(const sp<IBinder>& remote)
56 : BpHwRefBase(remote)
63 return remote();
  /external/autotest/server/hosts/
remote_unittest.py 6 from autotest_lib.server.hosts import remote
11 host = remote.RemoteHost("myhost")
  /packages/apps/Camera2/src_pd/com/android/camera/util/
RemoteShutterHelper.java 21 import com.android.camera.remote.RemoteCameraModule;
22 import com.android.camera.remote.RemoteShutterListener;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
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) variable
32 compare(local, remote, mode)
33 remote._close()
50 def compare(local, remote, mode):
53 sums_id = remote._send('sumlist')
54 subdirs_id = remote._send('listsubdirs')
    [all...]
  /external/python/cpython2/Demo/pdist/
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) variable
32 compare(local, remote, mode)
33 remote._close()
50 def compare(local, remote, mode):
53 sums_id = remote._send('sumlist')
54 subdirs_id = remote._send('listsubdirs'
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
lex_test.go 58 {`go:cgo_export_dynamic local remote`, "cgo_export_dynamic local remote\n"},
59 {`go:cgo_export_dynamic local' remote'`, "cgo_export_dynamic 'local''' 'remote'''\n"},
61 {`go:cgo_export_static local remote`, "cgo_export_static local remote\n"},
62 {`go:cgo_export_static local' remote'`, "cgo_export_static 'local''' 'remote'''\n"},
64 {`go:cgo_import_dynamic local remote`, "cgo_import_dynamic local remote\n"}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
lex_test.go 58 {`go:cgo_export_dynamic local remote`, "cgo_export_dynamic local remote\n"},
59 {`go:cgo_export_dynamic local' remote'`, "cgo_export_dynamic 'local''' 'remote'''\n"},
61 {`go:cgo_export_static local remote`, "cgo_export_static local remote\n"},
62 {`go:cgo_export_static local' remote'`, "cgo_export_static 'local''' 'remote'''\n"},
64 {`go:cgo_import_dynamic local remote`, "cgo_import_dynamic local remote\n"}
    [all...]
  /external/testng/src/main/java/org/testng/remote/
RemoteSuiteWorker.java 1 package org.testng.remote;
4 import org.testng.internal.remote.SlavePool;
5 import org.testng.remote.adapter.RemoteResultListener;
  /art/test/137-cfi/
run 23 --args --full-signatures --args --test-local --args --test-remote
28 # Check only remote unwinding since decompression is disabled in local unwinds (b/27391690).
31 --args --test-remote
  /external/iproute2/testsuite/tests/ip/tunnel/
add_tunnel.t 9 ts_ip "$0" "Add GRE tunnel over IPv4" tunnel add name $TUNNEL_NAME mode gre local 1.1.1.1 remote 2.2.2.2
12 ts_ip "$0" "Add GRE tunnel over IPv6" tunnel add name $TUNNEL_NAME mode ip6gre local dead:beef::1 remote dead:beef::2
  /external/testng/src/main/java/org/testng/internal/remote/
SocketLinkedBlockingQueue.java 1 package org.testng.internal.remote;

Completed in 636 milliseconds

1 2 3 4 5 6 7 8 91011>>