/external/v8/test/mjsunit/regress/ |
regress-842.js | 29 // changed (a property is added) after which freeze and seal would fail
|
/external/v8/test/webkit/ |
toString-for-var-decl.js | 25 "This test checks for a couple of specific ways that bugs in toString() round trips have changed the meanings of functions with var declarations inside for loops."
|
/external/valgrind/gdbserver_tests/ |
mcinfcallWSRU.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
mcvabits.stderrB.exp | 2 vgdb-error value changed from 0 to 999999
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
StateListDrawable.java | 95 final boolean changed = super.onStateChange(stateSet); 104 return selectDrawable(idx) || changed;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
QSContainer.java | 120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 121 super.onLayout(changed, left, top, right, bottom); 156 // The customize state changed, so our height changed. 160 // Let the panel know the position changed and it needs to update where notifications
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardStatusBarView.java | 210 boolean changed = mBatteryCharging != charging; 212 if (changed) {
|
StatusBarHeaderView.java | 175 // width changed, update clipping 200 protected void onLayout(boolean changed, int l, int t, int r, int b) { 201 super.onLayout(changed, l, t, r, b); 311 boolean changed = expanded != mExpanded; 313 if (changed) { 571 boolean changed = show != mShowEmergencyCallsOnly; 572 if (changed) { [all...] |
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
TiledImageView.java | 169 protected void onLayout(boolean changed, int left, int top, int right, 171 super.onLayout(changed, left, top, right, bottom); 312 // if it changed while we were rendering
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccController.java | 328 boolean changed = mUiccCards[index].resetAppWithAid(resp.aid); 329 if (changed) {
|
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
ActionBarContainer.java | 281 public void onLayout(boolean changed, int l, int t, int r, int b) { 282 super.onLayout(changed, l, t, r, b);
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageViewTouchBase.java | 77 protected void onLayout(boolean changed, int left, int top, 79 super.onLayout(changed, left, top, right, bottom); 295 // rather than the current 1024x768, this should be changed down to 200%.
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
TiledImageView.java | 169 protected void onLayout(boolean changed, int left, int top, int right, 171 super.onLayout(changed, left, top, right, bottom); 312 // if it changed while we were rendering
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/ |
TiledImageView.java | 134 protected void onLayout(boolean changed, int left, int top, int right, 136 super.onLayout(changed, left, top, right, bottom); 238 // if it changed while we were rendering
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
PhotoCarousel.java | 278 public void onLayout(boolean changed, int left, int top, int right, int bottom) { 291 super.onLayout(changed, left, top, right, bottom);
|
/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...] |
/system/core/rootdir/ |
Android.mk | 81 # Regenerate init.environ.rc if PRODUCT_BOOTCLASSPATH has changed.
|
/build/core/tasks/ |
apicheck.mk | 60 # Check that the API we're building hasn't changed from the not-yet-released 106 # Check that the System API we're building hasn't changed from the not-yet-released 136 # Check that the Test API we're building hasn't changed from the not-yet-released
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | |
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckAPI.java | 646 ArrayList changed = new ArrayList(); local 658 changed.add(new DeltaInfo(a, r)); 707 bw.write("Changed in " + srcName); 711 if (changed.size() > 0) { 712 writeResults(changed, bw, false, true, true); 714 bw.write("<p>(no API changed)</p>"); 754 bw.write("=== Changed in " + srcName + " ==="); 756 if (changed.size() > 0) { 757 writeResults(changed, bw, false, false, true); 759 bw.write("(no API changed)"); [all...] |
/external/v8/src/debug/ |
liveedit.js | 119 } else if (old_node.status == FunctionStatus.CHANGED) { 160 // We haven't changed anything before this line yet. 219 // unchanged and whether positions changed at all. 507 Assert(false, "Cannot translate position in changed area"); 523 SOURCE_CHANGED: "source changed", 524 // The code of a function is changed or some nested function cannot be 526 CHANGED: "changed", 527 // Function is changed but cannot be patched. 550 // Sometimes only function body is changed (functions in old and new scrip [all...] |
/frameworks/av/media/libstagefright/foundation/ |
ColorUtils.cpp | 433 // remove changed aspects (change them to Unspecified) 434 bool changed = false; local 437 changed = true; 444 changed = true; 451 changed = true; 455 changed = true; 457 return changed; 544 // Invalid values were converted to unspecified !params!, but otherwise were not changed
|
/frameworks/base/core/java/android/widget/ |
Switch.java | [all...] |
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayPowerController.java | 58 * changed. 173 // has been changed since the last update occurred. 410 boolean changed = false; 415 changed = true; 420 changed = true; 423 changed = true; 426 if (changed) { 430 if (changed && !mPendingRequestChangedLocked) { 537 // Initialize things the first time the power state is changed. [all...] |
/frameworks/base/services/core/java/com/android/server/trust/ |
TrustManagerService.java | 207 boolean changed; 209 changed = mUserIsTrusted.get(userId) != trusted; 213 if (changed) { 377 boolean changed; 379 changed = isDeviceLockedInner(id) != deviceLocked; 382 if (changed) { [all...] |