HomeSort by relevance Sort by last modified time
    Searched defs:NameValuePair (Results 1 - 4 of 4) sorted by null

  /external/apache-http/src/org/apache/http/
NameValuePair.java 2 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/NameValuePair.java $
107 public interface NameValuePair {
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
NameValuePair.java 26 public final class NameValuePair implements Comparable<NameValuePair> {
39 public NameValuePair(CstUtf8 name, Constant value) {
69 if (! (other instanceof NameValuePair)) {
73 NameValuePair otherPair = (NameValuePair) other;
85 public int compareTo(NameValuePair other) {
  /dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java 25 public final class NameValuePair implements Comparable<NameValuePair> {
38 public NameValuePair(CstString name, Constant value) {
66 if (! (other instanceof NameValuePair)) {
70 NameValuePair otherPair = (NameValuePair) other;
83 public int compareTo(NameValuePair other) {
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 1482 milliseconds