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

<<21222324252627282930>>

  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
TestAppInstallSetupTest.java 25 import com.android.tradefed.command.remote.DeviceDescriptor;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 224 the remote data is corrupt.
254 return '<%s at remote 0x%x>' % (self.tp_name, self.address)
392 out.write(' at remote 0x%x>' % address)
406 return '<%s(%s) at remote 0x%x>' % (self.cl_name,
409 return '<%s at remote 0x%x>' % (self.cl_name,
554 return ('<built-in method %s of %s object at remote 0x%x>'
    [all...]
  /external/autotest/server/cros/
tradefed_test.py 572 logging.info('Computing md5 of remote media files.')
573 remote = self._run(
586 if remote.stdout.replace('\r\n', '\n') != local.stdout:
590 logging.error('remote=%s', remote)
    [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 256 the remote data is corrupt.
286 return '<%s at remote 0x%x>' % (self.tp_name, self.address)
424 out.write(' at remote 0x%x>' % address)
438 return '<%s(%s) at remote 0x%x>' % (self.cl_name,
441 return '<%s at remote 0x%x>' % (self.cl_name,
590 return ('<built-in method %s of %s object at remote 0x%x>'
    [all...]
  /external/toolchain-utils/crosperf/
machine_manager.py 257 '--image_args=%s' % label.image_args, '--remote=%s' % machine.name,
363 self.logger.LogOutput('Setting up remote access to %s' % machine_name)
447 return [m for m in self._machines if m.name in label.remote]
452 return [m for m in self._all_machines if m.name in label.remote]
505 if machine.name in label.remote:
benchmark_run.py 108 self.cache.remote = self.machine.name
  /external/v8/tools/release/
common_includes.py 321 def Tag(self, tag, remote, message):
340 # Get relevant remote branches, e.g. "branch-heads/3.25".
378 self.Die("Can't find remote of %s" % name)
380 def Tag(self, tag, remote, message):
387 commit = self.step.GitLog(n=1, format="%H", grep=message, branch=remote)
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 219 sockaddr_un remote;
220 socklen_t addrlen = sizeof(remote);
222 reinterpret_cast<sockaddr*>(&remote),
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha1/
repository-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/repository/25.0.0-alpha3/
repository-25.0.0-alpha3.jar 
  /system/tools/aidl/
generate_java_binder.cpp 266 Variable* remote = new Variable(types->IBinderType(), "remote"); local
270 ctor->parameters.push_back(remote);
271 ctor->statements->Add(new Assignment(mRemote, remote));
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 99 const cricket::Candidate& remote) {
101 const auto& r = remote.type();
108 bool remote_private = IPIsPrivate(remote.address().ipaddr());
357 return BadSdp("remote", type, reason, err_desc);
478 // Help class used to remember if a a remote peer has requested ice restart by
528 LOG(LS_INFO) << "Remote peer request ice restart.";
767 LOG(LS_INFO) << "Local and Remote descriptions must be applied to get "
839 // Now that we have a local description, we can push down remote candidates.
887 // that indicates the remote peer requests ice restart.
2132 const cricket::Candidate& remote = it_info->remote_candidate; local
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandScheduler.java 26 import com.android.tradefed.command.remote.DeviceDescriptor;
27 import com.android.tradefed.command.remote.IRemoteClient;
28 import com.android.tradefed.command.remote.RemoteClient;
29 import com.android.tradefed.command.remote.RemoteException;
30 import com.android.tradefed.command.remote.RemoteManager;
154 // flag to indicate this scheduler is currently handing over control to another remote TF
440 * Returns device to device manager and remote handover server if applicable.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/get/
vcs.go 153 // origin/xxx matches a git branch named xxx on the default remote repository
168 pingCmd: "ls-remote {scheme}://{repo}",
177 cmd := "config remote.origin.url"
179 errRemoteOriginNotFound := errors.New("remote origin not found")
349 out, err := vcsFossil.runOutput(rootDir, "remote-url")
  /prebuilts/go/darwin-x86/src/net/
net.go 130 // RemoteAddr returns the remote network address.
217 // RemoteAddr returns the remote network address.
423 // For operations involving a remote network connection, like
431 // For operations involving a remote network connection, like
432 // Dial, Read, or Write, Addr is the remote address of that
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs.go 153 // origin/xxx matches a git branch named xxx on the default remote repository
168 pingCmd: "ls-remote {scheme}://{repo}",
177 cmd := "config remote.origin.url"
179 errRemoteOriginNotFound := errors.New("remote origin not found")
349 out, err := vcsFossil.runOutput(rootDir, "remote-url")
  /prebuilts/go/linux-x86/src/net/
net.go 130 // RemoteAddr returns the remote network address.
217 // RemoteAddr returns the remote network address.
423 // For operations involving a remote network connection, like
431 // For operations involving a remote network connection, like
432 // Dial, Read, or Write, Addr is the remote address of that
  /external/fio/
client.c 350 int fio_client_add_ini_file(void *cookie, const char *ini_file, bool remote)
370 cf->remote = remote;
722 dprint(FD_NET, "send remote ini %s to %s\n", filename, client->hostname);
792 bool remote)
796 if (!remote)
810 return fio_client_send_ini(client, cf->file, cf->remote);
    [all...]
  /external/autotest/server/site_tests/provision_CheetsUpdate/
push_to_device.py 84 """Proxy class to run command line on the remote test device."""
86 def __init__(self, remote, dryrun):
87 self._remote = remote
93 """Runs |remote_command| on the remote test device via ssh."""
98 """Runs |remote_command| on the remote test device via ssh, and returns
104 """Copies |file_list| to the |dest_dir| on the remote test device."""
110 """Gets the contents of |src_path| from the remote test device."""
114 """Writes |contents| into |dest_path| on the remote test device."""
120 """Pushes |source_path| on the host, to |dest_path| on the remote test
125 dest_path: Path to the destination location on the remote test device
    [all...]
  /external/autotest/site_utils/
acts_lib.py 382 Prepares the remote system so that the container can run. This involves
495 # Run acts on the remote machine.
  /external/libyuv/files/tools_libyuv/autoroller/
roll_deps.py 159 """Reads a remote Chromium file of a specific revision. Returns a string."""
165 """Reads a remote Chromium commit message. Returns a string."""
170 """Connect to a remote host and read the contents. Returns a list of lines."""
250 stdout, _ = _RunCommand(['git', 'ls-remote', libyuv_deps_entry.url,
453 stdout, _ = _RunCommand(['git', 'ls-remote', CHROMIUM_SRC_URL, 'HEAD'])
  /external/mtpd/
l2tp.c 364 .remote = {.tunnel = remote_tunnel, .session = remote_session},
464 log_print(INFO, "Remote server hung up");
472 log_print(INFO, "Remote server hung up");
  /external/tensorflow/tensorflow/contrib/verbs/
rdma.h 63 // structure to save the address of remote channels.
71 // structure to save information for remote memory regions.
77 enum Location { local, remote }; enumerator in enum:tensorflow::Location
251 // 2. Send RDMA_MESSAGE_TENSOR_REQUEST to the remote side.
258 // 3. Re-send the request to the remote side.
269 // Receive error status (in case of a remote error).
405 // Class that represents a connection to a remote Rdma peer.
  /external/testng/src/main/java/org/testng/remote/strprotocol/
TestResultMessage.java 1 package org.testng.remote.strprotocol;
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 147 """Reads a remote Chromium file of a specific revision. Returns a string."""
153 """Reads a remote Chromium commit message. Returns a string."""
158 """Connect to a remote host and read the contents. Returns a list of lines."""
412 stdout, _ = _RunCommand(['git', 'ls-remote', CHROMIUM_SRC_URL, 'HEAD'])

Completed in 5039 milliseconds

<<21222324252627282930>>