Home
last modified time | relevance | path

Searched refs:testEncode (Results 1 – 25 of 70) sorted by relevance

123

/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/oned/
H A DCode128WriterTestCase.java226 testEncode("\0ABab\u0010", QUIET_SPACE + START_CODE_A + in testEncodeSwitchBetweenCodesetsAAndB()
234 testEncode("ab\0ab", QUIET_SPACE + START_CODE_B + in testEncodeSwitchBetweenCodesetsAAndB()
241 private void testEncode(String toEncode, String expected) throws Exception { in testEncode() method in Code128WriterTestCase
H A DCode39WriterTestCase.java32 public void testEncode() { in testEncode() method in Code39WriterTestCase
H A DITFWriterTestCase.java31 public void testEncode() { in testEncode() method in ITFWriterTestCase
H A DCode93WriterTestCase.java31 public void testEncode() { in testEncode() method in Code93WriterTestCase
H A DCodaBarWriterTestCase.java32 public void testEncode() { in testEncode() method in CodaBarWriterTestCase
H A DUPCAWriterTestCase.java32 public void testEncode() { in testEncode() method in UPCAWriterTestCase
H A DUPCEWriterTestCase.java31 public void testEncode() { in testEncode() method in UPCEWriterTestCase
H A DEAN8WriterTestCase.java31 public void testEncode() { in testEncode() method in EAN8WriterTestCase
H A DEAN13WriterTestCase.java31 public void testEncode() { in testEncode() method in EAN13WriterTestCase
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/aztec/encoder/
H A DEncoderTest.java61 testEncode("This is an example Aztec symbol for Wikipedia.", true, 3, in testEncode1()
89 testEncode("Aztec Code is a public domain 2D matrix barcode symbology" + in testEncode2()
482 private static void testEncode(String data, boolean compact, int layers, String expected) { in testEncode() method in EncoderTest
/aosp_15_r20/libcore/ojluni/src/test/java/util/Base64/
H A DTestBase64.java189 testEncode(enc, ByteBuffer.wrap(orig), encoded); in test()
192 testEncode(enc, bin, encoded); in test()
488 private static final void testEncode(Base64.Encoder enc, ByteBuffer bin, byte[] expected) in testEncode() method in TestBase64
/aosp_15_r20/external/flatbuffers/tests/
H A DJavaScriptFlexBuffersTest.js9 testEncode();
54 function testEncode() { function
/aosp_15_r20/dalvik/dx/tests/117-modified-utf8/com/android/dx/util/
HDMutf8Test.classMutf8Test.java package com.android.dx.util public final com.android.dx. ...
H A DMutf8Test.java36 public void testEncode() throws IOException { in testEncode() method in Mutf8Test
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeNoncePayloadTest.java38 public void testEncode() throws Exception { in testEncode() method in IkeNoncePayloadTest
DIkeCertReqPayloadTest.java57 public void testEncode() throws Exception { in testEncode() method in IkeCertReqPayloadTest
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/util/
H A DUriEncoderTest.java22 public void testEncode() { in testEncode() method in UriEncoderTest
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/mschapv2/
DEapMsChapV2FailureResponseTest.java38 public void testEncode() { in testEncode() method in EapMsChapV2FailureResponseTest
DEapMsChapV2SuccessResponseTest.java38 public void testEncode() { in testEncode() method in EapMsChapV2SuccessResponseTest
/aosp_15_r20/external/zxing/javase/src/test/java/com/google/zxing/client/j2se/
H A DCommandLineEncoderTestCase.java34 public void testEncode() throws Exception { in testEncode() method in CommandLineEncoderTestCase
/aosp_15_r20/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/message/simaka/attributes/
DEapSimAkaAttributeTest.java39 public void testEncode() throws Exception { in testEncode() method in EapSimAkaAttributeTest
/aosp_15_r20/external/owasp/java-encoder/esapi/src/test/java/org/owasp/encoder/esapi/
DESAPIEncoderTest.java23 public void testEncode() throws Exception { in testEncode() method in ESAPIEncoderTest
/aosp_15_r20/packages/modules/Uwb/service/tests/src/com/android/server/uwb/util/
DHexTest.java63 public void testEncode() { in testEncode() method in HexTest
/aosp_15_r20/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/net/module/util/netlink/xfrm/
DStructXfrmReplayStateEsnTest.java79 public void testEncode() throws Exception { in testEncode() method in StructXfrmReplayStateEsnTest
DStructXfrmIdTest.java50 public void testEncode() throws Exception { in testEncode() method in StructXfrmIdTest

123