Home
last modified time | relevance | path

Searched refs:redirection (Results 1 – 25 of 139) sorted by relevance

123456

/external/autotest/client/deps/fakegudev/src/
Dfakesyscalls.c193 const char *redirection; in open() local
201 redirection = (char *) g_hash_table_lookup (file_redirection_map, pathname); in open()
202 if (redirection == NULL) in open()
203 redirection = pathname; in open()
216 pathname, flags, mode, redirection, flags, mode); in open()
217 return realfunc (redirection, flags, mode); in open()
221 pathname, flags, redirection, flags); in open()
222 return realfunc (redirection, flags); in open()
230 const char *redirection; in creat() local
235 redirection = (char *) g_hash_table_lookup (file_redirection_map, pathname); in creat()
[all …]
/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1beta2/src/main/proto/google/devtools/artifactregistry/v1beta2/
Dsettings.proto38 // The possible redirection states for legacy repositories.
40 // No redirection status has been set.
62 // The redirection state of the legacy repositories in this project.
66 // Gets the redirection status for a project.
/external/google-cloud-java/java-artifact-registry/proto-google-cloud-artifact-registry-v1/src/main/proto/google/devtools/artifactregistry/v1/
Dsettings.proto38 // The possible redirection states for legacy repositories.
40 // No redirection status has been set.
62 // The redirection state of the legacy repositories in this project.
66 // Gets the redirection status for a project.
/external/googleapis/google/devtools/artifactregistry/v1/
Dsettings.proto38 // The possible redirection states for legacy repositories.
40 // No redirection status has been set.
62 // The redirection state of the legacy repositories in this project.
66 // Gets the redirection status for a project.
/external/googleapis/google/devtools/artifactregistry/v1beta2/
Dsettings.proto38 // The possible redirection states for legacy repositories.
40 // No redirection status has been set.
62 // The redirection state of the legacy repositories in this project.
66 // Gets the redirection status for a project.
/external/lz4/
DINSTALL10 including [staged installs], [redirection], or [command redefinition].
15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
DREADME.md76 including [staged installs], [redirection], or [command redefinition].
81 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
/external/curl/docs/libcurl/opts/
DCURLINFO_REDIRECT_TIME_T.md20 CURLINFO_REDIRECT_TIME_T - get the time for all redirection steps
34 took for all redirection steps include name lookup, connect, pretransfer and
DCURLINFO_REDIRECT_TIME.md20 CURLINFO_REDIRECT_TIME - get the time for all redirection steps
34 all redirection steps include name lookup, connect, pretransfer and transfer
DCURLOPT_POSTREDIR.md37 a 301 redirection. Setting bit 1 (value **CURL_REDIR_POST_302**) makes
45 POST to remain a POST after such a redirection. This option is meaningful only
DCURLOPT_MAXREDIRS.md30 Pass a long. The set number is the redirection limit *amount*. If that
DCURLOPT_FOLLOWLOCATION.md90 /* example.com is redirected, so we tell libcurl to follow redirection */
/external/tensorflow/tensorflow/core/profiler/builds/
Dbuild_config.bzl1 """Provides a redirection point for platform specific implementations of Starlark utilities."""
/external/tensorflow/tensorflow/core/platform/
Dbuild_config_root.bzl1 """Provides a redirection point for platform specific implementations of starlark utilities."""
Dbuild_config.bzl1 """Provides a redirection point for platform specific implementations of starlark utilities."""
/external/curl/docs/cmdline-opts/
Dpost303.md22 303 redirection. This option is meaningful only when using --location.
Dpost302.md23 server may require a POST to remain a POST after such a redirection. This
Dpost301.md23 server may require a POST to remain a POST after such a redirection. This
/external/coreboot/src/soc/intel/skylake/acpi/
Dpci_irqs.asl31 /* D22: CSME (HECI, IDE-R, KT redirection */
88 /* D22: CSME (HECI, IDE-R, KT redirection */
/external/curl/docs/libcurl/
Dcurl_easy_getinfo.md256 The time it took for all redirection steps include name lookup, connect,
258 zero if no redirection took place. As a double. See CURLINFO_REDIRECT_TIME(3)
262 The time it took for all redirection steps include name lookup, connect,
264 zero if no redirection took place. In number of microseconds. See
/external/curl/tests/data/
Dtest310166 HTTP auth without redirection protocols
Dtest141852 # This is the first reply after the redirection
Dtest8939 # This is the first reply after the redirection
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-033.md27 does a double redirection to access an element of an array allocated on the
/external/cldr/docs/site/development/cldr-big-red-switch/
Dgenerating-charts.md52 3. Check the redirection links on [test\-chart\-links](https://cldr.unicode.org/development/cldr-bi…

123456