/frameworks/base/core/java/android/os/ |
ServiceManagerNative.java | 112 public ServiceManagerProxy(IBinder remote) { 113 mRemote = remote;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
EntitySet.java | 88 public static EntitySet mergeAfter(EntitySet local, EntitySet remote) { 91 // For each entity in the remote set, try matching over existing 92 for (EntityDelta remoteEntity : remote) {
|
/prebuilts/go/darwin-x86/src/net/ |
interface_bsd_test.go | 48 Args: []string{"ifconfig", ti.name, "inet", ti.local, ti.remote},
|
sock_posix.go | 136 var rsa syscall.Sockaddr // remote address from the user 137 var crsa syscall.Sockaddr // remote address we actually connected to 151 // Record the local and remote addresses from the actual socket. 153 // For the remote address, use
|
/prebuilts/go/linux-x86/src/net/ |
interface_bsd_test.go | 48 Args: []string{"ifconfig", ti.name, "inet", ti.local, ti.remote},
|
sock_posix.go | 136 var rsa syscall.Sockaddr // remote address from the user 137 var crsa syscall.Sockaddr // remote address we actually connected to 151 // Record the local and remote addresses from the actual socket. 153 // For the remote address, use
|
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/ |
mm.js | 62 var JMXServiceURL = javax.management.remote.JMXServiceURL; 63 var JMXConnectorFactory = javax.management.remote.JMXConnectorFactory;
|
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/ |
mm.js | 62 var JMXServiceURL = javax.management.remote.JMXServiceURL; 63 var JMXConnectorFactory = javax.management.remote.JMXConnectorFactory;
|
/tools/tradefederation/core/remote/ |
Android.mk | 25 LOCAL_MODULE := tf-remote-client
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
Net.java | 452 static int connect(FileDescriptor fd, InetAddress remote, int remotePort) 455 return connect(UNSPEC, fd, remote, remotePort); 458 static int connect(ProtocolFamily family, FileDescriptor fd, InetAddress remote, int remotePort) 466 return connect0(preferIPv6, fd, remote, remotePort); 471 InetAddress remote,
|
UnixAsynchronousSocketChannelImpl.java | 72 // pending remote address (stateLock) 124 InetSocketAddress remote) 127 super(port, fd, remote); 311 <A> Future<Void> implConnect(SocketAddress remote, 325 InetSocketAddress isa = Net.checkAddress(remote); 340 pendingRemote = remote;
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactDelta.java | 105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { 107 final ValuesDelta remoteValues = remote.mValues; 116 final Long remoteVersion = remote.mValues.getAsLong(RawContacts.VERSION); 122 local.mValues = ValuesDelta.mergeAfter(local.mValues, remote.mValues); 124 // Find matching local entry for each remote values, or create 125 for (ArrayList<ValuesDelta> mimeEntries : remote.mEntries.values()) {
|
ValuesDelta.java | 335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { 337 if (local == null && (remote.isDelete() || remote.isTransient())) return null; 344 local.mAfter = remote.getCompleteValues(); 347 local.mAfter = remote.mAfter;
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
fetch.go | 90 // Save a copy of the merged profile if there is at least one remote source. 210 s.p, s.msrc, s.remote, s.err = grabProfile(s.source, s.addr, fetch, obj, ui) 224 save = save || s.remote 268 remote bool 310 func grabProfile(s *source, source string, fetcher plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (p *profile.Profile, msrc plugin.MappingSources, remote bool, err error) { 337 remote = true 341 remote = false 363 // mapping file. This will enable remote symbolization for this 376 // set to the remote source URL by collectMappingSources back to empty string. 459 // url of the actual source of the profile for remote profiles [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
fetch.go | 90 // Save a copy of the merged profile if there is at least one remote source. 210 s.p, s.msrc, s.remote, s.err = grabProfile(s.source, s.addr, fetch, obj, ui) 224 save = save || s.remote 268 remote bool 310 func grabProfile(s *source, source string, fetcher plugin.Fetcher, obj plugin.ObjTool, ui plugin.UI) (p *profile.Profile, msrc plugin.MappingSources, remote bool, err error) { 337 remote = true 341 remote = false 363 // mapping file. This will enable remote symbolization for this 376 // set to the remote source URL by collectMappingSources back to empty string. 459 // url of the actual source of the profile for remote profiles [all...] |
/external/python/cpython3/Lib/test/ |
test_gdb.py | 415 m = re.match(r'<Foo\(an_int=42\) at remote 0x-?[0-9a-f]+>', gdb_repr) 428 m = re.match(r'<Foo\(an_int=42\) at remote 0x-?[0-9a-f]+>', gdb_repr) 443 m = re.match(r'<Foo\(an_int=42\) at remote 0x-?[0-9a-f]+>', gdb_repr) 470 pattern = '<.* at remote 0x-?[0-9a-f]+>' 520 m = re.match(r'<_Helper at remote 0x-?[0-9a-f]+>', gdb_repr) 551 self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>', 564 self.assertTrue(re.match(r'<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>', 578 self.assertTrue(re.match(r'<Foo\(an_attr=<Foo\(an_attr=<\.\.\.>\) at remote 0x-?[0-9a-f]+>\) at remote 0x-?[0-9a-f]+>', 613 self.assertTrue(re.match(r'<built-in method readlines of _io.TextIOWrapper object at remote 0x-?[0-9a-f]+>' [all...] |
/external/ipsec-tools/src/racoon/ |
nattraversal.c | 197 natd_computed = natt_hash_addr (iph1, iph1->remote); 299 set_port (iph1->remote, iph1->natt_options->float_port); 419 ret = natt_keepalive_add (iph1->local, iph1->remote);
|
/external/toolchain-utils/ |
afe_lock_machine.py | 596 '--remote', dest='remote', help='machines on which to operate') 617 if not options.remote and options.cmd != 'status': 628 if options.remote: 629 machine_list = options.remote.split()
|
/external/toolchain-utils/crosperf/ |
machine_image_manager_unittest.py | 19 self.remote = remotes 67 l.remote.append('m{}'.format(j)) 199 l.remote.append('m{}'.format(t)) 267 labels specify the same 1 remote, then instead of assigning the same 271 all specify the same 1 remote - m0.
|
/compatibility/cdd/3_software/ |
3_12_tv-input-framework.md | 66 device(s) (i.e. remote control, remote control application, or game controller):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
webbrowser.py | 159 and without remote functionality."""
205 """Parent class for all Unix browsers with remote functionality."""
215 def _invoke(self, args, remote, autoraise):
217 if remote and self.raise_opts:
218 # use autoraise argument only for remote invocation
225 if remote or self.background:
239 if remote:
241 # remote invocation has (hopefully) started a new instance.
249 # if remote call failed, open() will try direct invocation
277 # remote invocation failed, try straight way [all...] |
/external/autotest/site_utils/ |
test_droid.py | 62 @returns: tuple of parsed arguments and argv suitable for remote runs 68 parser = argparse.ArgumentParser(description='Run remote tests.') 76 parser.add_argument('-r', '--remote', metavar='REMOTE', 79 'to a remote machine. Ensure this workstation ' 136 autotest_path, argv, arguments.tests, arguments.remote,
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
OrcRemoteTargetRPCAPI.h | 1 //===--- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ----*- C++ -*-===// 10 // This file defines the Orc remote-target RPC API. It should not be used 25 namespace remote { namespace in namespace:llvm::orc 202 } // end namespace remote
|
/external/llvm/tools/lli/ |
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 { 74 // launch the remote process (see lli.cpp) and return a channel to it. 79 // ForwardingMM - Adapter to connect MCJIT to Orc's Remote memory manager.
|
lli.cpp | 100 cl::opt<bool> RemoteMCJIT("remote-mcjit", 104 // Manually specify the child process for remote execution. This overrides 105 // the simulated remote execution that allocates address space for child 109 ChildExecPath("mcjit-remote-process", 111 "for remote MCJIT execution. If none is specified," 314 // problems with remote targets (because lli's remote target support does not 449 errs() << "error: Remote process execution does not work with the " 531 // If the target is Cygwin/MingW and we are generating remote code, we 545 errs() << "warning: remote mcjit does not support lazy compilation\n" [all...] |