| /external/v8/src/compiler/ |
| js-intrinsic-lowering.cc | 139 return Changed(node); 242 return Changed(node); 267 return Changed(store); 278 return Changed(node); 284 return Changed(node); 290 return Changed(node); 296 return Changed(node); 302 return Changed(node); 312 return Changed(node); 392 return Changed(node) [all...] |
| machine-operator-reducer.cc | 65 return reduction.Changed() ? reduction.replacement() : node; 89 return reduction.Changed() ? reduction.replacement() : node; 96 return reduction.Changed() ? reduction.replacement() : node; 186 return Changed(node); 201 return Changed(node); 226 return Changed(node); 232 return reduction.Changed() ? reduction : Changed(node); 241 return Changed(node); 247 return Changed(node) [all...] |
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| StyledCornersBitmapDrawable.java | 111 final boolean changed = mBorderPaint.getStrokeWidth() != borderWidth; 115 if (changed) { 124 final boolean changed = mBorderPaint.getColor() != color; 127 if (changed) { 159 boolean changed = mFlapPaint.getColor() != flapColor; 162 if (changed) { 180 boolean changed = mScrimColor != color; 183 if (changed) { 194 boolean changed = mIsCompatibilityMode != isCompatibilityMode; 197 if (changed) { [all...] |
| /libcore/ojluni/src/main/java/java/lang/reflect/ |
| Constructor.java | 57 // Android-changed: Extensive modifications made throughout the class for ART. 58 // Android-changed: Many fields and methods removed / modified. 86 // Android-changed: hasGenericInformation() implemented using Executable. 94 // Android-changed: getDeclaringClass() implemented using Executable. 114 // Android-changed: getModifiers() implemented using Executable. 126 // Android-changed: getTypeParameters() partly implemented using Executable. 137 // Android-changed: getParameterTypes() partly implemented using Executable. 151 // Android-changed: getParameterCount() implemented using Executable. 171 // Android-changed: getExceptionTypes() implemented in native code. 197 // Android-changed: Use getParameterTypes() instead of deleted parameterTypes fiel [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/ |
| DigestSignatureSpi.java | 36 // Android-changed: Use Android digests 256 // Android-changed: Use Android digests 267 // Android-changed: Use Android digests 278 // Android-changed: Use Android digests 289 // Android-changed: Use Android digests 300 // Android-changed: Use Android digests 387 // Android-changed: Use Android digests
|
| /external/libxkbcommon/xkbcommon/doc/ |
| quick-guide.md | 175 enum xkb_state_component changed; 178 changed = xkb_state_update_key(state, keycode, XKB_KEY_DOWN); 180 changed = xkb_state_update_key(state, keycode, XKB_KEY_UP); 183 The `changed` return value tells us exactly which parts of the state 184 have changed. 196 information usually comes in a form of some "state changed" event): 199 changed = xkb_state_update_mask(state,
|
| /external/llvm/lib/CodeGen/ |
| OptimizePHIs.cpp | 76 bool Changed = false; 78 Changed |= OptimizeBB(*I); 80 return Changed; 158 bool Changed = false; 177 Changed = true; 192 Changed = true; 195 return Changed;
|
| /external/python/cpython3/Tools/scripts/ |
| patchcheck.py | 49 @status("Getting the list of files that have been added/changed", 52 """Get the list of changed or added files from Mercurial or git.""" 136 """Report if any file in the Doc directory has been changed.""" 142 """Check if Misc/ACKS has been changed.""" 148 """Check if Misc/NEWS has been changed.""" 183 # Misc/ACKS changed. 185 # Misc/NEWS changed.
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| OptimizePHIs.cpp | 72 bool Changed = false; 74 Changed |= OptimizeBB(*I); 76 return Changed; 156 bool Changed = false; 171 Changed = true; 186 Changed = true; 189 return Changed;
|
| DwarfEHPrepare.cpp | 184 bool Changed = false; 194 Changed = true; 197 return Changed; 208 bool Changed = false; 222 Changed |= FindSelectorAndURoR(CI, URoRInvoke, SelCalls, SeenPHIs); 226 Changed |= FindSelectorAndURoR(PN, URoRInvoke, SelCalls, SeenPHIs); 230 return Changed; 278 bool Changed = false; 299 Changed |= FindSelectorAndURoR(EHPtr, URoRInvoke, SelCalls, SeenPHIs); 316 Changed = true [all...] |
| /external/vboot_reference/tests/ |
| vboot_nvstorage_test.c | 64 TEST_EQ(c.raw_changed, 1, "VbNvTeardown() changed"); 78 TEST_EQ(c.raw_changed, 1, "VbNvTeardown() changed again"); 88 TEST_EQ(c.raw_changed, 1, "VbNvTeardown() changed again"); 110 /* That should have changed the CRC */ 111 TEST_NEQ(c.raw[15], goodcrc, "VbNvTeardown() CRC changed due to flags clear"); 166 TEST_EQ(c.regenerate_crc, 0, "No regen CRC if data not changed"); 168 TEST_EQ(c.raw_changed, 0, "No raw change if data not changed");
|
| /frameworks/base/docs/html/sdk/support_api_diff/25.0.0/changes/ |
| android.support.v4.app.ActivityCompat.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 78 <a NAME="Changed"></a> 79 <TABLE summary="Changed Constructors" WIDTH="100%"> 81 <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD> 97 <a NAME="Changed"></a> 98 <TABLE summary="Changed Methods" WIDTH="100%"> 100 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
|
| /frameworks/base/test-runner/src/junit/runner/ |
| BaseTestRunner.java | 65 // android-changed remove 'static' qualifier for API compatibility 204 // BEGIN android-changed - add back getLoader() for API compatibility 214 // END android-changed 281 // BEGIN android-changed - add back this method for API compatibility 287 // END android-changed 299 // BEGIN android-changed 302 // END android-changed
|
| /frameworks/opt/telephony/proto/src/ |
| telephony.proto | 60 // from the system time, this won't be affected by time changed by the network or users. 606 // Telephony related user settings changed 609 // Phone state changed 615 // IMS Voice, Video and Ut capabilities changed 813 // Preferred technology has changed, should retry with parameters 940 // List of data calls when changed 1006 // Telephony related user settings changed 1009 // Phone state changed 1015 // IMS Voice, Video and Ut capabilities changed 1032 // progress state has changed [all...] |
| /packages/inputmethods/OpenWnn/ |
| ChangeLog.txt | 12 - Display style of the candidates view is changed. 15 - Layout of soft keyboard is changed. 16 - Layout of symbol list is changed. 17 - Layout of emoticon list is changed. 62 - Layout of software keyboards are changed. 63 - Display style of the candidates view is changed. 78 * User dictionary manager's user interface is changed.
|
| /external/guava/guava/src/com/google/common/collect/ |
| StandardTable.java | 424 boolean changed = false; 434 changed = true; 440 return changed; 595 boolean changed = false; 600 changed = true; 606 return changed; 611 boolean changed = false; 618 changed = true; 624 return changed; 629 boolean changed = false [all...] |
| /external/webrtc/talk/media/base/ |
| videoadapter.cc | 190 LOG(LS_INFO) << "VAdapt input interval changed from " 232 LOG(LS_INFO) << "VAdapt output interval changed from " 320 bool changed = false; local 325 changed = true; 341 << " Changed: " << (changed ? "true" : "false"); 428 bool changed = AdaptToMinimumFormat(&new_width, &new_height); local 432 << " Changed: " << (changed ? "true" : "false") 498 bool changed = AdaptToMinimumFormat(&new_width, &new_height) local 559 bool changed = AdaptToMinimumFormat(&new_width, &new_height); local 684 bool changed = new_num_pixels != old_num_pixels; local [all...] |
| /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
| WifiControllerTest.java | 293 // test ecm changed 311 // test ecm changed 331 // test ecm changed 337 // test ecm changed 345 * When Ecm mode is enabled, we should shut down wifi when we get an emergency mode changed 359 // test ecm changed 368 * changed update 381 // test ecm changed 403 // test ecm changed 409 // test ecm changed [all...] |
| /external/libmojo/build/android/gyp/util/ |
| md5_check.py | 14 # When set and a difference is detected, a diff of what changed is printed. 28 - the contents of any file within input_paths has changed, or 29 - the contents of input_strings has changed. 94 """Provides and API for querying what changed between runs.""" 163 """Generator for paths whose contents have changed.""" 171 """Generator for paths within a zip file whose contents have changed.""" 179 """Generator for all changed paths (added/removed/modified).""" 191 """Returns a human-readable description of what changed.""" 202 changed = [s for s in ndiff if not s.startswith(' ')] 203 return 'Input strings changed:\n ' + '\n '.join(changed [all...] |
| /external/proguard/src/proguard/classfile/editor/ |
| ClassReferenceFixer.java | 35 * methods, and attributes to classes whose names have changed. Descriptors 97 // Has the descriptor changed? 128 // Has the descriptor changed? 159 // Has the descriptor changed? 171 // Has the descriptor changed? 223 // Has the descriptor changed? 245 // Has the class name changed? 260 // Has the descriptor changed? 309 // Has the signature changed? 369 // Has the descriptor changed [all...] |
| /frameworks/base/core/java/android/app/ |
| WindowConfiguration.java | 127 /** Bit that indicates that the {@link #mBounds} changed. 130 /** Bit that indicates that the {@link #mAppBounds} changed. 133 /** Bit that indicates that the {@link #mWindowingMode} changed. 136 /** Bit that indicates that the {@link #mActivityType} changed. 302 * track of which ones have changed. Any undefined fields in {@code delta} 305 * @return a bit mask of the changed fields, as per {@link #diff} 309 int changed = 0; local 312 changed |= WINDOW_CONFIG_BOUNDS; 316 changed |= WINDOW_CONFIG_APP_BOUNDS; 321 changed |= WINDOW_CONFIG_WINDOWING_MODE [all...] |
| /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/changes/ |
| android.support.v17.leanback.app.PlaybackControlGlue.html | 7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared."> 76 <p><font xsize="+1">The superclass changed from <code>java.lang.Object</code> to <code>android.support.v17.leanback.app.PlaybackGlue</code>.<br></font> 94 <a NAME="Changed"></a> 95 <TABLE summary="Changed Constructors" WIDTH="100%"> 97 <TH VALIGN="TOP" COLSPAN=3>Changed Constructors</FONT></TD> 123 <a NAME="Changed"></a> 124 <TABLE summary="Changed Methods" WIDTH="100%"> 126 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD> 164 Changed from abstract to non-abstract. <b>Now deprecated</b>.<br> 174 Changed from abstract to non-abstract. <b>Now deprecated</b>.<br [all...] |
| /frameworks/base/services/core/java/com/android/server/am/ |
| VrController.java | 114 // FLAG_PERSISTENT_VR_MODE setting changed. 146 * Called when ActivityManagerService's TOP_APP process has changed. 167 * @return {@code true} if the VR state changed. 182 boolean changed = false; 190 changed = changeVrModeLocked(vrMode, record.app); 197 // Tell VrManager that a VR mode changed is requested, VrManager will handle 200 return changed; 278 * changed. 285 * @return {@code true} if our state changed. 291 // changed [all...] |
| /frameworks/support/media/src/main/java/androidx/media/ |
| MediaPlaylistAgent.java | 38 * notify methods to signal MediaSession2 that playlist-related state has changed. 153 * changed. 176 * Notifies the current playlist metadata. Call this API when the playlist metadata is changed. 197 * Notifies the current shuffle mode. Call this API when the shuffle mode is changed. 218 * Notifies the current repeat mode. Call this API when the repeat mode is changed. 248 * When the playlist is changed, call {@link #notifyPlaylistChanged()} to notify changes to the 268 * When the playlist metadata is changed, call {@link #notifyPlaylistMetadataChanged()} to 342 * When the repeat mode is changed, call {@link #notifyRepeatModeChanged()} to notify changes 367 * When the shuffle mode is changed, call {@link #notifyShuffleModeChanged()} to notify changes 426 * Called when a playlist is changed [all...] |
| /libcore/ojluni/src/main/java/java/lang/invoke/ |
| CallSite.java | 28 // Android-changed: Not using Empty 88 // Android-changed: not used. 107 // Android-changed: No cache for these so create uninitializedCallSite target here using 118 // Android-changed: Using initializer method for GET_TARGET 133 // Android-changed: Using initializer method for GET_TARGET 156 // Android-changed: Using initializer method for GET_TARGET 237 // Android-changed: Use bindTo() rather than bindArgumentL() (not implemented). 243 // Android-changed: no longer final. GET_TARGET assigned in initializeGetTarget(). 247 // Android-changed: moved from static initializer for 263 // Android-changed: not used [all...] |