HomeSort by relevance Sort by last modified time
    Searched refs:IntArray (Results 51 - 75 of 95) sorted by null

1 23 4

  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 33 import android.util.IntArray;
362 IntArray updatedUids = null;
379 updatedUids = new IntArray();
  /frameworks/base/services/core/java/com/android/server/net/
NetworkStatsCollection.java 45 import android.util.IntArray;
214 IntArray uids = new IntArray();
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 45 import android.util.IntArray;
    [all...]
  /art/runtime/mirror/
object.h 54 typedef PrimitiveArray<int32_t> IntArray;
235 IntArray* AsIntArray() REQUIRES_SHARED(Locks::mutator_lock_);
    [all...]
object-inl.h 276 inline IntArray* Object::AsIntArray() {
278 return down_cast<IntArray*>(this);
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 37 import android.util.IntArray;
    [all...]
RadialTimePickerView.java 35 import android.util.IntArray;
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
UserController.java 83 import android.util.IntArray;
697 IntArray userIds = new IntArray();
    [all...]
ActivityStackSupervisor.java 155 import android.util.IntArray;
414 private final SparseArray<IntArray> mDisplayAccessUIDs = new SparseArray<>();
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 40 import android.util.IntArray;
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 49 import android.util.IntArray;
117 IntArray sortedAudioPlaybackClientUids =
    [all...]
  /art/runtime/
jni_internal.cc     [all...]
dex_file_annotations.cc     [all...]
transaction_test.cc 416 mirror::IntArray* intArray = intArrayField->GetObject(h_klass.Get())->AsIntArray();
417 ASSERT_TRUE(intArray != nullptr);
418 ASSERT_EQ(intArray->GetLength(), 1);
419 ASSERT_EQ(intArray->GetWithoutChecks(0), 0);
466 intArray->SetWithoutChecks<true>(0, 1);
479 EXPECT_EQ(intArray->GetWithoutChecks(0), 0);
class_linker_test.cc     [all...]
thread.h 66 typedef PrimitiveArray<int32_t> IntArray;
    [all...]
class_linker.cc 524 mirror::IntArray::SetArrayClass(int_array_class.Get());
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserManagerService.java 79 import android.util.IntArray;
627 IntArray profileIds = getProfileIdsLU(userId, enabledOnly);
648 private IntArray getProfileIdsLU(int userId, boolean enabledOnly) {
650 IntArray result = new IntArray(mUsers.size());
    [all...]
  /art/runtime/interpreter/
interpreter_switch_impl.cc     [all...]
unstarted_runtime.cc     [all...]
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityManagerService.java 82 import android.util.IntArray;
227 private final IntArray mTempIntArray = new IntArray(0);
    [all...]
  /prebuilts/tools/common/m2/repository/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /prebuilts/tools/common/offline-m2/org/antlr/antlr-runtime/3.5.2/
antlr-runtime-3.5.2.jar 
  /art/runtime/gc/collector/
concurrent_copying.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/esotericsoftware/kryo/kryo/2.24.0/
kryo-2.24.0.jar 

Completed in 1439 milliseconds

1 23 4