/external/smack/src/org/jivesoftware/smack/ |
RosterGroup.java | 183 IQ response = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout()); local 185 if (response == null) { 186 throw new XMPPException("No response from the server."); 189 else if (response.getType() == IQ.Type.ERROR) { 190 throw new XMPPException(response.getError()); 225 IQ response = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout()); local 227 if (response == null) { 228 throw new XMPPException("No response from the server."); 231 else if (response.getType() == IQ.Type.ERROR) { 232 throw new XMPPException(response.getError()) [all...] |
/external/v8/test/mjsunit/ |
debug-setbreakpoint.js | 55 var response = safeEval(json_response); 57 assertTrue(response.success, request + ' -> ' + json_response); 59 assertEquals('scriptName', response.body.type, request + ' -> ' + json_response); 61 assertEquals('scriptId', response.body.type, request + ' -> ' + json_response); 64 assertFalse(response.success, request + ' -> ' + json_response); 66 return response; 77 var response = safeEval(dcp.processDebugJSONRequest(request)); 78 assertFalse(response.success); 125 response = testArguments(dcp, request, true, false); 126 assertEquals(g_line + 2, response.body.actual_locations[0].line) [all...] |
debug-evaluate-recursive.js | 58 var response = safeEval(dcp.processDebugJSONRequest(request)); 60 assertTrue(response.success, request + ' -> ' + response.message); 61 assertEquals(result, response.body.value); 63 assertFalse(response.success, request + ' -> ' + response.message); 65 assertFalse(response.running, request + ' -> expected not running');
|
debug-evaluate.js | 55 var response = safeEval(dcp.processDebugJSONRequest(request)); 57 assertTrue(response.success, request + ' -> ' + response.message); 58 assertEquals(result, response.body.value); 60 assertFalse(response.success, request + ' -> ' + response.message); 62 assertEquals(response.running, "unspecified_running_state",
|
debug-listbreakpoints.js | 87 var response = safeEval(json_response); 91 assertTrue(response.success, json_response); 92 assertEquals(response.body.breakpoints.length, num_breakpoints); 94 var breakpoints = response.body.breakpoints; 108 assertEquals(response.body.breakOnExceptions, break_on_all); 109 assertEquals(response.body.breakOnUncaughtExceptions, break_on_uncaught); 111 assertFalse(response.success, json_response);
|
debug-setexceptionbreak.js | 56 var response = safeEval(json_response); 58 assertTrue(response.success, json_response); 59 assertEquals(response.body.type, type); 60 assertEquals(response.body.enabled, enabled); 62 assertFalse(response.success, json_response); 74 var response = safeEval(dcp.processDebugJSONRequest(request)); 75 assertFalse(response.success);
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_ccb_act.c | 69 /* clear out response queue */ 149 ** sending of a discover response. 179 /* send response */ 187 ** Description This function is called when a discover response or 212 ** sending of a get capabilities response. 234 ** Description This function is called with a get capabilities response 259 ** a start response. Otherwise it sends a start reject. 274 /* we're ok, send response */ 290 ** Description This function is called when a start response or reject 292 ** current command message, it sends a start response or star [all...] |
/frameworks/av/media/libstagefright/rtsp/ |
MyTransmitter.h | 265 void authenticate(const sp<ARTSPResponse> &response) { 266 ssize_t i = response->mHeaders.indexOfKey("www-authenticate"); 269 AString value = response->mHeaders.valueAt(i); 336 request->append("response=\""); 374 CHECK(msg->findObject("response", &obj)); 375 sp<ARTSPResponse> response; local 378 response = static_cast<ARTSPResponse *>(obj.get()); 379 CHECK(response != NULL); 381 if (response->mStatusCode == 401) { 388 authenticate(response); 463 sp<ARTSPResponse> response; local 553 sp<ARTSPResponse> response; local 742 sp<ARTSPResponse> response; local 771 sp<ARTSPResponse> response; local [all...] |
/external/v8/test/mjsunit/harmony/ |
debug-blockscopes.js | 106 var response = JSON.parse(response_json); 107 assertEquals(scopes.length, response.body.scopes.length); 109 assertEquals(i, response.body.scopes[i].index); 110 assertEquals(scopes[i], response.body.scopes[i].type); 113 assertTrue(response.body.scopes[i].object.ref < 0); 115 assertTrue(response.body.scopes[i].object.ref >= 0); 118 for (var j = 0; j < response.refs.length && !found; j++) { 119 found = response.refs[j].handle == response.body.scopes[i].object.ref; 121 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found") [all...] |
/frameworks/base/services/java/com/android/server/accounts/ |
AccountManagerService.java | 746 public void hasFeatures(IAccountManagerResponse response, 750 + ", response " + response 755 if (response == null) throw new IllegalArgumentException("response is null"); 762 new TestFeaturesSession(accounts, response, account, features).bind(); 772 public TestFeaturesSession(UserAccounts accounts, IAccountManagerResponse response, 774 super(accounts, response, account.type, false /* expectActivityLaunch */, 789 IAccountManagerResponse response = getResponseAndClose(); local 885 IAccountManagerResponse response = getResponseAndClose(); local 1678 IAccountManagerResponse response = getResponseAndClose(); local 2002 IAccountManagerResponse response = mResponse; local 2080 IAccountManagerResponse response = getResponseAndClose(); local 2097 IAccountManagerResponse response = getResponseAndClose(); local 2122 IAccountManagerResponse response; local 2163 IAccountManagerResponse response = getResponseAndClose(); local [all...] |
/external/chromium/chrome/browser/policy/proto/ |
device_management_backend.proto | 58 // Response from server to device register request. 76 // Response from server to device for unregister request. 127 // response cannot be faked (as protection against replay attacks). 134 // the client can verify that the response is meant for him (and not 153 // was used to sign this response. Numbering should start at 1 and be 207 // Response from server to device for reading policies. 209 // The policy fetch response. 210 repeated PolicyFetchResponse response = 3; 244 // Response from server to device. 249 // 200 OK: valid response is returned to client [all...] |
/external/chromium/chrome/browser/resources/picasaweb_uploader/js/ |
picasa_client.js | 171 var response = xhr.responseText; 172 var error = this.extractResponseField_(response, 'Error'); 174 this.captchaToken_ = this.extractResponseField_(response, 178 this.extractResponseField_(response, 'CaptchaUrl'); 209 * Extracts text field from text response. 210 * @param {string} response The response. 214 extractResponseField_: function(response, field) { 215 var lines = response.split('\n'); 274 * @param {Function(!string)} callback Callback taking response text o [all...] |
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
hybi00.py | 155 # 5.2 9. let /response/ be the MD5 finterprint of /challenge/ 163 'Challenge response: %r (%s)', 213 response = [] 216 response.append('HTTP/1.1 101 WebSocket Protocol Handshake\r\n') 219 response.append(format_header( 221 response.append(format_header( 223 response.append(format_header( 225 response.append(format_header( 228 response.append(format_header( 232 response.append('\r\n' [all...] |
/frameworks/opt/telephony/src/java/android/telephony/ |
SmsCbCmasInfo.java | 101 // CMAS response type (in CDMA type 1 elements record). 103 /** CMAS response type: Take shelter in place. */ 106 /** CMAS response type: Evacuate (Relocate). */ 109 /** CMAS response type: Make preparations. */ 112 /** CMAS response type: Execute a pre-planned activity. */ 115 /** CMAS response type: Attend to information sources. */ 118 /** CMAS response type: Avoid hazard. */ 121 /** CMAS response type: Evaluate the information in this message (not for public warnings). */ 124 /** CMAS response type: No action recommended. */ 128 * CMAS response type is unknown. The response type is only available for CDMA broadcast [all...] |
/external/chromium/chrome/common/extensions/docs/static/ |
messaging.html | 29 (and optionally get a response back), you should use the simplified 35 callback parameter allows you handle the response from the other side, if 43 chrome.extension.sendRequest({greeting: "hello"}, function(response) { 44 console.log(response.farewell); 56 chrome.tabs.sendRequest(tab.id, {greeting: "hello"}, function(response) { 57 console.log(response.farewell); 85 response. All other responses to that event will be ignored. 92 request and response. In this case, you can open a long-lived channel from 215 function(response) { 216 if (targetInRange(response.targetData) [all...] |
/external/openssh/openbsd-compat/ |
getrrsetbyname.c | 195 struct dns_response *response = NULL; local 254 response = parse_dns_response(answer, length); 255 if (response == NULL) { 260 if (response->header.qdcount != 1) { 271 rrset->rri_rdclass = response->query->class; 272 rrset->rri_rdtype = response->query->type; 273 rrset->rri_ttl = response->answer->ttl; 274 rrset->rri_nrdatas = response->header.ancount; 278 if (response->header.ad == 1) 283 rrset->rri_name = strdup(response->answer->name) [all...] |
/external/protobuf/src/google/protobuf/ |
service.h | 66 // MyResponse* response, 68 // // ... read request and fill in response ... 82 // FooRespnose response; 86 // stub.Foo(&controller, request, &response, NewCallback(HandleResponse)); 147 // * request and response are of the exact same classes as the objects 151 // response must not be accessed at all until "done" is called. 161 // * If the RPC succeeded, "response" contains the response returned by 163 // * If the RPC failed, "response"'s contents are undefined. The 169 Message* response, [all...] |
/external/webkit/Source/WebCore/loader/ |
DocumentThreadableLoader.cpp | 111 // Cross-origin requests are only defined for HTTP. We would catch this when checking response headers later, but there is no reason to send a request that's guaranteed to be denied. 202 void DocumentThreadableLoader::didReceiveResponse(SubresourceLoader* loader, const ResourceResponse& response) 209 if (!passesAccessControlCheck(response, m_options.allowCredentials, m_document->securityOrigin(), accessControlErrorDescription)) { 210 preflightFailure(response.url(), accessControlErrorDescription); 215 if (!preflightResult->parse(response, accessControlErrorDescription) 218 preflightFailure(response.url(), accessControlErrorDescription); 225 if (!passesAccessControlCheck(response, m_options.allowCredentials, m_document->securityOrigin(), accessControlErrorDescription)) { 226 m_client->didFail(ResourceError(errorDomainWebKitInternal, 0, response.url().string(), accessControlErrorDescription)); 231 m_client->didReceiveResponse(response); 364 ResourceResponse response; local [all...] |
/external/apache-http/src/org/apache/http/ |
HttpClientConnection.java | 51 * Checks if response data is available from the connection. May wait for 82 * Receives the request line and headers of the next response available from 84 * find out if it should try to receive a response entity as well. 95 * Receives the next response entity available from this connection and 98 * @param response the response to attach the entity to 102 void receiveResponseEntity(HttpResponse response)
|
/external/apache-http/src/org/apache/http/client/protocol/ |
ResponseProcessCookies.java | 53 * Response interceptor that populates the current {@link CookieStore} with data 54 * contained in response cookies received in the given the HTTP response. 70 public void process(final HttpResponse response, final HttpContext context) 72 if (response == null) { 100 HeaderIterator it = response.headerIterator(SM.SET_COOKIE); 107 it = response.headerIterator(SM.SET_COOKIE2);
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/ |
main.py | 47 The server's response as text. 68 logging.debug('Got response code %s, content %s' % (resp, content)) 89 logging.debug('Got license server response: %s' % json) 91 logging.exception('Could not parse response as JSON: %s' % response_text) 93 license['message'] = 'Could not parse the license server response' 120 # If you want to test different response values on the development 143 self.response.out.write(template.render(path, template_data))
|
/external/libnfc-nci/src/nfa/int/ |
nfa_snep_int.h | 38 #define NFA_SNEP_CLIENT_TIMEOUT 1000 /* ms, waiting for response */ 127 tNFA_SNEP_RESP_CODE resp_code; /* response code */ 137 tNFA_SNEP_RESP_CODE resp_code; /* response code */ 144 tNFA_HANDLE conn_handle; /* response code */ 175 #define NFA_SNEP_FLAG_W4_RESP_CONTINUE 0x10 /* Waiting for continue response */ 190 UINT8 tx_code; /* transmitted code in request/response */ 191 UINT8 rx_code; /* received code in request/response */
|
/external/smack/src/org/apache/qpid/management/common/sasl/ |
PlainSaslClient.java | 71 byte response[] = 80 System.arraycopy(authzid, 0, response, 0, authzid.length); 83 response[size++] = SEPARATOR; 84 System.arraycopy(authnid, 0, response, size, authnid.length); 86 response[size++] = SEPARATOR; 87 System.arraycopy(password, 0, response, size, password.length); 89 return response;
|
/external/webkit/Source/WebCore/platform/network/android/ |
ResourceHandleAndroid.cpp | 101 // This static method is called to check to see if a POST response is in 122 SyncLoader(ResourceError& error, ResourceResponse& response, WTF::Vector<char>& data) 125 m_response = &response; 130 virtual void didReceiveResponse(ResourceHandle*, const ResourceResponse& response) 132 *m_response = response; 152 StoredCredentials, ResourceError& error, ResourceResponse& response, WTF::Vector<char>& data) 154 SyncLoader s(error, response, data);
|
/external/wpa_supplicant_8/src/common/ |
gas.c | 91 * @query_resp_len_limit: Query Response Length Limit in units of 256 octets 95 * @query_resp_len_limit is 0 for request and 1-0x7f for response. 0x7f means 97 * fragments in the GAS Query Response Fragment ID. 140 wpabuf_put(buf, 2); /* Query Response Length to be filled */ 181 wpabuf_put(buf, 2); /* Query Response Length to be filled */ 211 * gas_anqp_set_len - Set Query Request/Response Length 214 * This function is used to update the Query Request/Response Length field once
|