HomeSort by relevance Sort by last modified time
    Searched refs:ser (Results 1 - 25 of 47) sorted by null

1 2

  /external/apache-http/src/org/apache/http/entity/
SerializableEntity.java 48 public SerializableEntity(Serializable ser, boolean bufferize) throws IOException {
50 if (ser == null) {
55 createBytes(ser);
57 this.objRef = ser;
61 private void createBytes(Serializable ser) throws IOException {
64 out.writeObject(ser);
  /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/chromium_org/v8/src/
mksnapshot.cc 365 i::StartupSerializer ser(internal_isolate, &sink);
366 ser.SerializeStrongReferences();
369 internal_isolate, &ser, sink.partial_sink());
372 ser.SerializeWeakReferences();
395 ser.CurrentAllocationAddress(i::NEW_SPACE),
396 ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
397 ser.CurrentAllocationAddress(i::OLD_DATA_SPACE),
398 ser.CurrentAllocationAddress(i::CODE_SPACE),
399 ser.CurrentAllocationAddress(i::MAP_SPACE),
400 ser.CurrentAllocationAddress(i::CELL_SPACE)
    [all...]
  /external/v8/src/
mksnapshot.cc 321 i::StartupSerializer ser(&sink);
322 ser.SerializeStrongReferences();
324 i::PartialSerializer partial_ser(&ser, sink.partial_sink());
327 ser.SerializeWeakReferences();
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 233 StartupSerializer ser(isolate, &file);
234 ser.Serialize();
237 ser.CurrentAllocationAddress(NEW_SPACE),
238 ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
239 ser.CurrentAllocationAddress(OLD_DATA_SPACE),
240 ser.CurrentAllocationAddress(CODE_SPACE),
241 ser.CurrentAllocationAddress(MAP_SPACE),
242 ser.CurrentAllocationAddress(CELL_SPACE),
243 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 227 final XmlSerializer ser = (XmlSerializer) ppClass.newInstance(); local
229 return ser;
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_locl.h 143 ASN1_INTEGER *ser, X509_NAME *issuer);
x_crl.c 492 ASN1_INTEGER *ser, X509_NAME *issuer),
  /external/openssl/crypto/asn1/
asn1_locl.h 143 ASN1_INTEGER *ser, X509_NAME *issuer);
x_crl.c 492 ASN1_INTEGER *ser, X509_NAME *issuer),
  /external/chromium_org/net/http/
transport_security_persister_unittest.cc 192 std::string ser; local
193 EXPECT_TRUE(persister_->SerializeData(&ser));
195 EXPECT_TRUE(persister_->LoadEntries(ser, &dirty));
  /external/chromium_org/third_party/openssl/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...]
ocsp.c 112 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
1158 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
1164 bn = ASN1_INTEGER_to_BN(ser,NULL);
    [all...]
  /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...]
ocsp.c 112 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
1158 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
1164 bn = ASN1_INTEGER_to_BN(ser,NULL);
    [all...]
  /external/chromium/net/base/
transport_security_state_unittest.cc 554 std::string ser; local
555 EXPECT_TRUE(state->Serialise(&ser));
557 EXPECT_TRUE(state->LoadEntries(ser, &dirty));
  /external/valgrind/main/perf/
vg_perf.in 227 ($out =~ /[Uu]ser +([\d\.]+)/) or
  /libcore/luni/src/main/java/java/security/
Provider.java 613 Provider.Service ser = propertyServiceTable.remove(key(serviceName, algorithm)); local
614 if (ser != null && propertyAliasTable != null
615 && ser.aliases != null) {
616 for (String alias : ser.aliases) {
    [all...]
  /external/v8/test/cctest/
test-serialize.cc 234 StartupSerializer ser(&file);
235 ser.Serialize();
  /external/openssh/contrib/caldera/
openssh.spec 113 ser canalizadas sobre el canal seguro.
133 Liga??es X11 e portos TCP/IP arbitr?rios tamb?m poder ser reenviados
140 Liga??es X11 e portas TCP/IP arbitr?rias tamb?m podem ser reenviadas
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/devtools/tools/lib/
kxml2-2.3.0.jar 
  /prebuilts/misc/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/kxml2-tools/
kxml2-2.3.0.jar 

Completed in 6733 milliseconds

1 2