Home
last modified time | relevance | path

Searched refs:sets (Results 1 – 25 of 43) sorted by relevance

12

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DFilterSource.java68 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); in createMediaObject() local
69 return new FilterTypeSet(path, dataManager, sets[0], mediaType); in createMediaObject()
73 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); in createMediaObject() local
74 return new FilterDeleteSet(path, sets[0]); in createMediaObject()
78 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); in createMediaObject() local
79 return new FilterEmptyPromptSet(path, sets[0], mEmptyItem); in createMediaObject()
DMediaSet.java269 protected Future<Integer> requestSyncOnMultipleSets(MediaSet[] sets, SyncListener listener) { in requestSyncOnMultipleSets() argument
270 return new MultiSetSyncFuture(sets, listener); in requestSyncOnMultipleSets()
285 MultiSetSyncFuture(MediaSet[] sets, SyncListener listener) { in MultiSetSyncFuture() argument
287 mPendingCount = sets.length; in MultiSetSyncFuture()
288 mFutures = new Future[sets.length]; in MultiSetSyncFuture()
291 for (int i = 0, n = sets.length; i < n; ++i) { in MultiSetSyncFuture()
292 mFutures[i] = sets[i].requestSync(this); in MultiSetSyncFuture()
293 Log.d(TAG, " request sync: " + Utils.maskDebugInfo(sets[i].getName())); in MultiSetSyncFuture()
DClusterSource.java64 MediaSet[] sets = dataManager.getMediaSetsFromString(setsName); in createMediaObject() local
71 return new ClusterAlbumSet(path, mApplication, sets[0], matchType); in createMediaObject()
DDataManager.java205 MediaSet[] sets = new MediaSet[n]; in getMediaSetsFromString() local
207 sets[i] = getMediaSet(seq[i]); in getMediaSetsFromString()
209 return sets; in getMediaSetsFromString()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DFilterUtils.java127 String[] sets = Path.splitSequence(segments[i]); in getAppliedFilters() local
128 for (int j = 0; j < sets.length; j++) { in getAppliedFilters()
129 Path sub = Path.fromString(sets[j]); in getAppliedFilters()
243 String[] sets = Path.splitSequence(segments[i]); in removeOneClusterFromPath() local
244 for (int j = 0; j < sets.length; j++) { in removeOneClusterFromPath()
248 sb.append(removeOneClusterFromPath(sets[j], done)); in removeOneClusterFromPath()
/packages/modules/Connectivity/tests/unit/java/com/android/server/net/
DNetworkStatsBaseTest.java63 final int[] sets; in assertValues() local
65 sets = new int[] {SET_ALL, SET_DEFAULT, SET_FOREGROUND}; in assertValues()
67 sets = new int[] {set}; in assertValues()
92 for (int s : sets) { in assertValues()
/packages/modules/GeoTZ/s2storage/src/write/java/com/android/timezone/location/storage/tzs2range/write/
DBankedTzIdSetsPacker.java204 Set<List<String>> sets = new HashSet<>(); in extractUniqueTzIdSets() local
206 sets.add(range.getTzIdSet()); in extractUniqueTzIdSets()
208 return new ArrayList<>(sets); in extractUniqueTzIdSets()
/packages/services/Car/tests/SampleCustomInputService/
Dreadme.md48 * `-d 0`: sets target display type to main display;
49 * `f1`: sets the OEM partner function `f1` to execute. In this implementation, `f1` argument
/packages/modules/DnsResolver/
DREADME-DoT.md83 20 seconds will be closed. This sets the limit of tolerance for slow replies,
96 This sets the limit on how long session tickets will be preserved during idle periods,
101 `DnsTlsSessionCache` sets a limit of 5 sessions in each cache, expiring the oldest one
/packages/modules/GeoTZ/s2storage/
DREADME.md109 contains information shared by all blocks such as the TZ ID sets.
119 Further, the time zone IDs are referenced as sets, e.g. one cell range may reference
125 of distinct sets. To do this we make use of "banking", which leverages
150 A bank may contain many sets, which various combinations of TZ IDs:
/packages/modules/StatsD/statsd/tests/
DMetricsManager_test.cpp96 set<int32_t> unionSet(const vector<set<int32_t>> sets) { in unionSet() argument
98 for (const set<int32_t>& s : sets) { in unionSet()
/packages/apps/Settings/src/com/android/settings/
DEventLogTags.logtags5 # log the type of screen lock when user sets lock screen
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/
DEventLogTags.logtags5 # log the type of screen lock when user sets lock screen
/packages/services/Car/service/res/raw/
Dvertical_blur_fragment_shader.glsl14 * This shader sets the colour of each fragment to be the weighted average of the uRadius fragments
Dhorizontal_blur_fragment_shader.glsl14 * This shader sets the colour of each fragment to be the weighted average of the uRadius fragments
/packages/modules/GeoTZ/s2storage/tools/src/proto/
Dgeotz_protos.proto26 // All the time zone ID sets referenced by index from the ranges.
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/incident/
Dincident_minimal.proto51 repeated RestrictedImageSetProto sets = 1; field
/packages/modules/adb/
DSYNC.TXT10 SERVICES.TXT sets the connection in sync mode. This mode is a binary mode that
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
Dtutorial.md312 …cts the original value, `memcpy()` the source to destination, and finally sets the source as Null …
/packages/modules/Wifi/service/proto/src/
Dmetrics.proto3563 // User sets auto-connect to on
3565 // User sets auto-connect to off
3577 // User sets the adaptive connectivity to on
3579 // User sets the adaptive connectivity to off
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/tzs2polygons_tzs2cellunions/data/
DLICENSE32 contents have multiple sets of different rights, Licensors should
/packages/modules/GeoTZ/output_data/odbl/
DLICENSE32 contents have multiple sets of different rights, Licensors should
/packages/modules/GeoTZ/tzbb_data/
DDATA_LICENSE32 contents have multiple sets of different rights, Licensors should
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/canonicalizetzs2polygons/data/output_polygons/
DLICENSE32 contents have multiple sets of different rights, Licensors should
/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/data/
DLICENSE32 contents have multiple sets of different rights, Licensors should

12