HomeSort by relevance Sort by last modified time
    Searched defs:REMOVED (Results 1 - 24 of 24) sorted by null

  /cts/tools/signature-tools/src/signature/compare/model/
DeltaType.java 28 * States that an element was removed from the toApi.
30 REMOVED,
  /external/icu4c/tools/gennorm2/
n2builder.cpp 99 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY };
101 UBool hasMapping() const { return mappingType>REMOVED; }
332 p->mappingType=Norm::REMOVED;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java 17 // removed link to collections framework docs
459 * @param o element to be removed from this queue, if present
723 * modifications to update iterators when elements are removed.
736 * an interior element is removed (and thus other elements may
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 780 final static int REMOVED = 1;
786 int removed = INVALID; field in class:PackageManagerTests.ReplaceReceiver
810 removed = REMOVED;
812 if (removed != REMOVED) {
819 removed = ADDED;
824 if (removed != ADDED) {
827 removed = REPLACED;
1543 int removed = INVALID; field in class:PackageManagerTests.MoveReceiver
    [all...]