/frameworks/base/core/java/com/google/android/collect/ |
D | Sets.java | 68 HashSet<E> set = new HashSet<E>(capacity); in newHashSet() local 90 SortedSet<E> set = new TreeSet<E>(); in newSortedSet() local 107 ArraySet<E> set = new ArraySet<E>(capacity); in newArraySet() local
|
/frameworks/base/libs/hwui/ |
D | Vertex.h | 41 static inline void set(Vertex* vertex, float x, float y) { in set() function 46 static inline void set(Vertex* vertex, Vector2 val) { in set() function 63 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { in set() function 82 static inline void set(ColorTextureVertex* vertex, float x, float y, in set() function 100 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { in set() function
|
D | RevealClip.h | 34 void set(bool shouldClip, float x, float y, float radius) { in set() function
|
/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/core/java/android/os/ |
D | WorkSource.java | 179 public void set(WorkSource other) { in set() method in WorkSource 207 public void set(int uid) { in set() method in WorkSource 215 public void set(int uid, String name) { in set() method in WorkSource 427 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked() 451 private boolean updateUidsLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsLocked() 543 private boolean updateUidsAndNamesLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsAndNamesLocked()
|
/frameworks/base/services/core/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 139 NetworkTemplate template, int uid, int set, int tag, int fields) { in getHistory() 148 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) { in getHistory() 205 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() 240 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory() 283 final int set = in.readInt(); in read() local 411 final int set = (version >= VERSION_UID_WITH_SET) ? in.readInt() in readLegacyUid() local 555 public final int set; field in NetworkStatsCollection.Key 560 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key()
|
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 71 private int[] set; field in NetworkStats 82 public int set; field in NetworkStats.Entry 99 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, in Entry() 236 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes, in addValues() 324 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues() 364 public int findIndex(String iface, int uid, int set, int tag) { in findIndex() 379 public int findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) { in findIndexHinted() 722 public static String setToString(int set) { in setToString() 738 public static String setToCheckinString(int set) { in setToCheckinString()
|
/frameworks/rs/ |
D | rsObjectBase.h | 127 void set(T *ref) { in set() function 137 void set(const ObjectBaseRef &ref) { in set() function
|
D | rsMatrix2x2.h | 32 inline void set(uint32_t col, uint32_t row, float v) { in set() function
|
D | rsMatrix3x3.h | 32 inline void set(uint32_t col, uint32_t row, float v) { in set() function
|
D | rsSignal.cpp | 50 void Signal::set() { in set() function in Signal
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | FutureWaiter.java | 39 public void set(boolean result) { in set() method in FutureWaiter
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | AppErrorResult.java | 20 public void set(int res) { in set() method in AppErrorResult
|
/frameworks/base/graphics/java/android/graphics/ |
D | PointF.java | 46 public final void set(float x, float y) { in set() method in PointF 54 public final void set(PointF p) { in set() method in PointF
|
D | ColorMatrix.java | 111 public void set(ColorMatrix src) { in set() method in ColorMatrix 118 public void set(float[] src) { in set() method in ColorMatrix
|
D | RectF.java | 198 public void set(float left, float top, float right, float bottom) { in set() method in RectF 211 public void set(RectF src) { in set() method in RectF 224 public void set(Rect src) { in set() method in RectF
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.cpp | 58 void MtpStringBuffer::set(const char* src) { in set() function in android::MtpStringBuffer 103 void MtpStringBuffer::set(const uint16_t* src) { in set() function in android::MtpStringBuffer
|
/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/util/ |
D | IntProperty.java | 44 final public void set(T object, Integer value) { in set() method in IntProperty
|
D | FloatProperty.java | 44 final public void set(T object, Float value) { in set() method in FloatProperty
|
D | ArraySet.java | 248 public ArraySet(ArraySet<E> set) { in ArraySet() method in ArraySet 256 public ArraySet(Collection<E> set) { in ArraySet() 521 Set<?> set = (Set<?>) object; in equals() local
|
/frameworks/base/core/tests/coretests/src/com/android/internal/net/ |
D | NetworkStatsFactoryTest.java | 157 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry() 165 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
|
/frameworks/opt/net/voip/src/jni/rtp/ |
D | G711Codec.cpp | 37 int set(int sampleRate, const char *fmtp) { in set() function in __anon3ddbc8e60111::UlawCodec 88 int set(int sampleRate, const char *fmtp) { in set() function in __anon3ddbc8e60111::AlawCodec
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HotplugDetectionAction.java | 184 BitSet set = new BitSet(NUM_OF_ADDRESS); in infoListToBitSet() local 198 BitSet set = new BitSet(NUM_OF_ADDRESS); in addressListToBitSet() local
|