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

  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 546 private static final int RESIZE_STAMP_BITS = 16;
550 * Must fit in 32 - RESIZE_STAMP_BITS bits.
552 private static final int MAX_RESIZERS = (1 << (32 - RESIZE_STAMP_BITS)) - 1;
557 private static final int RESIZE_STAMP_SHIFT = 32 - RESIZE_STAMP_BITS;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/external/com-intellij/uast/145.597.3/
uast-145.597.3.jar 

Completed in 147 milliseconds