Searched refs:changed (Results 1 - 22 of 22) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DObservable.java63 private boolean changed = false; field in class:Observable
99 * If this object has changed, as indicated by the
102 * indicate that this object has no longer changed.
119 * If this object has changed, as indicated by the
122 * that this object has no longer changed.
172 * Marks this <tt>Observable</tt> object as having been changed; the
176 changed = true;
180 * Indicates that this object has no longer changed, or that it has
190 changed = false;
194 * Tests if this object has changed
[all...]
H A DRegularEnumSet.java155 * @return <tt>true</tt> if the set changed as a result of the call
211 * @return <tt>true</tt> if this set changed as a result of the call
238 * @return <tt>true</tt> if this set changed as a result of the call
259 * @return <tt>true</tt> if this set changed as a result of the call
268 boolean changed = (elements != 0);
270 return changed;
H A DJumboEnumSet.java193 * @return <tt>true</tt> if the set changed as a result of the call
263 * @return <tt>true</tt> if this set changed as a result of the call
290 * @return <tt>true</tt> if this set changed as a result of the call
311 * @return <tt>true</tt> if this set changed as a result of the call
320 boolean changed = (size != 0);
322 return changed;
359 * Recalculates the size of the set. Returns true if it's changed.
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldPreferenceChangeEventTest.java129 private int changed = 0; field in class:OldPreferenceChangeEventTest.MockPreferenceChangeListener
141 changed++;
169 return changed;
173 changed = 0;
H A DOldPreferencesTest.java930 private int changed = 0; field in class:OldPreferencesTest.MockPreferenceChangeListener
948 ++changed;
954 return changed;
959 changed = 0;
/libcore/jsr166-tests/src/test/java/jsr166/
H A DConcurrentLinkedQueueTest.java355 boolean changed = q.retainAll(p);
357 assertFalse(changed);
359 assertTrue(changed);
368 * removeAll(c) removes only those elements of c and reports true if changed
H A DPriorityQueueTest.java383 * retainAll(c) retains only those elements of c and reports true if changed
389 boolean changed = q.retainAll(p);
391 assertFalse(changed);
393 assertTrue(changed);
402 * removeAll(c) removes only those elements of c and reports true if changed
H A DLinkedListTest.java303 * retainAll(c) retains only those elements of c and reports true if changed
309 boolean changed = q.retainAll(p);
311 assertFalse(changed);
313 assertTrue(changed);
322 * removeAll(c) removes only those elements of c and reports true if changed
H A DPriorityBlockingQueueTest.java507 * retainAll(c) retains only those elements of c and reports true if changed
513 boolean changed = q.retainAll(p);
515 assertFalse(changed);
517 assertTrue(changed);
526 * removeAll(c) removes only those elements of c and reports true if changed
H A DConcurrentSkipListSubSetTest.java305 * retainAll(c) retains only those elements of c and reports true if changed
311 boolean changed = q.retainAll(p);
313 assertFalse(changed);
315 assertTrue(changed);
324 * removeAll(c) removes only those elements of c and reports true if changed
795 * retainAll(c) retains only those elements of c and reports true if changed
801 boolean changed = q.retainAll(p);
803 assertFalse(changed);
805 assertTrue(changed);
814 * removeAll(c) removes only those elements of c and reports true if changed
[all...]
H A DTreeSubSetTest.java302 * retainAll(c) retains only those elements of c and reports true if changed
308 boolean changed = q.retainAll(p);
310 assertFalse(changed);
312 assertTrue(changed);
321 * removeAll(c) removes only those elements of c and reports true if changed
781 * retainAll(c) retains only those elements of c and reports true if changed
787 boolean changed = q.retainAll(p);
789 assertFalse(changed);
791 assertTrue(changed);
800 * removeAll(c) removes only those elements of c and reports true if changed
[all...]
H A DArrayBlockingQueueTest.java567 * retainAll(c) retains only those elements of c and reports true if changed
573 boolean changed = q.retainAll(p);
575 assertFalse(changed);
577 assertTrue(changed);
586 * removeAll(c) removes only those elements of c and reports true if changed
H A DConcurrentLinkedDequeTest.java624 boolean changed = q.retainAll(p);
626 assertFalse(changed);
628 assertTrue(changed);
637 * removeAll(c) removes only those elements of c and reports true if changed
H A DConcurrentSkipListSetTest.java347 * retainAll(c) retains only those elements of c and reports true if changed
353 boolean changed = q.retainAll(p);
355 assertFalse(changed);
357 assertTrue(changed);
366 * removeAll(c) removes only those elements of c and reports true if changed
H A DDelayQueueTest.java30 // android-changed: Extend BlockingQueueTest directly instead of creating
551 * retainAll(c) retains only those elements of c and reports true if changed
557 boolean changed = q.retainAll(p);
559 assertFalse(changed);
561 assertTrue(changed);
570 * removeAll(c) removes only those elements of c and reports true if changed
H A DLinkedBlockingQueueTest.java569 * retainAll(c) retains only those elements of c and reports true if changed
575 boolean changed = q.retainAll(p);
577 assertFalse(changed);
579 assertTrue(changed);
588 * removeAll(c) removes only those elements of c and reports true if changed
H A DLinkedTransferQueueTest.java439 * if changed
445 boolean changed = q.retainAll(p);
447 assertFalse(changed);
449 assertTrue(changed);
459 * if changed
H A DTreeSetTest.java351 * retainAll(c) retains only those elements of c and reports true if changed
357 boolean changed = q.retainAll(p);
359 assertFalse(changed);
361 assertTrue(changed);
370 * removeAll(c) removes only those elements of c and reports true if changed
H A DArrayDequeTest.java603 * retainAll(c) retains only those elements of c and reports true if changed
609 boolean changed = q.retainAll(p);
610 assertEquals(changed, (i > 0));
618 * removeAll(c) removes only those elements of c and reports true if changed
H A DLinkedBlockingDequeTest.java1459 * retainAll(c) retains only those elements of c and reports true if changed
1465 boolean changed = q.retainAll(p);
1467 assertFalse(changed);
1469 assertTrue(changed);
1478 * removeAll(c) removes only those elements of c and reports true if changed
/libcore/
H A DNativeCode.mk123 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
146 # Ignore "note: the mangling of 'va_list' has changed in GCC 4.4"
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/
H A DAbstractPreferencesTest.java1630 private int changed = 0; field in class:AbstractPreferencesTest.MockPreferenceChangeListener
1633 changed++;
1637 int result = changed;
1638 changed = 0;

Completed in 242 milliseconds