HomeSort by relevance Sort by last modified time
    Searched refs:changed (Results 51 - 75 of 1695) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ComboAlbumSet.java 78 boolean changed = false;
81 if (version > mDataVersion) changed = true;
83 if (changed) mDataVersion = nextVersionNumber();
ComboAlbum.java 85 boolean changed = false;
88 if (version > mDataVersion) changed = true;
90 if (changed) mDataVersion = nextVersionNumber();
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 163 // Union this element with RHS and return true if this one changed.
165 bool changed = false;
167 BitWord old = changed ? 0 : Bits[i];
170 if (!changed && old != Bits[i])
171 changed = true;
173 return changed;
185 // Intersect this Element with RHS and return true if this one changed.
189 bool changed = false;
194 BitWord old = changed ? 0 : Bits[i];
200 if (!changed && old != Bits[i]
    [all...]
  /external/libcxx/utils/sym_check/sym_check/
diff.py 32 changed = []
39 changed += [(old_sym, new_sym)]
40 return changed
46 changed = changed_symbols(old, new)
47 return added, removed, changed
73 report += ('SYMBOL CHANGED: %s%s%s\n\n' %
86 report += ' Changed: %d\n' % len(changed_syms)
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
EnabledNfcFServices.java 68 boolean changed = false;
81 changed = true;
84 changed = true;
87 // Notify if anything changed
88 if (changed) {
96 boolean changed = false;
102 changed = true;
105 if (changed) {
PreferredServices.java 51 * (if it changed) through a callback, which allows other components
157 // Notify if anything changed
168 boolean changed = false;
178 changed = true;
181 changed = true;
184 // Notify if anything changed
185 if (changed) {
202 boolean changed = false;
212 changed = true;
218 if (changed) {
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
Mapper.java 70 final boolean changed = putDocuments(
78 return changed;
110 final boolean changed = putDocuments(
119 return changed;
235 * @return Whether the database content is changed.
246 boolean changed = false;
266 changed = true;
270 if (!changed) {
287 if (!changed) {
292 changed = true
    [all...]
  /external/proguard/src/proguard/evaluation/
Variables.java 120 boolean changed = false;
138 changed = changed || !thisValue.equals(newValue);
144 changed = changed || thisValue != null;
155 return changed;
  /frameworks/base/services/core/java/com/android/server/job/controllers/
AppIdleController.java 82 Slog.d(LOG_TAG, "App Idle state changed, setting idle state of "
155 // Flag if any app's idle state has changed
156 boolean changed = false;
165 changed = true;
168 if (changed) {
177 boolean changed = false;
185 changed = true;
188 if (changed) {
  /external/javassist/src/main/javassist/bytecode/stackmap/
Liveness.java 134 boolean changed = false;
139 changed = true;
142 if (changed) {
143 changed = false;
153 changed = true;
158 tb.status = changed ? CHANGED_NOW : DONE;
172 boolean changed = false;
182 changed = true;
189 return changed;
194 boolean changed = false
    [all...]
  /external/selinux/policycoreutils/restorecond/
utmpwatcher.c 50 int changed = 0; local
75 changed = strings_list_diff(prev_utmp_ptr, utmp_ptr);
79 return changed;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 116 boolean changed = false;
122 changed = true;
125 return changed;
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java 38 * Called when the preview size has changed.
103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
104 super.onLayout(changed, left, top, right, bottom);
105 if (changed && mPreviewSizeListener != null) {
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 278 boolean changed;
282 changed = true;
284 changed = old.merge(frame);
287 if (changed) {
311 boolean changed = false;
315 changed = true;
324 changed = true;
332 changed = true;
339 changed = true;
342 if (changed && old.isRetMerged()
    [all...]
MultiType.java 53 private boolean changed = false; field in class:MultiType
98 * Returns true if the internal state has changed.
101 boolean changed = this.changed;
102 this.changed = false;
103 return changed;
233 changed = true;
257 changed = true;
258 } else if (changed == false){
262 changed = true
    [all...]
  /frameworks/base/core/java/android/print/
PrintDocumentAdapter.java 36 * inform you that the print attributes (page size, density, etc) changed
132 * Called when the print attributes (page size, density, etc) changed
139 * whether the layout changed the content or not, respectively; or {@link
310 * Notifies that the layout finished and whether the content changed.
313 * @param changed Whether the layout changed.
317 public void onLayoutFinished(PrintDocumentInfo info, boolean changed) {
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
uld2-eb.d 7 # XXX: note: when 'move' is changed to use 'or' rather than daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
uld2-el.d 7 # XXX: note: when 'move' is changed to use 'or' rather than daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
ulw2-eb-ilocks.d 7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
ulw2-eb.d 7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
ulw2-el-ilocks.d 7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
ulw2-el.d 7 # XXX: note: when 'move' is changed to use 'or' rather than addu/daddu, the
9 # XXX: should be changed to be 'or' instructions and this comment should be
  /frameworks/base/core/java/android/widget/
ScrollBarDrawable.java 170 boolean changed = super.onStateChange(state);
172 changed |= mVerticalTrack.setState(state);
175 changed |= mVerticalThumb.setState(state);
178 changed |= mHorizontalTrack.setState(state);
181 changed |= mHorizontalThumb.setState(state);
183 return changed;
203 final boolean changed = mRangeChanged || mBoundsChanged;
207 if (changed) {
217 if (changed) {
  /external/opencv3/3rdparty/openexr/Imath/
ImathMatrixAlgo.cpp 334 bool changed = false; local
364 changed = true;
385 changed = true;
391 if (!changed)
475 bool changed = false; local
505 changed = true;
526 changed = true;
532 if (!changed)
706 bool changed = twoSidedJacobiRotation<T, 0, 1, 2> (A, U, V, tol); local
707 changed = twoSidedJacobiRotation<T, 0, 2, 1> (A, U, V, tol) || changed
804 bool changed = twoSidedJacobiRotation (A, 0, 1, U, V, tol); local
    [all...]
  /external/bison/lib/
abitset.c 444 bool changed = false; local
456 changed = true;
460 return changed;
482 bool changed = false; local
494 changed = true;
498 return changed;
520 bool changed = false; local
532 changed = true;
536 return changed;
558 bool changed = false local
597 bool changed = false; local
637 bool changed = false; local
677 bool changed = false; local
    [all...]

Completed in 1847 milliseconds

1 23 4 5 6 7 8 91011>>