Home
last modified time | relevance | path

Searched full:remote (Results 1 – 25 of 1399) sorted by relevance

12345678910>>...56

/third_party/rust/crates/serde/test_suite/tests/
Dtest_remote.rs5 mod remote { module
97 unit: remote::Unit,
100 primitive_priv: remote::PrimitivePriv,
103 primitive_pub: remote::PrimitivePub,
106 newtype_priv: remote::NewtypePriv,
109 newtype_pub: remote::NewtypePub,
112 tuple_priv: remote::TuplePriv,
115 tuple_pub: remote::TuplePub,
118 struct_priv: remote::StructPriv,
121 struct_pub: remote::StructPub,
[all …]
/third_party/musl/scripts/
Druntest_Windows.bat13 set REMOTE=/data/tests/libc-test variable
64 hdc shell mkdir %REMOTE%
74 hdc file send %TESTDIR% %REMOTE%/src
77 hdc file send %%j %REMOTE%/src
79 hdc shell chmod +x %REMOTE%/src/*
86 hdc shell mkdir %REMOTE%/src/A
87 hdc shell mkdir %REMOTE%/src/B
88 hdc shell mkdir %REMOTE%/src/C
89 hdc shell mkdir %REMOTE%/src/D
90 hdc shell mkdir -p %REMOTE%/src/rpath_lib/rpath_support_A
[all …]
Druntest_linux.sh46 REMOTE=/data/tests/libc-test
84 ${CMD} shell rm -rf ${REMOTE}
86 ${CMD} shell mkdir ${REMOTE}
94 ${CMD} file send ${TESTDIR} ${REMOTE}/src
97 ${CMD} file send $lib ${REMOTE}/src
100 ${CMD} shell chmod +x ${REMOTE}/src/*
105 ${CMD} shell mkdir ${REMOTE}/src/A
106 ${CMD} shell mkdir ${REMOTE}/src/B
107 ${CMD} shell mkdir ${REMOTE}/src/C
108 ${CMD} shell mkdir ${REMOTE}/src/D
[all …]
Drun_libcgtest_windows.bat4 @REM Remote transmission target directory
6 set REMOTE=/data/tmp/libcgtest/libs variable
7 set RPATH_TEST_DIR=%REMOTE%/rpath-test
8 set NS_LIB_ONE_DIR=%REMOTE%/namespace_one_libs
9 set NS_LIB_TWO_DIR=%REMOTE%/namespace_two_libs
10 set NS_LIB_TWO_IMPL_DIR=%REMOTE%/namespace_two_impl_libs
16 hdc_std shell mkdir %REMOTE%
23 hdc_std file send %%i %REMOTE%
25 hdc_std shell chmod +x %REMOTE%
28 hdc_std shell mv %REMOTE%/libdlopen_rpath_1.so %RPATH_TEST_DIR%/
[all …]
Drun_libcgtest_linux.sh4 # Remote transmission target directory
6 REMOTE=/data/tmp/libcgtest/libs
7 RPATH_TEST_DIR=${REMOTE}/rpath-test
8 NS_LIB_ONE_DIR=${REMOTE}/namespace_one_libs
9 NS_LIB_TWO_DIR=${REMOTE}/namespace_two_libs
10 NS_LIB_TWO_IMPL_DIR=${REMOTE}/namespace_two_impl_libs
18 ${CMD} shell mkdir ${REMOTE}
26 ${CMD} file send $lib ${REMOTE}/
28 ${CMD} shell chmod +x ${REMOTE}
30 ${CMD} shell mv ${REMOTE}/libdlopen_rpath_1.so ${RPATH_TEST_DIR}/
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dprocess_vm.c34 struct iovec remote = {.iov_base = src, .iov_len = sizeof(src)}; in process_vm_writev_0100() local
36 ssize_t rev = process_vm_readv(getpid(), &local, 1, &remote, 1, 0); in process_vm_writev_0100()
56 struct iovec remote[__VALUE_DATA_SIZE__] = { in process_vm_writev_0200() local
61 ssize_t rev = process_vm_readv(getpid(), local, 2, remote, 2, 0); in process_vm_writev_0200()
65 EXPECT_STREQ("process_vm_writev_0200", local[i].iov_base, remote[i].iov_base); in process_vm_writev_0200()
81 struct iovec remote = {.iov_base = src, .iov_len = sizeof(src)}; in process_vm_writev_0300() local
83 ssize_t rev = process_vm_readv(getpid(), &local, 1, &remote, 1, 0); in process_vm_writev_0300()
89 * @tc.desc : Transfers data from the remote process to the local process
96 struct iovec remote, local; in process_vm_readv_0100() local
97 remote.iov_base = src; in process_vm_readv_0100()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRemoteObjectLayer.h1 //===------ RemoteObjectLayer.h - Forwards objs to a remote -----*- C++ -*-===//
9 // Forwards objects to a remote object layer via RPC.
29 using ObjHandleT = remote::ResourceIdMgr::ResourceId;
33 using RemoteSymbolId = remote::ResourceIdMgr::ResourceId;
38 using BadSymbolHandleError = remote::ResourceNotFound<RemoteSymbolId>;
39 using BadObjectHandleError = remote::ResourceNotFound<ObjHandleT>;
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()
[all …]
DOrcRemoteTargetRPCAPI.h1 //===- OrcRemoteTargetRPCAPI.h - Orc Remote-target RPC API ------*- C++ -*-===//
9 // This file defines the Orc remote-target RPC API. It should not be used
25 namespace remote {
45 ? "Remote resource with id " in log()
74 } // end namespace remote
103 template <> class RPCTypeName<remote::DirectBufferWriter> {
110 ChannelT, remote::DirectBufferWriter, remote::DirectBufferWriter,
114 static Error serialize(ChannelT &C, const remote::DirectBufferWriter &DBW) { in serialize()
122 static Error deserialize(ChannelT &C, remote::DirectBufferWriter &DBW) { in deserialize()
131 DBW = remote::DirectBufferWriter(nullptr, Dst, Size); in deserialize()
[all …]
/third_party/node/src/
Dnode.stp24 remote = user_string($arg2);
28 probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
30 remote,
37 remote = user_string($arg2);
41 probestr = sprintf("%s(remote=%s, port=%d, fd=%d)",
43 remote,
50 remote = user_string($arg3);
56 probestr = sprintf("%s(remote=%s, port=%d, method=%s, url=%s, fd=%d)",
58 remote,
67 remote = user_string($arg2);
[all …]
/third_party/cups-filters/utils/
Dcups-browsed.conf.550 Only browse remote printers (via DNS-SD or CUPS browsing) from
59 This only filters the selection of remote printers for which
61 mechanisms to list remote printers as for example direct DNS-SD
106 Filtering of remote printers by other properties than IP addresses of
135 host: Host name of the remote print server
137 service: DNS/SD service name of the remote printer
138 domain: Domain of the remote print server
171 need to be fulfilled for the remote printer to be accepted. If one is
176 Rules for standard data items which are supplied with any remote
188 This matches if the remote host name contains "printserver", like
[all …]
Dcups-browsed.conf.in59 # Only browse remote printers (via DNS-SD or CUPS browsing) from
68 # This only filters the selection of remote printers for which
70 # mechanisms to list remote printers as for example direct DNS-SD
115 # remote, can be adjusted with the BrowseInterval directive.
128 # Filtering of remote printers by other properties than IP addresses
152 # host: Host name of the remote print server
154 # service: DNS/SD service name of the remote printer
155 # domain: Domain of the remote print server
186 # need to be fulfilled for the remote printer to be accepted. If one
191 # Rules for standard data items which are supplied with any remote
[all …]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
Dngtcp2_path.c32 const ngtcp2_addr *remote) { in ngtcp2_path_init() argument
34 path->remote = *remote; in ngtcp2_path_init()
39 ngtcp2_addr_copy(&dest->remote, &src->remote); in ngtcp2_path_copy()
45 ngtcp2_addr_eq(&a->remote, &b->remote); in ngtcp2_path_eq()
55 ngtcp2_addr_init(&ps->path.remote, in ngtcp2_path_storage_init()
59 ngtcp2_addr_copy_byte(&ps->path.remote, remote_addr, remote_addrlen); in ngtcp2_path_storage_init()
67 path->remote.addr, path->remote.addrlen, in ngtcp2_path_storage_init2()
74 ngtcp2_addr_init(&ps->path.remote, in ngtcp2_path_storage_zero()
/third_party/pulseaudio/src/modules/gsettings/
Dpulseaudio.convert24 [org.freedesktop.pulseaudio.module-group:/org/freedesktop/pulseaudio/module-groups/remote-access/]
25 args0 = /system/pulseaudio/modules/remote-access/args0
26 args1 = /system/pulseaudio/modules/remote-access/args1
27 args2 = /system/pulseaudio/modules/remote-access/args2
28 args3 = /system/pulseaudio/modules/remote-access/args3
29 args4 = /system/pulseaudio/modules/remote-access/args4
30 args5 = /system/pulseaudio/modules/remote-access/args5
31 args6 = /system/pulseaudio/modules/remote-access/args6
32 args7 = /system/pulseaudio/modules/remote-access/args7
33 args8 = /system/pulseaudio/modules/remote-access/args8
[all …]
/third_party/skia/third_party/externals/egl-registry/extensions/NV/
DEGL_NV_stream_remote.txt96 a more remote type will be less efficient in transfering images,
97 and therefore applications should choose the least remote type
186 Remote stream
193 If a remote EGLStream is created, as described in section "3.10.5.x
194 Remote streams", and is paired with an EGLStream object which has
234 represents one endpoint of a remote stream and has not yet
241 A new remote EGLStream is created in this state.
245 Occurs when a remote EGLStream object establishes communication with
272 additional extensions to indicate a remote stream. Where used,
294 used for a remote stream. Not all communication protocols are
[all …]
/third_party/EGL/extensions/NV/
DEGL_NV_stream_remote.txt96 a more remote type will be less efficient in transfering images,
97 and therefore applications should choose the least remote type
186 Remote stream
193 If a remote EGLStream is created, as described in section "3.10.5.x
194 Remote streams", and is paired with an EGLStream object which has
234 represents one endpoint of a remote stream and has not yet
241 A new remote EGLStream is created in this state.
245 Occurs when a remote EGLStream object establishes communication with
272 additional extensions to indicate a remote stream. Where used,
294 used for a remote stream. Not all communication protocols are
[all …]
/third_party/curl/docs/cmdline-opts/
Dremote-name.md4 Long: remote-name
6 Help: Write output to a file named as the remote file
11 - remote-name-all
13 - remote-header-name
18 # `--remote-name`
20 Write output to a local file named like the remote file we get. (Only the file
21 part of the remote file is used, the path is cut off.)
27 The remote file name to use for saving is extracted from the given URL,
29 server to be able to choose the file name refer to --remote-header-name which
Dremote-name-all.md4 Long: remote-name-all
5 Help: Use the remote file name for all URLs
10 - remote-name
12 - --remote-name-all ftp://example.com/file1 ftp://example.com/file2
15 # `--remote-name-all`
18 if --remote-name were used for each one. So if you want to disable that for a
19 specific URL after --remote-name-all has been used, you must use "-o -" or
20 --no-remote-name.
Dremote-time.md4 Long: remote-time
6 Help: Set the remote file's time on the local output
11 - remote-name
14 - --remote-time -o foo $URL
17 # `--remote-time`
19 Makes curl attempt to figure out the timestamp of the remote file that is
/third_party/mbedtls/tests/git-scripts/
Dpre-push.sh9 # Called by "git push" after it has checked the remote status, but before anything has been
15 # $1 -- Name of the remote to which the push is being done
18 # If pushing without using a named remote those arguments will be equal.
23 # <local ref> <local sha1> <remote ref> <remote sha1>
26 REMOTE="$1"
29 echo "REMOTE is $REMOTE"
/third_party/skia/tools/skqp/
Dmake_apk_list.py78 for remote in check_output(['git', 'remote']).strip().split('\n'):
79 remote = remote.strip()
80 url = check_output(['git', 'remote', 'get-url', remote]).strip()
82 arg = remote + '/' + branch
87 def table(o, remote, branch, excludes): argument
92 commits = [rev_parse((remote, branch))]
96 o.write('<h2>Remote: %s<br>Branch: %s</h2>\n' % (remote, branch))
112 commit_url = '%s/+/%s' % (remote, commit)
/third_party/skia/third_party/externals/tint/tools/src/cmd/remote-compile/
DCMakeLists.txt24 add_executable(tint-remote-compile ${SRC})
26 target_link_libraries (tint-remote-compile Threads::Threads)
27 target_include_directories(tint-remote-compile PRIVATE "${TINT_ROOT_SOURCE_DIR}")
35 target_sources(tint-remote-compile PRIVATE "msl_metal.mm")
36 …target_compile_definitions(tint-remote-compile PRIVATE "-DTINT_ENABLE_MSL_COMPILATION_USING_METAL_…
37 target_compile_options(tint-remote-compile PRIVATE "-fmodules" "-fcxx-modules")
38 target_link_options(tint-remote-compile PRIVATE "-framework" "CoreGraphics")
/third_party/curl/docs/libcurl/
Dcurl_mime_filename.md15 curl_mime_filename - set a mime part's remote file name
28 curl_mime_filename(3) sets a mime part's remote filename. When remote
30 content source. A part's remote filename is transmitted to the server in the
33 *part* is the part's handle to assign the remote filename to.
36 to NULL to remove a previously attached remote filename.
38 The remote filename string is copied into the part, thus the associated
/third_party/rust/crates/serde/serde_derive/src/
Dthis.rs5 if let Some(remote) = cont.attrs.remote() { in this_type()
6 let mut this = remote.clone(); in this_type()
19 if let Some(remote) = cont.attrs.remote() { in this_value()
20 let mut this = remote.clone(); in this_value()
/third_party/curl/tests/data/
Dtest1021103 http://test.remote.example.com.%TESTNUMBER:%HTTPPORT/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%H…
110 CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
111 Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
115 CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
116 Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
121 CONNECT test.remote.example.com.%TESTNUMBER:%HTTPPORT HTTP/1.1
122 Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
128 Host: test.remote.example.com.%TESTNUMBER:%HTTPPORT
Dtest20682 http://test.remote.haxx.se.%TESTNUMBER:8990/path/%TESTNUMBER0002 --proxy http://%HOSTIP:%HTTPPORT -…
89 CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
90 Host: test.remote.haxx.se.%TESTNUMBER:8990
94 CONNECT test.remote.haxx.se.%TESTNUMBER:8990 HTTP/1.1
95 Host: test.remote.haxx.se.%TESTNUMBER:8990
96 Proxy-Authorization: Digest username="silly", realm="weirdorealm", nonce="12345", uri="test.remote.…
101 Host: test.remote.haxx.se.%TESTNUMBER:8990

12345678910>>...56