| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
| ASN1Primitive.java | 66 abstract void encode(ASN1OutputStream out) throws IOException; method in class:ASN1Primitive
|
| LazyEncodedSequence.java | 96 void encode( method in class:LazyEncodedSequence 106 super.toDLObject().encode(out);
|
| /external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/ |
| UrlUtils.java | 37 java.net.URLEncoder.encode(html, "UTF-8");
|
| /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/ |
| native-messaging-example-host | 31 text).encode('utf-8')
|
| /external/chromium_org/third_party/WebKit/Source/core/html/ |
| FormDataList.cpp | 35 CString encodedString = m_encoding.encode(string, WTF::EntitiesForUnencodables);
|
| /external/chromium_org/third_party/ocmock/OCMock/ |
| OCMArg.h | 33 #define OCMOCK_VALUE(variable) [NSValue value:&variable withObjCType:@encode(__typeof__(variable))]
|
| /external/clang/test/PCH/ |
| objc_exprs.h | 7 typedef typeof(@encode(int)) objc_encode;
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| EncodedMember.java | 79 * {@code 0} if this is the first element to encode 84 public abstract int encode(DexFile file, AnnotatedOutput out, method in class:EncodedMember
|
| /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.
|
| /external/openfst/src/include/fst/script/ |
| decode.h | 24 #include <fst/encode.h>
|
| /external/openfst/src/script/ |
| decode.cc | 20 #include <fst/encode.h>
|
| /frameworks/opt/net/voip/src/jni/rtp/ |
| G711Codec.cpp | 41 int encode(void *payload, int16_t *samples); 47 int UlawCodec::encode(void *payload, int16_t *samples) function in class:__anon32440::UlawCodec 92 int encode(void *payload, int16_t *samples); 98 int AlawCodec::encode(void *payload, int16_t *samples) function in class:__anon32440::AlawCodec
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
| InhibitAnyPolicy.java | 56 .encode(ASN1Integer.fromIntValue(skipCerts));
|
| /libcore/luni/src/test/java/libcore/java/nio/charset/ |
| OldCharsetEncoderDecoderBufferTest.java | 91 * (CharsetEncoderICU) when an encode operation 102 encoder.encode(CharBuffer.wrap("ab"), out, false); 114 encoder.encode(CharBuffer.wrap("x"), out, true); 123 * (CharsetEncoderICU) when an encode operation 134 encoder.encode(inWithArray, out, false); 141 encoder.encode(inWithoutArray, out, true);
|
| /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/chromium_org/v8/src/ |
| code-stubs.h | 251 return MinorKeyBits::encode(MinorKey()) | 252 MajorKeyBits::encode(MajorKey()); 371 return IsMissBits::encode(is_uninitialized_) | 372 MinorKeyBits::encode(NotMissMinorKey()); 506 return StrictModeBits::encode(language_mode_ != CLASSIC_MODE) | 507 IsGeneratorBits::encode(is_generator_); 553 bit_field_ = StrictModeBits::encode(strict_mode) | 554 IsConstantBits::encode(is_constant); 659 return AllocationSiteModeBits::encode(allocation_site_mode_) 660 | ModeBits::encode(mode_ [all...] |
| /external/apache-http/src/org/apache/commons/codec/language/ |
| RefinedSoundex.java | 109 * Object to encode 115 public Object encode(Object pObject) throws EncoderException { method in class:RefinedSoundex 117 throw new EncoderException("Parameter supplied to RefinedSoundex encode is not of type java.lang.String"); 126 * A String object to encode 129 public String encode(String pString) { method in class:RefinedSoundex 153 * String to encode using the Refined Soundex algorithm
|
| SoundexUtils.java | 68 * The encoder to use to encode the Strings. 84 return differenceEncoded(encoder.encode(s1), encoder.encode(s2));
|
| /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/JSON/JSON-2.59/t/ |
| e08_decode.t | 38 utf8::encode($utf8); # UTf-8 flaged off
|
| xe08_decode.t | 41 utf8::encode($utf8); # UTf-8 flaged off
|
| /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/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();
|