Home
last modified time | relevance | path

Searched defs:UTF_8 (Results 1 – 25 of 124) sorted by relevance

12345

/external/tink/java_src/src/test/java/com/google/crypto/tink/
DPrimitiveSetTest.java116 DummyMac1.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithDeprecatedMutableInterface() local
126 DummyMac2.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithDeprecatedMutableInterface() local
136 DummyMac1.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithDeprecatedMutableInterface() local
144 DummyMac2.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithDeprecatedMutableInterface() local
198 DummyMac1.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithBuilder() local
208 DummyMac2.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithBuilder() local
218 DummyMac1.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithBuilder() local
226 DummyMac2.class.getSimpleName(), new String(entry.getPrimitive().computeMac(null), UTF_8)); in testBasicFunctionalityWithBuilder() local
335 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
340 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitiveAndOptionalPrimitive_fullPrimitiveHandledCorrectly() local
[all …]
/external/tink-java/src/test/java/com/google/crypto/tink/internal/
DPrimitiveSetTest.java174 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testBasicFunctionality() local
183 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testBasicFunctionality() local
192 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testBasicFunctionality() local
199 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testBasicFunctionality() local
276 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
281 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
286 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
291 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testAddFullPrimitive_fullPrimitiveHandledCorrectly() local
535 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testDuplicateKeys() local
546 new String(entry.getFullPrimitive().computeMac(null), UTF_8)); in testDuplicateKeys() local
[all …]
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowFileObserverTest.java87 try (Writer myWriter = Files.newBufferedWriter(newFile.toPath(), UTF_8)) { in monitorDirectory() argument
127 try (Writer myWriter = Files.newBufferedWriter(newFile.toPath(), UTF_8)) { in monitorFile() argument
134 try (Writer secondWriter = Files.newBufferedWriter(secondFile.toPath(), UTF_8)) { in monitorFile() argument
/external/cldr/tools/cldr-rdf/src/main/java/org/unicode/cldr/rdf/
DAbstractCache.java69 try (Reader xp2res = Files.newReader(xpathToResourceFile, StandardCharsets.UTF_8); ) { in load()
96 try (Writer xp2res = Files.newWriter(xpathToResourceFile, StandardCharsets.UTF_8); ) { in store()
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/
DLockableFileWriterTest.java64 …try (LockableFileWriter lfw1 = new LockableFileWriter(file, StandardCharsets.UTF_8, true, altLockD… in testAlternateLockDir()
91 …try (LockableFileWriter lfw2 = new LockableFileWriter(file, StandardCharsets.UTF_8, true, altLockD… in testAlternateLockDir()
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/internal/
DCharsets.java37 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in Charsets
/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/transforms/
DIntegrityTransformTest.java78 Writer writer = new OutputStreamWriter(sink, UTF_8)) { in write_shouldComputeChecksum() argument
197 storage.open(uriWithoutTransform, AppendStreamOpener.create()), UTF_8)) { in read_shouldValidateChecksum() argument
219 storage.open(uriWithoutTransform, AppendStreamOpener.create()), UTF_8)) { in read_shouldValidateChecksumWithReadingOneByteAtATime() argument
/external/sl4a/Common/src/org/apache/commons/codec/
DCharEncoding.java124 public static final String UTF_8 = "UTF-8"; field in CharEncoding
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/utils/
DCharsetNames.java124 public static final String UTF_8 = "UTF-8"; field in CharsetNames
DCharsets.java166 public static final Charset UTF_8 = StandardCharsets.UTF_8; field in Charsets
/external/guava/guava/src/com/google/common/base/
DCharsets.java67 public static final Charset UTF_8 = StandardCharsets.UTF_8; field in Charsets
/external/guava/android/guava/src/com/google/common/base/
DCharsets.java67 public static final Charset UTF_8 = StandardCharsets.UTF_8; field in Charsets
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DCharEncoding.java84 public static final String UTF_8 = "UTF-8"; field in CharEncoding
/external/perfmark/traceviewer/src/main/java/io/perfmark/traceviewer/
DTraceEventViewer.java83 Writer w = new OutputStreamWriter(os, UTF_8)) { in writeTraceHtml() argument
119 try (OutputStreamWriter w = new OutputStreamWriter(baos, UTF_8)) { in writeTraceHtml() argument
/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
DStringsResourceTranslator.java133 try (Writer out = Files.newBufferedWriter(resultTempFile, StandardCharsets.UTF_8)) { in translate()
210 … new BufferedReader(new InputStreamReader(connection.getInputStream(), StandardCharsets.UTF_8))) { in fetch()
/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
DXmlStreamReaderTest.java62 private static final String UTF_8 = StandardCharsets.UTF_8.name(); field in XmlStreamReaderTest
271 …mReader reader = new XmlStreamReader(new URL("https://www.apache.org/").openConnection(), UTF_8)) { in testConstructorURLConnectionInput() argument
299 assertEquals(xmlReader.getEncoding(), UTF_8); in testEncodingAttributeXML() local
309 assertEquals(xmlReader.getEncoding(), UTF_8); in testEncodingAttributeXML() local
605 assertEquals(xmlReader.getEncoding(), UTF_8); in testRawNoBomValid() local
610 assertEquals(xmlReader.getEncoding(), UTF_8); in testRawNoBomValid() local
/external/tink-java/src/test/java/com/google/crypto/tink/hybrid/subtle/
DRsaKemHybridEncryptTest.java42 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in RsaKemHybridEncryptTest
DRsaKemTest.java33 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in RsaKemTest
/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
DRsaKemHybridEncryptTest.java42 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in RsaKemHybridEncryptTest
/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
DDataFlowMicroBenchmarkCompiler.java39 new BufferedReader(new InputStreamReader(inputStream, StandardCharsets.UTF_8))) { in readFromInputStream()
/external/glide/third_party/disklrucache/src/main/java/com/bumptech/glide/disklrucache/
DUtil.java29 static final Charset UTF_8 = Charset.forName("UTF-8"); field in Util
/external/turbine/javatests/com/google/turbine/parse/
DParserIntegrationTest.java94 try (InputStreamReader in = new InputStreamReader(stream, UTF_8)) { in test() argument
/external/tink/java_src/src/main/java/com/google/crypto/tink/integration/awskms/
DFakeAwsKms.java43 private static final Charset UTF_8 = Charset.forName("UTF-8"); field in FakeAwsKms
/external/tink/java_src/src/main/java/com/google/crypto/tink/internal/
DUtil.java29 public static final Charset UTF_8 = Charset.forName("UTF-8"); field in Util
/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/internal/security/certprovider/
DCommonCertProviderTestUtils.java54 try (Reader reader = new InputStreamReader(inputStream, UTF_8)) { in getResourceContents() argument

12345