Home
last modified time | relevance | path

Searched defs:MAX_FILE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DCronetUrlRequestContextTest.java82 private static final int MAX_FILE_SIZE = 1000000000; field in CronetUrlRequestContextTest
784 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLog() local
844 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testNoStopBoundedFileNetLog() local
1254 cronetEngine1.startNetLogToDisk(netLogDir1.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogContainEventsFromAllLiveEngines() local
1255 cronetEngine2.startNetLogToDisk(netLogDir2.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogContainEventsFromAllLiveEngines() local
1519 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogStartMultipleTimes() local
1520 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogStartMultipleTimes() local
1521 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogStartMultipleTimes() local
1522 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogStartMultipleTimes() local
1580 cronetEngine.startNetLogToDisk(netLogDir.getPath(), false, MAX_FILE_SIZE); in testBoundedFileNetLogStopMultipleTimes() local
[all …]
/external/zstd/contrib/seekable_format/examples/
Dseekable_decompression_mem.c23 #define MAX_FILE_SIZE (8 * 1024 * 1024) macro
/external/neven/
DFaceDetector_jni.cpp127 const int MAX_FILE_SIZE = 65536; in initialize() local