Home
last modified time | relevance | path

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

123456

/frameworks/base/libs/hwui/
DVertex.h29 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
DRect.h98 inline void set(float left, float top, float right, float bottom) { in set() function
105 inline void set(const Rect& r) { in set() function
/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.h129 void set(T *ref) { in set() function
139 void set(const ObjectBaseRef &ref) { in set() function
DrsMatrix3x3.h32 inline void set(uint32_t row, uint32_t col, float v) { in set() function
DrsMatrix2x2.h32 inline void set(uint32_t row, uint32_t col, float v) { in set() function
DrsSignal.cpp49 void Signal::set() { in set() function in Signal
DrsMatrix4x4.h32 void set(uint32_t row, uint32_t col, float v) { in set() function
DrsComponent.cpp29 void Component::set(RsDataType dt, RsDataKind dk, bool norm, uint32_t vecSize) { in set() function in Component
/frameworks/base/core/java/android/net/
DNetworkStats.java65 private int[] set; field in NetworkStats
76 public int set; field in NetworkStats.Entry
93 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, in Entry()
173 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes, in addValues()
256 public NetworkStats combineValues(String iface, int uid, int set, int tag, long rxBytes, in combineValues()
296 public int findIndex(String iface, int uid, int set, int tag) { in findIndex()
587 public static String setToString(int set) { in setToString()
/frameworks/base/services/java/com/android/server/am/
DAppErrorResult.java21 public void set(int res) { in set() method in AppErrorResult
/frameworks/base/graphics/java/android/graphics/
DPointF.java46 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
DColorMatrix.java86 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/view/
DCompatibilityInfoHolder.java25 public void set(CompatibilityInfo compatInfo) { in set() method in CompatibilityInfoHolder
/frameworks/base/media/mtp/
DMtpStringBuffer.cpp58 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/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/java/android/util/
DFloatProperty.java44 final public void set(T object, Float value) { in set() method in FloatProperty
DIntProperty.java44 final public void set(T object, Integer value) { in set() method in IntProperty
/frameworks/base/core/tests/coretests/src/android/widget/listview/
DListWithDisappearingItemBug.java61 AnimationSet set = new AnimationSet(true); in onCreate() local
/frameworks/base/services/java/com/android/server/pm/
DPreferredActivity.java39 PreferredActivity(IntentFilter filter, int match, ComponentName[] set, ComponentName activity) { in PreferredActivity()
/frameworks/base/voip/jni/rtp/
DG711Codec.cpp37 int set(int sampleRate, const char *fmtp) { in set() function in __anonc349552d0111::UlawCodec
88 int set(int sampleRate, const char *fmtp) { in set() function in __anonc349552d0111::AlawCodec
/frameworks/base/core/tests/coretests/src/com/android/internal/net/
DNetworkStatsFactoryTest.java199 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
207 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
/frameworks/base/core/java/android/text/
DTextPaint.java60 public void set(TextPaint tp) { in set() method in TextPaint

123456