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/cmds/bmgr/src/com/android/commands/bmgr/
DBmgr.java747 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/
DNavigationBarInflaterView.java187 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/
DBackupHandler.java378 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/
DSliceClientPermissions.java322 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/
Dfallback_categories.csv1 # Default app categories used if neither the package nor installer sets anything
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java256 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/
Dpaused.dot25 ATsetMarkerPosition [label="AudioTrack::setMarkerPosition()\n[sets marker variables]"];
28 ATsetPositionUpdatePeriod [label="AudioTrack::setPositionUpdatePeriod()\n[sets update period variab…
/frameworks/proto_logging/stats/atoms/grammaticalinflection/
Dgrammatical_inflection_extension_atoms.proto72 // 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/
Dmediatuner.rc3 # isn't true , TRM sets tuner.server.enable as "true".
/frameworks/libs/modules-utils/java/com/android/modules/utils/testing/
DAndroid.bp34 // 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/
Dtest_restore.sh69 restore_set=$(a shell bmgr list sets | head -n1 | awk '{print $1}')
/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/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/av/media/codec2/hal/client/
DAndroid.bp37 // default inherited from libcodec2-impl-defaults sets it to gnu++17 which
/frameworks/base/services/core/java/com/android/server/wm/
DActivitySnapshotController.java733 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/
Drestricted_image.proto30 repeated RestrictedImageSetProto sets = 1; field
/frameworks/base/core/tests/coretests/src/android/animation/
DAnimatorSetActivityTest.java684 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/
Ddnd_extension_atoms.proto64 // this may be a consolidation of several sets of rules.
/frameworks/base/services/core/java/com/android/server/notification/
Dflags.aconfig94 …description: "This flag sets a TTL on all notifications that don't already have an app provided on…
/frameworks/rs/script_api/include/
Drs_atomic.rsh151 * 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/
Dluts_for_speedup_f32.rsh50 // filtering. So always sets it to 1.
/frameworks/proto_logging/stats/atoms/hotword/
Dhotword_atoms.proto267 // Indicates that the copy buffer size the client sets is illegal.
327 // Indicates that the copy buffer size the client sets is illegal.

123