/system/core/libunwindstack/tests/ |
MemoryRemoteTest.cpp | 71 MemoryRemote remote(pid); 74 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), 1024)); 100 MemoryRemote remote(pid); 103 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src.data()), dst.data(), src.size())); 133 MemoryRemote remote(pid); 137 remote.Read(reinterpret_cast<uint64_t>(mapping + getpagesize() - 1024), dst.data(), 4096); 146 remote.Read(reinterpret_cast<uint64_t>(mapping + 3 * getpagesize() - 1024), dst.data(), 4096); 174 MemoryRemote remote(pid); 177 ASSERT_TRUE(remote.ReadFully(reinterpret_cast<uint64_t>(src), dst.data(), pagesize)); 182 ASSERT_FALSE(remote.ReadFully(reinterpret_cast<uint64_t>(src) + pagesize, dst.data(), 1)) [all...] |
/external/autotest/site_utils/ |
test_that_unittest.py | 24 self.assertEqual('some_remote', args.remote) 34 self.assertEqual('some_remote', args.remote) 48 self.assertEqual('some_remote', args.remote) 62 self.assertEqual('some_remote', args.remote)
|
perf_compare.py | 35 --image-2=IMAGE_2 --board-1=BOARD_1 --board-2=BOARD_2 --remote-1=REMOTE_1 \ 36 --remote-2=REMOTE_2 43 the IP addresses of the 2 remote devices on which to run crosperf (if you have 44 only a single device available, specify it with --remote=REMOTE). Run with -h to 93 remote: {remote} 191 def output_image_info(f, label, image, board, remote): 198 @param remote: The string IP address on which to install the image. 201 label=label, image=image, board=board, remote=remote) [all...] |
/external/compiler-rt/test/builtins/Unit/ |
test | 4 REMOTE=0 9 REMOTE=1 10 mkdir -p remote 41 if test "$REMOTE" = "1" 43 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe
|
/external/toolchain-utils/crosperf/ |
experiment_factory.py | 113 remote = global_settings.GetField('remote') 114 # This is used to remove the ",' from the remote if user 115 # add them to the remote string. 117 if remote: 118 for i in remote: 121 remote = new_remote 264 all_remote = list(remote) 270 my_remote = label_settings.GetField('remote') 292 my_remote == remote and global_settings.GetField('board') != board)) [all...] |
experiment.py | 27 def __init__(self, name, remote, working_directory, chromeos_root, 33 self.remote = remote 57 if not remote: 58 raise RuntimeError('No remote hosts specified') 82 for machine in self.remote: 86 # machines. This is a subset of self.remote. We make both lists the same. 87 self.remote = [m.name for m in self.machine_manager.GetAllMachines()] 88 if not self.remote: 93 # self.remote). So each label.remote is a sublist of experiment.remote [all...] |
/external/webrtc/talk/app/webrtc/ |
videosourceproxy.h | 41 PROXY_CONSTMETHOD0(bool, remote)
|
videosource.h | 70 bool remote); 73 bool remote() const override { return remote_; } 93 bool remote);
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
RemoteDrawableParams.java | 17 package com.android.layout.remote.api; 26 * Remote version of the {@link DrawableParams} class
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/ |
RemoteInputStream.java | 17 package com.android.layout.remote.util; 20 import java.rmi.Remote; 23 public interface RemoteInputStream extends Remote {
|
/frameworks/native/libs/binder/ |
IActivityManager.cpp | 41 status_t ret = remote()->transact(OPEN_CONTENT_URI_TRANSACTION, data, & reply); 71 remote()->transact(REGISTER_UID_OBSERVER_TRANSACTION, data, &reply); 79 remote()->transact(UNREGISTER_UID_OBSERVER_TRANSACTION, data, &reply); 88 remote()->transact(IS_UID_ACTIVE_TRANSACTION, data, &reply);
|
/packages/apps/Camera2/src/com/android/camera/app/ |
CameraServices.java | 19 import com.android.camera.remote.RemoteShutterListener; 56 * @return A listener to be informed by events interesting for remote
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
BuildError.java | 18 import com.android.tradefed.command.remote.DeviceDescriptor;
|
/frameworks/av/media/libmedia/ |
IMediaRecorder.cpp | 86 remote()->transact(SET_CAMERA, data, &reply); 96 remote()->transact(SET_INPUT_SURFACE, data, &reply); 105 remote()->transact(QUERY_SURFACE_MEDIASOURCE, data, &reply); 119 remote()->transact(SET_PREVIEW_SURFACE, data, &reply); 128 remote()->transact(INIT, data, &reply); 138 remote()->transact(SET_VIDEO_SOURCE, data, &reply); 148 remote()->transact(SET_AUDIO_SOURCE, data, &reply); 158 remote()->transact(SET_OUTPUT_FORMAT, data, &reply); 168 remote()->transact(SET_VIDEO_ENCODER, data, &reply); 178 remote()->transact(SET_AUDIO_ENCODER, data, &reply) [all...] |
IRemoteDisplay.cpp | 41 remote()->transact(PAUSE, data, &reply); 48 remote()->transact(RESUME, data, &reply); 56 remote()->transact(DISPOSE, data, &reply);
|
/external/curl/docs/cmdline-opts/ |
remote-name.d | 1 Long: remote-name 3 Help: Write output to a file named as the remote file 5 Write output to a local file named like the remote file we get. (Only the file 6 part of the remote file is used, the path is cut off.) 12 The remote file name to use for saving is extracted from the given URL, 14 server to be able to choose the file name refer to --remote-header-name which
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
MBeanClient.java | 19 import javax.management.remote.JMXConnector; 20 import javax.management.remote.JMXConnectorFactory; 21 import javax.management.remote.JMXServiceURL;
|
/external/testng/src/main/java/org/testng/remote/ |
RemoteWorker.java | 1 package org.testng.remote; 5 import org.testng.internal.remote.SlavePool; 6 import org.testng.remote.adapter.RemoteResultListener;
|
/external/ipsec-tools/src/racoon/ |
handler.c | 140 * search for isakmpsa handler by source and remote address. 145 getph1byaddr(local, remote, established) 146 struct sockaddr *local, *remote; 153 plog(LLV_DEBUG2, LOCATION, NULL, "remote: %s\n", saddr2str(remote)); 159 plog(LLV_DEBUG2, LOCATION, NULL, "p->remote: %s\n", saddr2str(p->remote)); 166 && CMPSADDR(remote, p->remote) == 0){ 178 getph1byaddrwop(local, remote) [all...] |
isakmp_inf.c | 273 plog(LLV_ERROR, LOCATION, iph1->remote, 305 plog(LLV_ERROR, LOCATION, iph1->remote, 311 plog(LLV_ERROR, LOCATION, iph1->remote, 378 plog(LLV_ERROR, LOCATION, iph1->remote, 383 plog(LLV_ERROR, LOCATION, iph1->remote, 388 plog(LLV_ERROR, LOCATION, iph1->remote, 395 plog(LLV_ERROR, LOCATION, iph1->remote, 407 plog(LLV_ERROR, LOCATION, iph1->remote, 413 plog(LLV_DEBUG, LOCATION, iph1->remote, 431 plog(LLV_ERROR, LOCATION, iph1->remote, [all...] |
/frameworks/native/libs/vr/libpdx_uds/ |
client_channel_factory.cpp | 87 sockaddr_un remote; local 88 remote.sun_family = AF_UNIX; 89 strncpy(remote.sun_path, endpoint_path_.c_str(), sizeof(remote.sun_path)); 90 remote.sun_path[sizeof(remote.sun_path) - 1] = '\0'; 91 ALOGD("ClientChannelFactory: Waiting for endpoint at %s", remote.sun_path); 96 ALOGD("ClientChannelFactory: Connecting to %s", remote.sun_path); 98 socket_.Get(), reinterpret_cast<sockaddr*>(&remote), sizeof(remote))); [all...] |
/external/vogar/src/vogar/android/ |
AdbTarget.java | 164 @Override public void push(File local, File remote) { 165 Command fallback = new Command(log, "adb", "push", local.getPath(), remote.getPath()); 166 deviceFilesystem.mkdirs(remote.getParentFile()); 171 boolean cacheHit = pushCache.getFromCache(remote, key); 177 pushCache.insert(key, remote); 183 @Override public void pull(File remote, File local) { 184 new Command(log, "adb", "pull", remote.getPath(), local.getPath()).execute();
|
/frameworks/native/libs/vr/libvr_manager/ |
vr_manager.cpp | 38 remote()->transact(ON_VR_STATE_CHANGED, data, &reply, IBinder::FLAG_ONEWAY); 70 remote()->transact(ON_PERSISTENT_VR_STATE_CHANGED, 101 remote()->transact(REGISTER_LISTENER, data, NULL); 108 remote()->transact(UNREGISTER_LISTENER, data, NULL); 116 remote()->transact(REGISTER_PERSISTENT_VR_STATE_LISTENER, data, NULL); 124 remote()->transact(UNREGISTER_PERSISTENT_VR_STATE_LISTENER, data, NULL); 130 remote()->transact(GET_VR_MODE_STATE, data, &reply);
|
/external/parameter-framework/ |
LibRemoteProcessor.mk | 38 upstream/remote-processor/RequestMessage.cpp \ 39 upstream/remote-processor/Message.cpp \ 40 upstream/remote-processor/AnswerMessage.cpp \ 41 upstream/remote-processor/RemoteProcessorServer.cpp \ 42 upstream/remote-processor/BackgroundRemoteProcessorServer.cpp 45 $(LOCAL_PATH)/upstream/remote-processor/ \ 46 $(LOCAL_PATH)/support/android/remote-processor/
|
/frameworks/base/libs/storage/ |
IMountService.cpp | 68 if (remote()->transact(TRANSACTION_registerListener, data, &reply) != NO_ERROR) { 69 ALOGD("registerListener could not contact remote\n"); 84 if (remote()->transact(TRANSACTION_unregisterListener, data, &reply) != NO_ERROR) { 85 ALOGD("unregisterListener could not contact remote\n"); 99 if (remote()->transact(TRANSACTION_isUsbMassStorageConnected, data, &reply) != NO_ERROR) { 100 ALOGD("isUsbMassStorageConnected could not contact remote\n"); 116 if (remote()->transact(TRANSACTION_setUsbMassStorageEnabled, data, &reply) != NO_ERROR) { 117 ALOGD("setUsbMassStorageEnabled could not contact remote\n"); 131 if (remote()->transact(TRANSACTION_isUsbMassStorageEnabled, data, &reply) != NO_ERROR) { 132 ALOGD("isUsbMassStorageEnabled could not contact remote\n") [all...] |