Searched refs:encode (Results 226 - 250 of 560) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/js/
H A DJSMessageChannelCustom.cpp54 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), MessageChannel::create(context))));
/external/webkit/Source/WebCore/platform/text/
H A DTextCodec.h73 virtual CString encode(const UChar*, size_t length, UnencodableHandling) = 0;
H A DTextCodecICU.h50 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.h47 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.h49 virtual CString encode(const UChar*, size_t length, UnencodableHandling);
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DAttachment.cpp62 void Attachment::encode(ArgumentEncoder* encoder) const function in class:CoreIPC::Attachment
/external/webkit/Source/WebKit2/Platform/gtk/
H A DSharedMemoryGtk.cpp44 void SharedMemory::Handle::encode(CoreIPC::ArgumentEncoder* encoder) const function in class:WebKit::SharedMemory::Handle
/external/webkit/Source/WebKit2/Shared/
H A DWebCoreArgumentCoders.cpp45 encoder->encode(handle);
H A DWebGeolocationPosition.h41 void encode(CoreIPC::ArgumentEncoder*) const;
H A DWebOpenPanelParameters.h45 void encode(CoreIPC::ArgumentEncoder*) const;
H A DWebPageCreationParameters.h44 void encode(CoreIPC::ArgumentEncoder*) const;
H A DWebPopupItem.h49 void encode(CoreIPC::ArgumentEncoder*) const;
/external/webkit/Source/WebKit2/Shared/mac/
H A DUpdateChunk.h49 void encode(CoreIPC::ArgumentEncoder*) const;
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DEncoderAdapter.cpp86 m_encoder->encode(value);
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Dpreparechangelog_unittest.py43 changelog_path = self._write_tmp_file_with_contents(changelog_contents.encode("utf-8"))
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/
H A DTimeStampReqTest.java58 MessageImprint.ASN1.encode(msgImprint), MessageImprint.ASN1
59 .encode(decoded.getMessageImprint())));
/external/apache-http/src/org/apache/commons/codec/binary/
H A DHex.java167 public byte[] encode(byte[] array) { method in class:Hex
182 public Object encode(Object object) throws EncoderException { method in class:Hex
/external/apache-http/src/org/apache/commons/codec/language/
H A DSoundex.java40 * means do not encode.
52 * means do not encode.
126 * Object to encode
134 public Object encode(Object pObject) throws EncoderException { method in class:Soundex
136 throw new EncoderException("Parameter supplied to Soundex encode is not of type java.lang.String");
145 * A String object to encode
150 public String encode(String pString) { method in class:Soundex
160 * the cleaned working string to encode (in upper case).
162 * the character position to encode
244 * String to encode usin
[all...]
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/
H A DDEROutputStream.java123 ((DERObject)obj).encode(this);
127 ((DEREncodable)obj).getDERObject().encode(this);
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAccept.java97 mediaRange.encode(buffer);
100 parameters.encode(buffer);
H A DFrom.java84 address.encode(buffer);
90 parameters.encode(buffer);
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
H A DPAssociatedURI.java113 retval.append(address.encode());
120 retval.append(SEMICOLON + this.parameters.encode());
/external/v8/src/arm/
H A Dcode-stubs-arm.h135 return OpBits::encode(op_)
136 | ModeBits::encode(mode_)
137 | VFP3Bits::encode(use_vfp3_)
138 | OperandTypeInfoBits::encode(operands_type_)
139 | ResultTypeInfoBits::encode(result_type_);
286 return IntRegisterBits::encode(the_int_.code())
287 | HeapNumberRegisterBits::encode(the_heap_number_.code())
288 | ScratchRegisterBits::encode(scratch_.code());
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackConstructor.cpp78 return JSValue::encode(toJS(result));
81 return JSValue::encode(toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)));
/external/webkit/Source/JavaScriptCore/runtime/
H A DBooleanConstructor.cpp51 return JSValue::encode(constructBoolean(exec, args));
63 return JSValue::encode(jsBoolean(exec->argument(0).toBoolean(exec)));

Completed in 657 milliseconds

1234567891011>>