HomeSort by relevance Sort by last modified time
    Searched refs:byteString (Results 26 - 42 of 42) sorted by null

12

  /external/protobuf/java/core/src/main/java/com/google/protobuf/
ByteString.java 59 * Like {@link String}, the contents of a {@link ByteString} can never be
68 public abstract class ByteString implements Iterable<Byte>, Serializable {
72 * this, we just copy their bytes on {@link #concat(ByteString)}.
79 * When copying an InputStream into a ByteString with .readFrom(),
87 * Empty {@code ByteString}.
89 public static final ByteString EMPTY = new LiteralByteString(Internal.EMPTY_BYTE_ARRAY);
147 ByteString() {}
162 * Return a {@link ByteString.ByteIterator} over the bytes in the ByteString.
233 // ByteString -> substrin
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Buffer.java 524 @Override public ByteString readByteString() {
525 return new ByteString(readByteArray());
528 @Override public ByteString readByteString(long byteCount) throws EOFException {
529 return new ByteString(readByteArray(byteCount));
786 @Override public Buffer write(ByteString byteString) {
787 if (byteString == null) throw new IllegalArgumentException("byteString == null");
788 byteString.write(this);
    [all...]
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 220 byteString = binary[bitLoc:bitLoc+8]
222 for curBit in reversed(byteString):
  /external/brotli/research/
brotlidump.py 50 def __init__(self, byteString):
51 self.data = byteString
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-lite/3.0.1/
protobuf-lite-3.0.1.jar 
  /prebuilts/misc/common/robolectric/lib/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.6.1/
protobuf-java-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.artifact.repository_1.1.200.v20130515-2028.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/offline-m2/com/google/protobuf/protobuf-java/2.5.0/
protobuf-java-2.5.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0-beta-2/
protobuf-java-3.0.0-beta-2.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
aws-java-sdk-core-1.11.18.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-runtime/1.0.5/
kotlin-reflect.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /prebuilts/tools/common/m2/repository/com/koushikdutta/async/androidasync/2.1.3/
androidasync-2.1.3.jar 

Completed in 646 milliseconds

12