/external/toolchain-utils/crb/ |
crb_driver.py | 64 remote, 99 remote=remote, 282 '--remote', 283 dest='remote', 284 help='The remote chromeos machine.') 285 parser.add_option('-b', '--board', dest='board', help='The remote board.') 293 help='Run tests on the exact remote.', 319 if options.remote is None: 320 l.LogError('No remote machine specified.' [all...] |
/external/webrtc/webrtc/base/ |
virtualsocketserver.cc | 189 // Disconnect remote socket, check if it is a child of a server socket. 214 // Lookup remote side. 218 // Server socket, remote side is a socket retreived by 620 // Trigger the remote connection's close event. 693 const SocketAddress& remote, 699 SocketAddress remote_normalized(remote.ipaddr().Normalized(), 700 remote.port()); 708 const SocketAddress& remote) { 711 SocketAddress remote_normalized(remote.ipaddr().Normalized(), 712 remote.port()) 736 VirtualSocket* remote = LookupBinding(remote_addr); local [all...] |
/frameworks/av/media/libmedia/ |
IMediaExtractorService.cpp | 50 status_t ret = remote()->transact(MAKE_EXTRACTOR, data, &reply); 64 status_t ret = remote()->transact(MAKE_IDATA_SOURCE_FD, data, &reply);
|
/frameworks/av/media/libmediametrics/ |
IMediaAnalyticsService.cpp | 61 err = remote()->transact(GENERATE_UNIQUE_SESSIONID, data, &reply); 95 err = remote()->transact(SUBMIT_ITEM, data, &reply);
|
/frameworks/base/core/proto/android/server/ |
animationadapter.proto | 30 optional RemoteAnimationAdapterWrapperProto remote = 2;
|
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
RemoteRenderResourcesAdapter.java | 17 package com.android.layoutlib.bridge.remote.client.adapters; 23 import com.android.layout.remote.api.RemoteRenderResources;
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
RemoteXmlPullParser.java | 17 package com.android.layout.remote.api; 19 import com.android.layout.remote.util.RemoteInputStream; 26 import java.rmi.Remote; 30 * Remote version of the {@link XmlPullParser} interface 32 public interface RemoteXmlPullParser extends Remote {
|
/libcore/ojluni/src/main/java/java/nio/channels/ |
AsynchronousSocketChannel.java | 266 * Returns the remote address to which this channel's socket is connected. 272 * @return The remote address; {@code null} if the channel's socket is not 297 * connecting to the address and port number of the given remote endpoint. 301 * @param remote 302 * The remote address to which this channel is to be connected 309 * If the given remote address is not fully resolved 311 * If the type of the given remote address is not supported 320 * and it does not permit access to the given remote endpoint 324 public abstract <A> void connect(SocketAddress remote, 338 * @param remote [all...] |
/system/netd/server/ |
PppController.cpp | 52 struct in_addr remote, struct in_addr dns1, 81 char *r = strdup(inet_ntoa(remote));
|
/test/vti/test_serving/gae/webapp/src/endpoint/ |
host_info.py | 19 from protorpc import remote 60 class HostInfoApi(remote.Service):
|
/frameworks/av/drm/common/ |
IDrmManagerService.cpp | 119 remote()->transact(ADD_UNIQUEID, data, &reply); 128 remote()->transact(REMOVE_UNIQUEID, data, &reply); 135 remote()->transact(ADD_CLIENT, data, &reply); 142 remote()->transact(REMOVE_CLIENT, data, &reply); 153 remote()->transact(SET_DRM_SERVICE_LISTENER, data, &reply); 167 remote()->transact(GET_CONSTRAINTS_FROM_CONTENT, data, &reply); 198 remote()->transact(GET_METADATA_FROM_CONTENT, data, &reply); 230 remote()->transact(CAN_HANDLE, data, &reply); 262 remote()->transact(PROCESS_DRM_INFO, data, &reply); 315 remote()->transact(ACQUIRE_DRM_INFO, data, &reply) [all...] |
/external/autotest/site_utils/ |
dump_to_cloudsql.py | 11 [REMOTE] 18 REMOTE Cloud SQL instance name or MySQL hostname 261 parser.add_argument('remote', default=None, nargs='?', metavar='REMOTE', 270 if args.remote and ':' in args.remote: 271 connection = CloudSQLConnectionFactory(args.remote) 273 connection = LocalSQLConnectionFactory(args.remote, args.user,
|
/external/curl/docs/cmdline-opts/ |
upload-file.d | 6 This transfers the specified local file to the remote URL. If there is no file 9 is no file name or curl will think that your last directory name is the remote
|
/external/glide/ |
update_files.sh | 13 # Validate that we were given something to checkout from Glide's remote. 22 # We may have already added bump's remote. 23 if ! git remote | grep bump > /dev/null; 25 git remote add bump https://github.com/bumptech/glide.git
|
/external/ipsec-tools/src/racoon/ |
handler.h | 102 * (local) (remote) (local) (remote) 118 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:ph1handle 123 struct remoteconf *rmconf; /* pointer to remote configuration */ 199 int dpd_support; /* Does remote supports DPD ? */ 329 struct sockaddr *remote; /* remote address to negosiate ph1 */ member in struct:contacted 337 struct sockaddr *remote; /* the remote address * member in struct:recvdpkt 413 struct sockaddr_storage remote; member in struct:ph1dump [all...] |
/external/libmojo/third_party/jinja2/ |
get_jinja2.sh | 97 curl --remote-name "$SRC_URL"
|
/external/libmojo/third_party/markupsafe/ |
get_markupsafe.sh | 95 curl --remote-name "$SRC_URL"
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
RemoteJITUtils.h | 1 //===-- RemoteJITUtils.h - Utilities for remote-JITing with LLI -*- C++ -*-===// 10 // Utilities for remote-JITing with LLI. 28 class FDRPCChannel final : public llvm::orc::remote::RPCChannel {
|
/external/llvm/tools/lli/ChildTarget/ |
ChildTarget.cpp | 57 typedef remote::OrcRemoteTargetServer<FDRPCChannel, HostOrcArch> JITServer;
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
updateRoutageDomains.sh | 92 androidWithError remote-process $PFWtest_ParameterFramworkHost exportDomainsWithSettingsXML "$ExportTmpFile"
|
/external/testng/src/main/java/org/testng/remote/ |
SuiteDispatcher.java | 1 package org.testng.remote;
17 import org.testng.remote.adapter.DefaultMastertAdapter;
18 import org.testng.remote.adapter.IMasterAdapter;
19 import org.testng.remote.adapter.RemoteResultListener;
33 * Properties allowed in remote.properties
|
/external/testng/src/main/java/org/testng/remote/adapter/ |
RemoteResultListener.java | 7 package org.testng.remote.adapter;
18 * This listener is called by the {@link IWorkerAdapter} implementation when a remote test result is ready.
41 * Should called by the {@link IWorkerAdapter} implementation when a remote suite result is ready.
42 * @param remoteSuiteRunner remote result.
|
/external/testng/src/test/java/org/testng/remote/strprotocol/ |
TestResultMessageTest.java | 1 package org.testng.remote.strprotocol;
|
/external/toolchain-utils/crosperf/ |
experiment_factory_unittest.py | 26 remote: chromeos-alex3 54 self.assertEqual(exp.remote, ['chromeos-alex3']) 137 global_settings.SetField('remote', '123.45.67.89 123.45.76.80') 156 self.assertEqual(exp.remote, ['123.45.67.89', '123.45.76.80']) 176 label_settings.SetField('remote', 'chromeos1.cros chromeos2.cros') 178 self.assertEqual(exp.remote, [ 187 # Fourth test: Setting cache conditions; only 1 remote with "same_machine" 194 label_settings.SetField('remote', '') 195 global_settings.SetField('remote', '123.45.67.89') 202 global_settings.SetField('remote', '') [all...] |
/external/vulkan-validation-layers/build-android/ |
update_external_sources_android.sh | 109 if [[ $(git config --get remote.origin.url) != $GLSLANG_URL ]]; then 130 if [[ $(git config --get remote.origin.url) != $SPIRV_TOOLS_URL ]]; then 151 if [[ $(git config --get remote.origin.url) != $SPIRV_HEADERS_URL ]]; then 172 if [[ $(git config --get remote.origin.url) != $SHADERC_URL ]]; then
|