/external/llvm/test/CodeGen/X86/ |
call-push.ll | 6 define i32 @decode_byte(%struct.decode_t* %decode) nounwind { 13 %tmp2 = getelementptr %struct.decode_t* %decode, i32 0, i32 4 ; <i16*> [#uses=1] 22 %tmp10 = tail call i32 @f( %struct.decode_t* %decode ) ; <i32> [#uses=1]
|
/frameworks/base/docs/html/tools/help/ |
etc1tool.jd | 8 images to the ETC1 compression standard and decode ETC1 compressed images back to PNG.</p> 11 <pre>etc1tool infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference 47 <td><code>--decode</code></td>
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
InstructionCodec.java | 27 * Representation of an instruction format, which knows how to decode into 32 @Override public DecodedInstruction decode(int opcodeUnit, method 45 @Override public DecodedInstruction decode(int opcodeUnit, method 60 @Override public DecodedInstruction decode(int opcodeUnit, method 79 @Override public DecodedInstruction decode(int opcodeUnit, method 98 @Override public DecodedInstruction decode(int opcodeUnit, method 114 @Override public DecodedInstruction decode(int opcodeUnit, method 131 @Override public DecodedInstruction decode(int opcodeUnit, method 149 @Override public DecodedInstruction decode(int opcodeUnit, method 168 @Override public DecodedInstruction decode(int opcodeUnit method 187 @Override public DecodedInstruction decode(int opcodeUnit, method 206 @Override public DecodedInstruction decode(int opcodeUnit, method 225 @Override public DecodedInstruction decode(int opcodeUnit, method 255 @Override public DecodedInstruction decode(int opcodeUnit, method 275 @Override public DecodedInstruction decode(int opcodeUnit, method 296 @Override public DecodedInstruction decode(int opcodeUnit, method 318 @Override public DecodedInstruction decode(int opcodeUnit, method 341 @Override public DecodedInstruction decode(int opcodeUnit, method 362 @Override public DecodedInstruction decode(int opcodeUnit, method 384 @Override public DecodedInstruction decode(int opcodeUnit, method 405 @Override public DecodedInstruction decode(int opcodeUnit, method 424 @Override public DecodedInstruction decode(int opcodeUnit, method 442 @Override public DecodedInstruction decode(int opcodeUnit, method 463 @Override public DecodedInstruction decode(int opcodeUnit, method 497 @Override public DecodedInstruction decode(int opcodeUnit, method 519 @Override public DecodedInstruction decode(int opcodeUnit, method 530 @Override public DecodedInstruction decode(int opcodeUnit, method 541 @Override public DecodedInstruction decode(int opcodeUnit, method 552 @Override public DecodedInstruction decode(int opcodeUnit, method 563 @Override public DecodedInstruction decode(int opcodeUnit, method 574 @Override public DecodedInstruction decode(int opcodeUnit, method 585 @Override public DecodedInstruction decode(int opcodeUnit, method 608 @Override public DecodedInstruction decode(int opcodeUnit, method 640 @Override public DecodedInstruction decode(int opcodeUnit, method 680 @Override public DecodedInstruction decode(int opcodeUnit, method 756 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
/external/chromium/sdch/open-vcdiff/man/ |
vcdiff.1 | 39 or standard output for decode. 45 or standard input for decode.
|
/external/chromium_org/content/common/gpu/media/ |
vaapi_wrapper.h | 7 // with libva (VA-API library for hardware video decode). 32 // which are used to queue decode parameters and slice data to the HW decoder, 64 // DestroyPendingBuffers is used to cancel a pending decode. 68 // Useful when a pending decode is to be cancelled (on reset or error). 71 // Execute decode in hardware into |va_surface_id} and destroy pending 92 // Execute decode in hardware and destroy pending buffers. Return false if 94 // by client or if decode fails in hardware. 103 // the entire decode execution sequence in DecodeAndDestroyPendingBuffers(). 120 // Data queued up for HW decoder, to be committed on next HW decode.
|
/external/chromium_org/content/public/child/ |
image_decoder_utils.h | 16 // Helper function to decode the image using the data passed in.
|
/external/chromium_org/media/filters/ |
ffmpeg_video_decoder_unittest.cc | 121 // Returns the last decode status returned by the decoder. 138 Decode(buffer, &status, &frame); 185 // to decode to frames that are the same size. 214 void Decode(const scoped_refptr<DecoderBuffer>& buffer, 220 decoder_->Decode(buffer, decode_cb_); 394 // The error is only raised on the second decode attempt, so we expect at 395 // least one successful decode but we don't expect valid frame to be decoded. 396 // During the second decode attempt an error is raised. 397 Decode(corrupt_i_frame_buffer_, &status, &frame); 400 Decode(i_frame_buffer_, &status, &frame) [all...] |
/external/chromium_org/remoting/codec/ |
audio_decoder.h | 27 virtual scoped_ptr<AudioPacket> Decode(scoped_ptr<AudioPacket> packet) = 0;
|
audio_decoder_opus.h | 24 virtual scoped_ptr<AudioPacket> Decode(
|
audio_decoder_verbatim.h | 22 virtual scoped_ptr<AudioPacket> Decode(
|
/external/chromium_org/sdch/open-vcdiff/man/ |
vcdiff.1 | 39 or standard output for decode. 45 or standard input for decode.
|
/external/chromium_org/third_party/brotli/ |
README.chromium | 12 This library is used by src/third_party/ots, to decode WOFF 2.0 fonts.
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/ |
Makefile | 17 decode.c \
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
der_decode_object_identifier.c | 15 ASN.1 DER, Decode Object Identifier, Tom St Denis 20 Decode OID data and store the array of integers in words 46 /* decode the packet header */ 70 /* decode words */
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
Makefile | 17 decode.c \
|
/external/open-vcdiff/man/ |
vcdiff.1 | 39 or standard output for decode. 45 or standard input for decode.
|
/external/openfst/src/bin/ |
fstencode.cc | 24 #include <fst/script/decode.h> 30 DEFINE_bool(decode, false, "Decode labels and/or weights"); 62 s::Decode(fst, codex_name);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowBase64.java | 18 public static byte[] decode(String str, int flags) { method in class:ShadowBase64
|
/external/zxing/qr_scanner/res/values/ |
ids.xml | 5 <item type="id" name="decode"/>
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Type.java | 81 public final Object decode(byte[] encoded) throws IOException { method in class:ASN1Type 82 return decode(new DerInputStream(encoded)); 85 public final Object decode(byte[] encoded, int offset, int encodingLen) method in class:ASN1Type 87 return decode(new DerInputStream(encoded, offset, encodingLen)); 90 public final Object decode(InputStream in) throws IOException { method in class:ASN1Type 91 return decode(new DerInputStream(in)); 97 decode(decoder); 103 decode(decoder); 116 public abstract Object decode(BerInputStream in) throws IOException; method in class:ASN1Type
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
iterators.py | 37 def body_line_iterator(msg, decode=False): 40 Optional decode (default False) is passed through to .get_payload(). 43 payload = subpart.get_payload(decode=decode)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
bz2_codec.py | 4 will return Python string objects for both encode and decode. 51 def decode(self, input, errors='strict'): member in class:Codec 76 def decode(self, input, final=False): member in class:IncrementalDecoder 97 decode=bz2_decode,
|
palmos.py | 15 def decode(self,input,errors='strict'): member in class:Codec 23 def decode(self, input, final=False): member in class:IncrementalDecoder 38 decode=Codec().decode,
|
zlib_codec.py | 4 will return Python string objects for both encode and decode. 50 def decode(self, input, errors='strict'): member in class:Codec 75 def decode(self, input, final=False): member in class:IncrementalDecoder 97 decode=zlib_decode,
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Required_Suite.py | 32 # XXXX Optionally decode result 52 # XXXX Optionally decode result 71 # XXXX Optionally decode result 90 # XXXX Optionally decode result
|