/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/v8/src/ |
D | simulator-base.h | 28 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()
|
D | simulator-base.cc | 65 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/ |
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 | 88 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/ |
D | post301.d | 8 requests when following a 301 redirection. The non-RFC behaviour is ubiquitous 11 a redirection. This option is meaningful only when using --location.
|
D | post302.d | 8 requests when following a 302 redirection. The non-RFC behaviour is ubiquitous 11 a redirection. This option is meaningful only when using --location.
|
D | post303.d | 9 remain a POST after a 303 redirection. This option is meaningful only when
|
D | max-redirs.d | 6 Set maximum number of redirection-followings allowed. When --location is used,
|
D | write-out.d | 136 The time, in seconds, it took for all redirection steps including name lookup,
|
/external/v8/src/ppc/ |
D | simulator-ppc.cc | 1209 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/ |
D | test1418 | 43 # This is the first reply after the redirection
|
D | test89 | 38 # This is the first reply after the redirection
|
D | test90 | 48 # This is the first reply after the redirection
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1650 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/ |
D | simulator-mips.cc | 2211 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/ |
D | simulator-mips64.cc | 2165 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/ |
D | CHANGELOG | 51 Added logdir/errors redirection of stderr
|
/external/v8/src/s390/ |
D | simulator-s390.cc | 1854 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/ |
D | urllib2.rst | 666 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/ |
D | README | 91 be given as parameters or through redirection. Therefore the programs
|
/external/libpng/contrib/gregbook/ |
D | README | 182 would convert the specified PPM file (using redirection) to PNG, auto-
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.7.0b3.rst | 338 Fix wrong redirection of a low descriptor (0 or 1) to stderr in subprocess
|
/external/python/cpython3/Doc/library/ |
D | urllib.request.rst | 810 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/ |
D | index.md | 129 * File server does the 301 redirection trick for directories without `/`.
|