Home
last modified time | relevance | path

Searched refs:DEFAULT_CHUNK_SIZE (Results 1 – 6 of 6) sorted by relevance

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DBEROctetString.java27 private static final int DEFAULT_CHUNK_SIZE = 1000; field in BEROctetString
62 this(string, DEFAULT_CHUNK_SIZE); in BEROctetString()
74 this(octs, DEFAULT_CHUNK_SIZE); in BEROctetString()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBEROctetString.java25 private static final int DEFAULT_CHUNK_SIZE = 1000; field in BEROctetString
60 this(string, DEFAULT_CHUNK_SIZE); in BEROctetString()
72 this(octs, DEFAULT_CHUNK_SIZE); in BEROctetString()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DBEROctetString.java27 private static final int DEFAULT_CHUNK_SIZE = 1000; field in BEROctetString
62 this(string, DEFAULT_CHUNK_SIZE); in BEROctetString()
74 this(octs, DEFAULT_CHUNK_SIZE); in BEROctetString()
/external/python/google-api-python-client/googleapiclient/
Dhttp.py72 DEFAULT_CHUNK_SIZE = 100 * 1024 * 1024 variable
425 def __init__(self, fd, mimetype, chunksize=DEFAULT_CHUNK_SIZE, resumable=False):
549 self, filename, mimetype=None, chunksize=DEFAULT_CHUNK_SIZE, resumable=False
612 chunksize=DEFAULT_CHUNK_SIZE,
656 def __init__(self, fd, request, chunksize=DEFAULT_CHUNK_SIZE):
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt94 googleapiclient.http.DEFAULT_CHUNK_SIZE googleapiclient.http-module.html#DEFAULT_CHUNK_SIZE
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java70 public static final int DEFAULT_CHUNK_SIZE = 4096; field in BinaryWriter
83 return newHeapInstance(alloc, DEFAULT_CHUNK_SIZE); in newHeapInstance()
101 return newDirectInstance(alloc, DEFAULT_CHUNK_SIZE); in newDirectInstance()