Home
last modified time | relevance | path

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

/external/okhttp/okio/okio/src/test/java/okio/
DByteStringTest.java39 ByteString byteString = ByteString.of(bytes, 2, 9); in ofCopyRange() local
46 ByteString byteString = ByteString.decodeHex("ab12"); in getByte() local
52 ByteString byteString = ByteString.decodeHex("ab12"); in getByteOutOfBounds() local
61 ByteString byteString = ByteString.decodeHex("000102"); in equals() local
73 ByteString byteString = ByteString.encodeUtf8(bronzeHorseman); in utf8() local
98 ByteString byteString = ByteString.decodeHex("0102"); in testHashCode() local
142 ByteString byteString = ByteString.encodeUtf8("Hello, World!"); in substring() local
151 ByteString byteString = ByteString.encodeUtf8("Hello, World!"); in substringWithInvalidBounds() local
268 ByteString byteString = ByteString.encodeUtf8(bronzeHorseman); in javaSerializationTestNonEmpty() local
273 ByteString byteString = ByteString.of(); in javaSerializationTestEmpty() local
DSegmentSharingTest.java39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotsAreEquivalent() local
46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotGetByte() local
66 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotWriteToOutputStream() local
110 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot(); in snapshotJavaSerialization() local
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DByteStringTest.java100 ByteString byteString = ByteString.copyFrom(bytes, 500, 200); in testCopyFrom_BytesOffsetSize() local
107 ByteString byteString = ByteString.copyFrom(bytes); in testCopyFrom_Bytes() local
117 ByteString byteString = ByteString.copyFrom(byteBuffer, 200); in testCopyFrom_ByteBufferSize() local
127 ByteString byteString = ByteString.copyFrom(byteBuffer); in testCopyFrom_ByteBuffer() local
134 ByteString byteString = ByteString.copyFrom(testString, UTF_16); in testCopyFrom_StringEncoding() local
142 ByteString byteString = ByteString.copyFromUtf8(testString); in testCopyFrom_Utf8() local
152 ByteString byteString = ByteString.copyFrom(pieces); in testCopyFrom_Iterable() local
168 ByteString byteString = ByteString.copyFrom(bytes); in testCopyTo_TargetOffset() local
176 ByteString byteString = in testReadFrom_emptyStream() local
189 ByteString byteString = ByteString.readFrom(eis); in testReadFrom_mutating() local
[all …]
DRopeByteStringTest.java158 ByteString byteString = in testToString_raisesException() local
167 ByteString byteString = RopeByteString.concatenate(ByteString.copyFromUtf8("foo"), in testToString_raisesException() local
DAbstractMessageTest.java535 ByteString byteString = ByteString.copyFromUtf8("some text"); in testCheckByteStringIsUtf8OnUtf8() local
541 ByteString byteString = in testCheckByteStringIsUtf8OnNonUtf8() local
/external/pdfium/fxbarcode/
Dcbc_ean8.cpp41 ByteString byteString = encodeContents.UTF8Encode(); in Preprocess() local
59 ByteString byteString = encodeContents.UTF8Encode(); in Encode() local
Dcbc_ean13.cpp42 ByteString byteString = encodeContents.UTF8Encode(); in Preprocess() local
61 ByteString byteString = encodeContents.UTF8Encode(); in Encode() local
Dcbc_upca.cpp41 ByteString byteString = encodeContents.UTF8Encode(); in Preprocess() local
60 ByteString byteString = encodeContents.UTF8Encode(); in Encode() local
Dcbc_code128.cpp52 ByteString byteString = encodeContents.UTF8Encode(); in Encode() local
Dcbc_code39.cpp45 ByteString byteString = filtercontents.UTF8Encode(); in Encode() local
Dcbc_codabar.cpp58 ByteString byteString = filtercontents.UTF8Encode(); in Encode() local
/external/okhttp/repackaged/okio/okio/src/main/java/com/android/okhttp/okio/
DByteString.java88 ByteString byteString = new ByteString(s.getBytes(Util.UTF_8)); in encodeUtf8() local
338 @Override public int compareTo(ByteString byteString) { in compareTo()
365 ByteString byteString = ByteString.read(in, dataLength); in readObject() local
DBufferedSink.java32 BufferedSink write(ByteString byteString) throws IOException; in write()
DRealBufferedSink.java50 @Override public BufferedSink write(ByteString byteString) throws IOException { in write()
/external/okhttp/okio/okio/src/main/java/okio/
DByteString.java86 ByteString byteString = new ByteString(s.getBytes(Util.UTF_8)); in encodeUtf8() local
336 @Override public int compareTo(ByteString byteString) { in compareTo()
363 ByteString byteString = ByteString.read(in, dataLength); in readObject() local
DBufferedSink.java30 BufferedSink write(ByteString byteString) throws IOException; in write()
DRealBufferedSink.java49 @Override public BufferedSink write(ByteString byteString) throws IOException { in write()
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DSSLUtilsTest.java98 String byteString = Byte.toString(b); in testGetClientKeyType() local
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DSSLUtilsTest.java102 String byteString = Byte.toString(b); in testGetClientKeyType() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestStringByteConverter.java123 StringByteConverter byteString = type == Type.utf8 ? new Utf8StringByteConverter() in testString() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java377 LeafByteString byteString = pieces.next(); in asReadOnlyByteBufferList() local
617 private void insert(ByteString byteString) { in insert()
DAbstractMessageLite.java112 protected static void checkByteStringIsUtf8(ByteString byteString) in checkByteStringIsUtf8()
DInternal.java172 public static boolean isValidUtf8(ByteString byteString) { in isValidUtf8()
/external/cldr/tools/java/org/unicode/cldr/util/
DStateDictionary.java37 private final StringByteConverter byteString; field in StateDictionary
/external/brotli/research/
Dbrotlidump.py50 def __init__(self, byteString): argument