/frameworks/base/tests/CoreTests/android/core/ |
D | TreeSetTest.java | 58 TreeSet<Integer> set = new TreeSet(); in testTreeSetAdd() local 81 TreeSet<Integer> set = sSet; in testTreeSetFirst() local 103 TreeSet<Integer> set = sSet; in testTreeSetLast() local 126 TreeSet<Integer> set = sSet; in testTreeSetContains() local 148 TreeSet<Integer> set = sSet; in testTreeSetSize() local 170 TreeSet<Integer> set = sSet; in testTreeSetIterator() local 192 TreeSet<Integer> set = sSet; in testTreeSetComparator() local 214 TreeSet<Integer> set = sSet; in testTreeSetClone() local 237 TreeSet<Integer> set = new TreeSet(sSet); in testTreeSetRemove() local 260 SortedSet set; in testTreeSetHeadSet() local [all …]
|
D | HashSetTest.java | 56 HashSet set = new HashSet(); in testHashSetAdd() local 81 HashSet set = sSet; in testHashSetContains() local 103 HashSet set = sSet; in testHashSetSize() local 125 HashSet set = sSet; in testHashSetIterator() local 147 HashSet set = new HashSet(sSet); in testHashSetRemove() local 169 HashSet set = sSet; in testHashSetIsEmpty() local 193 Object set; in testHashSetClone() local
|
/frameworks/base/core/java/com/google/android/collect/ |
D | Sets.java | 66 HashSet<E> set = new HashSet<E>(capacity); in newHashSet() local 88 SortedSet<E> set = new TreeSet<E>(); in newSortedSet() local
|
/frameworks/base/test-runner/src/android/test/ |
D | ClassPathPackageInfo.java | 54 Set<Class<?>> set = Sets.newHashSet(); in getTopLevelClassesRecursive() local 59 private void addTopLevelClassesTo(Set<Class<?>> set) { in addTopLevelClassesTo()
|
/frameworks/base/libs/rs/ |
D | rsObjectBase.h | 101 void set(T *ref) { in set() function 111 void set(const ObjectBaseRef &ref) { in set() function
|
D | rsComponent.cpp | 33 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) in set() function in Component
|
D | rsMatrix.h | 34 inline void set(int i, int j, float v) { in set() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | PointF.java | 44 public final void set(float x, float y) { in set() method in PointF 52 public final void set(PointF p) { in set() method in PointF
|
D | ColorMatrix.java | 86 public void set(ColorMatrix src) { in set() method in ColorMatrix 93 public void set(float[] src) { in set() method in ColorMatrix
|
D | RectF.java | 141 public void set(float left, float top, float right, float bottom) { in set() method in RectF 154 public void set(RectF src) { in set() method in RectF 167 public void set(Rect src) { in set() method in RectF
|
/frameworks/base/services/java/com/android/server/am/ |
D | AppErrorResult.java | 21 public void set(int res) { in set() method in AppErrorResult
|
/frameworks/base/core/java/android/database/ |
D | BulkCursorToCursorAdaptor.java | 40 public void set(IBulkCursor bulkCursor) { in set() method in BulkCursorToCursorAdaptor 59 public void set(IBulkCursor bulkCursor, int count, int idIndex) { in set() method in BulkCursorToCursorAdaptor
|
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 104 public void set(WorkSource other) { in set() method in WorkSource 122 public void set(int uid) { in set() method in WorkSource 205 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | WindowManagerPolicyThread.java | 29 public static void set(Thread thread, Looper looper) { in set() method in WindowManagerPolicyThread
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/ |
D | ListWithDisappearingItemBug.java | 61 AnimationSet set = new AnimationSet(true); in onCreate() local
|
/frameworks/base/core/java/android/text/ |
D | TextPaint.java | 48 public void set(TextPaint tp) { in set() method in TextPaint
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Matrix2f.java | 38 public void set(int i, int j, float v) { in set() method in Matrix2f
|
D | Matrix3f.java | 38 public void set(int i, int j, float v) { in set() method in Matrix3f
|
/frameworks/base/voip/jni/rtp/ |
D | G711Codec.cpp | 37 int set(int sampleRate, const char *fmtp) { in set() function in __anonc1051d340111::UlawCodec 85 int set(int sampleRate, const char *fmtp) { in set() function in __anonc1051d340111::AlawCodec
|
D | GsmCodec.cpp | 42 int set(int sampleRate, const char *fmtp) { in set() function in __anon1e4bca5b0111::GsmCodec
|
D | AmrCodec.cpp | 67 int AmrCodec::set(int sampleRate, const char *fmtp) in set() function in __anoneca030340111::AmrCodec 211 int set(int sampleRate, const char *fmtp) { in set() function in __anoneca030340111::GsmEfrCodec
|
/frameworks/base/core/java/android/text/format/ |
D | Time.java | 537 native public void set(long millis); in set() method in Time 550 public void set(Time that) { in set() method in Time 569 public void set(int second, int minute, int hour, int monthDay, int month, int year) { in set() method in Time 592 public void set(int monthDay, int month, int year) { in set() method in Time
|
/frameworks/base/core/jni/ |
D | TimeUtils.h | 69 inline void set(int sec, int min, int hour, int mday, int mon, int year, in set() function
|
/frameworks/base/core/java/android/app/ |
D | IAlarmManager.aidl | 27 void set(int type, long triggerAtTime, in PendingIntent operation); in set() method
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 54 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes()
|