HomeSort by relevance Sort by last modified time
    Searched refs:Response (Results 51 - 65 of 65) sorted by null

1 23

  /frameworks/base/core/java/android/accounts/
AccountManager.java 449 throw new AuthenticatorException("no result in response");
490 throw new AuthenticatorException("no result in response");
534 throw new AuthenticatorException("no result in response");
602 throw new AuthenticatorException("no result in response");
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 78 import javax.sip.message.Response;
506 "Error sending provisional response");
554 "Could not send back provisional response!");
738 * @see javax.sip.SipProvider#sendResponse(javax.sip.message.Response)
740 public void sendResponse(Response response) throws SipException {
743 SIPResponse sipResponse = (SIPResponse) response;
746 throw new SipException("No via header in response!");
747 SIPServerTransaction st = (SIPServerTransaction) sipStack.findTransaction((SIPMessage)response, true);
749 throw new SipException("Transaction exists -- cannot send response statelessly")
841 Response response = st.getLastResponse(); local
867 SIPResponse response = sipClientTx.getLastResponse(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLFramesView.java 437 builder.setType(Type.Response);
461 builder.setType(Type.Response);
481 builder.setType(Type.Response);
ShaderEditor.java 212 builder.setType(Type.Response);
DebuggerMessage.java 453 Response(3, 3),
466 case 3: return Response;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPDialog.java 105 import javax.sip.message.Response;
120 * INVITE transactions, a Dialog is created when a success message is received (i.e. a response
150 // Last response (JvB: either sent or received).
398 // resend last response.
405 * Issue 106. Section 13.3.1.4 RFC 3261 The 2xx response is passed to the transport
407 * until it reaches T2 seconds If the server retransmits the 2xx response for 64*T1
424 SIPResponse response = transaction.getLastResponse(); local
425 if (response.getStatusCode() == 200) {
428 // resend the last response.
430 transaction.sendMessage(response);
1461 SIPResponse response = st.getLastResponse(); local
2899 SIPResponse response = request.createResponse(statusCode); local
    [all...]
SIPTransactionStack.java 79 import javax.sip.message.Response;
358 // Max time for a forked response to arrive. After this time, the original dialog
428 // Close response socket after infinte time.
655 * Create a Dialog given a client tx and response.
678 * Create a Dialog given a sip provider and response.
781 * matching response, as described above).
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
SIPResponse.java 62 * SIP Response structure.
73 implements javax.sip.message.Response, ResponseExt {
318 * Get the status line of the response.
354 /** Return true if the response is a final response.
362 /** Is this a final response?
363 *@return true if this is a final response.
404 * Check the response structure. Must have from, to CSEQ and VIA
673 * Generate a request from a response.
  /external/oprofile/events/i386/nehalem/
events 79 event:0xB7 counters:0,1,2,3 um:one minimum:6000 name:OOF_CORE_RESPONSE_0 : Off-core Response Performance Monitoring in the Processor Core. Requires special setup.
80 event:0xB8 counters:0,1,2,3 um:snoop_response minimum:6000 name:SNOOP_RESPONSE : Counts HIT snoop response sent by this thread in response to a snoop request.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js 1221 var response = new Ajax.Response(this);
1222 if (this.options.onCreate) this.options.onCreate(response);
1223 Ajax.Responders.dispatch('onCreate', this, response);
    [all...]
concat-jquery-mootools-prototype.js     [all...]
  /external/dropbear/libtommath/
bn.tex 312 \hline MP\_YES & Response is yes. \\
313 \hline MP\_NO & Response is no. \\
    [all...]
  /external/v8/src/
debug-debugger.js 28 // Default number of frames to include in the response to backtrace request.
    [all...]
d8.js 149 var response = new ProtocolPackage(message);
150 is_running = response.running();
152 if (response.type() == 'event') {
153 return DebugEventDetails(response);
155 return DebugResponseDetails(response);
159 function DebugEventDetails(response) {
163 details.running = response.running();
165 var body = response.body();
167 switch (response.event()) {
243 details.text = 'Unknown debug event ' + response.event()
    [all...]

Completed in 1146 milliseconds

1 23