Home
last modified time | relevance | path

Searched refs:testEncoding (Results 1 – 19 of 19) sorted by relevance

/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DLowerCaseBase16EncodingTest.java37 testEncoding("", ""); in valid_EncodeDecode()
38 testEncoding("f", "66"); in valid_EncodeDecode()
39 testEncoding("fo", "666f"); in valid_EncodeDecode()
40 testEncoding("foo", "666f6f"); in valid_EncodeDecode()
41 testEncoding("foob", "666f6f62"); in valid_EncodeDecode()
42 testEncoding("fooba", "666f6f6261"); in valid_EncodeDecode()
43 testEncoding("foobar", "666f6f626172"); in valid_EncodeDecode()
70 private static void testEncoding(String decoded, String encoded) { in testEncoding() method in LowerCaseBase16EncodingTest
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/java/security/
DAlgorithmParametersTestDES.java51 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDES
DAlgorithmParametersTestDESede.java62 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDESede
DAlgorithmParametersTestAES.java63 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestAES
DAlgorithmParametersTestDSA.java126 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDSA
DAlgorithmParametersTestGCM.java77 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestGCM
DAlgorithmParametersTestEC.java65 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestEC
DAlgorithmParametersTestOAEP.java145 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestOAEP
/external/conscrypt/common/src/test/java/org/conscrypt/java/security/
DAlgorithmParametersTestDES.java47 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDES
DAlgorithmParametersTestDESede.java58 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDESede
DAlgorithmParametersTestAES.java60 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestAES
DAlgorithmParametersTestDSA.java122 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestDSA
DAlgorithmParametersTestGCM.java73 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestGCM
DAlgorithmParametersTestEC.java62 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestEC
DAlgorithmParametersTestOAEP.java141 public void testEncoding() throws Exception { in testEncoding() method in AlgorithmParametersTestOAEP
/external/guava/android/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java354 testEncoding(encoding, decoded, encoded); in testEncodingWithSeparators()
359 testEncoding( in testEncodingWithSeparators()
367 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() method in BaseEncodingTest
/external/guava/guava-tests/test/com/google/common/io/
DBaseEncodingTest.java354 testEncoding(encoding, decoded, encoded); in testEncodingWithSeparators()
359 testEncoding( in testEncodingWithSeparators()
367 private static void testEncoding(BaseEncoding encoding, String decoded, String encoded) { in testEncoding() method in BaseEncodingTest
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
DInputStreamSourceFileLocatorTest.java73 public void testEncoding() throws IOException { in testEncoding() method in InputStreamSourceFileLocatorTest
/external/python/pyasn1/tests/codec/ber/
Dtest_encoder.py438 def testEncoding(self): member in UniversalStringEncoderTestCase
444 def testEncoding(self): member in UniversalStringEncoderWithSchemaTestCase
451 def testEncoding(self): member in BMPStringEncoderTestCase
457 def testEncoding(self): member in BMPStringEncoderWithSchemaTestCase
464 def testEncoding(self): member in UTF8StringEncoderTestCase
470 def testEncoding(self): member in UTF8StringEncoderWithSchemaTestCase