Home
last modified time | relevance | path

Searched refs:descriptionOfSizeInBytes (Results 1 – 20 of 20) sorted by relevance

/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/ComponentEditor/UI/
H A Djucer_ResourceEditorPanel.cpp127 text = File::descriptionOfSizeInBytes ((int64) r->data.getSize()); in paintCell()
172 text = File::descriptionOfSizeInBytes ((int64) r->data.getSize()); in getColumnAutoSizeWidth()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/filebrowser/
H A Djuce_ImagePreviewComponent.cpp85 << File::descriptionOfSizeInBytes (fileToLoad.getSize()); in timerCallback()
H A Djuce_FileListComponent.cpp155 newFileSize = File::descriptionOfSizeInBytes (fileInfo->fileSize); in update()
H A Djuce_FileTreeComponent.cpp53 fileSize = File::descriptionOfSizeInBytes (fileInfo.fileSize); in FileListTreeItem()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/filebrowser/
H A Djuce_ImagePreviewComponent.cpp85 << File::descriptionOfSizeInBytes (fileToLoad.getSize()); in timerCallback()
H A Djuce_FileListComponent.cpp155 newFileSize = File::descriptionOfSizeInBytes (fileInfo->fileSize); in update()
H A Djuce_FileTreeComponent.cpp53 fileSize = File::descriptionOfSizeInBytes (fileInfo.fileSize); in FileListTreeItem()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/CodeEditor/
H A Djucer_ItemPreviewComponent.h106 facts.add (File::descriptionOfSizeInBytes (totalSize)); in tryToLoadImage()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/LiveBuildEngine/
H A Djucer_DownloadCompileEngineThread.cpp124 setStatusMessage (msg.replace ("123", File::descriptionOfSizeInBytes (pos))); in download()
/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFile.h140 static String descriptionOfSizeInBytes (int64 bytes);
H A DFile.cpp492 String File::descriptionOfSizeInBytes (const int64 bytes) in descriptionOfSizeInBytes() function in water::File
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_File.h143 static String descriptionOfSizeInBytes (int64 bytes);
H A Djuce_File.cpp477 String File::descriptionOfSizeInBytes (const int64 bytes) in descriptionOfSizeInBytes() function in juce::File
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_File.h143 static String descriptionOfSizeInBytes (int64 bytes);
H A Djuce_File.cpp477 String File::descriptionOfSizeInBytes (const int64 bytes) in descriptionOfSizeInBytes() function in juce::File
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_File.h135 static String descriptionOfSizeInBytes (int64 bytes);
H A Djuce_File.cpp477 String File::descriptionOfSizeInBytes (const int64 bytes) in descriptionOfSizeInBytes() function in juce::File
/dports/devel/juce/JUCE-f37e9a1/examples/Utilities/
H A DSystemInfoDemo.h199 …<< "Free space in home folder: " << File::descriptionOfSizeInBytes (File::getSpecialLocation (Fil… in getAllSystemInfo()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Application/
H A Djucer_AutoUpdater.cpp404 setStatusMessage ("Downloading... " + File::descriptionOfSizeInBytes (total)); in download()
/dports/devel/juce/JUCE-f37e9a1/extras/Projucer/Source/Project/
H A Djucer_Project.cpp1335 maxSizeNames.add (File::descriptionOfSizeInBytes (sizeInBytes)); in createPropertyEditors()