/frameworks/compile/mclinker/unittests/ |
LEB128Test.cpp | 199 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 2); 204 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 127); 209 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 128); 214 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 129); 219 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 130); 224 ASSERT_TRUE(leb128::decode<uint64_t>(buffer, size) == 12857); 234 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 2); 239 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -2); 244 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), 127); 249 ASSERT_EQ(leb128::decode<int64_t>(buffer, size), -127) [all...] |
/hardware/intel/common/libva/ |
.gitignore | 43 /test/decode/loadjpeg 44 /test/decode/mpeg2vldemo
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
testcodec.py | 18 def decode(self,input,errors='strict'): member in class:Codec 32 return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
testcodec.py | 18 def decode(self,input,errors='strict'): member in class:Codec 32 return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
|
/prebuilts/go/darwin-x86/doc/progs/ |
json4.go | 21 func Decode() { 44 Decode()
|
/prebuilts/go/darwin-x86/src/crypto/x509/ |
pkcs8_test.go | 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err) 26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
|
/prebuilts/go/linux-x86/doc/progs/ |
json4.go | 21 func Decode() { 44 Decode()
|
/prebuilts/go/linux-x86/src/crypto/x509/ |
pkcs8_test.go | 21 t.Errorf("failed to decode PKCS8 with RSA private key: %s", err) 26 t.Errorf("failed to decode PKCS8 with EC private key: %s", err)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
testcodec.py | 18 def decode(self,input,errors='strict'): member in class:Codec 32 return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
testcodec.py | 18 def decode(self,input,errors='strict'): member in class:Codec 32 return (Codec().encode,Codec().decode,StreamReader,StreamWriter)
|
/external/chromium-trace/catapult/telemetry/third_party/png/ |
README.chromium | 12 A png encoder and decoder for python. Used by telemetry to decode screenshots
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
jsonmessage.py | 33 def decode(self, value): member in class:JSONMessage 35 value = base64.b64decode(value.encode('utf-8')).decode('utf-8') 38 raise SQSDecodeError('Unable to decode message', self) 43 return base64.b64encode(value.encode('utf-8')).decode('utf-8')
|
/external/dbus/test/ |
.gitignore | 23 decode-gcov
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
ImageVideoBitmapDecoder.java | 32 // @see ResourceDecoder.decode 34 public Resource<Bitmap> decode(ImageVideoWrapper source, int width, int height) throws IOException { method in class:ImageVideoBitmapDecoder 39 result = streamDecoder.decode(is, width, height); 50 result = fileDescriptorDecoder.decode(fileDescriptor, width, height);
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
GifFrame.java | 18 /** Index in the raw buffer where we need to start reading to decode. */
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_LOG.h | 10 #define IPT_LOG_MACDECODE 0x20 /* Decode MAC header */
|
/external/iptables/include/linux/netfilter_ipv6/ |
ip6t_LOG.h | 10 #define IP6T_LOG_MACDECODE 0x20 /* Decode MAC header */
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
xt_LOG.h | 10 #define XT_LOG_MACDECODE 0x20 /* Decode MAC header */
|
/external/libvorbis/doc/ |
06-floor0.tex | 4 \section{Floor type 0 setup and decode} \label{vorbis:spec:floor0} 24 \subsubsection{header decode} 27 codec setup header (third packet). configuration decode proceeds as 48 \subsubsection{packet decode} \label{vorbis:spec:floor0-decode} 56 Packet decode proceeds as follows: 62 5) if ( [booknumber] is greater than the highest number decode codebook ) then packet is undecodable 76 Take note of the following properties of decode: 78 \item An \varname{[amplitude]} value of zero must result in a return code that indicates this channel is unused in this frame (the output of the channel will be all-zeroes in synthesis). Several later stages of decode don't occur for an unused channel. 79 \item An end-of-packet condition during decode should be considered [all...] |
/external/llvm/lib/Target/X86/Utils/ |
X86ShuffleDecode.h | 1 //===-- X86ShuffleDecode.h - X86 shuffle decode logic -----------*-C++-*---===// 10 // Define several functions to decode x86 specific shuffle semantics into a 75 /// \brief Decode a PSHUFB mask from an IR-level vector constant. 78 /// \brief Decode a PSHUFB mask from a raw array of constants such as from 83 /// \brief Decode a BLEND immediate mask into a shuffle mask. 89 /// \brief Decode a shuffle packed values at 128-bit granularity 98 /// \brief Decode a VPERMILP variable mask from an IR-level vector constant. 101 /// \brief Decode a zero extension instruction as a shuffle mask. 105 /// \brief Decode a move lower and zero upper instruction as a shuffle mask. 108 /// \brief Decode a scalar float move instruction as a shuffle mask [all...] |
/external/nanopb-c/tests/callbacks/ |
SConscript | 12 env.Decode(["encode_callbacks.output", "callbacks.proto"], MESSAGE = "TestMessage")
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
BC_DataMatrixReader.cpp | 44 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image,
56 m_decoder->Decode(detectorResult->GetBits(), e);
61 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image,
63 CFX_ByteString bs = Decode(image, 0, e);
|
/external/vixl/src/vixl/a64/ |
decoder-a64.h | 151 void Decode(const Instruction* instr) { 158 void Decode(Instruction* instr) { 163 // Decode() will call the corresponding visitor method from all registered 165 // decode tree. 174 // d.Decode(i); 213 // Decode the PC relative addressing instruction, and call the corresponding 218 // Decode the add/subtract immediate instruction, and call the correspoding 223 // Decode the branch, system command, and exception generation parts of 228 // Decode the load and store parts of the instruction tree, and call 233 // Decode the logical immediate and move wide immediate parts of th [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
post_decode_vad.h | 38 // Enables post-decode VAD. 41 // Disables post-decode VAD. 44 // Initializes post-decode VAD. 47 // Updates post-decode VAD with the audio data in |signal| having |length|
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.AAC.decode
|