Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/webkit/src/android/webkit/cts/
DURLUtilTest.java126 byte[] result = URLUtil.decode(url); in testDecode()
131 result = URLUtil.decode(url); in testDecode()
139 result = URLUtil.decode(url); in testDecode()
/cts/tests/tests/media/src/android/media/cts/
DVp8EncoderTest.java110 decode(params.outputIvfFilename, null, FPS, params.forceSwEncoder); in testBasic()
144 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); in testAsyncEncoding()
164 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); in testAsyncEncoding()
346 decode(inputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); in testParallelEncodingAndDecoding()
431 decode(params.outputIvfFilename, OUTPUT_YUV, FPS, params.forceSwEncoder); in testEncoderQuality()
DDecoderTest.java100 decode(R.raw.sinesweepmp3lame, 804.f); in testDecodeMp3Lame()
104 decode(R.raw.sinesweepmp3smpb, 413.f); in testDecodeMp3Smpb()
108 decode(R.raw.sinesweepm4a, 124.f); in testDecodeM4a()
112 decode(R.raw.sinesweepogg, 168.f); in testDecodeOgg()
116 decode(R.raw.sinesweepwav, 0.0f); in testDecodeWav()
120 decode(R.raw.sinesweepflac, 0.0f); in testDecodeFlac()
489 private void decode(int testinput, float maxerror) throws IOException { in decode() method in DecoderTest
DVp8CodecTestBase.java537 protected ArrayList<MediaCodec.BufferInfo> decode( in decode() method in Vp8CodecTestBase
/cts/tests/tests/security/src/android/security/cts/
DProc.java39 return Integer.decode(d.getName()); in findPidFor()
DVoldExploitTest.java224 int pid = Long.decode(i.get(2)).intValue(); in getPids()
/cts/tests/tests/net/src/android/net/http/cts/
DX509TrustManagerExtensionsTest.java55 new ByteArrayInputStream(Base64.decode(testCert, Base64.DEFAULT))); in testIsUserAddedCert()
/cts/suite/cts/deviceTests/browserbench/src/com/android/cts/browser/
DBrowserBenchTest.java85 String uriString = URLDecoder.decode(requestLine.getUri(), "UTF-8"); in setUp()
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java291 requestPath, Base64.decode(base64EncodedResponse, Base64.DEFAULT), in setResponseBase64()
533 byte[] bytes = Base64.decode(SERVER_KEYS_BKS, Base64.DEFAULT); in getKeyManagers()
DCtsTestServer.java950 byte[] bytes = Base64.decode(SERVER_KEYS_BKS.getBytes()); in getKeyManagers()
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java169 assertEquals(s, Uri.decode(Uri.encode(s, null))); in assertDecode()
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dpdfjs.js4222 var decode = dict.get('Decode');
4223 if (!decode)
4224 decode = range;
4226 decode = toMultiArray(decode);
4231 CONSTRUCT_SAMPLED, inputSize, domain, encode, decode, samples, size,
4247 var decode = IR[4];
4314 rj = interpolate(rj, 0, 1, decode[j][0], decode[j][1]);
12192 ColorSpace.isDefaultDecode = function ColorSpace_isDefaultDecode(decode, n) { argument
12193 if (!decode)
12196 if (n * 2 !== decode.length) {
[all …]
/cts/tools/dex-tools/dex/
Dclasses0.out.dex4392 public static byte[] decode(
4484 public final java.nio.CharBuffer decode(
4487 public final java.nio.charset.CoderResult decode(
4925 public final java.nio.CharBuffer decode(
5203 public static final native int decode(
14484 public static java.lang.Byte decode(
16332 public static java.lang.Integer decode(
16583 public static java.lang.Long decode(
17806 public static java.lang.Short decode(
25606 private java.lang.String decode(
[all …]
Dclasses.out.dex44452 public static java.lang.String decode(
94138 public static byte[] decode(
129623 public static com.android.internal.telephony.gsm.stk.BerTlv decode(
129778 public static com.android.internal.telephony.gsm.stk.ComprehensionTlv decode(
142069 public abstract java.lang.Object decode(
142080 public abstract byte[] decode(
142135 public abstract java.lang.String decode(
142229 public java.lang.Object decode(
142232 public byte[] decode(
142290 public java.lang.Object decode(
[all …]