Home
last modified time | relevance | path

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

123456789

/frameworks/base/core/java/com/google/android/collect/
DSets.java68 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/
DVertex.h41 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
DRevealClip.h34 void set(bool shouldClip, float x, float y, float radius) { in set() function
/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/core/java/android/os/
DWorkSource.java179 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/
DNetworkStatsCollection.java139 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/
DNetworkStats.java71 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/
DrsObjectBase.h127 void set(T *ref) { in set() function
137 void set(const ObjectBaseRef &ref) { in set() function
DrsMatrix2x2.h32 inline void set(uint32_t col, uint32_t row, float v) { in set() function
DrsMatrix3x3.h32 inline void set(uint32_t col, uint32_t row, float v) { in set() function
DrsSignal.cpp50 void Signal::set() { in set() function in Signal
/frameworks/base/core/tests/coretests/src/android/animation/
DFutureWaiter.java39 public void set(boolean result) { in set() method in FutureWaiter
/frameworks/base/services/core/java/com/android/server/am/
DAppErrorResult.java20 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.java111 public void set(ColorMatrix src) { in set() method in ColorMatrix
118 public void set(float[] src) { in set() method in ColorMatrix
DRectF.java198 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/
DMtpStringBuffer.cpp58 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/
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/util/
DIntProperty.java44 final public void set(T object, Integer value) { in set() method in IntProperty
DFloatProperty.java44 final public void set(T object, Float value) { in set() method in FloatProperty
DArraySet.java248 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/
DNetworkStatsFactoryTest.java157 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/
DG711Codec.cpp37 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/
DHotplugDetectionAction.java184 BitSet set = new BitSet(NUM_OF_ADDRESS); in infoListToBitSet() local
198 BitSet set = new BitSet(NUM_OF_ADDRESS); in addressListToBitSet() local

123456789