HomeSort by relevance Sort by last modified time
    Searched full:max_file_size (Results 1 - 11 of 11) sorted by null

  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerStressTest.java 75 int MAX_FILE_SIZE = 10 * 1024; // 10 kb
79 int size = r.nextInt(MAX_FILE_SIZE);
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertFile.java 47 private static final int MAX_FILE_SIZE = 1000000;
146 if (file.length() < MAX_FILE_SIZE) {
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 58 private static final long MAX_FILE_SIZE = 5000;
302 long maxFileSize = MAX_FILE_SIZE * 10;
332 recordMedia(MAX_FILE_SIZE, mOutFile);
359 recordMedia(MAX_FILE_SIZE, mOutFile);
458 recordMedia(MAX_FILE_SIZE, mOutFile);
  /external/neven/
FaceDetector_jni.cpp 131 const int MAX_FILE_SIZE = 65536;
132 void* initData = malloc( MAX_FILE_SIZE ); /* enough to fit entire file */
134 int initDataSize = read(filedesc, initData, MAX_FILE_SIZE);
  /external/libnfc-nci/src/nfc/include/
ce_api.h 225 UINT16 max_file_size,
  /external/libnfc-nci/src/nfc/int/
ce_int.h 96 UINT16 max_file_size; /* size of storage + 2 bytes for NLEN */ member in struct:__anon10609
rw_int.h 423 UINT16 max_file_size; \/* Max NDEF file size *\/ member in struct:__anon10638
    [all...]
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 317 JSONTest(const FilePath& path, const string16& name, int64 max_file_size)
318 : DiagnosticTest(name), path_(path), max_file_size_(max_file_size) {
  /external/chromium/net/disk_cache/
mem_entry_impl.cc 304 int max_file_size = backend_->MaxFileSize(); local
307 if (offset > max_file_size || buf_len > max_file_size ||
308 offset + buf_len > max_file_size) {
entry_impl.cc 1012 int max_file_size = backend_->MaxFileSize(); local
1015 if (offset > max_file_size || buf_len > max_file_size ||
1016 offset + buf_len > max_file_size) {
1018 if (size <= max_file_size)
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 200 static final String MAX_FILE_SIZE_KEY = "max_file_size";

Completed in 661 milliseconds