Searched defs:redirect (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/CoreTests/android/core/
H A DTestWebServer.java193 * 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) { argument
199 redirectHost = redirect;
201 log("Server will redirect output to "+redirect+" code "+code);
/frameworks/native/cmds/dumpstate/
H A Dutils.c548 /* redirect output to a service control socket */
549 void redirect_to_socket(FILE *redirect, const char *service) { argument
569 fflush(redirect);
570 dup2(fd, fileno(redirect));
574 /* redirect output to a file */
575 void redirect_to_file(FILE *redirect, char *path) { argument
599 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect)));
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 109 milliseconds