Searched refs:encode (Results 276 - 300 of 560) sorted by relevance

<<11121314151617181920>>

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DChallenge.java81 public String encode() { method in class:Challenge
84 .append(authParams.encode())
H A DContentType.java110 mediaRange.encode(buffer);
113 parameters.encode(buffer);
H A DStatusLine.java74 return sl.matchExpression.match(this.encode());
115 public String encode() { method in class:StatusLine
H A DAcceptLanguage.java80 encoding.append(SEMICOLON).append(parameters.encode());
H A DCSeq.java102 public String encode() { method in class:CSeq
/external/webkit/Source/JavaScriptCore/interpreter/
H A DRegister.h102 u.value = JSValue::encode(v);
110 u.value = JSValue::encode(v);
/external/webkit/Source/JavaScriptCore/runtime/
H A DFunctionConstructor.cpp52 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
64 return JSValue::encode(constructFunction(exec, asInternalFunction(exec->callee())->globalObject(), args));
H A DNumberConstructor.cpp110 return JSValue::encode(object);
122 return JSValue::encode(jsNumber(!exec->argumentCount() ? 0 : exec->argument(0).toNumber(exec)));
/external/webkit/Source/WebCore/bindings/js/
H A DJSNodeListCustom.cpp83 return JSValue::encode(jsUndefined());
84 return JSValue::encode(toJS(exec, static_cast<JSNodeList*>(exec->callee())->impl()->item(index)));
/external/webkit/Source/WebCore/platform/image-encoders/skia/
H A DPNGImageEncoder.cpp118 bool PNGImageEncoder::encode(const SkBitmap& bitmap, Vector<unsigned char>* output) function in class:WebCore::PNGImageEncoder
128 bool PNGImageEncoder::encode(const ImageData& bitmap, Vector<unsigned char>* output) function in class:WebCore::PNGImageEncoder
/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dchangelog_unittest.py135 changelog_path = self._write_tmp_file_with_contents(changelog_contents.encode("utf-8"))
145 changelog_path = self._write_tmp_file_with_contents(changelog_contents.encode("utf-8"))
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
H A D__init__.py80 >>> ComplexEncoder().encode(2 + 1j)
209 return _default_encoder.encode(obj)
216 **kw).encode(obj)
/external/nist-sip/java/gov/nist/javax/sip/address/
H A DSipUri.java237 public String encode() { method in class:SipUri
238 return encode(new StringBuffer()).toString();
241 public StringBuffer encode(StringBuffer buffer) { method in class:SipUri
244 authority.encode(buffer);
247 uriParms.encode(buffer);
251 qheaders.encode(buffer);
262 return this.encode();
276 String host = authority.getHost().encode();
295 String host = authority.getHost().encode();
426 else return authority.getHost().encode();
[all...]
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
H A DSequenceTest.java98 // format: object to encode / byte array
213 byte[] encoded = s.encode(new Object[] { Boolean.TRUE });
229 encoded = s.encode(new Object[] { new byte[] { 0x01 } });
250 s.encode(new Object[] { null });
270 byte[] encoded = s.encode(new Object[] { null });
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DPKIStatusInfoTest.java42 byte [] encoding = PKIStatusInfo.ASN1.encode(info);
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDERBMPString.java110 void encode( method in class:DERBMPString
H A DDERBoolean.java104 void encode( method in class:DERBoolean
H A DDEREnumerated.java77 void encode( method in class:DEREnumerated
H A DDERGeneralString.java74 void encode(DEROutputStream out) method in class:DERGeneralString
H A DDERInteger.java86 void encode( method in class:DERInteger
H A DDERSet.java78 void encode( method in class:DERSet
H A DDERT61String.java90 void encode( method in class:DERT61String
H A DDERUTF8String.java110 void encode(DEROutputStream out) method in class:DERUTF8String
H A DDERUniversalString.java102 void encode( method in class:DERUniversalString
H A DDERVisibleString.java104 void encode( method in class:DERVisibleString

Completed in 355 milliseconds

<<11121314151617181920>>