HomeSort by relevance Sort by last modified time
    Searched full:redirection (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /external/webkit/WebCore/manual-tests/
redirect.html 1 <meta http-equiv="refresh" content="0;url=redirection-target.html">
2 <p>See redirection-target.html for details of what this tests.</p>
redirection-target.html 2 This test checks that redirection does not leave Safari thinking it's still loading.
  /external/webkit/WebCore/loader/
RedirectScheduler.cpp 51 enum Type { redirection, locationChange, historyNavigation, formSubmission }; enumerator in enum:WebCore::ScheduledRedirection::Type
69 : type(redirection)
252 case ScheduledRedirection::redirection:
269 // redirects. We also avoid the possibility of cancelling the current load by avoiding the scheduled redirection altogether.
298 OwnPtr<ScheduledRedirection> redirection(m_scheduledRedirection.release());
301 switch (redirection->type) {
302 case ScheduledRedirection::redirection:
304 loader->changeLocation(KURL(ParsedURLString, redirection->url), redirection->referrer,
305 redirection->lockHistory, redirection->lockBackForwardList, redirection->wasUserGesture, redirection->wasRefre (…)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RedirectEnter.java 32 * Entry into our redirection example, describing what will happen.
52 // Here we start up the main entry point of our redirection
RedirectGetter.java 30 * Sub-activity that is executed by the redirection example when input is needed
  /development/samples/ApiDemos/res/layout/
redirect_enter.xml 17 <!-- Demonstrates redirection between activities.
redirect_getter.xml 17 <!-- Demonstrates redirection between activities.
redirect_main.xml 17 <!-- Demonstrates redirection between activities.
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/VMS/
vms-code.c 16 output redirection request; called first thing from main(). */
34 * Check command line arguments for redirection request(s).
81 /* perform any requested redirection; don't bother with SYS$xxx logicals */
93 /* remove any excess arguments (used up from redirection) */
  /frameworks/base/core/java/android/util/
Printer.java 20 * Simple interface for printing text, allowing redirection to various
  /system/core/sh/
nodetypes 67 NREDIR nredir # redirection (of a complex command)
120 next nodeptr # next redirection in list
128 next nodeptr # next redirection in list
137 next nodeptr # next redirection in list
token.h 74 "redirection",
expand.h 54 #define EXP_REDIR 0x8 /* file glob for a redirection (1 match only) */
redir.c 54 * Code for dealing with input/output redirection.
99 * Process a list of redirection commands. If the REDIR_PUSH flag is set,
100 * old file descriptors are stashed away so that the redirection can be
295 * Undo the effects of the last redirection.
  /external/v8/src/mips/
simulator-mips.cc 523 class Redirection {
525 Redirection(void* external_function, bool fp_return)
540 static Redirection* Get(void* external_function, bool fp_return) {
541 Redirection* current;
545 return new Redirection(external_function, fp_return);
548 static Redirection* FromSwiInstruction(Instruction* swi_instruction) {
551 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
552 return reinterpret_cast<Redirection*>(addr_of_redirection);
559 Redirection* next_;
560 static Redirection* list_
569 Redirection* redirection = Redirection::Get(external_function, fp_return); local
799 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]
  /external/iptables/
ip6tables-restore.8 30 I/O redirection provided by your shell to read from a file
ip6tables-save.8 30 to STDOUT. Use I/O-redirection provided by your shell to write to a file.
iptables-restore.8 30 I/O redirection provided by your shell to read from a file
iptables-save.8 30 to STDOUT. Use I/O-redirection provided by your shell to write to a file.
  /external/qemu/android/utils/
debug.c 67 /** STDOUT/STDERR REDIRECTION
debug.h 81 /** STDOUT/STDERR REDIRECTION
  /external/stlport/stlport/
iostream 32 // for ofstream redirection
  /libcore/luni/src/main/java/java/net/
HttpRetryException.java 57 * the destination URL of the redirection.
  /ndk/sources/cxx-stl/stlport/stlport/
iostream 32 // for ofstream redirection
  /external/v8/src/arm/
simulator-arm.cc 480 class Redirection {
482 Redirection(void* external_function, bool fp_return)
497 static Redirection* Get(void* external_function, bool fp_return) {
498 Redirection* current;
502 return new Redirection(external_function, fp_return);
505 static Redirection* FromSwiInstruction(Instr* swi_instruction) {
508 addr_of_swi - OFFSET_OF(Redirection, swi_instruction_);
509 return reinterpret_cast<Redirection*>(addr_of_redirection);
516 Redirection* next_;
517 static Redirection* list_
526 Redirection* redirection = Redirection::Get(external_function, fp_return); local
1182 Redirection* redirection = Redirection::FromSwiInstruction(instr); local
    [all...]

Completed in 2381 milliseconds

1 2 3 4 5 6