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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/lit/tests/Inputs/shtest-shell/
error-2.txt 1 # Check error on a unsupported redirect.
  /frameworks/base/docs/html/sdk/1.0_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.0_r2/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.1_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.5_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.5_r2/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.5_r3/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/sdk/1.6_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=index.html
  /frameworks/base/docs/html/tools/sdk/ndk/1.5_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=ndk/index.html
  /frameworks/base/docs/html/tools/sdk/ndk/1.6_r1/
index.jd 2 sdk.redirect=true
3 sdk.redirect.path=ndk/index.html
  /external/fio/lib/
linux-dev-lookup.h 4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
linux-dev-lookup.c 10 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
35 found = blktrace_lookup_device(redirect, full_path,
51 if (redirect) {
52 strcpy(path, redirect);
  /external/kernel-headers/original/uapi/linux/netfilter_bridge/
ebt_redirect.h 8 #define EBT_REDIRECT_TARGET "redirect"
  /frameworks/base/docs/html/tools/sdk/preview/
index.jd 1 sdk.redirect=true
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 9 #define EBT_REDIRECT_TARGET "redirect"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter_bridge/
ebt_redirect.h 8 #define EBT_REDIRECT_TARGET "redirect"
  /external/slf4j/slf4j-site/src/site/pages/
.htaccess 0 Redirect permanent /log4j-over-slf4j.html http://www.slf4j.org/legacy.html#log4j-over-slf4
  /ndk/sources/cpufeatures/
Android.mk 2 # this file is only provided to redirect to the real one.
  /external/iproute2/include/linux/tc_act/
tc_mirred.h 8 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
10 #define TCA_INGRESS_REDIR 3 /* packet redirect to INGRESS*/
  /external/kernel-headers/original/uapi/linux/tc_act/
tc_mirred.h 8 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
10 #define TCA_INGRESS_REDIR 3 /* packet redirect to INGRESS*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/tc_act/
tc_mirred.h 8 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
10 #define TCA_INGRESS_REDIR 3 /* packet redirect to INGRESS*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/tc_act/
tc_mirred.h 8 #define TCA_EGRESS_REDIR 1 /* packet redirect to EGRESS*/
10 #define TCA_INGRESS_REDIR 3 /* packet redirect to INGRESS*/
  /external/jetty/src/java/org/eclipse/jetty/webapp/
WebDescriptor.java 105 redirect(xmlParser,"web-app_2_2.dtd",dtd22); method
106 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN",dtd22); method
107 redirect(xmlParser,"web.dtd",dtd23); method
108 redirect(xmlParser,"web-app_2_3.dtd",dtd23); method
109 redirect(xmlParser,"-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN",dtd23); method
110 redirect(xmlParser,"XMLSchema.dtd",schemadtd); method
111 redirect(xmlParser,"http://www.w3.org/2001/XMLSchema.dtd",schemadtd); method
112 redirect(xmlParser,"-//W3C//DTD XMLSCHEMA 200102//EN",schemadtd); method
113 redirect(xmlParser,"jsp_2_0.xsd",jsp20xsd); method
114 redirect(xmlParser,"http://java.sun.com/xml/ns/j2ee/jsp_2_0.xsd",jsp20xsd) method
115 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/jsp_2_1.xsd",jsp21xsd); method
116 redirect(xmlParser,"j2ee_1_4.xsd",j2ee14xsd); method
117 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/j2ee\/j2ee_1_4.xsd",j2ee14xsd); method
118 redirect(xmlParser,"web-app_2_4.xsd",webapp24xsd); method
119 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/j2ee\/web-app_2_4.xsd",webapp24xsd); method
120 redirect(xmlParser,"web-app_2_5.xsd",webapp25xsd); method
121 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-app_2_5.xsd",webapp25xsd); method
122 redirect(xmlParser,"web-app_3_0.xsd",webapp30xsd); method
123 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-app_3_0.xsd",webapp30xsd); method
124 redirect(xmlParser,"web-common_3_0.xsd",webcommon30xsd); method
125 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-common_3_0.xsd",webcommon30xsd); method
126 redirect(xmlParser,"web-fragment_3_0.xsd",webfragment30xsd); method
127 redirect(xmlParser,"http:\/\/java.sun.com\/xml\/ns\/javaee\/web-fragment_3_0.xsd",webfragment30xsd); method
128 redirect(xmlParser,"xml.xsd",xmlxsd); method
129 redirect(xmlParser,"http:\/\/www.w3.org\/2001\/xml.xsd",xmlxsd); method
130 redirect(xmlParser,"datatypes.dtd",datatypesdtd); method
131 redirect(xmlParser,"http:\/\/www.w3.org\/2001\/datatypes.dtd",datatypesdtd); method
132 redirect(xmlParser,"j2ee_web_services_client_1_1.xsd",webservice11xsd); method
133 redirect(xmlParser,"http:\/\/www.ibm.com\/webservices\/xsd\/j2ee_web_services_client_1_1.xsd",webservice11xsd); method
134 redirect(xmlParser,"javaee_web_services_client_1_2.xsd",webservice12xsd); method
135 redirect(xmlParser,"http:\/\/www.ibm.com\/webservices\/xsd\/javaee_web_services_client_1_2.xsd",webservice12xsd); method
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/docs/apidoc/
redirect.html 1 <html><head><title>Epydoc Redirect Page</title>
19 <h3>Epydoc Auto-redirect page</h3>
21 <p>When javascript is enabled, this page will redirect URLs of
22 the form <tt>redirect.html#<i>dotted.name</i></tt> to the
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/docs/apidoc/
redirect.html 1 <html><head><title>Epydoc Redirect Page</title>
19 <h3>Epydoc Auto-redirect page</h3>
21 <p>When javascript is enabled, this page will redirect URLs of
22 the form <tt>redirect.html#<i>dotted.name</i></tt> to the

Completed in 453 milliseconds

1 2 3 4 5 6 7 8 91011>>