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

  /system/netd/server/
UidRanges.h 44 std::vector<android::net::UidRange> mRanges;
  /frameworks/native/opengl/libagl/
Tokenizer.h 52 Vector<run_t> mRanges;
  /frameworks/minikin/include/minikin/
FontCollection.h 67 // mFamilyVec holds the indices of the mFamilies and mRanges holds the range of indices of
109 // iterate font families index from mFamilyVec[mRanges[0xXXYY].start] to
113 std::vector<Range> mRanges;
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
IntRangeManager.java 179 private ArrayList<IntRange> mRanges = new ArrayList<IntRange>();
194 int len = mRanges.size();
199 mRanges.add(new IntRange(startId, endId, client));
207 IntRange range = mRanges.get(startIndex);
221 nextRange = mRanges.get(startIndex + 1);
244 mRanges.remove(nextRange);
258 mRanges.add(startIndex, new IntRange(startId, endId, client));
276 IntRange endRange = mRanges.get(endIndex);
293 IntRange joinRange = mRanges.get(joinIndex);
295 mRanges.remove(joinRange)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 171 milliseconds