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

1 2 3

  /system/core/sh/
redir.h 37 /* flags passed to redirect */
43 void redirect(union node *, int);
nodes.h 45 union node *redirect; member in struct:ncmd
59 union node *redirect; member in struct:nredir
nodes.c 133 calcsize(n->ncmd.redirect);
142 calcsize(n->nredir.redirect);
229 new->ncmd.redirect = copynode(n->ncmd.redirect);
240 new->nredir.redirect = copynode(n->nredir.redirect);
eval.c 252 expredir(n->nredir.redirect);
253 redirect(n->nredir.redirect, REDIR_PUSH);
429 expredir(n->nredir.redirect);
436 redirect(n->nredir.redirect, 0);
729 expredir(cmd->ncmd.redirect);
926 redirect(cmd->ncmd.redirect, REDIR_PUSH);
1003 redirect(cmd->ncmd.redirect, mode)
    [all...]
  /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);
  /frameworks/native/cmds/dumpstate/
dumpstate.h 39 /* redirect output to a service control socket */
40 void redirect_to_socket(FILE *redirect, const char *service);
42 /* redirect output to a file, optionally gzipping; returns gzip pid */
43 pid_t redirect_to_file(FILE *redirect, char *path, int gzip_level);
utils.c 344 /* redirect output to a service control socket */
345 void redirect_to_socket(FILE *redirect, const char *service) {
364 fflush(redirect);
365 dup2(fd, fileno(redirect));
369 /* redirect output to a file, optionally gzipping; returns gzip pid (or -1) */
370 pid_t redirect_to_file(FILE *redirect, char *path, int gzip_level) {
401 fflush(redirect);
430 dup2(fd, fileno(redirect));
  /external/chromium/third_party/libjingle/source/talk/base/
asynchttprequest.h 76 // Fail redirects to allow analysis of redirect urls, etc.
78 void set_fail_redirect(bool redirect) { fail_redirect_ = redirect; }
80 // Returns the redirect when redirection occurs
  /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...]
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
21 <?cs if:sdk.redirect ?>
27 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
29 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
34 <?cs # else, if NOT redirect ...
69 # (nested in if/else redirect)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
StreamingMediaPlayerTest.java 142 private void localHttpAudioStreamTest(final String name, boolean redirect, boolean nolength)
147 if (redirect) {
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 392 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
393 redirect->fire(m_frame);
396 void NavigationScheduler::schedule(PassOwnPtr<ScheduledNavigation> redirect)
400 // If a redirect was scheduled during a load, then stop the current load.
403 if (redirect->wasDuringLoad()) {
410 m_redirect = redirect;
437 OwnPtr<ScheduledNavigation> redirect(m_redirect.release());
438 if (redirect)
439 redirect->didStopTimer(m_frame, newLoadInProgress);
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
28 <?cs if:sdk.redirect ?>
34 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
36 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
41 <?cs # else, if NOT redirect ...
72 # (nested in if/else redirect)
    [all...]
  /build/tools/droiddoc/templates-sac/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
27 <?cs if:sdk.redirect ?>
33 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
35 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
40 <?cs # else, if NOT redirect ...
71 # (nested in if/else redirect)
    [all...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 4 <?cs if:sdk.redirect ?>
8 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
27 <?cs if:sdk.redirect ?>
33 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
35 if:sdk.redirect.path ?><?cs var:sdk.redirect.path ?><?cs
40 <?cs # else, if NOT redirect ...
71 # (nested in if/else redirect)
    [all...]
  /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());
  /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/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 45 * <tr><td>302</td><td>redirect</td><td>MODIFY</td></tr>
329 public static final Condition redirect = new Condition("redirect"); field in class:XMPPError.Condition
396 instances.put(Condition.redirect, new XMPPError.ErrorSpecification(
397 Condition.redirect, Type.MODIFY, 302));
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.h 135 void redirect(ResourceResponse&, const QUrl&);
  /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);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactEditorActivity.java 228 Uri rawContactUri, Bundle intentExtras, boolean redirect) {
243 if (redirect) {
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 193 * a redirect code with the Location response header set to the value
195 * @param redirect The location to be redirected to
198 public void setRedirect(String redirect, int code) {
199 redirectHost = redirect;
201 log("Server will redirect output to "+redirect+" code "+code);
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 179 * a redirect code with the Location response header set to the value
181 * @param redirect The location to be redirected to
184 public void setRedirect(String redirect, int code) {
185 redirectHost = redirect;
187 log("Server will redirect output to "+redirect+" code "+code);
  /external/openssl/crypto/threads/
netware.bat 9 rem want to redirect stdout and stderr. An example command line would be
  /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...]

Completed in 1051 milliseconds

1 2 3