Searched refs:redirection (Results 1 – 25 of 139) sorted by relevance
123456
/external/autotest/client/deps/fakegudev/src/ |
D | fakesyscalls.c | 193 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/ |
D | settings.proto | 38 // 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/ |
D | settings.proto | 38 // 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/ |
D | settings.proto | 38 // 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/ |
D | settings.proto | 38 // 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/ |
D | INSTALL | 10 including [staged installs], [redirection], or [command redefinition]. 15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
|
D | README.md | 76 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/ |
D | CURLINFO_REDIRECT_TIME_T.md | 20 CURLINFO_REDIRECT_TIME_T - get the time for all redirection steps 34 took for all redirection steps include name lookup, connect, pretransfer and
|
D | CURLINFO_REDIRECT_TIME.md | 20 CURLINFO_REDIRECT_TIME - get the time for all redirection steps 34 all redirection steps include name lookup, connect, pretransfer and transfer
|
D | CURLOPT_POSTREDIR.md | 37 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
|
D | CURLOPT_MAXREDIRS.md | 30 Pass a long. The set number is the redirection limit *amount*. If that
|
D | CURLOPT_FOLLOWLOCATION.md | 90 /* example.com is redirected, so we tell libcurl to follow redirection */
|
/external/tensorflow/tensorflow/core/profiler/builds/ |
D | build_config.bzl | 1 """Provides a redirection point for platform specific implementations of Starlark utilities."""
|
/external/tensorflow/tensorflow/core/platform/ |
D | build_config_root.bzl | 1 """Provides a redirection point for platform specific implementations of starlark utilities."""
|
D | build_config.bzl | 1 """Provides a redirection point for platform specific implementations of starlark utilities."""
|
/external/curl/docs/cmdline-opts/ |
D | post303.md | 22 303 redirection. This option is meaningful only when using --location.
|
D | post302.md | 23 server may require a POST to remain a POST after such a redirection. This
|
D | post301.md | 23 server may require a POST to remain a POST after such a redirection. This
|
/external/coreboot/src/soc/intel/skylake/acpi/ |
D | pci_irqs.asl | 31 /* D22: CSME (HECI, IDE-R, KT redirection */ 88 /* D22: CSME (HECI, IDE-R, KT redirection */
|
/external/curl/docs/libcurl/ |
D | curl_easy_getinfo.md | 256 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/ |
D | test3101 | 66 HTTP auth without redirection protocols
|
D | test1418 | 52 # This is the first reply after the redirection
|
D | test89 | 39 # This is the first reply after the redirection
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-033.md | 27 does a double redirection to access an element of an array allocated on the
|
/external/cldr/docs/site/development/cldr-big-red-switch/ |
D | generating-charts.md | 52 3. Check the redirection links on [test\-chart\-links](https://cldr.unicode.org/development/cldr-bi…
|
123456