HomeSort by relevance Sort by last modified time
    Searched refs:redirection (Results 1 - 9 of 9) sorted by null

  /system/core/sh/
mktokens 52 TREDIR 0 redirection
  /external/valgrind/main/memcheck/tests/
wrap8.stderr.exp 2 PPC64 function redirection stack overflow
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 498 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)
509 QUrl newUrl = m_replyWrapper->reply()->url().resolved(redirection);
520 QCoreApplication::translate("QWebPage", "Redirection limit reached"));
  /external/v8/src/mips/
simulator-mips.cc 934 class Redirection {
936 Redirection(void* external_function, ExternalReference::Type type)
984 Redirection* redirection = Redirection::Get(external_function, type); local
1422 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 803 class Redirection {
805 Redirection(void* external_function, ExternalReference::Type type)
826 static Redirection* Get(void* external_function,
829 Redirection* current = isolate->simulator_redirection();
833 return new Redirection(external_function, type);
836 static Redirection* FromSwiInstruction(Instruction* swi_instruction) {
839 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
840 return reinterpret_cast<Redirection*>(addr_of_redirection);
847 Redirection* next_;
853 Redirection* redirection = Redirection::Get(external_function, type) local
1736 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 302 throw new ErrorException('Endless redirection!');
  /external/v8/src/
isolate.h 98 class Redirection;
    [all...]
  /ndk/
ndk-gdb.py 644 # Setup network redirection
645 log('Setup network redirection')
650 error('''Could not setup network redirection to gdbserver?
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 110 --trace-redir=no|yes show redirection details? [no]

Completed in 1027 milliseconds