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

  /external/valgrind/main/memcheck/tests/
wrap8.stderr.exp 2 PPC64 function redirection stack overflow
  /external/chromium_org/v8/src/mips/
simulator-mips.cc 916 class Redirection {
918 Redirection(void* external_function, ExternalReference::Type type)
939 static Redirection* Get(void* external_function,
942 Redirection* current = isolate->simulator_redirection();
946 return new Redirection(external_function, type);
949 static Redirection* FromSwiInstruction(Instruction* swi_instruction) {
952 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
953 return reinterpret_cast<Redirection*>(addr_of_redirection);
957 Redirection* redirection = FromSwiInstruction local
972 Redirection* redirection = Redirection::Get(external_function, type); local
1397 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 161 '''Follow redirection until a non-redirectable page is reached. Start at
165 and a list of the pages reached including |starting_url|. If no redirection
  /external/nanohttpd/
README.md 35 * File server does the 301 redirection trick for directories without ```/```.
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 787 class Redirection {
789 Redirection(void* external_function, ExternalReference::Type type)
810 static Redirection* Get(void* external_function,
813 Redirection* current = isolate->simulator_redirection();
820 return new Redirection(external_function, type);
823 static Redirection* FromSwiInstruction(Instruction* swi_instruction) {
826 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
827 return reinterpret_cast<Redirection*>(addr_of_redirection);
831 Redirection* redirection = FromSwiInstruction local
846 Redirection* redirection = Redirection::Get(external_function, type); local
1697 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/
openid.php 302 throw new ErrorException('Endless redirection!');
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 454 class Redirection {
456 Redirection(void* external_function, ExternalReference::Type type)
477 static Redirection* Get(void* external_function,
480 Redirection* current = isolate->simulator_redirection();
487 return new Redirection(external_function, type);
490 static Redirection* FromHltInstruction(Instruction* redirect_call) {
493 addr_of_hlt - OFFSET_OF(Redirection, redirect_call_);
494 return reinterpret_cast<Redirection*>(addr_of_redirection);
498 Redirection* redirection local
547 Redirection* redirection = Redirection::FromHltInstruction(instr); local
730 Redirection* redirection = Redirection::Get(external_function, type); local
    [all...]
  /ndk/
ndk-gdb.py 735 # Setup network redirection
736 log('Setup network redirection')
741 error('''Could not setup network redirection to gdbserver?
    [all...]
  /external/valgrind/main/none/tests/
cmdline2.stdout.exp 133 --trace-redir=no|yes show redirection details? [no]
  /external/chromium_org/remoting/webapp/
client_plugin.js 531 * Enable/disable redirection of the specified key to the web-app.

Completed in 672 milliseconds