HomeSort by relevance Sort by last modified time
    Searched full:changed (Results 926 - 950 of 19572) sorted by null

<<31323334353637383940>>

  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/archive/
ArchiveItem.kt 42 * Whether the item's content or its children were changed by Jetifier. This determines
43 * whether the parent archive is going to be marked as changed thus having a dependency on
  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
GuidedActionsRelativeLayout.java 68 protected void onLayout(boolean changed, int l, int t, int r, int b) {
69 super.onLayout(changed, l, t, r, b);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
TestContentView.java 71 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
72 super.onLayout(changed, left, top, right, bottom);
  /libcore/ojluni/src/main/java/java/beans/
PropertyChangeListener.java 37 * This method gets called when a bound property is changed.
39 * and the property that has changed.
  /libcore/ojluni/src/main/java/java/util/prefs/
PreferenceChangeListener.java 41 * its value is changed.
44 * and the preference that has changed.
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocketFactory.java 48 // Android-changed: Renamed field.
53 // Android-changed: Check Security.getVersion() on each update.
88 // Android-changed: Check Security.getVersion() on each update.
100 // Android-changed: Check if we already have an instance of the default factory class.
116 // Android-changed; Try the contextClassLoader first.
123 // Android-changed: Use Class.forName() so the class gets initialized.
134 // Android-changed: Fallback to the default SSLContext on exception.
139 // Android-changed: Allow for {@code null} SSLContext.getDefault.
  /libcore/ojluni/src/main/java/sun/misc/
SharedSecrets.java 38 // BEGIN Android-changed: Pruned unused access interfaces
48 // END Android-changed: Pruned unused access interfaces
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmRecyclerView.java 53 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
55 super.onLayout(changed, left, top, right, bottom);
  /packages/apps/DocumentsUI/src/com/android/documentsui/
GridItemThumbnail.java 46 // Note that this code will need to be changed if the layout manager's orientation is
47 // changed from VERTICAL to HORIZONTAL.
  /packages/apps/Messaging/
ForceProguard.mk 17 # build. If the flag files have changed, proguard is rerun.
31 $(info *** Flag files used for proguard have changed; forcing proguard to rerun.)
  /packages/apps/Settings/src/com/android/settings/widget/
SummaryUpdater.java 34 * Interface definition for a callback to be invoked when the summary has been changed.
38 * Called when summary has changed.
  /packages/apps/TV/src/com/android/tv/menu/
IMenuView.java 45 * <p>Returns <@code true> if the contents have been changed, otherwise {@code false}.
52 * <p>Returns <@code true> if the contents have been changed, otherwise {@code false}.
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
AddressListField.java 22 //BEGIN android-changed: Stubbing out logging
25 //END android-changed
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
TempStorage.java 22 //BEGIN android-changed: Stubbing out logging
25 //END android-changed
  /packages/services/Car/service/src/com/android/car/
Utils.java 40 * "Time <svc name>: [optional context information] changed from <from state> to <to state>"
75 : "") + " changed from " + mFromState + " to " + mToState;
  /development/tools/logblame/
test_logs.py 130 "/system/app/KeyChain changed; collecting certs"),
132 "/system/app/HiddenMenu changed; collecting certs"),
134 "/system/app/HiddenMenu changed; collecting certs"),
139 /system/app/KeyChain changed; collecting certs
142 /system/app/HiddenMenu changed; collecting certs
146 /system/app/HiddenMenu changed; collecting certs
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/
faqconf.py 39 MARK_VERY_RECENT = " **" # Changed very recently
40 MARK_RECENT = " *" # Changed recently
45 <P>(Entries marked with ** were changed within the last 24 hours;
46 entries marked with * were changed within the last 7 days.)
92 # Anything below this point normally needn't be changed; you would
257 / Last changed on %(last_changed_date)s by
297 # Recently changed entries
301 No %(FAQNAME)s entries were changed in the last %(period)s.
306 View entries changed in the last...
318 The following %(FAQNAME)s entry was changed in the last %(period)s:
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/
FormBrowserEx.h 30 // Return value of SAVE_REMINDER() that describes whether the changed data is saved or discarded.
130 Create reminder to let user to choose save or discard the changed browser data.
131 Caller can use it to actively check the changed browser data.
133 @retval BROWSER_NO_CHANGES No browser data is changed.
134 @retval BROWSER_SAVE_CHANGES The changed browser data is saved.
135 @retval BROWSER_DISCARD_CHANGES The changed browser data is discard.
  /external/autotest/site_utils/
server_manager_actions.py 41 # is added to the server, or the server's status is changed to primary.
54 # status is changed to primary.
62 # status is changed to primary.
108 @param roles: A list of roles changed.
116 is changed from primary to other status. Default to
124 # before a server is changed to primary status. If that assumption is
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
DSA.java 30 // BEGIN Android-changed: Change primary ID from DSA to SHA1withDSA
34 // END Android-changed: Change primary ID from DSA to SHA1withDSA
75 // BEGIN Android-changed: Change primary ID from DSA to SHA1withDSA
85 // END Android-changed: Change primary ID from DSA to SHA1withDSA
95 // BEGIN Android-changed: Change primary ID from DSA to SHA1withDSA
97 // END Android-changed: Change primary ID from DSA to SHA1withDSA
  /external/llvm/lib/Target/AArch64/
AArch64RedundantCopyElimination.cpp 116 bool Changed = false;
136 Changed = true;
149 if (!Changed)
174 bool Changed = false;
176 Changed |= optimizeCopy(&MBB);
177 return Changed;
  /external/llvm/lib/Target/PowerPC/
PPCTLSDynamicCall.cpp 54 bool Changed = false;
133 Changed = true;
136 return Changed;
144 bool Changed = false;
149 Changed = true;
152 return Changed;
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCAPElim.cpp 92 bool Changed = false;
105 Changed = true;
124 return Changed;
151 bool Changed = false;
172 Changed |= OptimizeBB(&F->front());
175 return Changed;
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 41 bool Changed = false;
62 Changed = true;
71 Changed |= res;
81 return Changed;
133 bool Changed = runImpl(F, DT, &TLI, &AC);
134 if (!Changed)
  /external/owasp/sanitizer/
CHANGE_LOG.html 27 implicitly allowing the <code>a</code> element. Changed this to be
36 per HTML5 rules and changed the tag balancer to do better error
38 <li value="114">Changed rendering to ensure that the output HTML is
42 <li value="104">Changed lexer to treat <code>&lt;?&hellip;&gt;</code>
51 changed NOSCRIPT and friends so they are treated consistently
64 <li value="42">Changed <code>HtmlSanitizer.sanitize</code> to allow

Completed in 1006 milliseconds

<<31323334353637383940>>