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

  /frameworks/support/collection/src/main/java/androidx/collection/
SimpleArrayMap.java 50 private static final int BASE_SIZE = 4;
162 if (size == (BASE_SIZE*2)) {
176 } else if (size == BASE_SIZE) {
198 if (hashes.length == (BASE_SIZE*2)) {
212 } else if (hashes.length == BASE_SIZE) {
428 final int n = osize >= (BASE_SIZE*2) ? (osize+(osize>>1))
429 : (osize >= BASE_SIZE ? (BASE_SIZE*2) : BASE_SIZE);
523 if (mHashes.length > (BASE_SIZE*2) && mSize < mHashes.length/3)
    [all...]
ArraySet.java 60 private static final int BASE_SIZE = 4;
161 if (size == (BASE_SIZE * 2)) {
177 } else if (size == BASE_SIZE) {
201 if (hashes.length == (BASE_SIZE * 2)) {
217 } else if (hashes.length == BASE_SIZE) {
372 final int n = mSize >= (BASE_SIZE * 2) ? (mSize + (mSize >> 1))
373 : (mSize >= BASE_SIZE ? (BASE_SIZE * 2) : BASE_SIZE);
485 if (mHashes.length > (BASE_SIZE * 2) && mSize < mHashes.length / 3)
    [all...]
  /frameworks/base/core/java/android/util/
ArrayMap.java 68 private static final int BASE_SIZE = 4;
194 if (size == (BASE_SIZE*2)) {
208 } else if (size == BASE_SIZE) {
229 if (hashes.length == (BASE_SIZE*2)) {
243 } else if (hashes.length == BASE_SIZE) {
492 final int n = osize >= (BASE_SIZE*2) ? (osize+(osize>>1))
493 : (osize >= BASE_SIZE ? (BASE_SIZE*2) : BASE_SIZE);
655 if (mHashes.length > (BASE_SIZE*2) && mSize < mHashes.length/3)
    [all...]
ArraySet.java 54 private static final int BASE_SIZE = 4;
155 if (size == (BASE_SIZE * 2)) {
180 } else if (size == BASE_SIZE) {
212 if (hashes.length == (BASE_SIZE * 2)) {
228 } else if (hashes.length == BASE_SIZE) {
387 final int n = mSize >= (BASE_SIZE * 2) ? (mSize + (mSize >> 1))
388 : (mSize >= BASE_SIZE ? (BASE_SIZE * 2) : BASE_SIZE);
499 if (mHashes.length > (BASE_SIZE * 2) && mSize < mHashes.length / 3)
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 
  /hardware/google/av/codec2/include/
C2ParamDef.h 190 BASE_SIZE = sizeof(S) + sizeof(C2Param), ///< size of the base param
194 inline static size_t CalcSize(size_t flexCount, size_t size = BASE_SIZE) {
203 // TODO: assert(size == BASE_SIZE);
266 static_assert(sizeof(_Type) == _Type::BASE_SIZE, "incorrect BASE_SIZE"); \
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 234 milliseconds