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

  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 15 boolean explicit = true; field in class:ASN1TaggedObject
20 boolean explicit)
22 if (explicit)
42 * Create a tagged object in the explicit style.
51 this.explicit = true;
57 * Create a tagged object with the style given by the value of explicit.
60 * to explicit in accordance with the ASN.1 encoding rules.
62 * @param explicit true if the object is explicitly tagged.
67 boolean explicit,
73 this.explicit = true
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java 59 public void encodeExplicit(ASN1Explicit explicit) {
66 explicit.type.encodeASN(this);
162 public void getExplicitLength(ASN1Explicit explicit) {
171 explicit.type.setEncodingContent(this);
178 length = explicit.type.getEncodedLength(this);
  /external/guava/src/com/google/common/collect/
Ordering.java 126 public static <T> Ordering<T> explicit(List<T> valuesInOrder) { method in class:Ordering
154 public static <T> Ordering<T> explicit( method in class:Ordering
156 return explicit(Lists.asList(leastValue, remainingValuesInOrder));
160 * Exception thrown by a {@link Ordering#explicit(List)} or {@link
161 * Ordering#explicit(Object, Object[])} comparator when comparing a value
  /external/stlport/stlport/stl/config/
features.h 48 * explicit, as a null macro if it's not already a keyword.
627 #if defined (_STLP_NEED_EXPLICIT) && !defined (explicit)
628 # define explicit macro
    [all...]

Completed in 308 milliseconds