Home
last modified time | relevance | path

Searched full:change (Results 1 – 25 of 30683) sorted by relevance

12345678910>>...1228

/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_pkcs7.data165 PKCS7 Parse Failure Invalid ASN1: Change tag 30 to 02 #22.0
169 PKCS7 Parse Failure Invalid ASN1: Change length from 1280 to 1281 #23.0
173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
177 PKCS7 Parse Failure Invalid ASN1: Change tag 06 to 02 #25.0
181 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 10 #26.0
185 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 8 #27.0
189 PKCS7 Parse Failure Invalid ASN1: Change tag a0 to 02 #28.0
193 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1266 #29.0
197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
201 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1264 #31.0
[all …]
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_pkcs7.data165 PKCS7 Parse Failure Invalid ASN1: Change tag 30 to 02 #22.0
169 PKCS7 Parse Failure Invalid ASN1: Change length from 1280 to 1281 #23.0
173 PKCS7 Parse Failure Invalid ASN1: Change contents of tag 30 to contain one unaccounted extra byte #…
177 PKCS7 Parse Failure Invalid ASN1: Change tag 06 to 02 #25.0
181 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 10 #26.0
185 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 8 #27.0
189 PKCS7 Parse Failure Invalid ASN1: Change tag a0 to 02 #28.0
193 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1266 #29.0
197 PKCS7 Parse Failure Invalid ASN1: Change contents of tag a0 to contain one unaccounted extra byte #…
201 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1264 #31.0
[all …]
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-platform-compat-config/android_common/
Dframework-platform-compat-config_meta.xml3 <compat-change id="368131859" name="TEST_COMPAT_ID_1">
5 </compat-change>
6 <compat-change disabled="true" id="368131701" name="TEST_COMPAT_ID_2">
8 </compat-change>
9 <compat-change enableAfterTargetSdk="31" id="368131659" name="TEST_COMPAT_ID_3">
11 </compat-change>
12 <compat-change enableAfterTargetSdk="34" id="368132057" name="TEST_COMPAT_ID_4">
14 </compat-change>
15 <compat-change enableSinceTargetSdk="35" id="309578419" name="ENFORCE_EDGE_TO_EDGE">
17 </compat-change>
[all …]
Dframework-platform-compat-config.xml2change id="368131859" name="TEST_COMPAT_ID_1" /><compat-change disabled="true" id="368131701" name…
/aosp_15_r20/out/target/product/shiba/system/etc/compatconfig/
Dframework-platform-compat-config.xml2change id="368131859" name="TEST_COMPAT_ID_1" /><compat-change disabled="true" id="368131701" name…
Dservices-platform-compat-config.xml2change id="245692487" name="LOG_MBA_INFO" /><compat-change enableAfterTargetSdk="34" id="296060945…
/aosp_15_r20/out/target/product/shiba/obj/ETC/framework-platform-compat-config_intermediates/
Dframework-platform-compat-config2change id="368131859" name="TEST_COMPAT_ID_1" /><compat-change disabled="true" id="368131701" name…
/aosp_15_r20/out/target/product/shiba/obj/ETC/services-platform-compat-config_intermediates/
Dservices-platform-compat-config2change id="245692487" name="LOG_MBA_INFO" /><compat-change enableAfterTargetSdk="34" id="296060945…
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/services-platform-compat-config/android_common/
Dservices-platform-compat-config.xml2change id="245692487" name="LOG_MBA_INFO" /><compat-change enableAfterTargetSdk="34" id="296060945…
Dservices-platform-compat-config_meta.xml3 <compat-change id="245692487" name="LOG_MBA_INFO">
5 </compat-change>
6 <compat-change enableAfterTargetSdk="34" id="296060945" name="ENFORCE_READ_DROPBOX_DATA">
8 </compat-change>
9 <compat-change enableSinceTargetSdk="31" id="181658987" name="DISPLAY_INFO_NR_ADVANCED_SUPPORTED">
11 </compat-change>
12 …<compat-change enableSinceTargetSdk="31" id="183164979" name="REQUIRE_READ_PHONE_STATE_PERMISSION_…
14 </compat-change>
15 …<compat-change enableSinceTargetSdk="31" id="182478738" name="REQUIRE_READ_PHONE_STATE_PERMISSION_…
17 </compat-change>
[all …]
/aosp_15_r20/external/python/mako/doc/build/
Dchangelog.rst13 .. change::
14 :tags: change, installation
27 .. change::
41 .. change::
59 .. change::
78 .. change::
86 .. change::
97 .. change::
104 .. change::
110 .. change::
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/activityembedding/
H A DActivityEmbeddingAnimationRunner.java81 // There may be some surface change that we want to apply after the start transaction is in startAnimation()
203 for (TransitionInfo.Change change : info.getChanges()) { in createAnimationAdapters()
204 if (change.hasFlags(FLAG_IS_BEHIND_STARTING_WINDOW)) { in createAnimationAdapters()
208 if (!isChangeTransition && change.getMode() == TRANSIT_CHANGE in createAnimationAdapters()
209 && !change.getStartAbsBounds().equals(change.getEndAbsBounds())) { in createAnimationAdapters()
245 // We need to know if the change window is only a partial of the whole animation screen. in createOpenCloseAnimationAdapters()
247 final List<TransitionInfo.Change> openingChanges = new ArrayList<>(); in createOpenCloseAnimationAdapters()
248 final List<TransitionInfo.Change> closingChanges = new ArrayList<>(); in createOpenCloseAnimationAdapters()
251 for (TransitionInfo.Change change : info.getChanges()) { in createOpenCloseAnimationAdapters()
252 if (TransitionUtil.isOpeningType(change.getMode())) { in createOpenCloseAnimationAdapters()
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/
H A DTransitionUtil.java57 /** Flag applied to a transition change to identify it as a divider bar for animation. */
88 /** Returns {@code true} if the transition has a display change. */
91 final TransitionInfo.Change change = info.getChanges().get(i); in hasDisplayChange() local
92 if (change.getMode() == TRANSIT_CHANGE && change.hasFlags(FLAG_IS_DISPLAY)) { in hasDisplayChange()
99 /** Returns `true` if `change` is a wallpaper. */
100 public static boolean isWallpaper(TransitionInfo.Change change) { in isWallpaper() argument
101 return (change.getTaskInfo() == null) in isWallpaper()
102 && change.hasFlags(FLAG_IS_WALLPAPER) in isWallpaper()
103 && !change.hasFlags(FLAG_IN_TASK_WITH_EMBEDDED_ACTIVITY); in isWallpaper()
106 /** Returns `true` if `change` is not an app window or wallpaper. */
[all …]
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgob_util.py106 br'change is closed',
107 br'Cannot reduce vote on labels for closed change',
113 GOB_ERROR_REASON_CLOSED_CHANGE = 'CLOSED CHANGE'
391 first_param: A change identifier
419 "MultiQueryChanges requires a list of change numbers/id's")
444 """Given a gerrit host name and change number, return change page url."""
448 def _GetChangePath(change): argument
449 """Given a change id, return a path prefix for the change."""
450 return 'changes/%s' % str(change).replace('/', '%2F')
453 def GetChangeUrl(host, change): argument
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
H A DDefaultTransitionHandler.java193 static int getRotationAnimationHint(@NonNull TransitionInfo.Change displayChange, in getRotationAnimationHint()
211 final TransitionInfo.Change change = info.getChanges().get(i); in getRotationAnimationHint() local
214 if (change.getMode() != TRANSIT_CHANGE) continue; in getRotationAnimationHint()
217 if (change.getEndRotation() == change.getStartRotation()) continue; in getRotationAnimationHint()
218 if ((change.getFlags() & FLAG_IS_DISPLAY) != 0) { in getRotationAnimationHint()
220 if ((change.getFlags() & FLAG_DISPLAY_HAS_ALERT_WINDOWS) != 0) { in getRotationAnimationHint()
225 } else if ((change.getFlags() & FLAG_IS_WALLPAPER) != 0) { in getRotationAnimationHint()
226 if (change.getRotationAnimation() != ROTATION_ANIMATION_SEAMLESS) { in getRotationAnimationHint()
231 } else if (change.getTaskInfo() != null) { in getRotationAnimationHint()
232 final int anim = change.getRotationAnimation(); in getRotationAnimationHint()
[all …]
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockContext.java52 … return null; //To change body of implemented methods use File | Settings | File Templates. in getAssets()
60 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageManager()
65 … return null; //To change body of implemented methods use File | Settings | File Templates. in getContentResolver()
70 … return null; //To change body of implemented methods use File | Settings | File Templates. in getMainLooper()
75 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationContext()
80 //To change body of implemented methods use File | Settings | File Templates. in setTheme()
85 … return null; //To change body of implemented methods use File | Settings | File Templates. in getTheme()
90 … return null; //To change body of implemented methods use File | Settings | File Templates. in getClassLoader()
95 … return null; //To change body of implemented methods use File | Settings | File Templates. in getPackageName()
100 … return null; //To change body of implemented methods use File | Settings | File Templates. in getApplicationInfo()
[all …]
/aosp_15_r20/out/soong/.intermediates/tools/platform-compat/java/android/processor/compat/changeid/compat-changeid-annotation-processor-lib/linux_glibc_common/javac/
Dcompat-changeid-annotation-processor-lib.jar ... changeid/ android/processor/compat/changeid/Change$Builder.class Change.java package android. ...
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/compat/
H A DCompatConfig.java46 import com.android.server.compat.config.Change;
74 * <p>It stores the default configuration for each change, and any per-package overrides that have
136 * Adds a change.
140 * @param change the change to add
143 void addChange(CompatChange change) { in addChange() argument
144 mChanges.put(change.getId(), change); in addChange() local
150 * <p>Any change ID not in the returned array is by default enabled for the app.
156 * @return a sorted long array of change IDs
175 * @return a sorted long array of change IDs
192 * Whether the change indicated by the given changeId is targeting the latest SDK version.
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.public.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/stable.i18n.module.platform.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/system/i18n.module.public.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/i18n.module.intra.core.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/module-lib/i18n.module.public.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/sdk_library/public/legacy.i18n.module.platform.api_stub_sources/android/icu/text/
H A DEdits.java12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to
13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and
14 …* {@link #addUnchanged(int)} (for no-change edits). Change edits are retained with full granularit…
15 …* whereas adjacent no-change edits are always merged together. In no-change edits, there is a one-…
23 * <li>{@link #getFineIterator()} retains full granularity of change edits.
24 * <li>{@link #getFineChangesIterator()} retains full granularity of change edits, and when calling
25 * next() on the iterator, skips over no-change edits (unchanged regions).
26 …* <li>{@link #getCoarseIterator()} treats adjacent change edits as a single edit. (Adjacent no-cha…
28 * <li>{@link #getCoarseChangesIterator()} treats adjacent change edits as a single edit, and when
29 * calling next() on the iterator, skips over no-change edits (unchanged regions).
[all …]
/aosp_15_r20/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/
H A DChangeRequestInfoTest.java26 import com.google.api.services.dns.model.Change;
47 private static final ChangeRequestInfo CHANGE = field in ChangeRequestInfoTest
68 assertEquals(GENERATED_ID, CHANGE.getGeneratedId()); in testBuilder()
69 assertEquals(STATUS, CHANGE.status()); in testBuilder()
70 assertEquals(START_TIME_MILLIS, CHANGE.getStartTimeMillis()); in testBuilder()
71 assertEquals(ADDITIONS, CHANGE.getAdditions()); in testBuilder()
72 assertEquals(DELETIONS, CHANGE.getDeletions()); in testBuilder()
74 ChangeRequestInfo another = CHANGE.toBuilder().setAdditions(recordList).build(); in testBuilder()
76 assertEquals(CHANGE.getDeletions(), another.getDeletions()); in testBuilder()
77 another = CHANGE.toBuilder().setDeletions(recordList).build(); in testBuilder()
[all …]

12345678910>>...1228