/external/sonivox/arm-hybrid-22k/host_src/ |
eas_report.c | 256 * Redirect debugger output to the specified file.
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_report.c | 256 * Redirect debugger output to the specified file.
|
/external/toybox/toys/pending/ |
getty.c | 119 // Get controlling terminal and redirect stdio
|
/frameworks/base/core/java/android/view/ |
ViewOverlay.java | 109 * redirect is necessary because the overlay is not a child of the host view
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/ |
gen_msvs_sln.sh | 27 --out=outfile Redirect output to a file
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_shared_library.cpp | 100 // Special case: redirect the dynamic linker symbols to our wrappers.
|
/system/core/adb/ |
SERVICES.TXT | 165 Start an interactive shell session on the device. Redirect
|
adb.cpp | 98 // redirect stdout and stderr to the log file 657 // redirect stderr to the pipe
|
/cts/libs/testserver/src/android/webkit/cts/ |
TestWebServer.java | 259 * Sets a redirect. 262 * @param targetPath The path to redirect to.
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/ |
httpexceptions.py | 339 Create a redirect object with the dest_uri, which may be relative, 400 title = 'Temporary Redirect'
|
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/ |
differences.txt | 344 ``redirect``: 564 ``util.redirect`` or ``req.status = apache.HTTP_MOVED_TEMPORARILY``:
|
/external/chromium-trace/trace-viewer/third_party/webapp2/docs/tutorials/gettingstarted/ |
usingdatastore.rst | 128 self.redirect('/?' + urllib.urlencode({'guestbook_name': guestbook_name})) 197 self.redirect('/?' + urllib.urlencode({'guestbook_name': guestbook_name}))
|
/external/libvncserver/x11vnc/misc/ |
connect_switch | 38 # It can also be used to redirect ANY protocol, e.g. SSH, not just VNC. 587 # otherwise, redirect to apache for normal https:
|
/external/libxml2/result/HTML/ |
wired.html.sax | 28 SAX.startElement(form, method='GET', action='http://nsads.hotwired.com/event.ng/Type=click&ProfileID=9688&RunID=14074&AdID=22584&GroupID=1&FamilyID=2684&TagValues=8.25.156.159.166.171.172.174.179.180.181.182.183.196.197.199.208.389.412.436.2041.6750.78456.79630.81880&Redirect=http://www.springstreet.com/aa/citysearch.htm', id='form1', name='form1') 307 SAX.startElement(a, href='http://nsads.hotwired.com/event.ng/Type=click&ProfileID=5597&RunID=17167&AdID=22588&GroupID=1&FamilyID=3228&TagValues=8.25.159.171.172.174.179.180.181.182.183.196.197.199.208.241.389.412.436.2035.6749.6750.70367.78456.79630.81880&Redirect=http:%2F%2Fwww.hp.com%2Fgo%2Foriginal%20', target='_top') 414 SAX.startElement(form, name='RedirectSearch', action='http://redirect.wired.com/search') 921 SAX.startElement(a, href='http://redirect.wired.com/redir/51/http://stocks.wired.com/') 940 SAX.startElement(a, href='http://redirect.wired.com/redir/52/http://stocks.wired.com/stocks_indexes.asp ') 955 SAX.startElement(a, href='http://redirect.wired.com/redir/53/http://stocks.wired.com/stocks_portfolios.asp') [all...] |
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 297 // Browsers get confused without '/' after the directory, send a redirect. 301 Response res = createResponse(Response.Status.REDIRECT, NanoHTTPD.MIME_HTML, "<html><body>Redirected: <a href=\"" +
|
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/ |
HttpURLConnectionImpl.java | 404 // Although RFC 2616 10.3.2 specifies that a HTTP_MOVED_PERM redirect 406 // when following any redirect.
|
/system/core/debuggerd/ |
debuggerd.cpp | 358 // redirect the request to the 32 bit debuggerd. 365 ALOGE("debuggerd: Not allowed to redirect action %d to 32 bit debuggerd\n",
|
/system/core/logcat/ |
logcat.cpp | 655 // redirect output to a file 721 /* redirect our output to the emulator console */
|
/external/valgrind/coregrind/ |
m_translate.c | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib2.py | 14 HTTP 301, 302, 303 and 307 redirect errors, and the HTTPDigestAuthHandler 542 """Return a Request or None in response to a redirect. 547 perform the redirect. Otherwise, raise HTTPError if no-one 557 # essentially all clients do redirect in this case, so we 633 inf_msg = "The HTTP server returned a redirect error that would " \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib2.py | 14 HTTP 301, 302, 303 and 307 redirect errors, and the HTTPDigestAuthHandler 542 """Return a Request or None in response to a redirect. 547 perform the redirect. Otherwise, raise HTTPError if no-one 557 # essentially all clients do redirect in this case, so we 633 inf_msg = "The HTTP server returned a redirect error that would " \ [all...] |
/external/tcpdump/ |
print-isoclns.c | [all...] |
/external/jetty/src/java/org/eclipse/jetty/http/ |
HttpStatus.java | 249 * <td>Temporary Redirect</td> 739 /** <code>307 Temporary Redirect</code> */ 740 TEMPORARY_REDIRECT(TEMPORARY_REDIRECT_307, "Temporary Redirect"), [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
ByodFlowTestActivity.java | 105 // reboot), redirect the user back to the main test list. This is because the test result
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_HttpServer.java | 364 // send a redirect response
|