Searched full:change (Results 1 – 25 of 30683) sorted by relevance
12345678910>>...1228
165 PKCS7 Parse Failure Invalid ASN1: Change tag 30 to 02 #22.0169 PKCS7 Parse Failure Invalid ASN1: Change length from 1280 to 1281 #23.0173 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.0181 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 10 #26.0185 PKCS7 Parse Failure Invalid ASN1: Change length from 9 to 8 #27.0189 PKCS7 Parse Failure Invalid ASN1: Change tag a0 to 02 #28.0193 PKCS7 Parse Failure Invalid ASN1: Change length from 1265 to 1266 #29.0197 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 …]
3 <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 …]
2 …change id="368131859" name="TEST_COMPAT_ID_1" /><compat-change disabled="true" id="368131701" name…
2 …change id="245692487" name="LOG_MBA_INFO" /><compat-change enableAfterTargetSdk="34" id="296060945…
3 <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 …]
13 .. change::14 :tags: change, installation27 .. change::41 .. change::59 .. change::78 .. change::86 .. change::97 .. change::104 .. change::110 .. change::[all …]
81 // 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 …]
57 /** 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() local92 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() argument101 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 …]
106 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 identifier419 "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): argument449 """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 …]
193 static int getRotationAnimationHint(@NonNull TransitionInfo.Change displayChange, in getRotationAnimationHint()211 final TransitionInfo.Change change = info.getChanges().get(i); in getRotationAnimationHint() local214 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 …]
52 … 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 …]
... changeid/ android/processor/compat/changeid/Change$Builder.class Change.java package android. ...
46 import com.android.server.compat.config.Change;74 * <p>It stores the default configuration for each change, and any per-package overrides that have136 * Adds a change.140 * @param change the change to add143 void addChange(CompatChange change) { in addChange() argument144 mChanges.put(change.getId(), change); in addChange() local150 * <p>Any change ID not in the returned array is by default enabled for the app.156 * @return a sorted long array of change IDs175 * @return a sorted long array of change IDs192 * Whether the change indicated by the given changeId is targeting the latest SDK version.[all …]
12 * There are two types of edits: <em>change edits</em> and <em>no-change edits</em>. Add edits to13 * instances of this class using {@link #addReplace(int,int)} (for change edits) and14 …* {@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 calling25 * 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 when29 * calling next() on the iterator, skips over no-change edits (unchanged regions).[all …]
26 import com.google.api.services.dns.model.Change;47 private static final ChangeRequestInfo CHANGE = field in ChangeRequestInfoTest68 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 …]