HomeSort by relevance Sort by last modified time
    Searched refs:EXCLUSIVE (Results 1 - 19 of 19) sorted by null

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
NavigableMapTestSuiteBuilder.java 66 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND));
67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE));
68 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
92 } else if (from == Bound.EXCLUSIVE && to == Bound.NO_BOUND) {
94 } else if (from == Bound.EXCLUSIVE && to == Bound.EXCLUSIVE) {
96 } else if (from == Bound.EXCLUSIVE && to == Bound.INCLUSIVE) {
NavigableSetTestSuiteBuilder.java 58 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.NO_BOUND));
59 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.EXCLUSIVE));
60 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.EXCLUSIVE, Bound.INCLUSIVE));
81 } else if (from == Bound.EXCLUSIVE && to == Bound.NO_BOUND) {
83 } else if (from == Bound.EXCLUSIVE && to == Bound.EXCLUSIVE) {
85 } else if (from == Bound.EXCLUSIVE && to == Bound.INCLUSIVE) {
SortedSetTestSuiteBuilder.java 66 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE));
68 derivedSuites.add(createSubsetSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE));
SortedMapTestSuiteBuilder.java 67 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.NO_BOUND, Bound.EXCLUSIVE));
69 derivedSuites.add(createSubmapSuite(parentBuilder, Bound.INCLUSIVE, Bound.EXCLUSIVE));
DerivedCollectionGenerators.java 336 EXCLUSIVE,
430 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) {
434 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
526 if (from == Bound.NO_BOUND && to == Bound.EXCLUSIVE) {
530 } else if (from == Bound.INCLUSIVE && to == Bound.EXCLUSIVE) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 110 INCLUSIVE, EXCLUSIVE, NO_BOUND;
127 Bound.EXCLUSIVE));
130 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
132 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
133 Bound.EXCLUSIVE));
134 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
139 Bound.EXCLUSIVE));
210 } else if (from == Bound.EXCLUSIVE) {
216 } else if (to == Bound.EXCLUSIVE) {
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuItem.java 55 private static final int EXCLUSIVE = 0x00000004;
143 public ActionMenuItem setExclusiveCheckable(boolean exclusive) {
144 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
MenuItemImpl.java 75 private static final int EXCLUSIVE = 0x00000004;
429 public void setExclusiveCheckable(boolean exclusive) {
430 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
434 return (mFlags & EXCLUSIVE) != 0;
442 if ((mFlags & EXCLUSIVE) != 0) {
444 // exclusive checkable group
554 // Mutually exclusive options selected!
556 + " and SHOW_AS_ACTION_NEVER are mutually exclusive.")
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
ActionMenuItem.java 63 private static final int EXCLUSIVE = 0x00000004;
151 public ActionMenuItem setExclusiveCheckable(boolean exclusive) {
152 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
MenuItemImpl.java 83 private static final int EXCLUSIVE = 0x00000004;
470 public void setExclusiveCheckable(boolean exclusive) {
471 mFlags = (mFlags & ~EXCLUSIVE) | (exclusive ? EXCLUSIVE : 0);
475 return (mFlags & EXCLUSIVE) != 0;
485 if ((mFlags & EXCLUSIVE) != 0) {
487 // exclusive checkable group
601 // Mutually exclusive options selected!
603 + " and SHOW_AS_ACTION_NEVER are mutually exclusive.")
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/cuda/
scan.hpp 59 enum ScanKind { EXCLUSIVE = 0, INCLUSIVE = 1 };
225 //Save top elements of each warp for exclusive warp scan
240 //calculate exclusive scan and write back to shared memory
244 //return updated warp scans with exclusive scan results
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 39 * <p>This class supports either or both a default <em>exclusive</em>
40 * mode and a <em>shared</em> mode. When acquired in exclusive mode,
49 * {@link ReadWriteLock}. Subclasses that support only exclusive or
54 * supporting exclusive mode for which method {@link
101 * owning an exclusive synchronizer. You are encouraged to use them
107 * of exclusive synchronization takes the form:
144 * spins when exclusive synchronization is only briefly held, without
231 * fire. Because a latch is non-exclusive, it uses the {@code shared}
355 /** Marker to indicate a node is waiting in exclusive mode */
356 static final Node EXCLUSIVE = null
    [all...]
AbstractQueuedLongSynchronizer.java 137 * @param mode Node.EXCLUSIVE for exclusive, Node.SHARED for shared
204 * propagation. (Note: For exclusive mode, release just amounts
378 * Various flavors of acquire, varying in exclusive/shared and
387 * Acquires in exclusive uninterruptible mode for thread already in
415 * Acquires in exclusive interruptible mode.
420 final Node node = addWaiter(Node.EXCLUSIVE);
440 * Acquires in exclusive timed mode.
451 final Node node = addWaiter(Node.EXCLUSIVE);
579 * Attempts to acquire in exclusive mode. This method should quer
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scardssp.h 217 EXCLUSIVE = 1,SHARED = 2
    [all...]
  /external/robolectric/v1/lib/main/
sqlite-jdbc-3.7.2.jar 
h2-1.2.147.jar 
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 590 milliseconds