Home
last modified time | relevance | path

Searched defs:entries (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java65 Entry[] entries = { in testRecord() local
144 Entry[] entries = { in testClear() local
157 Entry[] entries = { in testRemovePackage_present() local
190 Entry[] entries = { in testRemoveUserPackage_presentWithNoOtherUsers() local
205 Entry[] entries = { in testRemoveUserPackage_presentWithUsers() local
218 Entry[] entries = { in testRemoveFile_present() local
235 Entry[] entries = { in testRemoveFile_onlyEntry() local
247 Entry[] entries = { in testRemoveFile_notPresent() local
258 Entry[] entries = { in testRemoveFile_wrongUser() local
273 Entry[] entries = { in testSyncData() local
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java68 Entry[] entries = { in testRecord() local
147 Entry[] entries = { in testClear() local
160 Entry[] entries = { in testRemovePackage_present() local
193 Entry[] entries = { in testRemoveUserPackage_presentWithNoOtherUsers() local
208 Entry[] entries = { in testRemoveUserPackage_presentWithUsers() local
221 Entry[] entries = { in testRemoveFile_present() local
238 Entry[] entries = { in testRemoveFile_onlyEntry() local
250 Entry[] entries = { in testRemoveFile_notPresent() local
261 Entry[] entries = { in testRemoveFile_wrongUser() local
276 Entry[] entries = { in testSyncData() local
[all …]
/aosp12/system/extras/simpleperf/
H A Dreport_utils_test.cpp117 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
137 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
157 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
194 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
214 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
249 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
273 std::vector<CallChainReportEntry> entries = builder.Build(thread, fake_ips, 0); in TEST_F() local
/aosp12/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/common/
H A DGroupSelectionPreferenceControllerTest.java108 List<TwoStatePreference> entries = new ArrayList<>(); in refreshUi_hasTwoElements() local
120 List<TwoStatePreference> entries = new ArrayList<>(); in refreshUi_elementChecked() local
134 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_allowPassThrough_checkedElementChanged() local
154 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_disallowPassThrough_checkedElementNotChanged() local
174 List<TwoStatePreference> entries = new ArrayList<>(); in performClick_disallowPassThrough_notifyKeyChanged_checkedElementChanged() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/speeddial/database/
H A DSpeedDialEntryDao.java39 ImmutableMap<SpeedDialEntry, Long> insert(ImmutableList<SpeedDialEntry> entries); in insert()
53 void update(ImmutableList<SpeedDialEntry> entries); in update()
60 void delete(ImmutableList<Long> entries); in delete()
H A DSpeedDialEntryDatabaseHelper.java114 List<SpeedDialEntry> entries = new ArrayList<>(); in getAllEntries() local
153 public ImmutableMap<SpeedDialEntry, Long> insert(ImmutableList<SpeedDialEntry> entries) { in insert()
171 SQLiteDatabase writeableDatabase, ImmutableList<SpeedDialEntry> entries) { in insert()
202 public void update(ImmutableList<SpeedDialEntry> entries) { in update()
218 private void update(SQLiteDatabase writeableDatabase, ImmutableList<SpeedDialEntry> entries) { in update()
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java90 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched() local
122 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException() local
195 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched() local
284 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded() local
305 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet() local
320 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger() local
336 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local
360 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected() local
399 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMessagesOverSizeCap() local
464 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testReset() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java90 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testSingleMessageDispatched() local
122 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testThrewException() local
195 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMultipleMessagesDispatched() local
284 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDispatchDelayIsRecorded() local
305 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedBeforeDeviceStateSet() local
320 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataNotCollectedOnCharger() local
336 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testDataCollectedIfIgnoreBatteryStatusFlagSet() local
360 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testScreenStateCollected() local
399 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testMessagesOverSizeCap() local
464 List<LooperStats.ExportedEntry> entries = looperStats.getEntries(); in testReset() local
[all …]
/aosp12/system/extras/memory_replay/tests/
H A DFileTest.cpp49 AllocEntry* entries; in TEST() local
74 AllocEntry* entries; in TEST() local
84 AllocEntry* entries; in TEST() local
109 AllocEntry* entries; in TEST() local
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/applications/specialaccess/notificationaccess/
H A DBridgedAppsPreferenceControllerTest.java111 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_AddsToScreen() local
129 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_doesNotReaddToScreen() local
147 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_removesExtras() local
161 ArrayList<ApplicationsState.AppEntry> entries = new ArrayList<>(); in onRebuildComplete_buildsSetting() local
/aosp12/system/extras/memory_replay/
H A Dmain.cpp39 static size_t GetMaxAllocs(const AllocEntry* entries, size_t num_entries) { in GetMaxAllocs()
73 static void ProcessDump(const AllocEntry* entries, size_t num_entries, size_t max_threads) { in ProcessDump()
179 AllocEntry* entries; in main() local
/aosp12/bionic/tests/
H A Ddirent_test.cpp41 void ScanEntries(DirEntT** entries, int entry_count, in ScanEntries()
53 dirent** entries; in TEST() local
86 dirent** entries; in TEST() local
121 dirent** entries; in TEST() local
129 dirent** entries; in TEST() local
136 dirent64** entries; in TEST() local
145 dirent** entries; in TEST() local
155 dirent64** entries; in TEST() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/onetimeinitializer/
H A DGalleryWidgetMigrator.java82 List<Entry> entries = dbHelper.getEntries(WidgetDatabaseHelper.TYPE_ALBUM); in migrateGalleryWidgetsInternal() local
107 HashMap<Integer, Entry> entries, WidgetDatabaseHelper dbHelper) { in migrateLocalEntries()
123 private static void migrateLocalEntries(HashMap<Integer, Entry> entries, in migrateLocalEntries()
131 private static void updatePath(File root, HashMap<Integer, Entry> entries, in updatePath()
/aosp12/bionic/libc/private/
H A Dbionic_fdsan.h47 FdEntry entries[0]; member
57 FdEntry entries[inline_fds]; member
/aosp12/system/iorap/src/serialize/
H A DTraceFile.proto29 repeated TraceFileIndexEntry entries = 1; field
38 repeated TraceFileEntry entries = 1; field
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java93 ArrayList<Entry> entries = mSessionsByUid.get(uid); in remove() local
112 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in size() local
127 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in destroy() local
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/storage/
H A DRecoverySessionStorage.java93 ArrayList<Entry> entries = mSessionsByUid.get(uid); in remove() local
112 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in size() local
127 ArrayList<Entry> entries = mSessionsByUid.valueAt(i); in destroy() local
/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/applications/specialaccess/
H A DPremiumSmsAccessPreferenceControllerTest.java131 List<ApplicationsState.AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local
150 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_setsPremiumSmsPermission() local
166 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
H A DAppOpsPreferenceControllerTest.java159 List<ApplicationsState.AppEntry> entries = Arrays.asList( in onAppEntryListChanged_addsPreferencesForEntries() local
176 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_checkedState_setsAppOpModeAllowed() local
193 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_uncheckedState_setsNegativeAppOpMode() local
208 List<ApplicationsState.AppEntry> entries = Collections.singletonList( in onPreferenceChange_updatesEntry() local
/aosp12/bootable/recovery/tests/unit/
H A Dupdater_test.cpp436 PackageEntries entries{ in TEST_F() local
485 PackageEntries entries{ in TEST_F() local
639 PackageEntries entries{ in TEST_F() local
694 PackageEntries entries; in TEST_F() local
714 PackageEntries entries; in TEST_F() local
731 PackageEntries entries; in TEST_F() local
756 PackageEntries entries{ in TEST_F() local
787 PackageEntries entries{ in TEST_F() local
807 PackageEntries entries{ in TEST_F() local
854 PackageEntries entries{ in TEST_F() local
[all …]
/aosp12/packages/apps/Settings/src/com/android/settings/applications/
H A DAppStateAppOpsBridge.java148 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in loadAllExtraInfo() local
190 SparseArray<ArrayMap<String, PermissionState>> entries = new SparseArray<>(); in getEntries() local
217 private void loadPermissionsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadPermissionsStates()
255 private void loadAppOpsStates(SparseArray<ArrayMap<String, PermissionState>> entries) { in loadAppOpsStates()
300 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesDeclaredPermission() local
313 SparseArray<ArrayMap<String, PermissionState>> entries = getEntries(); in getNumPackagesAllowedByAppOps() local
/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DWriteableArchiveTest.java186 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddDirectory() local
257 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddFile() local
286 final Enumeration<? extends ZipEntry> entries = zip.entries(); in testAddFile_empty() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictionUtils.java51 ArrayList<RestrictionEntry> entries = new ArrayList<>(); in getRestrictions() local
68 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
/aosp12/packages/apps/Settings/src/com/android/settings/users/
H A DRestrictionUtils.java60 ArrayList<RestrictionEntry> entries = new ArrayList<RestrictionEntry>(); in getRestrictions() local
77 public static void setRestrictions(Context context, ArrayList<RestrictionEntry> entries, in setRestrictions()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/watchdog/
H A DWatchdogStorageUnitTest.java142 List<WatchdogStorage.IoUsageStatsEntry> entries = sampleStatsForDate( in testSaveAndGetIoOveruseStatsWithOffsettedStartTime() local
311 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetDailySystemIoUsageSummaries() local
340 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetDailySystemIoUsageSummariesWithoutStats() local
361 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummaries() local
413 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummariesWithLowSystemTotalWrittenBytes() local
435 List<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in testGetTopUsersDailyIoUsageSummariesWithoutStats() local
741 ArrayList<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in sampleStatsBetweenDates() local
763 ArrayList<WatchdogStorage.IoUsageStatsEntry> entries = new ArrayList<>(); in sampleStatsForDate() local

12345678910>>...22