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

1 2 3 4 5 6 78

  /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/chromium_org/chromeos/dbus/
shill_client_unittest_base.cc 172 dbus::Response* response) {
175 response_ = response;
nfc_client_unittest.cc 350 // Response returned by mock methods.
351 dbus::Response* response_;
    [all...]
  /external/chromium_org/dbus/
end_to_end_async_unittest.cc 152 // response is received.
162 // response is received without error, otherwise OnError() will be called.
179 // Called when the response is received.
180 void OnResponse(Response* response) {
181 // |response| will be deleted on exit of the function. Copy the
183 if (response) {
184 MessageReader reader(response);
284 // Check the response.
301 // Check the response
    [all...]
bus.cc 856 scoped_ptr<Response> response(Response::FromRawMessage(response_message));
857 MessageReader reader(response.get());
    [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/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
echo_client.py 430 'Response for challenge : %r (%s)',
438 'Expected response for challenge: %r (%s)',
645 'Expected challenge response: %r (%s)',
652 'Actual challenge response: %r (%s)', reply, util.hexify(reply))
658 'Bad challenge response: %r (expected) != %r (actual)' %
    [all...]
  /external/chromium_org/chrome/browser/devtools/
port_forwarding_controller.cc 442 scoped_ptr<DevToolsProtocol::Response> response(
444 if (!response)
447 CommandCallbackMap::iterator it = pending_responses_.find(response->id());
451 it->second.Run(response->error_code() ? kStatusError : kStatusOK);
  /external/chromium_org/remoting/webapp/
host_native_messaging.js 46 * on response. The actual parameters depend on the original request type.
168 * on response.
179 message.type + 'Response', onDone, onError);
  /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/chromium_org/third_party/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/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js     [all...]
  /external/dropbear/libtommath/
bn.tex 312 \hline MP\_YES & Response is yes. \\
313 \hline MP\_NO & Response is no. \\
    [all...]
  /external/chromium_org/v8/src/
d8.js 145 var response = new ProtocolPackage(message);
146 is_running = response.running();
148 if (response.type() == 'event') {
149 return DebugEventDetails(response);
151 return DebugResponseDetails(response);
155 function DebugEventDetails(response) {
159 details.running = response.running();
161 var body = response.body();
163 switch (response.event()) {
239 details.text = 'Unknown debug event ' + response.event()
    [all...]
debug-debugger.js 28 // Default number of frames to include in the response to backtrace request.
    [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...]
  /external/chromium-trace/
script.js     [all...]

Completed in 2681 milliseconds

1 2 3 4 5 6 78