/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RemoteObjectLayer.h | 114 RemoteObjectLayer(RPCEndpoint &Remote, in RemoteObjectLayer() argument 116 : Remote(Remote), ReportError(std::move(ReportError)), in RemoteObjectLayer() 119 Remote.template addHandler<ReleaseRemoteSymbol>( in RemoteObjectLayer() 121 Remote.template addHandler<MaterializeRemoteSymbol>( in RemoteObjectLayer() 229 RPCEndpoint &Remote; variable 236 if (auto Err = Remote.template callB<ReleaseRemoteSymbol>(Id)) in releaseRemoteSymbol() 243 return Remote.template callB<MaterializeRemoteSymbol>(Id); in materializeRemoteSymbol() 316 RemoteObjectClientLayer(RPCEndpoint &Remote, in RemoteObjectClientLayer() argument 318 : RemoteObjectLayer<RPCEndpoint>(Remote, std::move(ReportError)) { in RemoteObjectClientLayer() 320 Remote.template addHandler<Lookup>(*this, &ThisT::lookup); in RemoteObjectClientLayer() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 95 MyRemote &Remote; variable 98 KaleidoscopeJIT(ExecutionSession &ES, MyRemote &Remote) in KaleidoscopeJIT() argument 109 if (auto Addr = cantFail(this->Remote.getSymbolAddress(Name))) in KaleidoscopeJIT() 114 TM(EngineBuilder().selectTarget(Triple(Remote.getTargetTriple()), "", 120 cantFail(this->Remote.createRemoteMemoryManager()), 128 Remote(Remote) { 129 auto CCMgrOrErr = Remote.enableCompileCallbacks(0); 136 IndirectStubsMgr = cantFail(Remote.createIndirectStubsManager()); 206 return Remote.callVoidVoid(ExprAddr); in executeRemoteExpr()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | KaleidoscopeJIT.h | 72 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/ |
D | OrcRemoteTargetClient.h | 442 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/u-boot/arch/x86/cpu/quark/ |
D | Kconfig | 26 bool "Add a Remote Management Unit (RMU) binary" 28 Select this option to add a Remote Management Unit (RMU) binary 35 string "Remote Management Unit (RMU) binary filename" 39 The filename of the file to use as Remote Management Unit (RMU) 43 hex "Remote Management Unit (RMU) binary location"
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 18 import {Remote} from '../base/remote'; 46 private _frontend?: Remote; 50 initialize(rootController: ControllerAny, frontendProxy: Remote) {
|
D | index.ts | 17 import {Remote} from '../base/remote'; 33 const frontend = new Remote(frontendPort);
|
/external/tensorflow/tensorflow/core/framework/ |
D | remote_fused_graph_execute_info.proto | 26 // Remote fused graph input node name 29 // Remote fused graph output node name 44 // TODO(satok): Remote output tensor shape once shape information is stored
|
/external/tcpdump/tests/ |
D | isis-extd-isreach-oobr.out | 35 Link Local/Remote Identifier subTLV #4, length: 4, 0x04040404 36 Link Local/Remote Identifier subTLV #4, length: 4, 0x04040404 37 Link Local/Remote Identifier subTLV #4, length: 4, 0x0404000a
|
D | lmp-v.out | 8 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)
|
D | ospf-gmpls.out | 12 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/honggfuzz/ |
D | README.md | 47 * [Remote crash in __mod\_http2__ • CVE-2017-7659](http://seclists.org/oss-sec/2017/q2/504) 54 …* [Remote OOB read in __OpenSSL__ • CVE-2015-1789]( https://cve.mitre.org/cgi-bin/cvename.cgi?name… 55 …* [Remote Use-after-Free (potential RCE, rated as __critical__) in __OpenSSL__ • CVE-2016-6309](ht… 56 …* [Remote OOB write in __OpenSSL__ • CVE-2016-7054](https://www.openssl.org/news/secadv/20161110.t… 57 …* [Remote OOB read in __OpenSSL__ • CVE-2017-3731](https://www.openssl.org/news/secadv/20170126.tx… 67 …* [Remote DoS in __Crypto++__ • CVE-2016-9939](http://www.openwall.com/lists/oss-security/2016/12/…
|
/external/u-boot/doc/driver-model/ |
D | remoteproc-framework.txt | 7 Remote Processor Framework 18 This is an introduction to driver-model for Remote Processors found 79 Remote processor can operate on a certain firmware that maybe loaded
|
/external/openssh/contrib/suse/ |
D | sysconfig.ssh | 1 ## Path: Network/Remote access/SSH
|
/external/ltp/runtest/ |
D | net.rpc | 1 #DESCRIPTION:Remote Procedure Call
|
/external/tensorflow/tensorflow/contrib/remote_fused_graph/ |
D | README.md | 1 # Remote Fused Graph
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | lit.local.cfg | 5 # This is temporary, until Remote MCJIT works on ARM
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | lit.local.cfg | 5 # This is temporary, until Remote MCJIT works on ARM
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/ |
D | lit.local.cfg | 5 # This is temporary, until Remote MCJIT works on ARM
|
/external/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | lit.local.cfg | 5 # This is temporary, until Remote MCJIT works on ARM
|
/external/autotest/docs/ |
D | test-droid.md | 94 HostName <Remote Server IP or Hostname> 107 -r <Remote Server IP or Hostname> \ 111 -r <User>@<Remote Server IP or Hostname> \
|
/external/python/cpython3/Doc/library/ |
D | xmlrpc.rst | 4 XML-RPC is a Remote Procedure Call method that uses XML passed via HTTP as a
|
/external/iptables/extensions/ |
D | libxt_cpu.man | 4 Can be used in combination with RPS (Remote Packet Steering) or
|
/external/u-boot/doc/device-tree-bindings/remoteproc/ |
D | remoteproc.txt | 1 Remote Processor uclass
|
/external/libpcap/rpcapd/ |
D | rpcapd.rc | 25 VALUE "FileDescription", "Remote Packet Capture Daemon"
|