Home
last modified time | relevance | path

Searched defs:fileCount (Results 1 – 25 of 146) sorted by relevance

123456

/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/internal/
H A DMddTestUtil.java54 public static DataFileGroup createDataFileGroup(String fileGroupName, int fileCount) { in createDataFileGroup()
73 String fileGroupName, int fileCount) { in createDataFileGroupInternal()
87 String fileGroupName, int fileCount) { in createDataFileGroupInternalWithDownloadId()
101 String fileGroupName, int fileCount) { in createSharedDataFileGroupInternal()
115 String fileGroupName, int fileCount) { in createDownloadedDataFileGroupInternal()
/aosp_15_r20/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/message2/
H A Dicu-test-selectors.json77 { "params": { "fileCount": 1, "folderCount": 1 }, "exp": "You found 1 file in 1 folder" }, number
78 { "params": { "fileCount": 1, "folderCount": 5 }, "exp": "You found 1 file in 5 folders" }, number
79 { "params": { "fileCount": 7, "folderCount": 1 }, "exp": "You found 7 files in 1 folder" }, number
80 { "params": { "fileCount": 7, "folderCount": 3 }, "exp": "You found 7 files in 3 folders" } number
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/message2/
H A Dicu-test-selectors.json77 { "params": { "fileCount": 1, "folderCount": 1 }, "exp": "You found 1 file in 1 folder" }, number
78 { "params": { "fileCount": 1, "folderCount": 5 }, "exp": "You found 1 file in 5 folders" }, number
79 { "params": { "fileCount": 7, "folderCount": 1 }, "exp": "You found 7 files in 1 folder" }, number
80 { "params": { "fileCount": 7, "folderCount": 3 }, "exp": "You found 7 files in 3 folders" } number
/aosp_15_r20/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsDatabase.java198 final int fileCount = files.size(); in init() local
229 final int fileCount = files.size(); in checkinDailyFiles() local
709 final int fileCount = files.size(); in onTimeChanged() local
754 final int fileCount = mSortedStatFiles[intervalType].size(); in getLatestUsageStats() local
1383 int fileCount = in.readInt(); in applyRestoredPayload() local
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DFileContentPreviewUiTest.kt36 private val fileCount = 2 constant
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DFilesPlusTextContentPreviewUi.java79 int fileCount, in FilesPlusTextContentPreviewUi()
189 View headlineView, int fileCount, boolean allImages, boolean allVideos) { in updateHeadline()
DFileContentPreviewUi.java51 int fileCount, in FileContentPreviewUi()
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/cm/
H A Dcm_ssh.cpp546 static int fileCount = 0; in DumpSSH() local
638 static int fileCount = 0; in DumpSSH() local
/aosp_15_r20/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DParallelPackageParserTest.java58 int fileCount = 15; in test() local
/aosp_15_r20/external/deqp-deps/glslang/gtests/
DLink.FromFile.cpp50 const size_t fileCount = fileNames.size(); in TEST_P() local
DLink.FromFile.Vk.cpp50 const size_t fileCount = fileNames.size(); in TEST_P() local
DVkRelaxed.FromFile.cpp196 const size_t fileCount = fileNames.size(); in TEST_P() local
/aosp_15_r20/external/angle/third_party/glslang/src/gtests/
H A DLink.FromFile.cpp50 const size_t fileCount = fileNames.size(); in TEST_P() local
H A DLink.FromFile.Vk.cpp50 const size_t fileCount = fileNames.size(); in TEST_P() local
H A DVkRelaxed.FromFile.cpp196 const size_t fileCount = fileNames.size(); in TEST_P() local
/aosp_15_r20/dalvik/tools/dexdeps/src/com/android/dexdeps/
H A DMain.java230 int fileCount = args.length - idx; in parseArgs() local
/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/metrics/
DNetworkStatsMetricsLogger.java64 int fileCount, int totalFileSize, in writeRecorderFileReadingStats()
/aosp_15_r20/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp149 int fileCount = 0; in write_snapshot_file() local
338 char const* const* files, char const* const* keys, int fileCount) in back_up_files()
/aosp_15_r20/frameworks/base/core/jni/
H A Dandroid_backup_FileBackupHelperBase.cpp51 const int fileCount = env->GetArrayLength(files); in performBackup_native() local
/aosp_15_r20/frameworks/base/libs/androidfw/include/androidfw/
H A DBackupHelpers.h40 int fileCount; member
/aosp_15_r20/frameworks/av/media/mtp/tests/MtpFuzzer/
H A Dmtp_fuzzer.cpp108 void createFiles(std::string path, size_t fileCount) { in createFiles()
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/
H A DMddGarbageCollectionWithAndroidSharingIntegrationTest.java182 private ClientFileGroup verifyDownloadedGroupIsDownloaded(DataFileGroup fileGroup, int fileCount) in verifyDownloadedGroupIsDownloaded()
/aosp_15_r20/external/cronet/third_party/icu/source/tools/toolutil/
H A Dpkg_gencmn.cpp91 static uint32_t fileCount=0; variable
/aosp_15_r20/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_gencmn.cpp91 static uint32_t fileCount=0; variable
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
DActionHandler.java287 int fileCount = 0; in updatePickResult() local

123456