HomeSort by relevance Sort by last modified time
    Searched defs:redirect (Results 1 - 20 of 20) sorted by null

  /packages/apps/Exchange/exchange2/src/com/android/exchange/
SettingsRedirector.java 39 Intent redirect = new Intent( local
42 redirect.setFlags(Intent.FLAG_ACTIVITY_FORWARD_RESULT);
43 startActivity(redirect);
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-php/
index.php 122 // This section performs the OpenID dance with the normal redirect. Use it
148 $redirect = $_SESSION['redirect_to']; variable
150 header('Location: ' . $redirect);
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 74 RecordedRequest redirect = server.takeRequest(); local
75 assertEquals("GET /new-path HTTP/1.1", redirect.getRequestLine());
  /system/core/sh/
redir.c 89 * background commands, where we want to redirect fd0 to /dev/null only
107 redirect(union node *redir, int flags) function
134 continue; /* redirect from/to same file descriptor */
nodes.h 45 union node *redirect; member in struct:ncmd
59 union node *redirect; member in struct:nredir
  /external/chromium/chrome/browser/autocomplete/
history_url_provider_unittest.cc 312 // (the redirect set below will also increment the visit counts). We want
319 static const RedirectCase redirect[] = { local
324 for (size_t i = 0; i < ARRAYSIZE_UNSAFE(redirect); i++) {
325 history_service_->AddPageWithDetails(GURL(redirect[i].url),
327 redirect[i].count, redirect[i].count,
332 // Create a B->C->A redirect chain, but set the visit counts such that they
337 redirects_to_a.push_back(GURL(redirect[1].url));
338 redirects_to_a.push_back(GURL(redirect[2].url));
339 redirects_to_a.push_back(GURL(redirect[0].url))
    [all...]
  /external/emma/core/java12/com/vladium/util/
Property.java 509 final String redirect = (String) m_systemRedirects.get (key); local
511 if (redirect != null)
513 result = getSystemProperty (redirect, null);
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 500 redirect(response, redirection);
507 void QNetworkReplyHandler::redirect(ResourceResponse& response, const QUrl& redirection) function in class:WebCore::QNetworkReplyHandler
527 // - If original request is POST convert to GET and redirect automatically
528 // Status Code 307 (Temporary Redirect) and all other redirect status codes:
537 // Should not set Referer after a redirect from a secure resource to non-secure one.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.cc 679 // If the error is a session redirect, call OnRedirectError, which will
681 SessionRedirect redirect; local
682 if (FindSessionRedirect(error_stanza, &redirect)) {
684 if (!OnRedirectError(redirect, &error)) {
687 LOG(LS_ERROR) << "Failed to redirect: " << error.text;
866 bool Session::OnRedirectError(const SessionRedirect& redirect,
873 if (!BareJidsEqual(remote_name_, redirect.target))
877 // When we receive a redirect, we point the session at the new JID
879 remote_name_ = redirect.target;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 119 Intent redirect = mRequest.getRedirectIntent(); local
120 if (redirect != null) {
122 startActivity(redirect);
PeopleActivity.java 292 * Resolve the intent and initialize {@link #mRequest}, and launch another activity if redirect
312 Intent redirect = mRequest.getRedirectIntent(); local
313 if (redirect != null) {
315 startActivity(redirect);
321 redirect = new Intent(this, ContactDetailActivity.class);
322 redirect.setAction(Intent.ACTION_VIEW);
323 redirect.setData(mRequest.getContactUri());
324 startActivity(redirect);
555 // We redirect this intent to the detail activity on 1-pane, so we don't get
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 135 /** The redirect handler. */
205 ("Redirect handler may not be null.");
930 HttpGet redirect = new HttpGet(uri); local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
run.c 985 fp = redirect(ptoi(a[1]), a[2]);
1597 FILE *redirect(int a, Node *b) \/* set up all i\/o redirections *\/ function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBstr.h 256 XkbRedirectKeyAction redirect; member in union:_XkbAction
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 256 XkbRedirectKeyAction redirect; member in union:_XkbAction
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBstr.h 256 XkbRedirectKeyAction redirect; member in union:_XkbAction
  /prebuilts/tools/common/http-client/
httpclient-4.1.1.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 

Completed in 978 milliseconds