Home
last modified time | relevance | path

Searched defs:decode (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/provider/src/libcore/util/
DHexEncoding.java65 public static byte[] decode(String encoded) throws IllegalArgumentException { in decode() method in HexEncoding
76 …public static byte[] decode(String encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() method in HexEncoding
86 public static byte[] decode(char[] encoded) throws IllegalArgumentException { in decode() method in HexEncoding
97 …public static byte[] decode(char[] encoded, boolean allowSingleChar) throws IllegalArgumentExcepti… in decode() method in HexEncoding
/cts/tests/tests/keystore/src/android/keystore/cts/
DHexEncoding.java63 public static byte[] decode(String encoded) { in decode() method in HexEncoding
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DDepthImage.java61 XmpDepthDecode decode = new XmpDepthDecode(input); in createFromXMPMetadata() local
/cts/tests/tests/media/src/android/media/cts/
DVideoDecoderPerfTest.java116 private void decode(String name, int resourceId, MediaFormat format) throws Exception { in decode() method in VideoDecoderPerfTest
DVpxCodecTestBase.java518 protected ArrayList<MediaCodec.BufferInfo> decode( in decode() method in VpxCodecTestBase