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

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 92 Serializer ser; local
138 ser = (Serializer) cls.newInstance();
139 ser.setOutputFormat(format);
163 ser = sh;
182 // If we make it to here ser is not null.
183 return ser;
  /external/openssl/apps/
x509.c 749 ASN1_INTEGER *ser; local
750 ser = X509_get_serialNumber(x);
751 bnser = ASN1_INTEGER_to_BN(ser, NULL);
756 ser = BN_to_ASN1_INTEGER(bnser, NULL);
757 if (!ser)
760 i2a_ASN1_INTEGER(out, ser);
761 ASN1_INTEGER_free(ser);
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpcore-4.1.jar 

Completed in 1626 milliseconds