/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/tests/net/java/com/android/server/net/ |
D | NetworkStatsBaseTest.java | 62 final int[] sets; in assertValues() local 64 sets = new int[] {SET_ALL, SET_DEFAULT, SET_FOREGROUND}; in assertValues() 66 sets = new int[] {set}; in assertValues() 91 for (int s : sets) { in assertValues()
|
/frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/ |
D | Bmgr.java | 703 printRestoreSets(observer.sets); in doListRestoreSets() 711 private void printRestoreSets(RestoreSet[] sets) { in printRestoreSets() argument 712 if (sets == null || sets.length == 0) { in printRestoreSets() 716 for (RestoreSet s : sets) { in printRestoreSets() 723 RestoreSet[] sets = null; field in Bmgr.RestoreObserver 727 sets = result; in restoreSetsAvailable() 811 RestoreSet[] sets = null; in doRestoreAll() local 816 sets = observer.sets; in doRestoreAll() 817 if (sets != null) { in doRestoreAll() 818 for (RestoreSet s : sets) { in doRestoreAll() [all …]
|
/frameworks/base/services/backup/java/com/android/server/backup/internal/ |
D | BackupHandler.java | 337 RestoreSet[] sets = null; in handleMessage() local 343 sets = transport.getAvailableRestoreSets(); in handleMessage() 346 params.session.setRestoreSets(sets); in handleMessage() 348 if (sets == null) { in handleMessage() 356 params.observer.restoreSetsAvailable(sets); in handleMessage()
|
/frameworks/base/services/core/java/com/android/server/slice/ |
D | SliceClientPermissions.java | 316 String[] sets = s.split(DELIMITER, -1); in decodeSegments() local 317 for (int i = 0; i < sets.length; i++) { in decodeSegments() 318 sets[i] = Uri.decode(sets[i]); in decodeSegments() 320 return sets; in decodeSegments()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 246 String[] sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() local 247 if (sets.length != 3) { in inflateLayout() 250 sets = newLayout.split(GRAVITY_SEPARATOR, 3); in inflateLayout() 252 String[] start = sets[0].split(BUTTON_SEPARATOR); in inflateLayout() 253 String[] center = sets[1].split(BUTTON_SEPARATOR); in inflateLayout() 254 String[] end = sets[2].split(BUTTON_SEPARATOR); in inflateLayout()
|
/frameworks/base/core/res/res/raw/ |
D | fallback_categories.csv | 1 # Default app categories used if neither the package nor installer sets anything
|
/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/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/base/tests/backup/ |
D | test_restore.sh | 69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
|
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/rs/ |
D | simple.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/ |
D | first.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/ |
D | first.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/ |
D | simple.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/ |
D | first.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/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/rs/tests/lldb/cpp/WaitAttach/ |
D | simple.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/ |
D | simple.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/ |
D | simple.rscript | 22 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | AnimatorSetActivityTest.java | 580 private boolean onlyContains(ArrayList<Animator> animators, AnimatorSet... sets) { in onlyContains() argument 581 if (sets.length != animators.size()) { in onlyContains() 585 for (int i = 0; i < sets.length; i++) { in onlyContains() 586 AnimatorSet set = sets[i]; in onlyContains()
|
/frameworks/base/core/proto/android/service/ |
D | restricted_image.proto | 30 repeated RestrictedImageSetProto sets = 1; field
|
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/ |
D | infiniteloop.rscript | 39 /* RenderScript kernel that just sets the colour of the screen and does some
|
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/ |
D | infiniteloop.rscript | 39 /* RenderScript kernel that just sets the colour of the screen and does some
|