| /external/fonttools/Lib/fontTools/misc/ |
| py23.py | 39 return self.encode('latin1') 43 return s.encode(encoding) 69 return self.encode('latin-1') 78 return s.encode(encoding)
|
| /external/lzma/CPP/7zip/Common/ |
| CreateCoder.cpp | 160 bool encode, bool onlyCoder)
169 if (encode)
201 if (encode)
259 bool encode)
265 filter, coder, coder2, encode, true);
271 CMyComPtr<ICompressCoder> &coder, bool encode)
278 coder, coder2, encode);
285 bool encode)
292 filter, coder, coder2, encode, false);
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ |
| RequestLine.java | 68 /** Encode the request line as a String. 72 public String encode() { method in class:RequestLine 73 return encode(new StringBuffer()).toString(); 76 public StringBuffer encode(StringBuffer buffer) { method in class:RequestLine 82 uri.encode(buffer); 226 * Changed the encode() and encodeBody() methods of SIP headers and basic classes to make them use the same StringBuffer instance during the encoding phase.
|
| AlertInfo.java | 73 encoding.append(LESS_THAN).append(uri.encode()).append(GREATER_THAN); 78 encoding.append(SEMICOLON).append(parameters.encode());
|
| CallInfo.java | 69 info.encode(buffer); 74 parameters.encode(buffer);
|
| Credentials.java | 101 public String encode() { method in class:Credentials 104 retval += SP + parameters.encode();
|
| /external/openfst/src/include/fst/script/ |
| decode.h | 24 #include <fst/encode.h>
|
| /external/openfst/src/script/ |
| decode.cc | 20 #include <fst/encode.h>
|
| /dalvik/dx/src/com/android/dx/io/instructions/ |
| InstructionCodec.java | 28 * and encode from instances of {@link DecodedInstruction}. 39 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 54 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 71 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 90 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 108 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 124 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 142 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 160 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 179 @Override public void encode(DecodedInstruction insn, CodeOutput out) method 199 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 217 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 244 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 267 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 288 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 309 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 331 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 353 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 375 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 396 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 416 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 436 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 453 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 488 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 509 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 524 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 535 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 546 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 557 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 568 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 579 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 596 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 623 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 659 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 729 @Override public void encode(DecodedInstruction insn, CodeOutput out) { method 762 public abstract void encode(DecodedInstruction insn, CodeOutput out); method in class:InstructionCodec [all...] |
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
| org.apache.commons.codec_1.3.0.v20100518-1140.jar | |
| /external/apache-http/src/org/apache/commons/codec/language/ |
| RefinedSoundex.java | 114 * Object to encode 120 public Object encode(Object pObject) throws EncoderException { method in class:RefinedSoundex 122 throw new EncoderException("Parameter supplied to RefinedSoundex encode is not of type java.lang.String"); 131 * A String object to encode 134 public String encode(String pString) { method in class:RefinedSoundex 158 * String to encode using the Refined Soundex algorithm
|
| SoundexUtils.java | 73 * The encoder to use to encode the Strings. 89 return differenceEncoded(encoder.encode(s1), encoder.encode(s2));
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| LazyEncodedSequence.java | 96 void encode( method in class:LazyEncodedSequence 106 super.toDLObject().encode(out);
|
| /external/chromium_org/build/ |
| escape_unicode.py | 48 out_file.write(repr(char.encode('utf8'))[1:-1]) 52 out_file.write(char.encode('ascii'))
|
| /external/chromium_org/third_party/WebKit/Source/wtf/text/ |
| TextCodecICU.h | 52 virtual CString encode(const UChar*, size_t length, UnencodableHandling) override; 53 virtual CString encode(const LChar*, size_t length, UnencodableHandling) override;
|
| /external/harfbuzz_ng/test/shaping/ |
| run-tests.sh | 20 glyphs=`$srcdir/hb-unicode-encode "$unicodes" | $hb_shape "$srcdir/$fontfile"`
|
| /external/nist-sip/java/gov/nist/core/ |
| NameValue.java | 158 public String encode() { method in class:NameValue 159 return encode(new StringBuffer()).toString(); 162 public StringBuffer encode(StringBuffer buffer) { method in class:NameValue 167 gv.encode(buffer); 172 buffer.append(name).append(separator).append(gvlist.encode()); 194 gv.encode(buffer); 198 buffer.append(gvlist.encode()); 282 return this.encode().toLowerCase().hashCode();
|
| /external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
| PAssertedIdentity.java | 72 /** Encode into canonical form. 80 retval.append(address.encode()); 87 retval.append(COMMA + this.parameters.encode());
|
| PCalledPartyID.java | 67 /** Encode into canonical form. 75 retval.append(address.encode()); 81 retval.append(SEMICOLON + this.parameters.encode());
|
| PProfileKey.java | 60 retval.append(address.encode()); 65 retval.append(SEMICOLON + this.parameters.encode());
|
| Path.java | 66 /** Encode into canonical form. 74 retval.append(address.encode()); 80 retval.append(SEMICOLON + this.parameters.encode());
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| DebugInfoItem.java | 73 // Encode the data and note the size. 76 encoded = encode(addedTo.getFile(), null, null, null, false); 101 encode(file, prefix, null, out, false); method 111 encode(null, prefix, out, null, false); method 120 * but write the bits from the original encode 124 encode(file, null, null, out, true); method 142 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem 162 * Helper for {@link #encode} to do most of the work.
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| DebugInfoItem.java | 70 // Encode the data and note the size. 73 encoded = encode(addedTo.getFile(), null, null, null, false); 98 encode(file, prefix, null, out, false); method 108 encode(null, prefix, out, null, false); method 117 * but write the bits from the original encode 121 encode(file, null, null, out, true); method 139 private byte[] encode(DexFile file, String prefix, PrintWriter debugPrint, method in class:DebugInfoItem 159 * Helper for {@link #encode} to do most of the work.
|
| /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/tsp/ |
| TimeStampRespTest.java | 89 ASN1OctetString.getInstance().encode( 90 TSTInfo.ASN1.encode(tSTInfo))); 99 byte[] encoding = TimeStampResp.ASN1.encode(response); 105 PKIStatusInfo.ASN1.encode(status), PKIStatusInfo.ASN1 106 .encode(decoded.getStatus())));
|
| /external/chromium_org/mojo/public/java/bindings/src/org/chromium/mojo/bindings/ |
| MessageHeader.java | 138 * Encode the header. 140 public void encode(Encoder encoder) { method in class:MessageHeader 141 encoder.encode(mDataHeader); 142 encoder.encode(getType(), TYPE_OFFSET); 143 encoder.encode(getFlags(), FLAGS_OFFSET); 145 encoder.encode(getRequestId(), REQUEST_ID_OFFSET);
|