HomeSort by relevance Sort by last modified time
    Searched full:encode (Results 451 - 475 of 3290) sorted by null

<<11121314151617181920>>

  /external/okhttp/okio/okio/src/main/java/okio/
Base64.java 124 public static String encode(byte[] in) { method in class:Base64
125 return encode(in, MAP);
129 return encode(in, URL_MAP);
132 private static String encode(byte[] in, byte[] map) { method in class:Base64
  /external/openfst/src/extensions/far/
strings.cc 28 // encode each line number as a decimal number
  /external/openfst/src/include/fst/script/
decode.h 24 #include <fst/encode.h>
  /external/openfst/src/script/
Makefile.am 7 draw.cc encode.cc epsnormalize.cc equal.cc equivalent.cc \
decode.cc 20 #include <fst/encode.h>
  /external/pdfium/core/include/fxcodec/
fx_codec.h 131 virtual FX_BOOL Encode(const FX_BYTE* src_buf, FX_DWORD src_size,
134 virtual FX_BOOL Encode(FX_LPCBYTE src_buf, FX_DWORD src_size, FX_LPBYTE& dest_buf, FX_DWORD& dest_size) = 0;
146 virtual FX_BOOL Encode(FX_LPCBYTE src_buf, int width, int height, int pitch,
164 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,
fx_codec_provider.h 33 virtual FX_BOOL Encode(const class CFX_DIBSource* pSource, FX_LPBYTE& dest_buf, FX_STRSIZE& dest_size, int quality = 75,
  /external/protobuf/python/google/protobuf/
text_encoding.py 64 text.encode('string_escape') does not seem to satisfy our needs as it
67 "\0011".encode('string_escape') ends up being "\\x011", which will be
107 return (result.encode('ascii') # Make it bytes to allow decode.
110 .encode('raw_unicode_escape'))
  /external/skia/include/core/
SkPixelSerializer.h 47 * If you want to encode these pixels, return the encoded data as an SkData
  /external/skia/tools/
imgconv.cpp 29 SkDebugf("failed to encode %s\n", src.c_str());
  /external/v8/src/
scopeinfo.h 67 value_ = ModeField::encode(mode) | IndexField::encode(index) |
68 InitField::encode(init_flag) |
69 MaybeAssignedField::encode(maybe_assigned_flag);
  /external/v8/test/webkit/
constant-encoding.js 24 description("Test that we correctly encode patterned immediate values");
  /external/zopfli/src/zopfli/
tree.h 46 values are fractional, they cannot be used to encode the tree specified by
  /frameworks/opt/net/voip/src/jni/rtp/
AudioCodec.h 31 virtual int encode(void *payload, int16_t *samples) = 0;
G711Codec.cpp 41 int encode(void *payload, int16_t *samples);
47 int UlawCodec::encode(void *payload, int16_t *samples) function in class:__anon23195::UlawCodec
92 int encode(void *payload, int16_t *samples);
98 int AlawCodec::encode(void *payload, int16_t *samples) function in class:__anon23195::AlawCodec
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderInterface.h 28 virtual Encode_Status encode(VideoEncRawBuffer *inBuffer, uint32_t timeout = FUNC_BLOCK) = 0;
  /hardware/intel/common/libva/test/
Makefile.am 23 SUBDIRS = common decode encode vainfo videoprocess
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
Makefile 40 COMPONENT_LIB=libOMX.TI.AAC.encode.so
  /packages/apps/Email/src/com/beetstra/jutf7/
Base64Util.java 41 * Base 64, as specified in RFC 2045, is an encoding used to encode bytes as
42 * characters. In (modified-)UTF-7 however, it is used to encode characters as
46 * <li>Encode all characters as a 16-bit (UTF-16) integer value</li>
48 * <li>Encode these bytes using (modified) base 64 encoding</li>
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytearrayobject.h 14 * Bytes are not characters; they may be used to encode characters.
codecs.h 140 in the call to the encode/decode function.
155 /* replace the unicode encode error with ? or U+FFFD */
158 /* replace the unicode encode error with XML character references */
161 /* replace the unicode encode error with backslash escapes (\x, \u and \U) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_coding.py 25 input = u"# coding: ascii\n\N{SNOWMAN}".encode('utf-8')
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytearrayobject.h 14 * Bytes are not characters; they may be used to encode characters.
codecs.h 140 in the call to the encode/decode function.
155 /* replace the unicode encode error with ? or U+FFFD */
158 /* replace the unicode encode error with XML character references */
161 /* replace the unicode encode error with backslash escapes (\x, \u and \U) */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_coding.py 25 input = u"# coding: ascii\n\N{SNOWMAN}".encode('utf-8')

Completed in 707 milliseconds

<<11121314151617181920>>