Home
last modified time | relevance | path

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

123

/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
DCamera2UtilsTest.java404 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/
DSparseArrayUtils.java38 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/
Dcpu_set.cpp100 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/
DNetworkStatsBaseTest.java62 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/
DBmgr.java703 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/
DBackupHandler.java337 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/
DSliceClientPermissions.java316 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/
DNavigationBarInflaterView.java246 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/
Dfallback_categories.csv1 # Default app categories used if neither the package nor installer sets anything
/frameworks/av/media/libmedia/docs/
Dpaused.dot25 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/
DRefocusTestTimingProcess.txt14 …of numbers and average them, organize 3 sets of data like the following(all tests in the file need…
/frameworks/base/tests/backup/
Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/frameworks/rs/tests/lldb/java/NoDebugWaitAttach/src/rs/
Dsimple.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/jni/MultipleRSFiles/jnimultiplersfiles/
Dfirst.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/java/MultipleRSFiles/src/rs/
Dfirst.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/jni/NoDebugWaitAttach/jninodebugwaitattach/
Dsimple.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/cpp/MultipleRSFiles/
Dfirst.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/script_api/
Drs_atomic.spec139 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/
Dsimple.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/jni/DebugWaitAttach/jnidebugwaitattach/
Dsimple.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/java/DebugWaitAttach/src/rs/
Dsimple.rscript22 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java580 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/
Drestricted_image.proto30 repeated RestrictedImageSetProto sets = 1; field
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
Dinfiniteloop.rscript39 /* RenderScript kernel that just sets the colour of the screen and does some
/frameworks/rs/tests/lldb/jni/InfiniteLoop/jniinfiniteloop/
Dinfiniteloop.rscript39 /* RenderScript kernel that just sets the colour of the screen and does some

123