Searched refs:ser (Results 1 - 13 of 13) sorted by relevance

/external/apache-http/src/org/apache/http/entity/
H A DSerializableEntity.java54 public SerializableEntity(Serializable ser, boolean bufferize) throws IOException { argument
56 if (ser == null) {
61 createBytes(ser);
63 this.objRef = ser;
67 private void createBytes(Serializable ser) throws IOException { argument
70 out.writeObject(ser);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerFactory.java92 Serializer ser;
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/v8/src/
H A Dmksnapshot.cc192 void WriteMeta(const char* prefix, const i::Serializer& ser) const {
193 WriteSizeVar(ser, prefix, "new", i::NEW_SPACE);
194 WriteSizeVar(ser, prefix, "pointer", i::OLD_POINTER_SPACE);
195 WriteSizeVar(ser, prefix, "data", i::OLD_DATA_SPACE);
196 WriteSizeVar(ser, prefix, "code", i::CODE_SPACE);
197 WriteSizeVar(ser, prefix, "map", i::MAP_SPACE);
198 WriteSizeVar(ser, prefix, "cell", i::CELL_SPACE);
199 WriteSizeVar(ser, prefix, "property_cell", i::PROPERTY_CELL_SPACE);
203 void WriteSizeVar(const i::Serializer& ser, const char* prefix, argument
206 prefix, name, ser
[all...]
/external/v8/test/cctest/
H A Dtest-serialize.cc181 StartupSerializer ser(isolate, &file);
182 ser.Serialize();
185 ser.CurrentAllocationAddress(NEW_SPACE),
186 ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
187 ser.CurrentAllocationAddress(OLD_DATA_SPACE),
188 ser.CurrentAllocationAddress(CODE_SPACE),
189 ser.CurrentAllocationAddress(MAP_SPACE),
190 ser.CurrentAllocationAddress(CELL_SPACE),
191 ser.CurrentAllocationAddress(PROPERTY_CELL_SPACE));
/external/toybox/toys/pending/
H A Dnetstat.c206 struct servent *ser = getservbyport(lport, label); local
207 if (ser) return xmprintf("%s", ser->s_name);
/external/boringssl/src/crypto/x509/
H A Dx_crl.c86 ASN1_INTEGER *ser, X509_NAME *issuer);
527 ASN1_INTEGER *ser, X509_NAME *issuer),
523 X509_CRL_METHOD_new( int (*crl_init)(X509_CRL *crl), int (*crl_free)(X509_CRL *crl), int (*crl_lookup)(X509_CRL *crl, X509_REVOKED **ret, ASN1_INTEGER *ser, X509_NAME *issuer), int (*crl_verify)(X509_CRL *crl, EVP_PKEY *pk)) argument
/external/valgrind/perf/
H A Dvg_perf.in252 ($out =~ /[Uu]ser +([\d\.]+)/) or
/external/robolectric/lib/main/
H A Dxpp3-1.1.4c.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ META-INF/services/org. ...
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/boringssl/include/openssl/
H A Dx509.h589 ASN1_INTEGER *ser, X509_NAME *issuer),
/external/boringssl/src/include/openssl/
H A Dx509.h589 ASN1_INTEGER *ser, X509_NAME *issuer),

Completed in 867 milliseconds