HomeSort by relevance Sort by last modified time
    Searched refs:redirection (Results 1 - 16 of 16) 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/chromium_org/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
1424 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 805 class Redirection {
807 Redirection(void* external_function, ExternalReference::Type type)
828 static Redirection* Get(void* external_function,
831 Redirection* current = isolate->simulator_redirection();
838 return new Redirection(external_function, type);
841 static Redirection* FromSwiInstruction(Instruction* swi_instruction) {
844 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
845 return reinterpret_cast<Redirection*>(addr_of_redirection);
852 Redirection* next_;
858 Redirection* redirection = Redirection::Get(external_function, type) local
1716 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 152 '''Follow redirection until a non-redirectable page is reached. Start at
156 and a list of the pages reached including |starting_url|. If no redirection
  /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/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 302 throw new ErrorException('Endless redirection!');
  /external/chromium_org/remoting/webapp/
client_plugin.js 141 * Enable/disable redirection of the specified key to the web-app.
client_plugin_async.js 470 * Enable/disable redirection of the specified key to the web-app.
  /external/chromium_org/v8/src/
isolate.h 107 class Redirection;
    [all...]
  /external/v8/src/
isolate.h 98 class Redirection;
    [all...]
  /ndk/
ndk-gdb.py 708 # Setup network redirection
709 log('Setup network redirection')
714 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]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/
background.js 82 // One common redirection case: if the url ends without a slash and refers

Completed in 408 milliseconds