HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 276 - 300 of 3415) sorted by null

<<11121314151617181920>>

  /packages/wallpapers/Basic/src/com/android/wallpaper/polarclock/
PolarClockWallpaper.java 386 boolean changed = false;
390 changed = true;
395 changed = true;
403 changed = true;
407 if (mVisible && changed) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 
  /external/oprofile/libpp/
arrange_profiles.cpp 367 bool changed[AXIS_MAX] = { false, }; local
375 changed[AXIS_EVENT] = true;
383 changed[AXIS_EVENT] = true;
390 changed[AXIS_TGID] = true;
393 changed[AXIS_TID] = true;
396 changed[AXIS_CPU] = true;
402 if (!changed[i])
  /external/wpa_supplicant_8/src/utils/
eloop.c 53 int changed; member in struct:eloop_sock_table
193 table->changed = 1;
222 table->changed = 1;
325 table->changed = 0;
338 if (table->changed)
390 table->changed = 0;
396 if (table->changed)
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 280 final boolean changed;
284 changed = win.hideLw(false, false);
285 if (WindowManagerService.DEBUG_VISIBILITY && changed) Slog.v(TAG,
288 changed = win.showLw(false, false);
289 if (WindowManagerService.DEBUG_VISIBILITY && changed) Slog.v(TAG,
291 if (changed) {
310 if (changed && (flags & FLAG_SHOW_WALLPAPER) != 0) {
423 "Detached wallpaper changed from " + mWindowDetachedWallpaper
469 // The token has now changed state to having all
    [all...]
  /device/generic/goldfish/sensors/
sensors_qemu.c 156 uint32_t mask, sensors, active, new_sensors, changed; local
173 changed = active ^ new_sensors;
175 if (!changed)
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 263 bool Changed = false;
273 Changed |= (SS != NewSS);
291 if (!Changed)
351 bool changed = false; local
371 changed = true;
386 return changed;
401 bool Changed = false;
418 Changed = ColorSlots(MF);
433 if (Changed) {
435 Changed |= RemoveDeadStores(I)
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 182 * be changed later by the drawable (i.e. it retains no reference to this
551 boolean changed = mVisible != visible;
552 if (changed) {
556 return changed;
    [all...]
  /development/ndk/platforms/android-3/include/linux/raid/
md_k.h 138 int changed; member in struct:mddev_s
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 146 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CImageLabel.java 128 public Point computeSize(int wHint, int hHint, boolean changed) {
  /external/jpeg/
jquant1.c 194 boolean changed; local
226 changed = FALSE;
236 changed = TRUE;
238 } while (changed);
765 /* If user changed to ordered dither from another mode,
  /external/qemu/distrib/jpeg-6b/
jquant1.c 194 boolean changed; local
226 changed = FALSE;
236 changed = TRUE;
238 } while (changed);
765 /* If user changed to ordered dither from another mode,
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
documentnormalizedocument09.js 68 // the page status is changed which allows the
114 to make sure it has not changed. Now set validate to false and verify the same.
documentnormalizedocument12.js 70 // the page status is changed which allows the
116 to make sure it has not changed. Now set validate to false and verify the same.
  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 318 Boolean changed; member in struct:eap_sm
  /frameworks/base/core/java/android/view/
ViewOverlay.java 210 protected void onLayout(boolean changed, int l, int t, int r, int b) {
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 107 protected void onLayout(boolean changed, int l, int t,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 104 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
  /frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java 660 Slog.i(TAG, "Display device changed: " + device.getDisplayDeviceInfoLocked());
738 boolean changed = false;
748 changed = true;
751 changed = true;
754 return changed;
    [all...]
  /libcore/
NativeCode.mk 105 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
132 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 672 boolean changed = false;
675 changed = true;
680 changed = true;
683 return changed;
  /packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteFragment.java 238 * It typically happens when {@link ContactsPreferences} has changed its settings
437 // If ContactsPreferences has changed, we need to reload "all" contacts with the new
498 boolean changed = false;
502 changed = true;
508 changed = true;
511 return changed;
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSettings.java 275 boolean changed = ((AccountServerBaseFragment) mCurrentFragment).haveSettingsChanged();
276 if (changed) {
478 boolean changed = ((AccountServerBaseFragment)mCurrentFragment).haveSettingsChanged();
479 if (changed) {
606 * Some of the settings have changed. Update internal state as necessary.

Completed in 1628 milliseconds

<<11121314151617181920>>