/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 32 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 38 String lastValue = (String) changes.get(Integer.valueOf(0)); in helperTestRules() 42 if (changes.get(Integer.valueOf(i)) != null) { in helperTestRules() 49 lastValue = (String) changes.get(Integer.valueOf(i)); in helperTestRules() 59 String expected = changes.get(0); in helperTestRules() 61 String value = changes.get(n); in helperTestRules() 78 Map<Integer, String> changes = new HashMap<>(); in TestOneFormLocales() local 79 changes.put(0, "other"); in TestOneFormLocales() 80 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 88 Map<Integer, String> changes = new HashMap<>(); in TestSingular1Locales() local [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
H A D | PluralFormatTest.java | 35 private void helperTestRules(String localeIDs, String testPattern, Map<Integer,String> changes) { in helperTestRules() argument 41 String lastValue = (String) changes.get(Integer.valueOf(0)); in helperTestRules() 45 if (changes.get(Integer.valueOf(i)) != null) { in helperTestRules() 52 lastValue = (String) changes.get(Integer.valueOf(i)); in helperTestRules() 62 String expected = changes.get(0); in helperTestRules() 64 String value = changes.get(n); in helperTestRules() 81 Map<Integer, String> changes = new HashMap<>(); in TestOneFormLocales() local 82 changes.put(0, "other"); in TestOneFormLocales() 83 helperTestRules(localeIDs, testPattern, changes); in TestOneFormLocales() 91 Map<Integer, String> changes = new HashMap<>(); in TestSingular1Locales() local [all …]
|
/aosp_15_r20/external/clang/lib/Format/ |
H A D | WhitespaceManager.cpp | 46 Changes.clear(); in reset() 57 Changes.push_back( in replaceWhitespace() 69 Changes.push_back(Change( in addUntouchableToken() 84 Changes.push_back(Change( in replaceWhitespaceInToken() 94 if (Changes.empty()) in generateReplacements() 97 std::sort(Changes.begin(), Changes.end(), Change::IsBeforeInFile(SourceMgr)); in generateReplacements() 109 Changes[0].PreviousEndOfTokenColumn = 0; in calculateLineBreakInformation() 110 Change *LastOutsideTokenChange = &Changes[0]; in calculateLineBreakInformation() 111 for (unsigned i = 1, e = Changes.size(); i != e; ++i) { in calculateLineBreakInformation() 113 SourceMgr.getFileOffset(Changes[i].OriginalWhitespaceRange.getBegin()); in calculateLineBreakInformation() [all …]
|
/aosp_15_r20/external/cronet/base/process/ |
H A D | environment_internal_unittest.cc | 38 EnvironmentMap changes; in TEST_F() local 41 e = AlterEnvironment(empty, changes); in TEST_F() 44 changes[L"A"] = L"1"; in TEST_F() 45 e = AlterEnvironment(empty, changes); in TEST_F() 48 changes.clear(); in TEST_F() 49 changes[L"A"] = std::wstring(); in TEST_F() 50 e = AlterEnvironment(empty, changes); in TEST_F() 53 changes.clear(); in TEST_F() 54 e = AlterEnvironment(a2, changes); in TEST_F() 57 changes.clear(); in TEST_F() [all …]
|
/aosp_15_r20/frameworks/native/services/inputflinger/tests/ |
H A D | FocusResolver_test.cpp | 74 std::optional<FocusResolver::FocusChanges> changes = in TEST() local 76 ASSERT_FOCUS_CHANGE(changes, /*from*/ nullptr, /*to*/ focusableWindowToken); in TEST() 77 ASSERT_EQ(ui::LogicalDisplayId{request.displayId}, changes->displayId); in TEST() 81 changes = focusResolver.setFocusedWindow(request, windows); in TEST() 82 ASSERT_EQ(focusableWindowToken, changes->oldFocus); in TEST() 83 ASSERT_EQ(nullptr, changes->newFocus); in TEST() 84 ASSERT_FOCUS_CHANGE(changes, /*from*/ focusableWindowToken, /*to*/ nullptr); in TEST() 88 changes = focusResolver.setFocusedWindow(request, windows); in TEST() 89 ASSERT_FALSE(changes); in TEST() 104 std::optional<FocusResolver::FocusChanges> changes = in TEST() local [all …]
|
/aosp_15_r20/external/google-cloud-java/ |
H A D | changelog.json | 5 "changes": [ array 22 "changes": [ array 39 "changes": [ array 80 "changes": [ array 97 "changes": [ array 114 "changes": [ array 173 "changes": [ array 196 "changes": [ array 213 "changes": [ array 230 "changes": [ array [all …]
|
/aosp_15_r20/external/libphonenumber/ |
H A D | release_notes.txt | 2 Code changes: 13 Metadata changes: 24 GitHub project changes: 27 Metadata structure changes in XML file: 39 Code changes: 50 Metadata changes: 61 Internal changes: 65 to backwards-incompatible changes without notice or guarantees. 66 Metadata changes: 78 Code changes: [all …]
|
/aosp_15_r20/out/soong/raw-aosp_shiba/f2/ |
D | f2ce097d190e8477f59354ea5850ace386610503 | 39 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… 40 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… 43 …roid/onboarding/versions/changes/android_onboarding.versions.changes/android_common/combined/andro… 44 …roid/onboarding/versions/changes/android_onboarding.versions.changes/android_common/combined/andro… 47 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… 48 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… 51 …d/onboarding/versions/changes/android_onboarding.versions.changes/android_common/kotlin_headers/an… 52 …d/onboarding/versions/changes/android_onboarding.versions.changes/android_common/kotlin_headers/an… 55 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… 56 …ndroid_onboarding/java/com/android/onboarding/versions/changes/android_onboarding.versions.changes… [all …]
|
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/changes/ |
H A D | ChangeSetTestCase.java | 19 package org.apache.commons.compress.changes; 91 final ChangeSet changes = new ChangeSet(); in testAddChangeTwice() local 92 changes.add(e, in); in testAddChangeTwice() 93 changes.add(e2, in2); in testAddChangeTwice() 95 assertEquals(1, changes.getChanges().size()); in testAddChangeTwice() 96 final Change c = changes.getChanges().iterator().next(); in testAddChangeTwice() 126 final ChangeSet changes = new ChangeSet(); in testAddChangeTwiceWithoutReplace() local 127 changes.add(e, in, true); in testAddChangeTwiceWithoutReplace() 128 changes.add(e2, in2, false); in testAddChangeTwiceWithoutReplace() 130 assertEquals(1, changes.getChanges().size()); in testAddChangeTwiceWithoutReplace() [all …]
|
/aosp_15_r20/prebuilts/remoteexecution-client/ |
H A D | CHANGELOG.md | 3 Changes: 12 Changes: 23 Changes: 32 Changes: 41 Changes: 58 Changes: 71 Changes: 78 Changes: 85 Changes: 94 Changes: [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrontEnd/ |
H A D | RequestedLayerState.cpp | 62 changes |= RequestedLayerState::Changes::Created; in RequestedLayerState() 64 changes |= RequestedLayerState::Changes::Metadata; in RequestedLayerState() 72 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState() 75 changes |= RequestedLayerState::Changes::Mirror; in RequestedLayerState() 172 changes |= RequestedLayerState::Changes::Visibility | in merge() 173 RequestedLayerState::Changes::VisibleRegion; in merge() 176 changes |= RequestedLayerState::Changes::Geometry; in merge() 179 changes |= RequestedLayerState::Changes::Input; in merge() 187 changes |= RequestedLayerState::Changes::Buffer; in merge() 192 changes |= RequestedLayerState::Changes::BufferSize; in merge() [all …]
|
H A D | LayerSnapshotBuilder.cpp | 163 // different than layer space if a surfaceInset is used, which changes the origin in getInputBoundsInDisplaySpace() 260 snapshot.changes |= RequestedLayerState::Changes::Visibility; in updateVisibility() 320 snapshot.changes.clear(); in clearChanges() 344 snapshot.changes = ftl::Flags<RequestedLayerState::Changes>(); in getRootSnapshot() 388 // There are only content changes which do not require any child layer snapshots to be updated. in tryFastUpdate() 414 ~(RequestedLayerState::Changes::Content | RequestedLayerState::Changes::Buffer).get()) != in tryFastUpdate() 416 // We have changes that require us to walk the hierarchy and update child layers. in tryFastUpdate() 432 rootSnapshot.changes = RequestedLayerState::Changes::AffectsChildren | in updateSnapshots() 433 RequestedLayerState::Changes::Geometry; in updateSnapshots() 436 rootSnapshot.changes |= in updateSnapshots() [all …]
|
/aosp_15_r20/external/mesa3d/.gitlab-ci/ |
H A D | farm-rules.yml | 10 # - changes: [ .ci-farms-disabled/$FARM ] 13 # Note: the "manual" variant of each farm rules changes the above to `never`, 19 # - changes: [ .ci-farms-disabled/* ] 24 # contains all the jobs, as `changes` conditions in scheduled pipelines are 35 - changes: [ .ci-farms-disabled/microsoft ] # 2. Removed from disabled, run 38 - changes: [ .ci-farms-disabled/* ] # 3. We touched other farms in MR, do not run 49 - changes: [ .ci-farms-disabled/microsoft ] 60 - changes: [ .ci-farms-disabled/microsoft ] 63 - changes: [ .ci-farms-disabled/microsoft ] 66 - changes: [ .ci-farms-disabled/microsoft ] [all …]
|
/aosp_15_r20/tools/treble/split/ |
H A D | manifest_diff.py | 38 """A collection of changes between project elements. 41 attributes: A ChangeMap of attributes changes. Keyed by attribute name. 42 linkfiles: A ChangeMap of linkfile elements changes. Keyed by dest. 43 copyfiles: A ChangeMap of copyfile elements changes. Keyed by dest. 54 return 'No changes' 73 """A collection of changes between manifests. 76 projects: A ChangeMap of changes to project elements. Keyed by project path. 77 remotes: A ChangeMap of changes to remote elements. Keyed by remote name. 78 other: A ChangeMap of changes to other elements. Keyed by element tag. 88 ret_str = 'Project Changes:\n' [all …]
|
/aosp_15_r20/external/harfbuzz_ng/ |
H A D | NEWS | 1 Overview of changes leading to 10.1.0 24 Overview of changes leading to 10.0.1 31 Overview of changes leading to 10.0.0 78 Overview of changes leading to 9.0.0 97 Overview of changes leading to 8.5.0 112 Overview of changes leading to 8.4.0 125 Overview of changes leading to 8.3.1 147 Overview of changes leading to 8.3.0 162 Overview of changes leading to 8.2.2 173 Overview of changes leading to 8.2.1 [all …]
|
/aosp_15_r20/external/openscreen/discovery/dnssd/impl/ |
H A D | querier_impl_unittest.cc | 157 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeStartsQuery() argument 160 ValidateRecordChangeResult(changes, name, expected_size, in ValidateRecordChangeStartsQuery() 165 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeStopsQuery() argument 168 ValidateRecordChangeResult(changes, name, expected_size, in ValidateRecordChangeStopsQuery() 223 const std::vector<PendingQueryChange>& changes, in ValidateRecordChangeResult() argument 227 EXPECT_EQ(changes.size(), expected_size); in ValidateRecordChangeResult() 229 changes.begin(), changes.end(), in ValidateRecordChangeResult() 235 EXPECT_TRUE(it != changes.end()); in ValidateRecordChangeResult() 310 auto changes = querier->OnRecordChanged(ptr, RecordChangedEvent::kCreated); in TEST_F() local 311 ValidateRecordChangeStartsQuery(changes, name, 1); in TEST_F() [all …]
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 118 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 121 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 139 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 144 /// GetTestResult - Get the test result for the active set \p Changes with 145 /// \p Required changes from the cache, executing the test if necessary. 147 /// \param Changes - The set of active changes being minimized, which should 149 /// \param Required - The set of changes which have previously been 152 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 155 /// Helper object for minimizing an active set of changes. 162 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DAGDeltaAlgorithm.cpp | 117 void UpdatedSearchState(const changeset_ty &Changes, in UpdatedSearchState() argument 120 DDA.UpdatedSearchState(Changes, Sets, Required); in UpdatedSearchState() 138 DAGDeltaAlgorithmImpl(DAGDeltaAlgorithm &DDA, const changeset_ty &Changes, 143 /// GetTestResult - Get the test result for the active set \p Changes with 144 /// \p Required changes from the cache, executing the test if necessary. 146 /// \param Changes - The set of active changes being minimized, which should 148 /// \param Required - The set of changes which have previously been 151 bool GetTestResult(const changeset_ty &Changes, const changeset_ty &Required); 154 /// Helper object for minimizing an active set of changes. 161 /// UpdatedSearchState - Callback used when the search state changes. [all …]
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TransitionTests.java | 154 ArrayMap<WindowContainer, Transition.ChangeInfo> changes = transition.mChanges; in testCreateInfo_NewTask() local 162 changes.put(newTask, new Transition.ChangeInfo(newTask, false /* vis */, true /* exChg */)); in testCreateInfo_NewTask() 163 changes.put(oldTask, new Transition.ChangeInfo(oldTask, true /* vis */, true /* exChg */)); in testCreateInfo_NewTask() 164 changes.put(opening, new Transition.ChangeInfo(opening, false /* vis */, true /* exChg */)); in testCreateInfo_NewTask() 165 changes.put(closing, new Transition.ChangeInfo(closing, true /* vis */, true /* exChg */)); in testCreateInfo_NewTask() 166 fillChangeMap(changes, newTask); in testCreateInfo_NewTask() 178 Transition.calculateTargets(participants, changes); in testCreateInfo_NewTask() 186 targets = Transition.calculateTargets(participants, changes); in testCreateInfo_NewTask() 194 targets = Transition.calculateTargets(participants, changes); in testCreateInfo_NewTask() 202 targets = Transition.calculateTargets(participants, changes); in testCreateInfo_NewTask() [all …]
|
/aosp_15_r20/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/ |
H A D | NodeListTest.java | 43 private AstObserver createObserver(List<String> changes) { in createObserver() argument 47 …changes.add(String.format("change of property %s for %s: from '%s' to '%s'", property, observedNod… in createObserver() 52 …changes.add(String.format("setting parent for %s: was %s, now is %s", observedNode, previousParent… in createObserver() 57 … changes.add(String.format("'%s' %s in list at %d", nodeAddedOrRemoved, type, index)); in createObserver() 62 … changes.add(String.format("'%s' %s in list at %d", oldNode, ListChangeType.REMOVAL, index)); in createObserver() 63 … changes.add(String.format("'%s' %s in list at %d", newNode, ListChangeType.ADDITION, index)); in createObserver() 74 List<String> changes = new LinkedList<>(); 78 cd.getMembers().register(createObserver(changes)); 83 "'int c;' ADDITION in list at 3"), changes); 88 List<String> changes = new LinkedList<>(); [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/compat/ |
H A D | IPlatformCompat.aidl | 43 * <p>Note: for changes that are gated using {@link #isChangeEnabled(long, ApplicationInfo)}, 56 * <p>Note: for changes that are gated using {@link #isChangeEnabled(long, String)}, 70 * <p>Note: for changes that are gated using {@link #isChangeEnabled(long, int)}, 152 * Adds overrides to compatibility changes. 154 * <p>Kills the app to allow the changes to take effect. 157 * @param packageName the package name of the app whose changes will be overridden 158 * @throws SecurityException if overriding changes is not permitted 164 * Adds overrides to compatibility changes on release builds for multiple apps. 179 * @throws SecurityException if overriding changes is not permitted 185 * Adds overrides to compatibility changes on release builds. [all …]
|
/aosp_15_r20/packages/modules/adb/daemon/ |
D | property_monitor_test.cpp | 38 std::unordered_map<std::string, std::vector<std::string>> changes GUARDED_BY(mutex); 69 output->changes[property_name].emplace_back(std::move(value)); in RegisterCallback() 93 ASSERT_EQ(2UL, output.changes.size()); in TEST() 94 ASSERT_EQ(2UL, output.changes[foo].size()); in TEST() 95 ASSERT_EQ("", output.changes[foo][0]); in TEST() 96 ASSERT_EQ("foo", output.changes[foo][1]); in TEST() 97 ASSERT_EQ("", output.changes[never_set][0]); in TEST() 116 ASSERT_EQ(1UL, output.changes.size()); in TEST() 117 ASSERT_EQ(2UL, output.changes[foo].size()); in TEST() 118 ASSERT_EQ("", output.changes[foo][0]); in TEST() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/wifi/shared/model/ |
H A D | WifiNetworkModelTest.kt | 154 assertThat(logger.changes) in <lambda>() 156 assertThat(logger.changes).contains(Pair(COL_VALIDATED, "false")) in <lambda>() 157 assertThat(logger.changes).contains(Pair(COL_LEVEL, LEVEL_DEFAULT.toString())) in <lambda>() 158 assertThat(logger.changes).contains(Pair(COL_SSID, "null")) in <lambda>() 172 assertThat(logger.changes).contains(Pair(COL_NETWORK_TYPE, TYPE_CARRIER_MERGED)) in <lambda>() 173 assertThat(logger.changes).contains(Pair(COL_SUB_ID, "3")) in <lambda>() 174 assertThat(logger.changes).contains(Pair(COL_VALIDATED, "true")) in <lambda>() 175 assertThat(logger.changes).contains(Pair(COL_LEVEL, "2")) in <lambda>() 176 assertThat(logger.changes).contains(Pair(COL_SSID, "null")) in <lambda>() 192 assertThat(logger.changes).contains(Pair(COL_NETWORK_TYPE, TYPE_ACTIVE)) in <lambda>() [all …]
|
/aosp_15_r20/external/libchrome/base/ |
H A D | environment_unittest.cc | 107 EnvironmentMap changes; in TEST_F() local 110 e = AlterEnvironment(empty, changes); in TEST_F() 113 changes[L"A"] = L"1"; in TEST_F() 114 e = AlterEnvironment(empty, changes); in TEST_F() 117 changes.clear(); in TEST_F() 118 changes[L"A"] = string16(); in TEST_F() 119 e = AlterEnvironment(empty, changes); in TEST_F() 122 changes.clear(); in TEST_F() 123 e = AlterEnvironment(a2, changes); in TEST_F() 126 changes.clear(); in TEST_F() [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | LayerLifecycleManagerTest.cpp | 80 EXPECT_TRUE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 82 EXPECT_FALSE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 98 EXPECT_TRUE(managedLayers.front()->changes.test(RequestedLayerState::Changes::Z)); in TEST_F() 100 EXPECT_TRUE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 102 EXPECT_FALSE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 104 EXPECT_FALSE(managedLayers.front()->changes.test(RequestedLayerState::Changes::Z)); in TEST_F() 114 EXPECT_FALSE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 116 EXPECT_FALSE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 311 EXPECT_TRUE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() 346 EXPECT_TRUE(lifecycleManager.getGlobalChanges().test(RequestedLayerState::Changes::Hierarchy)); in TEST_F() [all …]
|