Searched defs:redirect (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/tests/CoreTests/android/core/ |
H A D | 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) { argument 199 redirectHost = redirect; 201 log("Server will redirect output to "+redirect+" code "+code);
|
/frameworks/native/cmds/dumpstate/ |
H A D | utils.cpp | 754 /* redirect output to a service control socket */ 755 void redirect_to_socket(FILE *redirect, const char *service) { argument 757 fflush(redirect); 758 dup2(fd, fileno(redirect)); 789 void _redirect_to_file(FILE *redirect, char *path, int truncate_flag) { argument 800 TEMP_FAILURE_RETRY(dup2(fd, fileno(redirect))); 804 void redirect_to_file(FILE *redirect, char *path) { argument 805 _redirect_to_file(redirect, path, O_TRUNC); 808 void redirect_to_existing_file(FILE *redirect, char *path) { argument 809 _redirect_to_file(redirect, pat [all...] |
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 73 milliseconds