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

1 2 34 5 6 7 8 91011>>

  /frameworks/native/libs/binder/
IBatteryStats.cpp 42 remote()->transact(NOTE_START_SENSOR_TRANSACTION, data, &reply);
50 remote()->transact(NOTE_STOP_SENSOR_TRANSACTION, data, &reply);
57 remote()->transact(NOTE_START_VIDEO_TRANSACTION, data, &reply);
64 remote()->transact(NOTE_STOP_VIDEO_TRANSACTION, data, &reply);
71 remote()->transact(NOTE_START_AUDIO_TRANSACTION, data, &reply);
78 remote()->transact(NOTE_STOP_AUDIO_TRANSACTION, data, &reply);
84 remote()->transact(NOTE_RESET_VIDEO_TRANSACTION, data, &reply);
90 remote()->transact(NOTE_RESET_AUDIO_TRANSACTION, data, &reply);
97 remote()->transact(NOTE_FLASHLIGHT_ON_TRANSACTION, data, &reply);
104 remote()->transact(NOTE_FLASHLIGHT_OFF_TRANSACTION, data, &reply)
    [all...]
  /external/autotest/contrib/
servo-stat 55 remote() { function
119 if ! remote $SERVO true >/dev/null 2>&1
125 remote $SERVO grep CHROMEOS_RELEASE_VERSION /etc/lsb-release 2>&1)
135 if remote $SERVO test -f $CONFIG
138 BOARD=$(remote $SERVO grep BOARD= $CONFIG)
147 JOB=$(remote $SERVO status servod | sed 's/,.*//')
  /external/autotest/site_utils/
test_runner_utils_unittest.py 74 remote = 'etomer'
121 '-m', remote, '--no_console_prefix', '-l', 'gilbert',
134 '-m', remote, '--no_console_prefix', '-l', 'sullivan',
147 job1, remote, autotest_path,results_dir, fast_mode, id_digits,
152 job2, remote, autotest_path, results_dir, fast_mode, id_digits,
166 remote = 'remoat'
193 afe, test_arg=test_arg, remote=remote, build=build,
197 ).AndReturn(fake_suite(suite_control_files, [remote]))
202 test_runner_utils._auto_detect_labels(afe, remote)
    [all...]
  /external/toolchain-utils/crosperf/
schedv2_unittest.py 22 remote: chromeos-daisy1.cros chromeos-daisy2.cros
31 remote: chromeos-daisy3.cros
36 remote: chromeos-daisy4.cros chromeos-daisy5.cros
42 remote: chromeos-daisy1.cros chromeos-daisy2.cros
51 remote: chromeos-daisy3.cros
56 remote: chromeos-daisy4.cros chromeos-daisy5.cros
82 """Test that remotes in labels are aggregated into experiment.remote."""
88 self.assertIn('chromeos-daisy1.cros', self.exp.remote)
89 self.assertIn('chromeos-daisy2.cros', self.exp.remote)
90 self.assertIn('chromeos-daisy3.cros', self.exp.remote)
    [all...]
  /frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
RemoteBridgeImpl.java 17 package com.android.layoutlib.bridge.remote.server;
23 import com.android.layout.remote.api.RemoteBridge;
24 import com.android.layout.remote.api.RemoteDrawableParams;
25 import com.android.layout.remote.api.RemoteLayoutLog;
26 import com.android.layout.remote.api.RemoteRenderParams;
27 import com.android.layout.remote.api.RemoteRenderSession;
28 import com.android.layout.remote.api.RemoteSessionParams;
30 import com.android.layoutlib.bridge.remote.server.adapters.RemoteAssetRepositoryAdapter;
31 import com.android.layoutlib.bridge.remote.server.adapters.RemoteILayoutPullParserAdapter;
32 import com.android.layoutlib.bridge.remote.server.adapters.RemoteLayoutLogAdapter
    [all...]
  /external/curl/docs/cmdline-opts/
append.d 7 overwriting it. If the remote file doesn't exist, it will be created. Note
ftp-create-dirs.d 3 Help: Create the remote dirs if not present
hostpubmd5.d 8 be the 128 bit MD5 checksum of the remote host's public key, curl will refuse
proxy-digest.d 6 proxy. Use --digest for enabling HTTP Digest with a remote host.
proxy-ntlm.d 6 proxy. Use --ntlm for enabling NTLM with a remote host.
  /external/mtpd/
mtpd.h 34 uint16_t remote; member in struct:sockaddr_pppopns
44 } local, remote; member in struct:sockaddr_pppolac
  /external/testng/src/main/java/org/testng/remote/strprotocol/
MessageHub.java 1 package org.testng.remote.strprotocol;
8 import org.testng.remote.RemoteTestNG;
35 * Shutsdown the connection to the remote test listener.
  /external/toolchain-utils/crosperf/experiment_files/
bloat_perf.exp 11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
13 remote: <your-remote-goes-here>
morejs_perf.exp 11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
13 remote: <your-remote-goes-here>
non-telemetry-tests.exp 11 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
13 remote: <your-remote-goes-here>
page_cycler.exp 11 # parallel on multiple machines. e.g. "remote: test-machine-1.com
14 remote: <your-remote-goes-here>
telemetry-crosperf-with-external-chrome-src.exp 14 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
16 remote: <your-remote-goes-here>
telemetry-crosperf-with-profiler.exp 13 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
15 remote: <your-remote-goes-here>
18 # only profiler option is running 'perf' on the remote machine. If
telemetry-without-autotest.exp 13 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
15 remote: <your-remote-goes-here>
trybot-image.exp 12 # multiple machines. e.g. "remote: test-machine-1.com test-machine2.come
14 remote: <your-remote-goes-here>
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
RemoteBridgeClient.java 17 package com.android.layoutlib.bridge.remote.client;
25 import com.android.layout.remote.api.RemoteBridge;
26 import com.android.layout.remote.api.RemoteDrawableParams;
27 import com.android.layout.remote.api.RemoteSessionParams;
28 import com.android.layoutlib.bridge.remote.client.adapters.RemoteDrawableParamsAdapter;
29 import com.android.layoutlib.bridge.remote.client.adapters.RemoteLayoutLogAdapter;
30 import com.android.layoutlib.bridge.remote.client.adapters.RemoteRenderSessionAdapter;
31 import com.android.layoutlib.bridge.remote.client.adapters.RemoteSessionParamsAdapter;
  /frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
RemoteDrawableParamsAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
21 import com.android.layout.remote.api.RemoteDrawableParams;
RemoteILayoutPullParserAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
20 import com.android.layout.remote.api.RemoteILayoutPullParser;
RemoteRenderParamsAdapter.java 17 package com.android.layoutlib.bridge.remote.client.adapters;
23 import com.android.layout.remote.api.RemoteAssetRepository;
24 import com.android.layout.remote.api.RemoteHardwareConfig;
25 import com.android.layout.remote.api.RemoteLayoutLog;
26 import com.android.layout.remote.api.RemoteLayoutlibCallback;
27 import com.android.layout.remote.api.RemoteRenderParams;
28 import com.android.layout.remote.api.RemoteRenderResources;
29 import com.android.layout.remote.api.RemoteSessionParams;
  /frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
RemoteRenderSession.java 17 package com.android.layout.remote.api;
21 import com.android.layout.remote.util.SerializableImage;
24 import java.rmi.Remote;
29 * Remote version of the {@link RenderSession} class
31 public interface RemoteRenderSession extends Remote {

Completed in 912 milliseconds

1 2 34 5 6 7 8 91011>>