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

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/sdklib-test/25.2.0-alpha3/
sdklib-test-25.2.0-alpha3.jar 
  /external/toolchain-utils/crosperf/
experiment_runner.py 74 machines = self._experiment.remote
75 # All Label.remote is a sublist of experiment.remote.
77 for r in l.remote:
91 for m in self._experiment.remote:
93 self._experiment.remote.remove(m)
96 for m in l.remote:
98 l.remote.remove(m)
  /frameworks/av/media/libmedia/
IMediaSource.cpp 82 status_t ret = remote()->transact(START, data, &reply);
98 status_t status = remote()->transact(STOP, data, &reply);
108 status_t ret = remote()->transact(GETFORMAT, data, &reply);
139 status_t ret = remote()->transact(READMULTIPLE, data, &reply);
201 status_t ret = remote()->transact(SUPPORT_NONBLOCKING_READ, data, &reply);
212 return remote()->transact(PAUSE, data, &reply);
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerDrmTest.java 187 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType)
189 playModularDrmVideoDownload(remote, local, res.width, res.height, testType);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 301 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
313 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
326 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
340 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
366 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
370 pattern = '<.* at remote 0x[0-9a-f]+>'
427 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
460 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
473 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
487 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>',
    [all...]
  /external/autotest/client/site_tests/security_SessionManagerDbusEndpoints/
security_SessionManagerDbusEndpoints.py 75 remote, local = socket.socketpair(socket.AF_UNIX)
77 session_manager.RestartJob(dbus.types.UnixFd(remote), cmd)
  /external/autotest/site_utils/bootperf-bin/
bootperf 147 local remote="$1"
168 "$remote" $TEST >$logfile 2>&1
  /external/curl/docs/cmdline-opts/
anyauth.d 7 secure one the remote site claims to support. This is done by first doing a
  /external/ipsec-tools/src/racoon/
rsalist.c 141 remote_score = naddr_score(key->dst, req->iph1->remote);
169 saddr2str_fromto("%s <-> %s", iph1->local, iph1->remote));
  /external/libunwind/doc/
unw_resume.tex 21 slightly for local and remote unwinding.
35 For remote unwinding, \Func{unw\_resume}() installs the machine state
40 for local unwinding, \Func{unw\_resume} will always return for remote
64 For remote unwinding, it returns 0 on success. On failure, the
  /external/ltp/testcases/network/nfsv4/locks/
netsync.c 50 struct sockaddr_in remote; local
75 accept(sock, (struct sockaddr *)&remote, &size)) == -1) {
  /external/ltp/testscripts/
runEALtests.sh 62 (export RHOST = remote hostname)
63 (export PASSWD = passwd of remote host)
167 # echo "INFO: Please export RHOST = 'name of the remote host machine'"
168 # echo "INFO: Please export PASSWD = 'passwd of the remote host machine'"
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 179 bool explicit_remote = 0; /* User specified explicit remote name */
259 "Set remote name for authentication", OPT_STATIC,
789 u32_t remote;
812 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
813 can_auth = have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote);
833 u32_t remote; local
843 remote = ipwo->accept_remote? 0: ipwo->hisaddr;
844 if (!have_chap_secret(ppp_settings.remote_name, ppp_settings.our_name, remote)) {
1057 have_chap_secret(char *client, char *server, u32_t remote)
1061 LWIP_UNUSED_ARG(remote);
    [all...]
  /external/tensorflow/tensorflow/tools/ci_build/builds/
print_build_info.sh 66 TF_FETCH_URL=$(git config --get remote.origin.url)
  /external/testng/src/main/java/org/testng/remote/strprotocol/
BaseMessageSender.java 1 package org.testng.remote.strprotocol;
20 import static org.testng.remote.RemoteTestNG.isVerbose;
  /frameworks/base/tests/AmSlam/src/test/amslam/
MainActivity.java 118 public void onPingPongResponse(long send, long bounce, long recv, String remote) {
122 + ", batchStart " + mBatchStartTime + ", remote: " + remote);
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
ServerMain.java 17 package com.android.layoutlib.bridge.remote.server;
19 import com.android.layout.remote.api.RemoteBridge;
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
RemoteRenderResourcesAdapter.java 17 package com.android.layoutlib.bridge.remote.server.adapters;
24 import com.android.layout.remote.api.RemoteRenderResources;
40 // Ignored for remote operations.
45 // Ignored for remote operations.
  /frameworks/layoutlib/remote/tests/src/
RemoteBridgeTest.java 26 import com.android.layoutlib.bridge.remote.client.RemoteBridgeClient;
27 import com.android.layoutlib.bridge.remote.server.ServerMain;
86 * Same test as RenderTest#testActivity but using the remote bridge
100 * Same test as RenderTest#testActivity but using the remote bridge
  /hardware/qcom/display/msm8226/libqservice/
IQService.cpp 52 remote()->transact(CONNECT, data, &reply);
64 err = remote()->transact(command, data, reply);
  /hardware/qcom/display/msm8994/libqservice/
IQService.cpp 52 remote()->transact(CONNECT, data, &reply);
64 err = remote()->transact(command, data, reply);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 349 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
361 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
374 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
388 m = re.match(r'<Foo\(an_int=42\) at remote 0x[0-9a-f]+>', gdb_repr)
414 pattern = '<' + exptype + ' at remote 0x[0-9a-f]+>'
418 pattern = '<.* at remote 0x[0-9a-f]+>'
475 m = re.match(r'<_Helper at remote 0x[0-9a-f]+>', gdb_repr)
508 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
521 self.assertTrue(re.match('<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>',
535 self.assertTrue(re.match('<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x[0-9a-f]+>\) at remote 0x[0-9a-f]+>'
    [all...]

Completed in 887 milliseconds

<<11121314151617181920>>