/external/chromium_org/third_party/sqlite/src/ext/async/ |
sqlite3async.c | 670 sqlite3_int64 filesize = 0; local 687 rc = pBase->pMethods->xFileSize(pBase, &filesize); 691 nRead = MIN(filesize - iOffset, iAmt64); 720 filesize = MAX(filesize, pWrite->iOffset+nByte64); 733 if( rc==SQLITE_OK && filesize<(iOffset+iAmt) ){ [all...] |
/frameworks/base/media/java/android/media/ |
MediaScanner.java | 443 long fileSize, boolean isDirectory, boolean noMedia) { 446 mFileSize = fileSize; 517 public void scanFile(String path, long lastModified, long fileSize, 521 doScanFile(path, null, lastModified, fileSize, isDirectory, false, noMedia); 525 long fileSize, boolean isDirectory, boolean scanAlways, boolean noMedia) { 530 fileSize, isDirectory, noMedia); [all...] |
MediaRecorder.java | 565 * Sets the maximum filesize (in bytes) of the recording session. 567 * After recording reaches the specified filesize, a notification 574 * @param max_filesize_bytes the maximum filesize in bytes (if zero or negative, disables the limit) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
setupapi.h | 317 DWORD FileSize; 327 DWORD FileSize; [all...] |
/external/llvm/lib/MC/ |
MachObjectWriter.cpp | 834 uint64_t FileSize = Layout.getSectionFileSize(&SD); 835 FileSize += getPaddingSize(&SD, Layout); 843 SectionDataFileSize = std::max(SectionDataFileSize, Address + FileSize); [all...] |
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
DocumentsActivity.java | 551 final MenuItem fileSize = menu.findItem(R.id.menu_file_size); 606 fileSize.setTitle(LocalPreferences.getDisplayFileSize(this) 610 fileSize.setVisible(fileSizeVisible); [all...] |
/art/runtime/ |
oat_file.h | 232 size_t FileSize() const;
|
oat_file.cc | 455 size_t OatFile::OatDexFile::FileSize() const { 460 return DexFile::Open(dex_file_pointer_, FileSize(), dex_file_location_,
|
/external/bluetooth/bluedroid/stack/include/ |
goep_fs.h | 89 UINT32 filesize; member in struct:__anon6181
|
/external/chromium_org/chrome/app/nibs/ |
CookieDetailsView.xib | [all...] |
/external/chromium_org/components/storage_monitor/ |
image_capture_device_manager_unittest.mm | 192 - (off_t)fileSize {
|
/external/wpa_supplicant_8/src/utils/ |
http_curl.c | 302 ASN1_INTEGER *fileSize; 315 ASN1_INTEGER *fileSize; 375 ASN1_SIMPLE(LogotypeImageInfo, fileSize, ASN1_INTEGER), 388 ASN1_SIMPLE(LogotypeAudioInfo, fileSize, ASN1_INTEGER), [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
MetadataDbHelper.java | 66 public static final String FILESIZE_COLUMN = "filesize"; 455 final String rawChecksum, final String checksum, final long filesize, final int version, 469 result.put(FILESIZE_COLUMN, filesize); 507 // No filesize unless specified [all...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 207 values.put(PhotoFiles.FILESIZE, photoBytes.length);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
ContactAggregator.java | [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/x86_64-linux-gnu/aarch64-linux-android/include/ |
plugin-api.h | 80 off_t filesize; member in struct:ld_plugin_input_file
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
plugin-api.h | 80 off_t filesize; member in struct:ld_plugin_input_file
|
/dalvik/tools/dexdeps/src/com/android/dexdeps/ |
DexData.java | 107 mHeaderItem.fileSize = readInt(); 530 public int fileSize;
|
/external/chromium_org/google_apis/drive/ |
drive_api_parser.cc | 146 const char kFileSize[] = "fileSize"; 490 // Hosted documents don't have fileSize field set:
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.cpp | 60 fileSize(FILE *f) { 173 length=fileSize(in);
|
/external/icu/icu4c/source/tools/icuswap/ |
icuswap.cpp | 60 fileSize(FILE *f) { 173 length=fileSize(in);
|
/external/libmtp/src/ |
libmtp.h | 616 uint64_t filesize; /**< Size of file in bytes */ member in struct:LIBMTP_file_struct 645 uint64_t filesize; /**< Size of track file in bytes */ member in struct:LIBMTP_track_struct [all...] |
libmtp.h.in | 614 uint64_t filesize; /**< Size of file in bytes */ 643 uint64_t filesize; /**< Size of track file in bytes */
|
/external/llvm/include/llvm/Support/ |
MachO.h | 563 uint32_t filesize; member in struct:llvm::MachO::segment_command 577 uint64_t filesize; member in struct:llvm::MachO::segment_command_64 [all...] |
/external/nanohttpd/webserver/src/main/java/fi/iki/elonen/ |
SimpleWebServer.java | 477 "span.filesize { font-size: 75%; }\n" + 524 msg.append(" <span class=\"filesize\">(");
|