/frameworks/base/libs/hwui/ |
D | Vertex.h | 29 static inline void set(Vertex* vertex, float x, float y) { in set() function 42 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { in set() function 61 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { in set() function 78 static inline void set(AAVertex* vertex, float x, float y, float width, float length) { in set() function
|
/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/services/java/com/android/server/net/ |
D | NetworkStatsCollection.java | 136 NetworkTemplate template, int uid, int set, int tag, int fields) { in getHistory() 145 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end) { in getHistory() 201 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData() 234 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory() 277 final int set = in.readInt(); in read() local 405 final int set = (version >= VERSION_UID_WITH_SET) ? in.readInt() in readLegacyUid() local 501 public final int set; field in NetworkStatsCollection.Key 506 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key()
|
/frameworks/rs/ |
D | rsObjectBase.h | 130 void set(T *ref) { in set() function 140 void set(const ObjectBaseRef &ref) { in set() function
|
D | rsMatrix2x2.h | 32 inline void set(uint32_t x, uint32_t y, float v) { in set() function
|
D | rsMatrix3x3.h | 32 inline void set(uint32_t x, uint32_t y, float v) { in set() function
|
D | rsSignal.cpp | 49 void Signal::set() { in set() function in Signal
|
/frameworks/support/renderscript/v8/rs_support/ |
D | rsObjectBase.h | 130 void set(T *ref) { in set() function 140 void set(const ObjectBaseRef &ref) { in set() function
|
D | rsMatrix3x3.h | 32 inline void set(uint32_t x, uint32_t y, float v) { in set() function
|
D | rsMatrix2x2.h | 32 inline void set(uint32_t x, uint32_t y, float v) { in set() function
|
D | rsSignal.cpp | 49 void Signal::set() { in set() function in Signal
|
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 66 private int[] set; field in NetworkStats 77 public int set; field in NetworkStats.Entry 94 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, in Entry() 202 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes, in addValues() 285 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues() 325 public int findIndex(String iface, int uid, int set, int tag) { in findIndex() 340 public int findIndexHinted(String iface, int uid, int set, int tag, int hintIndex) { in findIndexHinted() 648 public static String setToString(int set) { in setToString()
|
/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/view/ |
D | CompatibilityInfoHolder.java | 25 public void set(CompatibilityInfo compatInfo) { in set() method in CompatibilityInfoHolder
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.cpp | 58 void MtpStringBuffer::set(const char* src) { in set() function in android::MtpStringBuffer 98 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/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 | 86 public void set(ColorMatrix src) { in set() method in ColorMatrix 93 public void set(float[] src) { in set() method in ColorMatrix
|
/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
|
/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/os/ |
D | WorkSource.java | 122 public void set(WorkSource other) { in set() method in WorkSource 140 public void set(int uid) { in set() method in WorkSource 223 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
|
/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/base/voip/jni/rtp/ |
D | G711Codec.cpp | 37 int set(int sampleRate, const char *fmtp) { in set() function in __anon8242d2f00111::UlawCodec 88 int set(int sampleRate, const char *fmtp) { in set() function in __anon8242d2f00111::AlawCodec
|