Home
last modified time | relevance | path

Searched refs:Remote (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
DKaleidoscopeJIT.h72 MyRemote &Remote;
88 KaleidoscopeJIT(MyRemote &Remote) in KaleidoscopeJIT() argument
89 : Remote(Remote), in KaleidoscopeJIT()
97 auto CCMgrOrErr = Remote.enableCompileCallbacks(0);
105 if (auto Err = Remote.createIndirectStubsManager(ISM)) {
131 if (auto AddrOrErr = Remote.getSymbolAddress(Name)) in addModule()
143 if (auto Err = Remote.createRemoteMemoryManager(MemMgr)) { in addModule()
219 return Remote.callVoidVoid(ExprAddr); in executeRemoteExpr()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetClient.h442 RCIndirectStubsManager(OrcRemoteTargetClient &Remote, in RCIndirectStubsManager() argument
444 : Remote(Remote), Id(Id) {} in RCIndirectStubsManager()
447 if (auto Err = Remote.destroyIndirectStubsManager(Id)) { in ~RCIndirectStubsManager()
498 return Remote.writePointer(getPtrAddr(Key), NewAddr); in updatePointer()
508 OrcRemoteTargetClient &Remote; variable
524 if (auto StubInfoOrErr = Remote.emitIndirectStubs(Id, NewStubsRequired)) in reserveStubs()
543 return Remote.writePointer(getPtrAddr(Key), InitAddr); in createStubInternal()
550 K.second * Remote.getIndirectStubSize(); in getStubAddr()
557 K.second * Remote.getPointerSize(); in getPtrAddr()
565 OrcRemoteTargetClient &Remote) in RCCompileCallbackManager() argument
[all …]
/external/tcpdump/tests/
Dlmp-v.out8 Link ID Object (3), Class-Type: IPv4 Remote (2) Flags: [non-negotiable], length: 8
32 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
36 Node ID Object (2), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
48 Control Channel ID Object (1), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
52 Node ID Object (2), Class-Type: Remote (2) Flags: [non-negotiable], length: 8
81 Remote Interface ID: 192.168.1.2 (0xc0a80102)
92 Remote Interface ID: 10.1.1.2 (0x0a010102)
Dospf-gmpls.out12 Remote Interface IP address subTLV (4), length: 4, 10.9.142.2
37 Remote Interface IP address subTLV (4), length: 4, 10.9.143.2
62 Remote Interface IP address subTLV (4), length: 4, 10.40.35.13
/external/openssh/contrib/suse/
Dsysconfig.ssh1 ## Path: Network/Remote access/SSH
/external/valgrind/gdbserver_tests/
Dmcclean_after_fork.stderrB.exp4 Remote connection closed
Dnlsigvgdb.stderrB.exp6 Remote connection closed
Dmcbreak.stderrB.exp11 Remote connection closed
Dmssnapshot.stderrB.exp29 Remote connection closed
DmcinfcallWSRU.stderrB.exp52 Remote connection closed
Dmcvabits.stderrB.exp59 Remote connection closed
/external/ltp/runtest/
Dnet.rpc1 #DESCRIPTION:Remote Procedure Call
/external/syslinux/doc/
Dsdi.txt33 "Remote Boot Service Setup".
55 (eg: sdimgr xpe.sdi /import:BOOT,0,C:\Program Files\Windows Embedded\Remote Boot Service\Downloads\…
58 (eg: sdimgr xpe.sdi /import:LOAD,0,C:\Program Files\Windows Embedded\Remote Boot Service\Downloads\…
60 Note: only the version of NTLDR provided by Remote Boot Service Setup
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dlit.local.cfg5 # This is temporary, until Remote MCJIT works on ARM
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dlit.local.cfg5 # This is temporary, until Remote MCJIT works on ARM
/external/iptables/extensions/
Dlibxt_cpu.man4 Can be used in combination with RPS (Remote Packet Steering) or
/external/autotest/docs/
Dtest-droid.md94 HostName <Remote Server IP or Hostname>
107 -r <Remote Server IP or Hostname> \
111 -r <User>@<Remote Server IP or Hostname> \
/external/iptables/etc/
Dethertypes19 DNA_RC 6002 # DEC DNA Remote Console
/external/python/cpython2/Demo/pdist/
DREADME13 rcvs.py Remote CVS client command line interface
22 rrcs.py Remote RCS client command line interface
/external/mesa3d/src/gallium/drivers/trace/
DREADME27 == Remote debugging ==
/external/llvm/docs/tutorial/
DBuildingAJIT4.rst48 `Next: Remote-JITing -- Process-isolation and laziness-at-a-distance <BuildingAJIT5.html>`_
DBuildingAJIT5.rst2 Building a JIT: Remote-JITing -- Process Isolation and Laziness at a Distance
/external/walt/docs/usage/
DWALT_usage.md106 Remote clock delayed between -30 and 892 us
125 Remote clock delayed between -53 and 349 us
161 Remote clock delayed between -16 and 628 us
217 Remote clock delayed between -60 and 93 us
/external/python/cpython2/Doc/library/
Derrno.rst415 Remote address changed
630 Remote I/O error
/external/walt/ios/WALT/
DSettingsController.m65 _status = [NSString stringWithFormat:@"Remote clock delayed between %lld and %lld µs.",

1234