HomeSort by relevance Sort by last modified time
    Searched defs:RESPONSE (Results 1 - 25 of 27) sorted by null

1 2

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_service.h 77 enum RequestOrResponse { REQUEST, RESPONSE };
101 // Generate the Get{Request,Response}Prototype() methods.
  /external/protobuf/src/google/protobuf/compiler/java/
java_service.h 65 enum RequestOrResponse { REQUEST, RESPONSE };
106 // Generate the implementations of Service.get{Request,Response}Prototype().
  /external/nist-sip/java/gov/nist/javax/sip/header/
Credentials.java 48 private static String RESPONSE = ParameterNames.RESPONSE;
118 else if (nameValue.getName().compareToIgnoreCase(RESPONSE) == 0)
Challenge.java 55 private static String RESPONSE = ParameterNames.RESPONSE;
169 * get the Response value.
173 return (String) authParams.getValue(RESPONSE);
AuthenticationHeader.java 66 public static final String RESPONSE = ParameterNames.RESPONSE;
118 || name.equalsIgnoreCase(ParameterNames.RESPONSE )
458 * Get the RESPONSE value (or null if it does not exist).
460 * @return String response parameter value.
463 return (String) getParameterValue(ParameterNames.RESPONSE);
467 * Set the Response.
469 * @param response
472 public void setResponse(String response) throws ParseException {
473 if (response == null
    [all...]
ParameterNames.java 54 public static final String RESPONSE = "response";
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/net/
HttpHelperFuncTest.java 115 public static final String RESPONSE = "HTTP/1.1 200 OK\r\n" +
153 oStream.write(RESPONSE.getBytes());
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessage.java 31 * An HTTP request or response.
149 /** The name of a dump entry whose value is the HTTP response. */
150 public static final String RESPONSE = "HTTP response";
  /external/scapy/scapy/layers/
eap.py 180 2: "Response",
202 lambda pkt:pkt.code == EAP.RESPONSE and pkt.type == 3),
205 lambda pkt: pkt.code == EAP.RESPONSE and hasattr(pkt, 'type') and pkt.type == 1),
219 RESPONSE = 2
257 elif self.code == self.RESPONSE:
261 elif other.code == self.RESPONSE:
269 if self.type == 1 and self.code == EAP.RESPONSE:
  /prebuilts/tools/common/m2/repository/javax/servlet/servlet-api/2.3/
servlet-api-2.3.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-socks/4.1.6.Final/
netty-codec-socks-4.1.6.Final.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.5/
velocity-1.5.jar 
  /external/guice/extensions/struts2/lib/
jsp-api-2.1.jar 
struts2-core-2.2.1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/velocity/velocity/1.7/
velocity-1.7.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 282 milliseconds

1 2