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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/deps/fakegudev/src/
fakesyscalls.c 162 fake_syscalls_debug ("Error parsing redirection: |%s|. Malformed map?",
169 fake_syscalls_debug ("Error parsing redirection: |%s|."
176 fake_syscalls_debug ("Inserted redirection: |%s|->|%s|",
193 const char *redirection; local
201 redirection = (char *) g_hash_table_lookup (file_redirection_map, pathname);
202 if (redirection == NULL)
203 redirection = pathname;
216 pathname, flags, mode, redirection, flags, mode);
217 return realfunc (redirection, flags, mode);
221 pathname, flags, redirection, flags)
230 const char *redirection; local
    [all...]
test-fakesyscalls.sh 11 # build up the redirection envrionment variable
22 # Successful redirection
30 # Malformed map --> unsuccessful redirection
38 # Relative path in map --> unsuccessful redirection
46 # Does not exist in map --> no redirection.
57 # Relative path in open() --> unsuccessful redirection
  /external/iptables/include/linux/netfilter/
xt_TPROXY.h 7 * redirection. We can get rid of that whenever we get support for
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_TPROXY.h 7 * redirection. We can get rid of that whenever we get support for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_TPROXY.h 5 * redirection. We can get rid of that whenever we get support for
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_TPROXY.h 7 * redirection. We can get rid of that whenever we get support for
  /external/chromium-trace/catapult/third_party/webapp2/docs/api/webapp2_extras/
routes.rst 9 redirection.
  /external/curl/docs/libcurl/
getinfo-times 25 RT = CURLINFO_REDIRECT_TIME. The time it took for all redirection steps
27 transaction was started. So, this is zero if no redirection took place.
  /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
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
StreamRedirector.java 34 * <p>This class provides redirection of debuggee output and error streams to logWriter.
86 * Notifies redirector to stop stream redirection.
  /external/curl/docs/libcurl/opts/
CURLOPT_POSTREDIR.3 36 convert POST requests into GET requests when following a 301 redirection.
45 POST to remain a POST after such a redirection. This option is meaningful only
CURLOPT_MAXREDIRS.3 31 Pass a long. The set number will be the redirection limit \fIamount\fP. If
  /sdk/find_java2/src/
utils.h 51 // Disables the FS redirection done by WOW64.
58 // Reverts the redirection disabled in disableWow64FsRedirection.
  /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/curl/docs/examples/
simple.c 33 /* example.com is redirected, so we tell libcurl to follow redirection */
  /external/curl/tests/data/
test1073 2 # Redirection is used to force curl to realize that the server is
  /external/libxml2/python/tests/
ctxterror.py 3 # This test exercise the redirection of error messages with a
error.py 3 # This test exercise the redirection of error messages with a
  /external/valgrind/memcheck/tests/
wrap8.stderr.exp-ppc64 2 PPC64 function redirection stack overflow
  /frameworks/base/core/java/android/util/
Printer.java 20 * Simple interface for printing text, allowing redirection to various
  /frameworks/support/compat/java/android/support/v4/content/
SharedPreferencesCompat.java 56 // Note that this redirection is needed to not break the public API chain
  /packages/apps/Settings/
wrap_alpha.py 16 # build xml redirection
  /sdk/find_java/src/source/
utils.cpp 150 // Disables the FS redirection done by WOW64.
154 // The registry is also remapped. This method disables this redirection.
155 // Caller should restore the redirection later by using revertWow64FsRedirection().
181 // Reverts the redirection disabled in disableWow64FsRedirection.

Completed in 710 milliseconds

1 2 3 4 5 6 7 8 91011>>