Home
last modified time | relevance | path

Searched defs:set (Results 1 – 25 of 97) sorted by relevance

1234

/frameworks/base/tests/CoreTests/android/core/
DTreeSetTest.java58 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 …]
DHashSetTest.java56 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/
DSets.java66 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/
DClassPathPackageInfo.java54 Set<Class<?>> set = Sets.newHashSet(); in getTopLevelClassesRecursive() local
59 private void addTopLevelClassesTo(Set<Class<?>> set) { in addTopLevelClassesTo()
/frameworks/base/libs/rs/
DrsObjectBase.h101 void set(T *ref) { in set() function
111 void set(const ObjectBaseRef &ref) { in set() function
DrsComponent.cpp33 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) in set() function in Component
DrsMatrix.h34 inline void set(int i, int j, float v) { in set() function
/frameworks/base/graphics/java/android/graphics/
DPointF.java44 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
DColorMatrix.java86 public void set(ColorMatrix src) { in set() method in ColorMatrix
93 public void set(float[] src) { in set() method in ColorMatrix
DRectF.java141 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/
DAppErrorResult.java21 public void set(int res) { in set() method in AppErrorResult
/frameworks/base/core/java/android/database/
DBulkCursorToCursorAdaptor.java40 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/
DWorkSource.java104 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/
DWindowManagerPolicyThread.java29 public static void set(Thread thread, Looper looper) { in set() method in WindowManagerPolicyThread
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListWithDisappearingItemBug.java61 AnimationSet set = new AnimationSet(true); in onCreate() local
/frameworks/base/core/java/android/text/
DTextPaint.java48 public void set(TextPaint tp) { in set() method in TextPaint
/frameworks/base/graphics/java/android/renderscript/
DMatrix2f.java38 public void set(int i, int j, float v) { in set() method in Matrix2f
DMatrix3f.java38 public void set(int i, int j, float v) { in set() method in Matrix3f
/frameworks/base/voip/jni/rtp/
DG711Codec.cpp37 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
DGsmCodec.cpp42 int set(int sampleRate, const char *fmtp) { in set() function in __anon1e4bca5b0111::GsmCodec
DAmrCodec.cpp67 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/
DTime.java537 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/
DTimeUtils.h69 inline void set(int sec, int min, int hour, int mday, int mon, int year, in set() function
/frameworks/base/core/java/android/app/
DIAlarmManager.aidl27 void set(int type, long triggerAtTime, in PendingIntent operation); in set() method
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
DResources_Theme_Delegate.java54 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes()

1234