/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/netinet/ |
ip_icmp.h | 192 #define ICMP_MOBILE_REDIRECT 32 /* mobile host redirect */
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/netinet/ |
ip_icmp.h | 192 #define ICMP_MOBILE_REDIRECT 32 /* mobile host redirect */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/netinet/ |
ip_icmp.h | 192 #define ICMP_MOBILE_REDIRECT 32 /* mobile host redirect */
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/netinet/ |
ip_icmp.h | 192 #define ICMP_MOBILE_REDIRECT 32 /* mobile host redirect */
|
/cts/tests/src/android/webkit/cts/ |
CtsTestServer.java | 101 public static final String REDIRECT_PREFIX = "/redirect"; 314 * When a client fetches this URL, the server will respond with a temporary redirect (302) 324 * When a client fetches this URL, the server will respond with a temporary redirect (302) [all...] |
/external/chromium/webkit/glue/ |
weburlloader_impl.cc | 516 // request that resulted from the redirect. 534 // Only follow the redirect if WebKit left the URL unmodified. 538 // We assume that WebKit only changes the URL to suppress a redirect, and we
|
/external/dropbear/ |
svr-chansession.c | 641 /* redirect stdin/stdout/stderr */ 667 /* redirect stdin/stdout */ 770 /* redirect stdin/stdout/stderr */
|
/external/llvm/utils/lit/lit/ |
TestRunner.py | 97 raise NotImplementedError,"Unsupported redirect: %r" % (r,) 106 raise NotImplementedError,"Unsupported redirect for stdin" 113 raise NotImplementedError,"Unsupported redirect on stdout"
|
/external/webkit/Source/WebCore/loader/ |
DocumentLoader.cpp | 164 // redirect at this point, but we can replace a committed dataSource. 172 // We should never be getting a redirect callback after the data 174 // would be a WebFoundation bug if it sent a redirect callback after commit.
|
/external/webkit/Source/WebCore/platform/network/soup/ |
ResourceHandleSoup.cpp | 230 // Should not set Referer after a redirect from a secure resource to non-secure one. 242 // Update the first party in case the base URL changed with the redirect 257 // some servers to redirect with a clunky http-equiv=REFRESH
|
/system/core/sh/ |
parser.c | 171 n3->nredir.redirect = NULL; 465 n1->nredir.redirect = NULL; 513 n1->nredir.redirect = redir; 545 * functions. There can not be a redirect or an argument between 591 n->ncmd.redirect = redir; [all...] |
/external/tcpdump/ |
print-isoclns.c | [all...] |
/packages/apps/Exchange/src/com/android/exchange/ |
EasSyncService.java | 608 * Gets the redirect location from the HTTP headers and uses that to modify the HttpPost so that 611 * @param resp the HttpResponse that indicates a redirect (451) 613 * @return the HttpPost, updated with the redirect location 630 * Send the POST command to the autodiscover server, handling a redirect, if necessary, and 637 * @return an HttpResponse from the original or redirect server 646 // On a redirect, try the new location 650 userLog("Posting autodiscover to redirect: " + post.getURI()); [all...] |
/external/ping/ |
ping.c | 1164 /* We fall here when a redirect or source quench arrived. [all...] |
/build/ |
envsetup.sh | 540 # We redirect cd to /dev/null in case it's aliased to 570 # We redirect cd to /dev/null in case it's aliased to 665 # We redirect cd to /dev/null in case it's aliased to
|
/external/bluetooth/glib/gobject/ |
gparam.c | 551 * returns that paramspec. Redirect is used typically for 1178 GParamSpec *redirect = g_param_spec_get_redirect_target (found); local [all...] |
/external/chromium/chrome/browser/autocomplete/ |
history_url_provider.cc | 407 // Put it on the front of the HistoryMatches for redirect culling. 749 // Find the first occurrence of any URL in the redirect chain. We want to 756 // Find any following occurrences of any URL in the redirect chain, these [all...] |
/external/llvm/lib/Analysis/ |
ProfileInfo.cpp | 364 /// to SecondBB its necessary to redirect the flow proporionally. 394 // When the edges are merged anyway, then redirect all flow. 769 // Check if there is a path to an block that has a known value and redirect [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
emulator.jd | 291 <td>Redirect radio modem interface to a host character device.</td> 363 <td>Redirect NMEA GPS to character device.</td> 383 <td>Redirect radio mode to the specified character device.</td>
|
/external/apache-http/src/org/apache/http/ |
HttpStatus.java | 93 /** <tt>307 Temporary Redirect</tt> (HTTP/1.1 - RFC 2616) */
|
/external/bluetooth/glib/ |
README.in | 138 "Windows subsystem" (GUI) applications. Simply redirect stdout or
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | 119 const char kMemoryRedirectPath[] = "memory-redirect"; 185 // redirect solves the problem by eliminating the process transition during the [all...] |
/external/chromium/chrome/browser/sync/engine/net/ |
server_connection_manager.cc | 197 // client and return HTTP OK instead of a redirect.
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 329 // BookmarkButtonCell. We redirect this information to our delegate.
|
/external/chromium/chrome/common/ |
automation_messages_internal.h | [all...] |