| /packages/apps/Camera2/src/com/android/camera/settings/ |
| AppUpgrader.java | 54 * With this version, the camera size setting changed from a "small", 62 * module specific settings changed. 64 * NOTE: changed this from 4 to 6 to re-run on latest Glacier upgrade. 78 * With this version internal storage is changed to use only Strings, and 143 // We changed size handling and aspect ratio placement, put user
|
| /packages/apps/Car/Radio/src/com/android/car/radio/ |
| RadioController.java | 118 * Interface for a class that will be notified when the current radio station has been changed. 122 * Called when the current radio station has changed in the radio. 379 * Checks if the color of the radio background should be changed, and if so, animates that 480 // Check if the current channel's preset status has changed. 517 // Notify that the current radio station has changed.
|
| /packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
| DvrPlayer.java | 68 * Called when the playback position is changed. The normal updating frequency is around 1 73 /** Called when the playback state or the playback speed is changed. */ 81 * Called when the Video's aspect ratio is changed. 90 /** Called when the Video's aspect ratio is changed. */ 95 /** Called when the Video's subtitle or audio tracks are changed. */
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
| PreCompilerDeltaVisitor.java | 65 * Compile flag. This is set to true if one of the changed/added/removed 113 * Get whether Manifest.java, Manifest.xml, or R.java have changed 298 } else if (kind == IResourceDelta.CHANGED) { 333 case IResourceDelta.CHANGED: 358 // Whether or not to generate R.java for a changed resource is taken care of by the
|
| /system/chre/core/ |
| sensor_request_manager.cc | 352 // must not have changed. The request changed state is forced to false. 379 // so the request has not changed. 406 // must not have changed. The request changed state is forced to false.
|
| /toolchain/binutils/binutils-2.27/bfd/ |
| elf32-epiphany.c | 193 static bfd_boolean changed = FALSE; local 272 if ((pass == 1) || (new_pass && !changed)) 282 changed = TRUE; /* Pre-initialize to break out of pass 1. */ 303 changed = FALSE; 313 if (!epiphany_elf_relax_section_page (abfd, sec, &changed, &misc,
|
| /cts/tests/tests/media/src/android/media/cts/ |
| ExtractDecodeEditEncodeMuxTest.java | [all...] |
| /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
| CheckAPI.java | 648 ArrayList changed = new ArrayList(); local 660 changed.add(new DeltaInfo(a, r)); 709 bw.write("Changed in " + srcName); 713 if (changed.size() > 0) { 714 writeResults(changed, bw, false, true, true); 716 bw.write("<p>(no API changed)</p>"); 756 bw.write("=== Changed in " + srcName + " ==="); 758 if (changed.size() > 0) { 759 writeResults(changed, bw, false, false, true); 761 bw.write("(no API changed)"); [all...] |
| /external/libcups/cups/ |
| ppd-conflicts.c | 145 * changed and 0 is returned. 151 * or the option the user most recently changed, @code cupsResolveConflicts@ 195 int changed; /* Did we change anything? */ local 238 for (consts = (_ppd_cups_uiconsts_t *)cupsArrayFirst(active), changed = 0; 284 for (resval = resolver->value; *resval && !changed;) 349 changed = 1; 377 i > 0 && !changed; 450 changed = 1; 481 changed = 1; 492 if (!changed) [all...] |
| /external/llvm/lib/CodeGen/ |
| TailDuplicator.cpp | 651 bool Changed = false; 668 Changed = true; 717 return Changed; 737 bool Changed = false; 804 Changed = true; 852 Changed = true; 857 return Changed; 860 if (!Changed) 861 return Changed; [all...] |
| StackColoring.cpp | 628 bool changed = true; local 629 while (changed) { 630 changed = false; 660 // Update block LiveIn set, noting whether it has changed. 662 changed = true; 666 // Update block LiveOut set, noting whether it has changed. 668 changed = true; 672 }// while changed. [all...] |
| /external/llvm/lib/Transforms/Vectorize/ |
| LoadStoreVectorizer.cpp | 197 bool Changed = false; 202 Changed |= vectorizeChains(LoadRefs); 203 Changed |= vectorizeChains(StoreRefs); 206 return Changed; 575 bool Changed = false; 588 Changed |= vectorizeInstructions(Chunk); 592 return Changed; 623 bool Changed = false; 657 Changed |= Vectorized; 660 return Changed; [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| TailDuplication.cpp | 661 bool Changed = false; 677 Changed = true; 725 return Changed; 747 bool Changed = false; 815 Changed = true; 870 Changed = true; 875 return Changed; 878 if (!Changed) 879 return Changed; [all...] |
| /frameworks/base/core/java/android/view/ |
| ViewParent.java | 31 * Called when something has changed which has invalidated the layout of a 59 * The target View has been invalidated, or has had a drawing property changed that 63 * re-record its drawing commands, or drawing properties have changed. This is how Views 136 * @param child View whose attributes have changed. 296 * has changed. 298 * @param child The child whose drawable state has changed. 380 * @param child Child view whose state has changed 402 * descendants has changed and that the structure of the subtree is 404 * @param child The direct child whose subtree has changed. 405 * @param source The descendant view that changed. May not be {@code null} [all...] |
| /frameworks/base/docs/html/sdk/support_api_diff/25.1.0/changes/ |
| android.support.v17.leanback.app.PlaybackControlSupportGlue.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.PlaybackControlGlue</code>.<br> Removed interface <code>android.support.v17.leanback.widget.OnActionClickedListener</code>.<br></font> 81 <a NAME="Changed"></a> 82 <TABLE summary="Changed Methods" WIDTH="100%"> 84 <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD> 323 Method was locally defined, but is now inherited from <a href="../../../../reference/android/support/v17/leanback/app/PlaybackControlGlue.html#onRowChanged(android.support.v17.leanback.widget.PlaybackControlsRow)" target="_top"><code>PlaybackControlGlue</code></a>. Changed from abstract to non-abstract. <b>Now deprecated</b>.<br> 343 Method was locally defined, but is now inherited from <a href="../../../../reference/android/support/v17/leanback/app/PlaybackControlGlue.html#pausePlayback()" target="_top"><code>PlaybackControlGlue</code></a>. Changed from abstract to non-abstract. <b>Now deprecated</b>.<br> 383 Method was locally defined, but is now inherited from <a href="../../../../reference/android/support/v17/leanback/app/PlaybackControlGlue.html#skipToNext()" target="_top"><code>PlaybackControlGlue</code></a>. Changed from abstract to non-abstract. <b>Now deprecated</b>.<br> 393 Method was locally defined, but is now inherited from <a href="../../../../reference/android/support/v17/leanback/app/PlaybackControlGlue.html#skipToPrevious()" target="_top"><code>PlaybackControlGlue</code></a>. Changed from abstract to non-abstract. <b>Now deprecated</b>.<br> 403 Method was locally defined, but is now inherited from <a href="../../../../reference/android/support/v17/leanback/app/PlaybackControlGlue.html#startPlayback(int)" target="_top"><code>PlaybackControlGlue</code></a>. Changed from abstract to non-abstract. <b>Now deprecated</b>.<br [all...] |
| /frameworks/base/services/core/java/com/android/server/trust/ |
| TrustManagerService.java | 214 boolean changed; 216 changed = mUserIsTrusted.get(userId) != trusted; 220 if (changed) { 461 final boolean changed; 463 changed = isDeviceLockedInner(userId) != locked; 466 if (changed) { 485 boolean changed = false; 490 changed = true; 493 if (changed) { [all...] |
| /frameworks/base/services/core/java/com/android/server/wm/ |
| DockedStackDividerController.java | 452 Slog.e(TAG_WM, "Error delivering divider visibility changed event.", e); 479 Slog.e(TAG_WM, "Error delivering docked stack exists changed event.", e); 551 Slog.e(TAG_WM, "Error delivering minimized dock changed event.", e); 564 Slog.e(TAG_WM, "Error delivering dock side changed event.", e); 577 Slog.e(TAG_WM, "Error delivering adjusted for ime changed event.", e); [all...] |
| /frameworks/support/media/src/main/java/androidx/media/ |
| MediaController2.java | 782 * Called when the session has changed anything related with the {@link PlaybackInfo}. 791 * Called when the allowed commands are changed by session. 812 * Called when the player state is changed. 820 * Called when playback speed is changed. 859 * Called when the player's currently playing item is changed 872 * Called when a playlist is changed. 882 * Called when a playlist metadata is changed. 891 * Called when the shuffle mode is changed. 903 * Called when the repeat mode is changed. [all...] |
| /hardware/google/av/codec2/vndk/util/ |
| C2InterfaceHelper.cpp | 203 const C2Param *value, bool mayBlock, bool *changed, Factory &f, 205 C2R result = mSetter(value, mayBlock, changed, f); 336 const C2Param *value, bool mayBlock, bool *changed, Factory &f, 338 return mImpl->trySet(value, mayBlock, changed, f, failures); 636 << (it->second.second ? "always (dirty)" : "only if changed"); 665 bool changed = false; local 670 &changed, *_mFactory, failures); 691 if (changed) { 692 C2_LOG(VERBOSE) << "param " << ix << " value changed"; 693 // value changed update down-dependencies and mark them dirt [all...] |
| /libcore/ojluni/src/main/java/java/util/ |
| TimeZone.java | 159 // Android-changed: Use a preload holder to allow compile-time initialization of TimeZone and 168 // Android-changed: common timezone instances. 274 * its raw offset changed from GMT-10:30 to GMT-10:00 in 1947, and 385 // BEGIN Android-changed: implement using android.icu.text.TimeZoneNames 419 // END Android-changed: implement using android.icu.text.TimeZoneNames 558 // Android-changed: param s/ID/id; use ZoneInfoDB instead of ZoneInfo class. 618 // Android-changed: don't support "old mapping" 736 // Android-changed: s/zone/timeZone, synchronized, removed mention of SecurityException 745 // Android-changed: notify ICU4J of changed default TimeZone [all...] |
| /external/gptfdisk/ |
| NEWS | 180 - Changed default build options for Mac OS X to *NOT* use libicu, 189 - Changed code that writes the partition table so that a disk sync 241 - Changed gdisk's first-sector input operation to specify a sector number 263 - Changed GPT reading code to use the size encoded in GPT headers to 321 - Changed warning to Windows users about the dangers of converting to GPT 334 0FC63DAF-8483-4772-8E79-3D69D8477DE4 (8300 entry code). Also changed name 406 - Changed largest drive that's not given a minimum 4 KiB alignment even 596 - Changed the sequence in which GPT data structures are written to disk; 620 - Changed behavior when a backup restore fails. Previously, GPT fdisk 702 - Changed the code to create a new MBR unique disk signature whenever a ne [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
| AdtPlugin.java | 236 // if the SDK changed, we have to do some extra work [all...] |
| /external/llvm/lib/Transforms/IPO/ |
| DeadArgumentElimination.cpp | 280 bool Changed = false; 294 Changed = true; 298 return Changed; 618 /// changed in any way. Additionally, 838 // Adjust in case the function was changed to return void. [all...] |
| /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
| DeadArgumentElimination.cpp | 119 /// This set contains all values that are cannot be changed in any way. 319 bool Changed = false; 334 Changed = true; 338 return Changed; 592 /// changed in any way. Additionally, 789 // Adjust in case the function was changed to return void. 841 // Return type not changed? Just replace users then. 851 "Return type changed, but not into a void. The old return type" [all...] |
| /libcore/ojluni/src/main/java/java/security/ |
| Signature.java | 371 // Android-changed: Delegate constructor only takes algorithm. [all...] |