Home
last modified time | relevance | path

Searched defs:fileSize (Results 1 – 25 of 93) sorted by relevance

1234

/external/skia/src/utils/win/
DSkDWriteFontFileStream.cpp41 size_t fileSize = this->getLength(); in read() local
64 size_t fileSize = this->getLength(); in read() local
129 UINT64 fileSize; in getMemoryBase() local
183 UINT64 fileSize; in ReadFileFragment() local
225 SK_STDMETHODIMP SkDWriteFontFileStreamWrapper::GetFileSize(UINT64* fileSize) { in GetFileSize()
/external/zstd/examples/
Dcommon.h80 off_t const fileSize = st.st_size; in fsize_orDie() local
182 size_t const fileSize = fsize_orDie(fileName); in loadFile_orDie() local
205 size_t const fileSize = fsize_orDie(fileName); in mallocAndLoadFile_orDie() local
/external/ms-tpm-20-ref/TPMCmd/Platform/src/
DNVMem.c118 long fileSize; in NvFileSize() local
192 long fileSize = NvFileSize(SEEK_SET); // get the file size and leave the in _plat__NVEnable() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/openers/
DReadByteArrayOpener.java63 long fileSize = openContext.storage().fileSize(openContext.originalUri()); in open() local
/external/lz4/tests/
DabiTest.c154 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile()
176 size_t const fileSize = getFileSize(fileName); in fileCheck() local
DroundTripTest.c182 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile()
204 size_t const fileSize = getFileSize(fileName); in fileCheck() local
/external/icu/icu4c/source/samples/layout/
DUnicodeReader.cpp33 int32_t fileSize; in readFile() local
/external/cronet/third_party/icu/source/samples/layout/
DUnicodeReader.cpp33 int32_t fileSize; in readFile() local
/external/lzma/C/Util/Lzma/
DLzmaUtil.c136 static SRes Encode(ISeqOutStream *outStream, ISeqInStream *inStream, UInt64 fileSize, char *rs) in Encode()
223 UInt64 fileSize; in main2() local
/external/apache-commons-io/src/test/java/org/apache/commons/io/
DIOUtilsTest.java1069 final long fileSize = TestResources.getFile("test-file-utf8.bin").length(); in testResourceToByteArray_ExistingResourceAtRootPackage() local
1077 final long fileSize = TestResources.getFile("test-file-utf8.bin").length(); in testResourceToByteArray_ExistingResourceAtRootPackage_WithClassLoader() local
1086 final long fileSize = TestResources.getFile("FileUtilsTestDataCR.dat").length(); in testResourceToByteArray_ExistingResourceAtSubPackage() local
1094 final long fileSize = TestResources.getFile("FileUtilsTestDataCR.dat").length(); in testResourceToByteArray_ExistingResourceAtSubPackage_WithClassLoader() local
1125 final long fileSize = TestResources.getFile("test-file-simple-utf8.bin").length(); in testResourceToString_ExistingResourceAtRootPackage() local
1135 final long fileSize = TestResources.getFile("test-file-simple-utf8.bin").length(); in testResourceToString_ExistingResourceAtRootPackage_WithClassLoader() local
1145 final long fileSize = TestResources.getFile("FileUtilsTestDataCR.dat").length(); in testResourceToString_ExistingResourceAtSubPackage() local
1155 final long fileSize = TestResources.getFile("FileUtilsTestDataCR.dat").length(); in testResourceToString_ExistingResourceAtSubPackage_WithClassLoader() local
/external/zstd/programs/
Ddibio.c97 U64 const fileSize = UTIL_getFileSize(fileName); in DiB_getFileSize() local
129 S64 const fileSize = DiB_getFileSize(fileNamesTable[fileIndex]); in DiB_loadFiles() local
276 S64 const fileSize = DiB_getFileSize(fileNamesTable[n]); in DiB_fileStats() local
/external/zstd/tests/fuzz/
Dregression_driver.c48 size_t const fileSize = UTIL_getFileSize(fileName); in main() local
/external/antlr/runtime/Cpp/tests/
Dt051.cpp92 ifstream::pos_type fileSize = ifs.tellg(); in slurp() local
Dt012.cpp181 ifstream::pos_type fileSize = ifs.tellg(); in slurp() local
/external/zstd/tests/
DroundTripCrash.c192 static void loadFile(void* buffer, const char* fileName, size_t fileSize) in loadFile()
214 size_t const fileSize = getFileSize(fileName); in fileCheck() local
/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp211 void CHashCallbackConsole::PrintResultLine(UInt64 fileSize, in PrintResultLine()
262 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showH… in SetOperationResult()
/external/expat/expat/tests/benchmark/
Dbenchmark.c65 int nrOfLoops, bufferSize, fileSize, i, isFinal; in main() local
/external/lzma/CPP/Common/
DListFileUtils.cpp37 UInt64 fileSize; in ReadNamesFromListFile2() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/backends/
DAssetFileBackend.java84 public long fileSize(Uri uri) throws IOException { in fileSize() method in AssetFileBackend
/external/cronet/third_party/icu/source/tools/gencfu/
Dgencfu.cpp306 long fileSize; in readFile() local
/external/icu/icu4c/source/tools/gencfu/
Dgencfu.cpp306 long fileSize; in readFile() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/spi/
DForwardingBackend.java116 public long fileSize(Uri uri) throws IOException { in fileSize() method in ForwardingBackend
DBackend.java158 default long fileSize(Uri uri) throws IOException { in fileSize() method
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/integration/downloader/
DDownloadDestinationOpener.java103 long fileSize = numExistingBytes(); in openByteChannel() local
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/internal/downloader/
DMddFileDownloader.java151 int fileSize, in startDownloading()

1234