Home
last modified time | relevance | path

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

12345

/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/v8/src/
Dsimulator-base.h28 static Redirection* redirection() { return redirection_; } in redirection() function
147 Redirection* redirection = FromInstruction( in ReverseRedirection() local
149 return redirection->external_function(); in ReverseRedirection()
152 static void DeleteChain(Redirection* redirection) { in DeleteChain() argument
153 while (redirection != nullptr) { in DeleteChain()
154 Redirection* next = redirection->next_; in DeleteChain()
155 delete redirection; in DeleteChain() local
156 redirection = next; in DeleteChain()
Dsimulator-base.cc65 Redirection* redirection = Redirection::Get(external_function, type); in RedirectExternalReference() local
66 return redirection->address_of_instruction(); in RedirectExternalReference()
72 next_ = Simulator::redirection(); in Redirection()
90 Redirection* current = Simulator::redirection(); in Get()
/external/lz4/
DINSTALL10 including [staged installs], [redirection], or [command redefinition].
15 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
DREADME.md88 including [staged installs], [redirection], or [command redefinition].
93 [redirection]: https://www.gnu.org/prep/standards/html_node/Directory-Variables.html
/external/curl/docs/cmdline-opts/
Dpost301.d8 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous
11 a redirection. This option is meaningful only when using --location.
Dpost302.d8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous
11 a redirection. This option is meaningful only when using --location.
Dpost303.d9 remain a POST after a 303 redirection. This option is meaningful only when
Dmax-redirs.d6 Set maximum number of redirection-followings allowed. When --location is used,
Dwrite-out.d136 The time, in seconds, it took for all redirection steps including name lookup,
/external/v8/src/ppc/
Dsimulator-ppc.cc1209 Redirection* redirection = Redirection::FromInstruction(instr); in SoftwareInterrupt() local
1215 (redirection->type() == ExternalReference::BUILTIN_CALL_PAIR && in SoftwareInterrupt()
1232 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
1233 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
1234 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
1235 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
1240 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
1250 switch (redirection->type()) { in SoftwareInterrupt()
1278 switch (redirection->type()) { in SoftwareInterrupt()
1312 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/external/curl/tests/data/
Dtest141843 # This is the first reply after the redirection
Dtest8938 # This is the first reply after the redirection
Dtest9048 # This is the first reply after the redirection
/external/v8/src/arm/
Dsimulator-arm.cc1650 Redirection* redirection = Redirection::FromInstruction(instr); in SoftwareInterrupt() local
1664 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
1665 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
1666 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
1667 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
1672 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
1682 switch (redirection->type()) { in SoftwareInterrupt()
1709 switch (redirection->type()) { in SoftwareInterrupt()
1744 switch (redirection->type()) { in SoftwareInterrupt()
1758 } else if (redirection->type() == ExternalReference::DIRECT_API_CALL) { in SoftwareInterrupt()
[all …]
/external/v8/src/mips/
Dsimulator-mips.cc2211 Redirection* redirection = Redirection::FromInstruction(instr_.instr()); in SoftwareInterrupt() local
2227 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
2228 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
2229 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
2230 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
2237 switch (redirection->type()) { in SoftwareInterrupt()
2281 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
2296 switch (redirection->type()) { in SoftwareInterrupt()
2318 switch (redirection->type()) { in SoftwareInterrupt()
2353 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/external/v8/src/mips64/
Dsimulator-mips64.cc2165 Redirection* redirection = Redirection::FromInstruction(instr_.instr()); in SoftwareInterrupt() local
2181 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
2182 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
2183 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
2184 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
2191 switch (redirection->type()) { in SoftwareInterrupt()
2218 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
2233 switch (redirection->type()) { in SoftwareInterrupt()
2255 switch (redirection->type()) { in SoftwareInterrupt()
2290 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/external/ltp/testcases/kernel/fs/fs_bind/
DCHANGELOG51 Added logdir/errors redirection of stderr
/external/v8/src/s390/
Dsimulator-s390.cc1854 Redirection* redirection = Redirection::FromInstruction(instr); in SoftwareInterrupt() local
1860 redirection->type() == ExternalReference::BUILTIN_CALL_PAIR && in SoftwareInterrupt()
1880 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) || in SoftwareInterrupt()
1881 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) || in SoftwareInterrupt()
1882 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) || in SoftwareInterrupt()
1883 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL); in SoftwareInterrupt()
1891 reinterpret_cast<intptr_t>(redirection->external_function()); in SoftwareInterrupt()
1901 switch (redirection->type()) { in SoftwareInterrupt()
1929 switch (redirection->type()) { in SoftwareInterrupt()
1963 switch (redirection->type()) { in SoftwareInterrupt()
[all …]
/external/python/cpython2/Doc/library/
Durllib2.rst666 precise meanings of the various redirection codes.
673 redirection is received from the server. If a redirection should take place,
684 do allow automatic redirection of these responses, changing the POST to a
/external/libpng/contrib/pngminus/
DREADME91 be given as parameters or through redirection. Therefore the programs
/external/libpng/contrib/gregbook/
DREADME182 would convert the specified PPM file (using redirection) to PNG, auto-
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b3.rst338 Fix wrong redirection of a low descriptor (0 or 1) to stderr in subprocess
/external/python/cpython3/Doc/library/
Durllib.request.rst810 details of the precise meanings of the various redirection codes.
821 redirection is received from the server. If a redirection should take place,
832 do allow automatic redirection of these responses, changing the POST to a
1472 reality, browsers do allow automatic redirection of these responses, changing
/external/nanohttpd/src/site/markdown/
Dindex.md129 * File server does the 301 redirection trick for directories without `/`.

12345