Searched refs:redirection (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dwrap8.stderr.exp2 PPC64 function redirection stack overflow
/external/webkit/Source/WebCore/platform/network/qt/
H A DQNetworkReplyHandler.cpp498 QUrl redirection = m_replyWrapper->reply()->attribute(QNetworkRequest::RedirectionTargetAttribute).toUrl(); local
499 if (redirection.isValid()) {
500 redirect(response, redirection);
507 void QNetworkReplyHandler::redirect(ResourceResponse& response, const QUrl& redirection) argument
509 QUrl newUrl = m_replyWrapper->reply()->url().resolved(redirection);
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Ddos.php22 * - Highlight pipes and redirection (do we really need this?)
/external/v8/src/mips/
H A Dsimulator-mips.cc984 Redirection* redirection = Redirection::Get(external_function, type); local
985 return redirection->address_of_swi_instruction();
1422 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
1434 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) ||
1435 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) ||
1436 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) ||
1437 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL);
1444 switch (redirection->type()) {
1471 reinterpret_cast<intptr_t>(redirection->external_function());
1483 switch (redirection
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc853 Redirection* redirection = Redirection::Get(external_function, type); local
854 return redirection->address_of_swi_instruction();
1736 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
1745 (redirection->type() == ExternalReference::BUILTIN_FP_FP_CALL) ||
1746 (redirection->type() == ExternalReference::BUILTIN_COMPARE_CALL) ||
1747 (redirection->type() == ExternalReference::BUILTIN_FP_CALL) ||
1748 (redirection->type() == ExternalReference::BUILTIN_FP_INT_CALL);
1754 switch (redirection->type()) {
1779 reinterpret_cast<intptr_t>(redirection->external_function());
1786 switch (redirection
[all...]
/external/v8/src/
H A Disolate.h958 void set_simulator_redirection(Redirection* redirection) { argument
959 simulator_redirection_ = redirection;
/external/valgrind/main/none/tests/
H A Dcmdline2.stdout.exp110 --trace-redir=no|yes show redirection details? [no]

Completed in 3990 milliseconds