/external/swiftshader/third_party/llvm-10.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() 224 RPCEndpoint &Remote; variable 231 if (auto Err = Remote.template callB<ReleaseRemoteSymbol>(Id)) in releaseRemoteSymbol() 238 return Remote.template callB<MaterializeRemoteSymbol>(Id); in materializeRemoteSymbol() 312 RemoteObjectClientLayer(RPCEndpoint &Remote, 318 RemoteObjectClientLayer(ORCv1DeprecationAcknowledgement, RPCEndpoint &Remote, in RemoteObjectClientLayer() argument 320 : RemoteObjectLayer<RPCEndpoint>(Remote, std::move(ReportError)) { in RemoteObjectClientLayer() [all …]
|
/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/rust/crates/structopt/tests/ |
D | nested-subcommands.rs | 146 Remote { enumerator 148 cmd: Option<Remote>, 156 enum Remote { enum 176 Some(SubSubCmdWithOption::Remote { cmd: None }), in sub_sub_cmd_with_option() 180 Some(SubSubCmdWithOption::Remote { in sub_sub_cmd_with_option() 181 cmd: Some(Remote::Add { in sub_sub_cmd_with_option()
|
/external/rust/crates/futures-util/src/future/future/ |
D | remote_handle.rs | 78 pub struct Remote<Fut: Future> { 86 impl<Fut: Future + fmt::Debug> fmt::Debug for Remote<Fut> { implementation 94 impl<Fut: Future> Future for Remote<Fut> { implementation 116 pub(super) fn remote_handle<Fut: Future>(future: Fut) -> (Remote<Fut>, RemoteHandle<Fut::Output>) { in remote_handle() 121 let wrapped = Remote { in remote_handle()
|
/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/tensorflow/tensorflow/core/framework/ |
D | remote_fused_graph_execute_info.proto | 27 // Remote fused graph input node name 30 // Remote fused graph output node name 45 // TODO(satok): Remote output tensor shape once shape information is stored
|
/external/perfetto/ui/src/controller/ |
D | globals.ts | 18 import {Remote} from '../base/remote'; 42 private _frontend?: Remote; 46 initialize(rootController: ControllerAny, frontendProxy: Remote) {
|
D | index.ts | 18 import {Remote} from '../base/remote'; 48 const frontend = new Remote(frontendPort);
|
/external/llvm-project/lldb/docs/use/ |
D | remote.rst | 1 Remote Debugging 4 Remote debugging refers to the act of debugging a process which is running on a 29 Preparation for Remote Debugging 38 Remote system 85 remote-freebsd: Remote FreeBSD user platform plug-in. 86 remote-linux: Remote Linux user platform plug-in. 87 remote-netbsd: Remote NetBSD user platform plug-in. 88 remote-windows: Remote Windows user platform plug-in. 89 remote-android: Remote Android user platform plug-in. 90 remote-ios: Remote iOS platform plug-in. [all …]
|
/external/protobuf/examples/ |
D | BUILD | 12 # Remote repository "com_google_protobuf" must be defined to use this rule. 24 # Remote repository "com_google_protobuf_cc" must be defined to use this rule. 45 # Remote repository "com_google_protobuf_java" must be defined to use this rule. 67 # Remote repository "com_google_protobuf_javalite" must be defined to use this
|
/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/swiftshader/tests/regres/cmd/regres/ |
D | main.go | 453 Remote string `json:"remote"` 485 log.Printf("Checking out deqp %v branch %v into %v\n", cfg.Remote, cfg.Branch, cacheDir) 486 if err := git.CheckoutRemoteBranch(cacheDir, cfg.Remote, cfg.Branch); err != nil { 487 …return deqpBuild{}, cause.Wrap(err, "Couldn't checkout deqp branch %v @ %v", cfg.Remote, cfg.Branc… 489 log.Printf("Checking out deqp %v commit %v \n", cfg.Remote, cfg.SHA) 491 … return deqpBuild{}, cause.Wrap(err, "Couldn't checkout deqp commit %v @ %v", cfg.Remote, cfg.SHA) 494 log.Printf("Checking out deqp %v @ %v into %v\n", cfg.Remote, cfg.SHA, cacheDir) 495 if err := git.CheckoutRemoteCommit(cacheDir, cfg.Remote, git.ParseHash(cfg.SHA)); err != nil { 496 … return deqpBuild{}, cause.Wrap(err, "Couldn't checkout deqp commit %v @ %v", cfg.Remote, cfg.SHA) 502 return deqpBuild{}, cause.Wrap(err, "Couldn't fetch deqp sources %v @ %v", cfg.Remote, cfg.SHA) [all …]
|
/external/pigweed/pw_rpc/ |
D | README.md | 1 # pw\_rpc: Remote procedure calls
|
/external/rust/crates/gdbstub/ |
D | README.md | 6 …te implementation of the [GDB Remote Serial Protocol](https://sourceware.org/gdb/onlinedocs/gdb/Re… 42 The GDB Remote Serial Protocol is surprisingly complex, supporting advanced features such as remote… 66 …Remote Configuration Docs](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Configuration.html) fo… 162 … ] [Non-Stop Mode](https://sourceware.org/gdb/onlinedocs/gdb/Remote-Non_002dStop.html#Remote-Non_0…
|
D | METADATA | 2 description: "An implementation of the GDB Remote Serial Protocol in Rust"
|
/external/javassist/src/test/test2/ |
D | SetSuperIntf.class | SetSuperIntf.java
package test2
public abstract test2.SetSuperIntf extends java.lang.Object implements java. ... |
/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/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/ |
D | CMakeLists.txt | 2 # When compiled without Remote Index support, the real implementation index
|
/external/llvm-project/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/llvm-project/clang-tools-extra/clangd/index/ |
D | SymbolOrigin.h | 28 Remote = 1 << 5, // Remote index. enumerator
|