HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 351 - 375 of 5594) sorted by null

<<11121314151617181920>>

  /external/conscrypt/src/main/java/org/conscrypt/ct/
SignedCertificateTimestamp.java 84 * Decode a TLS encoded SignedCertificateTimestamp structure.
86 public static SignedCertificateTimestamp decode(InputStream input, Origin origin) method in class:SignedCertificateTimestamp
98 DigitallySigned.decode(input),
104 * Decode a TLS encoded SignedCertificateTimestamp structure.
106 public static SignedCertificateTimestamp decode(byte[] input, Origin origin) method in class:SignedCertificateTimestamp
108 return decode(new ByteArrayInputStream(input), origin);
  /external/v8/src/
field-index.h 36 return IsInObjectBits::decode(bit_field_);
39 bool is_hidden_field() const { return IsHiddenField::decode(bit_field_); }
42 return IsDoubleBits::decode(bit_field_);
51 return IndexBits::decode(bit_field_);
65 result += InObjectPropertyBits::decode(bit_field_);
94 return FirstInobjectPropertyOffsetBits::decode(bit_field_);
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
BitmapDecoder.java 11 * @param <T> The type of resource this decoder can decode a {@link Bitmap} from.
17 * @param resource The resource to decode, managed by the caller, no need to clean it up.
25 Bitmap decode(T resource, BitmapPool bitmapPool, int outWidth, int outHeight, DecodeFormat decodeFormat) method in interface:BitmapDecoder
StreamBitmapDecoder.java 16 * {@link com.bumptech.glide.load.resource.bitmap.Downsampler} to decode an {@link android.graphics.Bitmap} from an
49 public Resource<Bitmap> decode(InputStream source, int width, int height) { method in class:StreamBitmapDecoder
50 Bitmap bitmap = downsampler.decode(source, bitmapPool, width, height, decodeFormat);
  /external/llvm/test/CodeGen/X86/
call-push.ll 6 define i32 @decode_byte(%struct.decode_t* %decode) nounwind {
13 %tmp2 = getelementptr %struct.decode_t, %struct.decode_t* %decode, i32 0, i32 4 ; <i16*> [#uses=1]
22 %tmp10 = tail call i32 @f( %struct.decode_t* %decode ) ; <i32> [#uses=1]
  /external/snakeyaml/src/test/java/biz/source_code/base64Coder/
Base64CoderTest.java 36 Base64Coder.decode("YQ=".toCharArray());
58 Base64Coder.decode(encoded.toCharArray());
69 byte[] s2 = Base64Coder.decode(encoded.toCharArray());
  /external/toybox/toys/other/
base64.c 1 /* base64.c - Encode and decode base64
15 Encode or decode in base64.
17 -d decode
  /external/webrtc/webrtc/modules/video_coding/
generic_decoder.h 75 * Decode to a raw I420 frame,
79 int32_t Decode(const VCMEncodedFrame& inputFrame, int64_t nowMs);
92 * Set decode callback. Deregistering while decoding is illegal.
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/arm/armasm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, Mode(mode))
66 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/darwin-x86/src/go/token/
serialize.go 21 // Read calls decode to deserialize a file set into s; s must not be nil.
22 func (s *FileSet) Read(decode func(interface{}) error) error {
24 if err := decode(&ss); err != nil {
  /prebuilts/go/linux-x86/src/cmd/internal/rsc.io/arm/armasm/
decode_test.go 16 data, err := ioutil.ReadFile("testdata/decode.txt")
50 inst, err := Decode(code, Mode(mode))
66 t.Errorf("Decode(%s) [%s] = %s, %d, want %s, %d", f[0], syntax, out, inst.Len, asm, size)
  /prebuilts/go/linux-x86/src/go/token/
serialize.go 21 // Read calls decode to deserialize a file set into s; s must not be nil.
22 func (s *FileSet) Read(decode func(interface{}) error) error {
24 if err := decode(&ss); err != nil {
  /art/runtime/interpreter/mterp/x86_64/
op_packed_switch.S 4 * we decode it and hand it off to a helper function.
  /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-trace/catapult/third_party/gsutil/third_party/pyasn1/test/codec/der/
test_decoder.py 16 assert decoder.decode(
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/file/
FileDecoder.java 14 public Resource<File> decode(File source, int width, int height) { method in class:FileDecoder
  /external/kernel-headers/original/uapi/linux/netfilter_ipv4/
ipt_LOG.h 12 #define IPT_LOG_MACDECODE 0x20 /* Decode MAC header */
  /external/kernel-headers/original/uapi/linux/netfilter_ipv6/
ip6t_LOG.h 12 #define IP6T_LOG_MACDECODE 0x20 /* Decode MAC header */
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/delta/
DeltaDecoder.java 17 public void decode(byte[] buf, int off, int len) { method in class:DeltaDecoder
  /external/mesa3d/src/gallium/state_trackers/vdpau/
Makefile 17 decode.c \
  /external/nanopb-c/tests/basic_buffer/
SConscript 10 env.Decode(["encode_buffer.output", "$COMMON/person.proto"], MESSAGE = "Person")
  /external/nanopb-c/tests/basic_stream/
SConscript 10 env.Decode(["encode_stream.output", "$COMMON/person.proto"], MESSAGE = "Person")
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_ArithDecoder.h 25 int DECODE(JBig2ArithCtx* pCX);
  /external/pdfium/testing/resources/
bug_554151.in 47 /Decode [1.0]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonDecoder.h 18 void Decode(CFX_Int32Array* received, int32_t twoS, int32_t& e);

Completed in 369 milliseconds

<<11121314151617181920>>