/external/libunwind/doc/ |
unw_init_remote.tex | 8 \begin{Name}{3}{unw\_init\_remote}{David Mosberger-Tang}{Programming Library}{unw\_init\_remote}unw\_init\_remote -- initialize cursor for remote unwinding
|
libunwind-dynamic.tex | 191 \subsection{Remote table-info format} 193 The remote table-info format has the same basic purpose as the regular 196 address-space (which may be remote). Consequently, the type of the 202 From the point of view of a runtime-code generator, the remote 206 remote table-info format exists is to enable the 209 data remains in remote memory. This can speed up unwinding (e.g., for 211 loaded from remote memory. 378 - meaning of segbase member in table-info/table-remote-info format 379 - format of table\_data in table-info/table-remote-info format
|
/external/tensorflow/tensorflow/contrib/mpi/ |
README.md | 30 When set to 0 it will use the default path where tensors are encoded to ProtoText before being copied to a remote process. When set to 1 a more optimal path will be taken where only the tensor description is encoded while the actual tensor data is transferred directly from the source buffer to the destination buffer. 56 Once a request has arrived from a remote process the request is forwarded to the original TensorFlow code which looks up the tensor in the waiting table. Once the tensor has been found a callback is executed which places the found tensor on the sendQueue for the MPI thread. Once the sendQueue is served the tensor data will be send using non-blocking send operations (MP_Isend) to the remote process. 62 At some point after a request has been sent the remote process will transmit the tensor. This tensor will be received and we look-up the callback that is associated with this tensor in our request table and execute the callback on the received data.
|
/external/toolchain-utils/ |
test_toolchains.py | 212 remote: %s 313 '--remote', dest='remote', help='Remote machines to run tests on.') 348 if not options.remote: 349 print('Please give at least one remote machine.') 356 fc = ToolchainComparator(options.board, options.remote, toolchain_configs,
|
/frameworks/native/libs/binder/ |
IMemory.cpp | 189 if (remote()->transact(GET_MEMORY, data, &reply) == NO_ERROR) { 310 // remote call without mLock held, worse case scenario, we end up 316 status_t err = remote()->transact(HEAP_ID, data, &reply);
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
RawContactDeltaList.java | 102 RawContactDeltaList remote) { 105 // For each entity in the remote set, try matching over existing 106 for (RawContactDelta remoteEntity : remote) {
|
/packages/apps/Dialer/ |
packages.mk | 57 com.android.dialer.searchfragment.remote \
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_ssl.py | 168 remote = ("svn.python.org", 443) 169 with test_support.transient_internet(remote[0]): 172 s.connect(remote) 175 s.connect(remote) 181 s.connect(remote) 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 383 remote = ("sha256.tbs-internet.com", 443) 390 s.connect(remote) 393 (remote, s.cipher())) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_ssl.py | 168 remote = ("svn.python.org", 443) 169 with test_support.transient_internet(remote[0]): 172 s.connect(remote) 175 s.connect(remote) 181 s.connect(remote) 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 383 remote = ("sha256.tbs-internet.com", 443) 390 s.connect(remote) 393 (remote, s.cipher())) [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
tables_nacl.go | 161 EREMOTE Errno = 66 /* The object is remote */ 173 EREMCHG Errno = 78 /* Remote address changed */ 213 ELBIN Errno = 2048 /* Inode is remote (not really error) */ 286 EREMOTE: "The object is remote", 298 EREMCHG: "Remote address changed", 332 ELBIN: "Inode is remote (not really error)",
|
/prebuilts/go/linux-x86/src/syscall/ |
tables_nacl.go | 161 EREMOTE Errno = 66 /* The object is remote */ 173 EREMCHG Errno = 78 /* Remote address changed */ 213 ELBIN Errno = 2048 /* Inode is remote (not really error) */ 286 EREMOTE: "The object is remote", 298 EREMCHG: "Remote address changed", 332 ELBIN: "Inode is remote (not really error)",
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 168 remote = ("svn.python.org", 443) 169 with test_support.transient_internet(remote[0]): 172 s.connect(remote) 175 s.connect(remote) 181 s.connect(remote) 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 383 remote = ("sha256.tbs-internet.com", 443) 390 s.connect(remote) 393 (remote, s.cipher())) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ssl.py | 168 remote = ("svn.python.org", 443) 169 with test_support.transient_internet(remote[0]): 172 s.connect(remote) 175 s.connect(remote) 181 s.connect(remote) 381 self.skipTest("remote host needs SNI, only available on Python 3.2+") 383 remote = ("sha256.tbs-internet.com", 443) 390 s.connect(remote) 393 (remote, s.cipher())) [all...] |
/test/vts/tools/vts-tradefed/etc/ |
vts-tradefed_win.bat | 34 :: check debug flag and set up remote debugging
|
/tools/tradefederation/core/src/com/android/tradefed/command/remote/ |
RemoteManager.java | 16 package com.android.tradefed.command.remote; 20 import com.android.tradefed.command.remote.CommandResult.Status; 46 * Class that receives {@link com.android.tradefed.command.remote.RemoteOperation}s via a socket. 48 * Currently accepts only one remote connection at one time, and processes incoming commands 60 @OptionClass(alias = "remote-manager") 68 @Option(name = "start-remote-mgr", 69 description = "Whether or not to start a remote manager on boot.") 77 @Option(name = "remote-mgr-port", 78 description = "The remote manager port to use.") 81 @Option(name = "remote-mgr-socket-timeout-ms" [all...] |
/external/autotest/client/cros/tendo/n_faced_peerd/ |
manager.py | 88 # TODO(wiley) call close on self and remote peers. 93 """Add a remote peer to this object. 96 as "remote peers" that we instantly discover changes on. 102 logging.info('Adding remote peer %s', remote_peer.uuid) 111 """Cause this face to update its view of a remote peer. 115 @param service_id: string service ID of remote service that has changed. 122 logging.info('Exposing remote service: %s', service_id) 127 logging.info('Removing remote service: %s', service_id)
|
/external/autotest/site_utils/ |
setup_dev_autotest.sh | 20 -m Allow remote access for database.
|
/external/ipsec-tools/src/racoon/ |
oakley.c | 1270 plog(LLV_ERROR, LOCATION, iph1->remote, 1337 plog(LLV_ERROR, LOCATION, iph1->remote, 1342 plog(LLV_ERROR, LOCATION, iph1->remote, [all...] |
/external/libvncserver/utils/ |
git2cl.pl | 324 if ($_s =~ m/^Merge branch|^Merge remote branch/)
|
/external/libvncserver/webclients/novnc/ |
README.md | 52 * Local or remote cursor 54 * Clipping or scolling modes for large remote screens
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
KaleidoscopeJIT.h | 67 // Typedef the remote-client API. 68 typedef remote::OrcRemoteTargetClient<FDRPCChannel> MyRemote; 72 MyRemote &Remote; 88 KaleidoscopeJIT(MyRemote &Remote) 89 : Remote(Remote), 97 auto CCMgrOrErr = Remote.enableCompileCallbacks(0); 100 "Error enabling remote compile callbacks:"); 105 if (auto Err = Remote.createIndirectStubsManager(ISM)) { 131 if (auto AddrOrErr = Remote.getSymbolAddress(Name) [all...] |
/external/testng/src/main/java/org/testng/remote/strprotocol/ |
MessageHelper.java | 1 package org.testng.remote.strprotocol;
|
/external/testng/src/test/java/test/distributed/ |
DistributedTest.java | 8 import org.testng.remote.SuiteDispatcher; 47 String fileName = "remote"; 55 p.setProperty("testng.master.adpter", "org.testng.remote.adapter.DefaultMastertAdapter"); 66 String fileName = "remote"; 73 p.setProperty("testng.slave.adpter", "org.testng.remote.adapter.DefaultWorkerAdapter");
|
/external/webrtc/talk/app/webrtc/ |
rtpsender.cc | 188 !track_->GetSource()->remote()) { 190 // a remote audio track to a peer connection.
|
/external/webrtc/webrtc/base/ |
virtualsocketserver.h | 217 static bool CanInteractWith(VirtualSocket* local, VirtualSocket* remote);
|