/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
FormEncodingBuilder.java | 38 content.writeUtf8(URLEncoder.encode(name, "UTF-8")); 40 content.writeUtf8(URLEncoder.encode(value, "UTF-8"));
|
/external/toybox/toys/other/ |
base64.c | 1 /* base64.c - Encode and decode base64 15 Encode or decode in base64.
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
entropy_coding.h | 15 * encode the iSAC bistream 30 /* encode complex spectrum */
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Base64.java | 75 * Encode the given byte[]. 80 public static final byte[] encode(byte[] src) method in class:Base64 82 return encode(src, 0); 87 * Encode the given byte[]. 94 public static final byte[] encode(byte[] src, int lineFeed) method in class:Base64 166 * Encode the given string. 170 public static final String encode(String src) method in class:Base64 172 return new String(encode(src.getBytes()));
|
/frameworks/base/core/jni/android/graphics/ |
YuvToJpegEncoder.h | 23 /** Encode YUV data to jpeg, which is output to a stream. 33 bool encode(SkWStream* stream, void* inYuv, int width,
|
/frameworks/opt/net/voip/src/jni/rtp/ |
GsmCodec.cpp | 46 int encode(void *payload, int16_t *samples); 54 int GsmCodec::encode(void *payload, int16_t *samples) function in class:__anon23196::GsmCodec
|
/libcore/luni/src/main/java/java/security/ |
Key.java | 45 * Returns the name of the format used to encode this key, or {@code null} 48 * @return the name of the format used to encode this key, or {@code null}
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharset_MultiByte_EUC_JP.java | 44 ByteBuffer intermediateBB = encoder.encode(inputCB); 49 assertEqualCBs("decode(encode(A)) must be identical with A!", inputCB, outputCB);
|
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);
|
OldCharset_AbstractTest.java | 112 outputBB = encoder.encode(inputCB); 139 outputBB = encoder.encode(inputCB); 157 ByteBuffer intermediateBB = encoder.encode(inputCB); 163 assertEqualCBs("decode(encode(A)) must be identical with A = " + code, 170 fail("failed to decode(encode(" + code + "))"); 191 ByteBuffer intermediateBB = encoder.encode(inputCB); 196 assertEqualCBs("decode(encode(A)) must be identical with A!",
|
/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
|
Soundex.java | 45 * means do not encode. 57 * means do not encode. 131 * Object to encode 139 public Object encode(Object pObject) throws EncoderException { method in class:Soundex 141 throw new EncoderException("Parameter supplied to Soundex encode is not of type java.lang.String"); 150 * A String object to encode 155 public String encode(String pString) { method in class:Soundex 165 * the cleaned working string to encode (in upper case). 167 * the character position to encode 249 * String to encode using the Soundex algorith [all...] |
/hardware/ti/omap4-aah/camera/inc/ |
Encoder_libjpeg.h | 20 * This defines API for camerahal to encode YUV using libjpeg 46 * libjpeg encoder class - uses libjpeg to encode yuv 165 // start thread to encode thumbnail 170 // encode our main image 171 size = encode(mMainInput); 220 size_t encode(params*);
|
/hardware/ti/omap4xxx/camera/inc/ |
Encoder_libjpeg.h | 20 * This defines API for camerahal to encode YUV using libjpeg 38 * libjpeg encoder class - uses libjpeg to encode yuv 150 // start thread to encode thumbnail 155 // encode our main image 156 size = encode(mMainInput); 204 size_t encode(params*);
|
/external/v8/src/compiler/ |
instruction.h | 60 InstructionOperand() : value_(KindField::encode(INVALID)) {} 77 value_ = KindField::encode(kind); 125 value_ |= BasicPolicyField::encode(EXTENDED_POLICY); 126 value_ |= ExtendedPolicyField::encode(policy); 127 value_ |= LifetimeField::encode(USED_AT_END); 133 value_ |= BasicPolicyField::encode(policy); 141 value_ |= BasicPolicyField::encode(EXTENDED_POLICY); 142 value_ |= ExtendedPolicyField::encode(policy); 143 value_ |= LifetimeField::encode(USED_AT_END); 144 value_ |= FixedRegisterField::encode(index) [all...] |
/external/libopus/celt/ |
bands.c | 640 int encode; member in struct:band_ctx 675 int encode; local 682 encode = ctx->encode; 695 if (encode) 706 if (encode) 718 if (encode) 733 if (encode) 740 if (encode) 773 if (encode && stereo 845 int encode; local 897 int encode; local 1079 int encode; local 1213 int encode; local [all...] |
/external/markdown/markdown/ |
html4.py | 76 return text.encode(encoding, "xmlcharrefreplace") 92 return text.encode(encoding, "xmlcharrefreplace") 110 return text.encode(encoding, "xmlcharrefreplace") 123 return text.encode(encoding, "xmlcharrefreplace") 163 k.encode(encoding), 211 def encode(text): function in function:_namespaces 212 return text.encode(encoding) 227 qnames[qname] = encode("%s:%s" % (prefix, tag)) 229 qnames[qname] = encode(tag) # default element 237 qnames[qname] = encode(qname [all...] |
/external/v8/src/mips/ |
code-stubs-mips.h | 85 minor_key_ = IntRegisterBits::encode(the_int.code()) | 86 HeapNumberRegisterBits::encode(the_heap_number.code()) | 87 ScratchRegisterBits::encode(scratch.code()) | 88 SignRegisterBits::encode(scratch2.code()); 137 minor_key_ = ObjectBits::encode(object.code()) | 138 ValueBits::encode(value.code()) | 139 AddressBits::encode(address.code()) | 140 RememberedSetActionBits::encode(remembered_set_action) | 141 SaveFPRegsModeBits::encode(fp_mode); 351 minor_key_ = LookupModeBits::encode(mode) [all...] |
/external/v8/src/mips64/ |
code-stubs-mips64.h | 85 minor_key_ = IntRegisterBits::encode(the_int.code()) | 86 HeapNumberRegisterBits::encode(the_heap_number.code()) | 87 ScratchRegisterBits::encode(scratch.code()) | 88 SignRegisterBits::encode(scratch2.code()); 139 minor_key_ = ObjectBits::encode(object.code()) | 140 ValueBits::encode(value.code()) | 141 AddressBits::encode(address.code()) | 142 RememberedSetActionBits::encode(remembered_set_action) | 143 SaveFPRegsModeBits::encode(fp_mode); 353 minor_key_ = LookupModeBits::encode(mode) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
codecs.py | 77 def __new__(cls, encode, decode, streamreader=None, streamwriter=None, 79 self = tuple.__new__(cls, (encode, decode, streamreader, streamwriter)) 81 self.encode = encode 96 The .encode()/.decode() methods may use different error 114 def encode(self, input, errors='strict'): member in class:Codec 159 passed piece by piece to the encode() method. The IncrementalEncoder remembers 160 the state of the Encoding process between calls to encode(). 173 def encode(self, input, final=False): member in class:IncrementalEncoder 200 buffer between calls to encode() 211 def encode(self, input, final=False): member in class:BufferedIncrementalEncoder [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
codecs.py | 77 def __new__(cls, encode, decode, streamreader=None, streamwriter=None, 79 self = tuple.__new__(cls, (encode, decode, streamreader, streamwriter)) 81 self.encode = encode 96 The .encode()/.decode() methods may use different error 114 def encode(self, input, errors='strict'): member in class:Codec 159 passed piece by piece to the encode() method. The IncrementalEncoder remembers 160 the state of the Encoding process between calls to encode(). 173 def encode(self, input, final=False): member in class:IncrementalEncoder 200 buffer between calls to encode() 211 def encode(self, input, final=False): member in class:BufferedIncrementalEncoder [all...] |
/bionic/tools/relocation_packer/src/ |
delta_encoder_unittest.cc | 40 static void encode() { function in namespace:relocation_packer 46 codec.Encode(relocations, &packed); 53 codec.Encode(relocations, &packed); 73 codec.Encode(relocations, &packed); 101 codec.Encode(relocations, &packed); 150 encode<ELF32_traits>(); 154 encode<ELF64_traits>();
|
/external/nist-sip/java/gov/nist/core/ |
NameValueList.java | 84 * Encode the list in semicolon separated form. 89 public String encode() { method in class:NameValueList 90 return encode(new StringBuffer()).toString(); 93 public StringBuffer encode(StringBuffer buffer) { method in class:NameValueList 101 gobj.encode(buffer); 116 return this.encode(); 268 return ((GenericObject) val).encode();
|
/external/v8/src/ |
property-details.h | 189 value_ = TypeField::encode(type) 190 | AttributesField::encode(attributes) 191 | DictionaryStorageField::encode(index); 201 value_ = TypeField::encode(type) 202 | AttributesField::encode(attributes) 203 | RepresentationField::encode(EncodeRepresentation(representation)) 204 | FieldIndexField::encode(field_index);
|
/packages/apps/Email/src/com/beetstra/jutf7/ |
UTF7StyleCharsetEncoder.java | 34 * The CharsetEncoder used to encode both variants of the UTF-7 charset and the
41 * {@link java.nio.charset.CharsetEncoder#encode(CharBuffer)}. Unfortunately,
122 * {@link java.nio.charset.CharsetEncoder#encode(CharBuffer)} to call flush
160 * earlier into flushing when using Charset.encode(String),
161 * Charset.encode(CharBuffer) or CharsetEncoder.encode(CharBuffer)
194 * Writes the bytes necessary to encode a character in <i>base 64 mode</i>.
|