Home
last modified time | relevance | path

Searched refs:decoding (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/external/strace/
DNEWS5 * Implemented decoding of KVM_CHECK_EXTENSION and NBD_* ioctl commands.
6 * Implemented decoding of SOL_XDP socket option names.
7 * Implemented decoding of AF_PACKET protocols in socket syscall.
8 * Implemented decoding of AF_AX25 and AF_X25 addresses, protocols,
12 * Enhanced decoding of IFLA_*, NETCONFA_*, and SMC_DIAG_* netlink attributes.
19 * Fixed decoding of bit sets in evdev ioctl commands.
20 * Fixed decoding of EVIOCGBIT(0, ...) ioctl commands.
28 * Implemented decoding of kvm vcpu exit reason (-e kvm=vcpu option),
30 * Implemented decoding of KVM_SET_CPUID2 and KVM_GET_*_CPUID ioctl commands.
31 * Enhanced decoding of corner cases of SO_LINGER, SO_PEERCRED,
[all …]
Dstrace.spec145 + fixed decoding of syscalls unknown to the kernel on s390/s390x (#1298294).
162 + enhanced ioctl decoding (#902788).
192 + fixed decoding of *xattr syscalls (#885233);
238 - fix biarch stat64 decoding (#222275)
240 - improve prctl decoding (#364401)
244 - fix biarch decoding of error return values (#447587)
248 - fix futex argument decoding (#448628, #448629)
277 - Fix ia64 syscall decoding (#206768)
282 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
294 - Fix biarch decoding of socket syscalls (#174354).
[all …]
Dstrace.spec.in11 # Install Bluetooth headers for AF_BLUETOOTH sockets decoding.
145 + fixed decoding of syscalls unknown to the kernel on s390/s390x (#1298294).
162 + enhanced ioctl decoding (#902788).
192 + fixed decoding of *xattr syscalls (#885233);
238 - fix biarch stat64 decoding (#222275)
240 - improve prctl decoding (#364401)
244 - fix biarch decoding of error return values (#447587)
248 - fix futex argument decoding (#448628, #448629)
277 - Fix ia64 syscall decoding (#206768)
282 - Fix bogus decoding of syscalls >= 300 (#201462, #202620).
[all …]
/external/opencensus-java/api/src/main/java/io/opencensus/trace/
DLowerCaseBase16Encoding.java39 byte[] decoding = new byte[ASCII_CHARACTERS]; in buildDecodingArray()
40 Arrays.fill(decoding, (byte) -1); in buildDecodingArray()
43 decoding[c] = (byte) i; in buildDecodingArray()
45 return decoding; in buildDecodingArray()
/external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
Dseq2seq_ops_test.py35 decoding = [
42 predictions, loss = ops.sequence_classifier(decoding, labels,
47 decoding[0].name: [[0.1, 0.9], [0.7, 0.3]],
48 decoding[1].name: [[0.9, 0.1], [0.8, 0.2]],
49 decoding[2].name: [[0.5, 0.5], [0.4, 0.6]],
Dseq2seq_ops.py38 def sequence_classifier(decoding, labels, sampling_decoding=None, name=None): argument
52 with ops.name_scope(name, "sequence_classifier", [decoding, labels]):
54 for i, pred in enumerate(decoding):
/external/autotest/client/site_tests/video_JDAPerf/
Dcontrol.power7 PURPOSE = "Test the power consumption of jpeg decoding"
9 The test outputs the power consumption of jpeg decoding.
23 jpeg decoding for hardware decode and software decode.
Dcontrol.cpu7 PURPOSE = "Test the cpu usage of jpeg decoding"
9 The test outputs the cpu usage of jpeg decoding.
22 This test measures the CPU usage of jpeg decoding for hardware
/external/curl/docs/cmdline-opts/
Draw.d2 Help: Do HTTP "raw"; no transfer decoding
6 When used, it disables all internal HTTP decoding of content or transfer
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp308 const SRGBDecode decoding);
311 void setDecode (const SRGBDecode decoding);
336 const SRGBDecode decoding) in SRGBTestSampler() argument
351 this->setDecode(decoding); in SRGBTestSampler()
359 void SRGBTestSampler::setDecode (const SRGBDecode decoding) in setDecode() argument
361 if (decoding == SRGBDECODE_SKIP_DECODE) in setDecode()
366 else if (decoding == SRGBDECODE_DECODE) in setDecode()
376 m_decoding = decoding; in setDecode()
412 const SRGBDecode decoding);
416 void setDecode (const SRGBDecode decoding);
[all …]
/external/lzma/DOC/
Dlzma-specification.txt84 that indicates the end of decoding point.
86 equal to ((2^64) - 1), the LZMA stream decoding must be finished after
120 important to keep high speed of decoding of big number of small LZMA streams.
148 There are two main scenarios of decoding:
150 1) The decoding of full stream to one RAM buffer.
156 2) The decoding to some external storage.
162 In this specification we describe the code for decoding to some external
163 storage. The optimized version of code for decoding of full stream to one
186 The maximum RAM state usage is required for decoding the stream with lp = 4
374 stop decoding and report error.
[all …]
D7zC.txt4 7z ANSI-C provides 7z/LZMA decoding.
21 7zDecode.* - Low level 7z decoding
22 7zExtract.* - High level 7z decoding
147 Memory requirements for .7z decoding
/external/autotest/client/site_tests/video_ChromeRTCHWDecodeUsed/
Dcontrol.y4m7 PURPOSE = "Verify that HW decoding works for WebRTC/vp8 video."
20 This test verifies that HW decoding works for WebRTC/vp8 video.
/external/libvpx/libvpx/
Dusage_dx.dox21 codecs support asynchronous (callback-based) decoding \ref usage_features
37 slice based decoding callbacks provide substantial speed gains to the
42 If the codec does not support callback based decoding, or the application
61 hitting the user-specified \ref usage_deadline after decoding the frame.
/external/python/cpython3/Doc/library/
Demail.errors.rst36 decoding errors, and when an attempt is made to create a header that appears
104 * :class:`InvalidBase64PaddingDefect` -- When decoding a block of base64
108 * :class:`InvalidBase64CharactersDefect` -- When decoding a block of base64
112 * :class:`InvalidBase64LengthDefect` -- When decoding a block of base64 encoded
Dbase64.rst17 ASCII characters and decoding such encodings back to binary data.
18 It provides encoding and decoding functions for the encodings specified in
29 :class:`bytes`, and decoding :term:`bytes-like objects <bytes-like object>` or
33 The legacy interface does not support decoding from strings, but it does
34 provide functions for encoding and decoding to and from :term:`file objects
42 ASCII-only Unicode strings are now accepted by the decoding functions of
47 encoding and decoding functions in this module. Ascii85/Base85 support added.
Dcodecs.rst33 The module defines the following functions for encoding and decoding with
51 default error handler is ``'strict'`` meaning that decoding errors raise
82 The stateless encoding and decoding functions. These must be
180 :class:`StreamReaderWriter`, providing transparent encoding/decoding.
284 codec will handle encoding and decoding errors.
329 | | built-in codecs on decoding, and '?' on |
345 | ``'surrogateescape'`` | On decoding, replace byte with individual |
359 |``'surrogatepass'``| utf-8, utf-16, utf-32, | Allow encoding and decoding of surrogate |
374 The ``'backslashreplace'`` error handlers now works with decoding and
383 The *error_handler* argument will be called during encoding and decoding
[all …]
/external/python/cpython2/Doc/library/
Dcodecs.rst45 default error handler is ``'strict'`` meaning that decoding errors raise
62 * ``decode`` The stateless decoding function;
183 *error_handler* will be called during encoding and decoding in case of an error,
209 Implements the ``strict`` error handling: each encoding or decoding error
223 encoding or decoding is continued without further notice.
244 providing transparent encoding/decoding. The default file mode is ``'r'``
362 | | Unicode codecs on decoding and '?' on |
405 In a Unicode context, decoding converts a plain string encoded using a
417 decoding efficient.
423 the basic interface for incremental encoding and decoding. Encoding/decoding the
[all …]
/external/libaom/libaom/
Dusage_dx.dox15 codecs support asynchronous (callback-based) decoding \ref usage_features
31 slice based decoding callbacks provide substantial speed gains to the
36 If the codec does not support callback based decoding, or the application
/external/webp/
DREADME208 decoding (dwebp) images.
289 -v ..................... verbose, e.g. print encoding/decoding times
330 There is a decoding sample in examples/dwebp.c which will take
366 -incremental . use incremental decoding (useful for tests)
368 -v ........... verbose (e.g. print encoding/decoding times)
655 There are variants for decoding in BGR/RGBA/ARGB/BGRA order, along with
656 decoding to raw Y'CbCr samples. One can also decode the image directly into a
662 is supplied. No decoding is involved when using it.
664 Incremental decoding API:
670 created with the purpose of decoding either RGB or Y'CbCr samples.
[all …]
/external/nanopb-c/docs/
Dindex.rst7 Nanopb is an ANSI-C library for encoding and decoding messages in Google's `Protocol Buffers`__ for…
18 The high-level encoding and decoding functions take an array of *pb_field_t* structures, which desc…
27 - pb_decode.h and pb_decode.c (needed for decoding messages)
55 #) Unknown fields are not preserved when decoding and re-encoding a message.
/external/grpc-grpc/third_party/nanopb/docs/
Dindex.rst7 Nanopb is an ANSI-C library for encoding and decoding messages in Google's `Protocol Buffers`__ for…
18 The high-level encoding and decoding functions take an array of *pb_field_t* structures, which desc…
27 - pb_decode.h and pb_decode.c (needed for decoding messages)
55 #) Unknown fields are not preserved when decoding and re-encoding a message.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodeJpeg.pbtxt73 decoding. Allowed values are: 1, 2, 4, and 8. This is much faster than
77 This op also supports decoding PNGs and non-animated GIFs since the interface is
Dapi_def_DecodeAndCropJpeg.pbtxt79 decoding. Allowed values are: 1, 2, 4, and 8. This is much faster than
84 decoding partial jpeg image.
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-ranges-baseaddr.s87 # ERR: error: decoding address ranges: invalid range list offset 0x4000
119 # ERR: error: decoding address ranges: invalid range list entry at offset 0x50

12345678910>>...13