/external/apache-http/src/org/apache/http/client/ |
ResponseHandler.java | 57 T handleResponse(HttpResponse response) throws ClientProtocolException, IOException;
|
/external/apache-http/src/org/apache/http/impl/client/ |
BasicResponseHandler.java | 67 public String handleResponse(final HttpResponse response)
|
DefaultRequestDirector.java | 475 RoutedRequest followup = handleResponse(roureq, response, context); [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/ |
feed.js | 13 req.onload = handleResponse; 32 function handleResponse() {
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
send_request.js | 31 function handleResponse(requestId, name, success, responseList, error) { 164 exports.handleResponse = handleResponse;
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasSettings.java | 69 protected int handleResponse(final EasResponse response) throws IOException {
|
EasOptions.java | 82 protected int handleResponse(final EasResponse response) {
|
EasFolderSync.java | 199 protected int handleResponse(final EasResponse response)
|
EasSyncBase.java | 107 protected int handleResponse(final EasResponse response)
|
EasMoveItems.java | 130 protected int handleResponse(final EasResponse response) throws IOException {
|
EasProvision.java | 75 * {@link #handleResponse}. 92 * to vary how {@link #getRequestEntity} and {@link #handleResponse} work. 281 protected int handleResponse(final EasResponse response) throws IOException {
|
EasSearch.java | 148 protected int handleResponse(final EasResponse response)
|
EasSync.java | 213 protected int handleResponse(final EasResponse response)
|
EasLoadAttachment.java | 276 protected int handleResponse(final EasResponse response) {
|
EasPing.java | 178 protected int handleResponse(final EasResponse response) throws IOException {
|
EasOperation.java | 265 * - Non-negative values indicate the result of {@link #handleResponse}. These are obviously 271 * response as well, so {@link #handleResponse} should in those cases return the appropriate 335 responseResult = handleResponse(response); 499 protected abstract int handleResponse(final EasResponse response) [all...] |
EasOutboxSync.java | 160 protected int handleResponse(EasResponse response) throws IOException, CommandStatusException {
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 28 req.onload = handleResponse; 56 function handleResponse() {
|
options.js | 50 req.onload = handleResponse; 61 function handleResponse() {
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/ |
feed.js | 28 req.onload = handleResponse; 56 function handleResponse() {
|
options.js | 50 req.onload = handleResponse; 61 function handleResponse() {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/ |
queue.js | 156 function handleResponse(logType, newState) { 170 handleResponse(log.SUCCESS, STATE_REBASELINE_SUCCEEDED); 173 handleResponse(log.ERROR, STATE_REBASELINE_FAILED);
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSRecord.java | 84 abstract boolean handleResponse(JmDNSImpl dns); 365 boolean handleResponse(JmDNSImpl dns) { 367 logger1.finer("handleResponse() Denial detected"); 473 boolean handleResponse(JmDNSImpl dns) { 590 boolean handleResponse(JmDNSImpl dns) { 774 boolean handleResponse(JmDNSImpl dns) { 777 logger1.finer("handleResponse() Denial detected"); 784 logger1.finer("handleResponse() New unique name chose:" + info.getName()); 886 * @see javax.jmdns.impl.DNSRecord#handleResponse(javax.jmdns.impl.JmDNSImpl) 889 boolean handleResponse(JmDNSImpl dns) [all...] |
JmDNSImpl.java | [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
DefaultRequestDirector.java | 524 RoutedRequest followup = handleResponse(roureq, response, context); [all...] |