| /prebuilts/tools/common/google-java-format/ |
| google-java-format-diff.py | 16 This script reads input from a unified diff and reformats all the changed 38 'Reformat changed lines in diff. Without -i ' 60 # Extract changed lines for each file.
|
| /sdk/ |
| README.txt | 76 Let's say you changed something in tools/base/lint and run "make sdk" from 79 That's because the SDK has been changed to only rely on the prebuilts located 98 to submit 30 JARs just because their timestamp changed.
|
| /system/bt/device/include/ |
| interop_database.h | 120 // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed 161 // Pixel C Keyboard doesn't respond to service changed indications. 164 // Kenwood KMM-BT518HD - no audio when A2DP codec sample rate is changed
|
| /frameworks/base/core/java/android/view/accessibility/ |
| AccessibilityEvent.java | 125 * <b>View text changed</b> - represents the event of changing the text of an 143 * <b>View text selection changed</b> - represents the event of changing the text 195 * <b>Window state changed</b> - represents the event of a change to a section of 213 * <b>Window content changed</b> - represents the event of change in the 230 * <b>Windows changed</b> - represents a change in the windows shown on 231 * the screen such as a window appeared, a window disappeared, a window size changed, 232 * a window layer changed, etc. These events should only come from the system, which is responsible 253 * <b>Notification state changed</b> - represents the event showing a transient piece of information 558 * or the subtree's structure changed when a node was added or removed. 564 * The node's text changed [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| GlobalOpt.cpp | 311 bool Changed = false; 320 Changed = true; 325 Changed = true; 331 Changed |= CleanupConstantGlobalUsers(CE, SubInit); 335 Changed |= CleanupConstantGlobalUsers(CE, 0); 340 Changed = true; 353 Changed |= CleanupConstantGlobalUsers(GEP, SubInit); 357 Changed = true; 362 Changed = true; 376 return Changed; [all...] |
| /external/mesa3d/src/gallium/state_trackers/nine/ |
| device9.c | [all...] |
| /external/llvm/lib/Transforms/Scalar/ |
| EarlyCSE.cpp | 494 bool Changed = false; 529 Changed = true; 551 Changed = true; 587 Changed = true; 591 Changed = true; 593 if (Changed) { 608 Changed = true; 651 Changed = true; 686 Changed = true; 727 Changed = true [all...] |
| /external/mesa3d/src/mesa/drivers/dri/r200/ |
| r200_sanity.c | 709 int changed = (reg->current.i != data); local 733 int changed = (reg->current.f != data); local 919 int changed = 0; local [all...] |
| /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
| RemotePrintDocument.java | 94 // but the content has changed. 96 if (mUpdateSpec.pages != null && (mDocumentInfo.changed 221 // We schedule a layout if the constraints changed. 542 public boolean changed; field in class:RemotePrintDocument.RemotePrintDocumentInfo 746 mDocument.changed = false; 777 boolean changed, int sequence) { 788 // If the document description changed or the content in the 789 // document changed, the we need to invalidate the pages. 790 if (changed || !equalsIgnoreSize(mDocument.info, info)) { 791 // If the content changed we throw away all pages a [all...] |
| /prebuilts/misc/windows/sdl2/test/ |
| testautomation_video.c | 1021 /* Set some 'magic' value for later check that nothing was changed */ [all...] |
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
| BouncyCastleProvider.java | 63 // Android-changed: Remove unsupported algorithms, add our own version of PBEv2 AlgParams 76 // Android-changed: Unsupported algorithms 93 // Android-changed: Unsupported algorithms 100 // Android-changed: Unsupported algorithms 111 // Android-changed: Unsupported algorithms
|
| /external/iputils/ninfod/ |
| ninfod_name.c | 294 int changed = 0; local 299 changed = strcmp(newname.nodename, utsname.nodename); 301 if (!changed && !forced) 307 if ((changed || forced) && !IN6_IS_ADDR_UNSPECIFIED(&nigroup.ipv6mr_multiaddr)) { 330 if (changed || forced) {
|
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSStatefulObject.java | 458 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise. 466 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise. 474 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise. 481 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise. 488 * @return <code>true</code if the state was changed by this thread, <code>false</code> otherwise.
|
| /external/llvm/lib/Target/WebAssembly/ |
| WebAssemblyFixIrreducibleControlFlow.cpp | 272 bool Changed = false; 276 Changed |= VisitLoop(MF, MLI, nullptr); 283 Changed |= VisitLoop(MF, MLI, CurLoop); 287 if (LLVM_UNLIKELY(Changed)) { 295 return Changed;
|
| /external/llvm/lib/Transforms/IPO/ |
| Internalize.cpp | 154 bool Changed = false; 188 Changed = true; 221 Changed = true; 231 Changed = true; 237 return Changed;
|
| SampleProfile.cpp | 537 bool Changed = false; 544 Changed = true; 549 return Changed; 628 bool Changed = false; 655 Changed = true; 660 return Changed; 802 bool Changed = false; [all...] |
| /external/python/cpython3/Lib/test/libregrtest/ |
| save_env.py | 35 the saved items was changed by the test. The attribute 'changed' 38 If verbose is more than 1, the before and after state of changed 42 changed = False variable in class:saved_test_environment 277 self.changed = True
|
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| ShrinkWrapping.cpp | 201 bool changed = false; local 223 changed = true; 230 changed = true; 231 return changed; 239 bool changed = false; local 261 changed = true; 268 changed = true; 269 return changed; 281 bool changed = true; local 283 while (changed) { 800 bool changed = true; local [all...] |
| /external/tensorflow/tensorflow/core/kernels/ |
| queue_base.cc | 319 bool changed; local 321 changed = TryAttemptLocked(kEnqueue, &clean_up); 322 changed = TryAttemptLocked(kDequeue, &clean_up) || changed; 323 } while (changed);
|
| /external/valgrind/docs/ |
| README | 50 to check whether the website stylesheet has changed. 131 Additional the following lines need to be changed in 174 To build the man pages I also changed the Makefile.am to try this 209 edited /etc/texmf/web2c/texmf.cnf and changed 237 /etc/texmf/texmf.cnf and changed
|
| /frameworks/base/cmds/statsd/tests/ |
| statsd_test_util.h | 38 // Create AtomMatcher proto for scheduled job state changed. 47 // Create AtomMatcher proto for screen brightness state changed. 56 // Create AtomMatcher proto for process state changed. 121 // Create log event for screen state changed. 125 // Create log event for screen brightness state changed.
|
| /frameworks/base/core/java/android/widget/ |
| RadioGroup.java | 186 boolean changed = id != mCheckedId; 192 if (changed) { 347 * radio button changed in this group.</p> 351 * <p>Called when the checked radio button has changed. When the 354 * @param group the group in which the checked radio button has changed
|
| /frameworks/base/media/java/android/media/ |
| MediaPlaylistAgent.java | 35 * notify methods to signal MediaSession2 that playlist-related state has changed. 106 * Called when a playlist is changed. 116 * Called when a playlist metadata is changed. 125 * Called when the shuffle mode is changed. 137 * Called when the repeat mode is changed.
|
| /frameworks/base/services/core/java/com/android/server/media/ |
| MediaRouterService.java | [all...] |
| /frameworks/base/services/core/java/com/android/server/wm/ |
| WindowManagerInternal.java | 47 * accessibility changed. 52 * Called when the windows for accessibility changed. 85 * Notifies that the rotation changed. 92 * Notifies that the context of the user changed. For example, an application 356 * Notifies WindowManagerService that the current IME window status is being changed.
|