/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/ |
D | Camera2UtilsTest.java | 404 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), in requestSettingsSetUnionChangesRecorded() local 406 sets[0].union(sets[1]); in requestSettingsSetUnionChangesRecorded() 407 assertEquals(1, sets[0].getRevision()); in requestSettingsSetUnionChangesRecorded() 408 assertEquals(0, sets[1].getRevision()); in requestSettingsSetUnionChangesRecorded() 427 Camera2RequestSettingsSet[] sets = { new Camera2RequestSettingsSet(), in requestSettingsSetUnionChangesReflected() local 430 sets[0].set(CaptureRequest.CONTROL_AE_LOCK, true); in requestSettingsSetUnionChangesReflected() 431 sets[1].set(CaptureRequest.CONTROL_AWB_LOCK, true); in requestSettingsSetUnionChangesReflected() 432 sets[0].union(sets[1]); in requestSettingsSetUnionChangesReflected() 433 sets[1].set(CaptureRequest.CONTROL_AE_LOCK, false); in requestSettingsSetUnionChangesReflected() 434 requestSettingsSetsCheckPairOfProperties(sets[0], sets[1], in requestSettingsSetUnionChangesReflected() [all …]
|
/frameworks/base/services/backup/java/com/android/server/backup/utils/ |
D | SparseArrayUtils.java | 38 public static<V> HashSet<V> union(SparseArray<HashSet<V>> sets) { in union() argument 40 int n = sets.size(); in union() 42 HashSet<V> ithSet = sets.valueAt(i); in union()
|
/frameworks/native/services/vr/performanced/ |
D | cpu_set.cpp | 100 std::vector<CpuSet*> sets(path_map_.size()); in GetCpuSets() local 103 sets.push_back(pair.second); in GetCpuSets() 106 return sets; in GetCpuSets() 111 std::vector<CpuSet*> sets; in DumpState() local 115 sets.push_back(pair.second); in DumpState() 118 std::sort(sets.begin(), sets.end(), [](const CpuSet* a, const CpuSet* b) { in DumpState() 137 for (const auto set : sets) { in DumpState()
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 747 printRestoreSets(observer.sets); in doListRestoreSets() 755 private void printRestoreSets(RestoreSet[] sets) { in printRestoreSets() argument 756 if (sets == null || sets.length == 0) { in printRestoreSets() 760 for (RestoreSet s : sets) { in printRestoreSets() 767 RestoreSet[] sets = null; field in Bmgr.RestoreObserver 771 sets = result; in restoreSetsAvailable() 864 RestoreSet[] sets = null; in doRestoreAll() local 872 sets = observer.sets; in doRestoreAll() 873 if (sets != null) { in doRestoreAll() 874 for (RestoreSet s : sets) { in doRestoreAll() [all …]
|
/frameworks/base/core/java/android/inputmethodservice/navigationbar/ |
D | NavigationBarInflaterView.java | 187 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() local 188 if (sets.length != 3) { in inflateLayout() 191 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() 193 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout() 194 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout() 195 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()
|
/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
D | BackupHandler.java | 378 List<RestoreSet> sets = null; in handleMessage() local 384 sets = transport.getAvailableRestoreSets(); in handleMessage() 387 params.session.setRestoreSets(sets); in handleMessage() 389 if (sets == null) { in handleMessage() 397 if (sets == null) { in handleMessage() 401 sets.toArray(new RestoreSet[0])); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceClientPermissions.java | 322 String[] sets = s.split(DELIMITER, -1); in decodeSegments() local 323 for (int i = 0; i < sets.length; i++) { in decodeSegments() 324 sets[i] = Uri.decode(sets[i]); in decodeSegments() 326 return sets; in decodeSegments()
|
/frameworks/base/core/res/res/raw/ |
D | fallback_categories.csv | 1 # Default app categories used if neither the package nor installer sets anything
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationBarInflaterView.java | 256 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() local 257 if (sets.length != 3) { in inflateLayout() 260 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() 262 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout() 263 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout() 264 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()
|
/frameworks/av/media/libmedia/docs/ |
D | paused.dot | 25 ATsetMarkerPosition [label="AudioTrack::setMarkerPosition()\n[sets marker variables]"]; 28 ATsetPositionUpdatePeriod [label="AudioTrack::setPositionUpdatePeriod()\n[sets update period variab…
|
/frameworks/proto_logging/stats/atoms/grammaticalinflection/ |
D | grammatical_inflection_extension_atoms.proto | 72 // Indicate if the grammatical gender is specified in this change. For example, user sets the 76 // Indicate if the grammatical gender was specified before this change. For example, user sets the
|
/frameworks/av/services/tuner/ |
D | mediatuner.rc | 3 # isn't true , TRM sets tuner.server.enable as "true".
|
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/ |
D | Android.bp | 34 // instead of using this library directly (so it sets the proper JNI dependencies) 70 // instead of using this library directly (so it sets the proper JNI dependencies)
|
/frameworks/base/tests/backup/ |
D | test_restore.sh | 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
|
/frameworks/rs/tests/java_api/Refocus/dataExtraction/ |
D | RefocusTestTimingProcess.txt | 14 …of numbers and average them, organize 3 sets of data like the following(all tests in the file need…
|
/frameworks/rs/script_api/ |
D | rs_atomic.spec | 139 Atomicly sets the value at addr to the maximum of *addr and value, i.e. 159 Atomicly sets the value at addr to the minimum of *addr and value, i.e.
|
/frameworks/av/media/codec2/hal/client/ |
D | Android.bp | 37 // default inherited from libcodec2-impl-defaults sets it to gnu++17 which
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivitySnapshotController.java | 733 final ArraySet<UserSavedFile> sets = new ArraySet<>(); in dump() local 735 sets.add(usfs.valueAt(j)); in dump() 737 for (int j = sets.size() - 1; j >= 0; --j) { in dump() 738 pw.println(triplePrefix + "SavedFile=" + sets.valueAt(j)); in dump()
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 30 repeated RestrictedImageSetProto sets = 1; field
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 684 private boolean onlyContains(ArrayList<Animator> animators, AnimatorSet... sets) { in onlyContains() argument 685 if (sets.length != animators.size()) { in onlyContains() 689 for (int i = 0; i < sets.length; i++) { in onlyContains() 690 AnimatorSet set = sets[i]; in onlyContains()
|
/frameworks/proto_logging/stats/atoms/dnd/ |
D | dnd_extension_atoms.proto | 64 // this may be a consolidation of several sets of rules.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | flags.aconfig | 94 …description: "This flag sets a TTL on all notifications that don't already have an app provided on…
|
/frameworks/rs/script_api/include/ |
D | rs_atomic.rsh | 151 * Atomicly sets the value at addr to the maximum of *addr and value, i.e. 173 * Atomicly sets the value at addr to the minimum of *addr and value, i.e.
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | luts_for_speedup_f32.rsh | 50 // filtering. So always sets it to 1.
|
/frameworks/proto_logging/stats/atoms/hotword/ |
D | hotword_atoms.proto | 267 // Indicates that the copy buffer size the client sets is illegal. 327 // Indicates that the copy buffer size the client sets is illegal.
|