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.cpp939 /* redirect output to a service control socket */
940 void redirect_to_socket(FILE *redirect, const char *service) { argument
942 fflush(redirect);
943 dup2(fd, fileno(redirect));
974 /* redirect output to a file */
975 void redirect_to_file(FILE *redirect, char *path) { argument
985 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 111 milliseconds