Home
last modified time | relevance | path

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

123456

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h114 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/
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/rust/crates/structopt/tests/
Dnested-subcommands.rs146 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/
Dremote_handle.rs78 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/
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/llvm-project/lldb/docs/use/
Dremote.rst1 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/tensorflow/tensorflow/core/framework/
Dremote_fused_graph_execute_info.proto27 // 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/
Dglobals.ts18 import {Remote} from '../base/remote';
42 private _frontend?: Remote;
46 initialize(rootController: ControllerAny, frontendProxy: Remote) {
Dindex.ts18 import {Remote} from '../base/remote';
48 const frontend = new Remote(frontendPort);
/external/protobuf/examples/
DBUILD12 # 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/
Disis-extd-isreach-oobr.out35 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
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/swiftshader/tests/regres/cmd/regres/
Dmain.go453 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/rust/crates/gdbstub/
DREADME.md6 …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…
66Remote 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…
DMETADATA2 description: "An implementation of the GDB Remote Serial Protocol in Rust"
/external/pigweed/pw_rpc/
DREADME.md1 # pw\_rpc: Remote procedure calls
/external/javassist/src/test/test2/
DSetSuperIntf.classSetSuperIntf.java package test2 public abstract test2.SetSuperIntf extends java.lang.Object implements java. ...
/external/openssh/contrib/suse/
Dsysconfig.ssh1 ## Path: Network/Remote access/SSH
/external/ltp/runtest/
Dnet.rpc1 #DESCRIPTION:Remote Procedure Call
/external/llvm-project/clang-tools-extra/clangd/index/remote/unimplemented/
DCMakeLists.txt2 # When compiled without Remote Index support, the real implementation index
/external/llvm/test/ExecutionEngine/OrcMCJIT/remote/
Dlit.local.cfg5 # This is temporary, until Remote MCJIT works on ARM
/external/llvm/test/ExecutionEngine/MCJIT/remote/
Dlit.local.cfg5 # This is temporary, until Remote MCJIT works on ARM
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/
Dlit.local.cfg5 # This is temporary, until Remote MCJIT works on ARM
/external/rust/crates/tokio/src/runtime/thread_pool/
Dworker.rs73 remotes: Box<[Remote]>,
90 struct Remote { struct
150 remotes.push(Remote { in create()
612 fn remote(&self) -> &Remote { in remote() argument

123456