Home
last modified time | relevance | path

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

12345678910>>...13

/frameworks/base/apct-tests/perftests/core/src/android/util/
DArraySetPerfTest.java44 ArraySet<Integer> set = new ArraySet<>(); in testValueAt_InBounds() local
56 ArraySet<Integer> set = new ArraySet<>(); in testValueAt_OutOfBounds_Negative() local
75 ArraySet<Integer> set = new ArraySet<>(); in testValueAt_OutOfBounds_EdgeCase() local
98 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Small_Base() local
112 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Small_RemoveNothing() local
127 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Small_RemoveAll() local
142 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Small_RemoveHalf() local
161 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Large_Base() local
175 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Large_RemoveNothing() local
190 ArraySet<Integer> set = new ArraySet<>(); in testRemoveIf_Large_RemoveAll() local
[all …]
/frameworks/base/tools/aapt2/java/
DProguardRules_test.cpp30 std::string GetKeepSetString(const proguard::KeepSet& set, bool minimal_rules) { in GetKeepSetString()
55 proguard::KeepSet set; local
88 proguard::KeepSet set; local
104 proguard::KeepSet set; local
122 proguard::KeepSet set; local
142 proguard::KeepSet set; local
158 proguard::KeepSet set; local
177 proguard::KeepSet set; local
208 proguard::KeepSet set; local
230 proguard::KeepSet set; local
[all …]
/frameworks/base/packages/Tethering/tests/unit/src/android/net/util/
DInterfaceSetTest.java34 final InterfaceSet set = new InterfaceSet(null, "if1", null, "if2", null); in testNullNamesIgnored() local
42 final InterfaceSet set = new InterfaceSet("if1", "if2"); in testToString() local
49 final InterfaceSet set = new InterfaceSet(null, null); in testToString_Empty() local
/frameworks/base/core/java/com/google/android/collect/
DSets.java71 HashSet<E> set = new HashSet<E>(capacity); in newHashSet() local
94 SortedSet<E> set = new TreeSet<E>(); in newSortedSet() local
113 ArraySet<E> set = new ArraySet<E>(capacity); in newArraySet() local
/frameworks/base/core/java/android/util/
DSparseSetArray.java34 ArraySet<T> set = mData.get(n); in add() local
57 final ArraySet<T> set = mData.get(n); in contains() local
76 final ArraySet<T> set = mData.get(n); in remove() local
102 final ArraySet<T> set = mData.valueAt(index); in sizeAt() local
/frameworks/base/libs/hwui/
DVertex.h42 static inline void set(Vertex* vertex, float x, float y) { in set() function
47 static inline void set(Vertex* vertex, Vector2 val) { set(vertex, val.x, val.y); } in set() function
64 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { in set() function
/frameworks/base/core/java/android/hardware/radio/
DUtils.java82 static <T extends Parcelable> void writeSet(@NonNull Parcel dest, @Nullable Set<T> set) { in writeSet()
93 Set<T> set = new HashSet<>(size); in createSet() local
100 static void writeIntSet(@NonNull Parcel dest, @Nullable Set<Integer> set) { in writeIntSet()
111 Set<Integer> set = new HashSet<>(size); in createIntSet() local
/frameworks/base/core/java/android/provider/
DSettingsStringUtil.java85 final ColonDelimitedSet<String> set in addAll() local
91 final ColonDelimitedSet<String> set in add() local
101 final ColonDelimitedSet<String> set in remove() local
133 final ComponentNameSet set = new ComponentNameSet(delimitedElements); in add() local
142 final ComponentNameSet set = new ComponentNameSet(delimitedElements); in remove() local
/frameworks/base/tests/net/java/android/net/
DNetworkUtilsTest.java48 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv4AddressCount() local
96 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv6AddressCount() local
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DReflectionInflaterTest.java46 final AnimationSet set = (AnimationSet) result; in testInflateXml() local
60 final AnimationSet set = (AnimationSet) result; in testDefaultPackage() local
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/statusbar/hvac/
DTemperatureTextAnimator.java127 AnimationSet set = new AnimationSet(true); in createFadeAnimation() local
137 AnimationSet set = new AnimationSet(true); in createTranslateFadeAnimation() local
152 AnimationSet set = new AnimationSet(true); in createRotateFadeAnimation() local
/frameworks/base/core/java/android/os/
DWorkSource.java281 public void set(WorkSource other) { in set() method in WorkSource
324 public void set(int uid) { in set() method in WorkSource
335 public void set(int uid, String name) { in set() method in WorkSource
632 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
656 private boolean updateUidsLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsLocked()
748 private boolean updateUidsAndNamesLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsAndNamesLocked()
/frameworks/rs/
DrsObjectBase.h132 void set(T *ref) { in set() function
142 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
/frameworks/av/media/mtp/
DMtpStringBuffer.cpp58 void MtpStringBuffer::set(const char* src) { in set() function in android::MtpStringBuffer
62 void MtpStringBuffer::set(const uint16_t* src) { in set() function in android::MtpStringBuffer
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DStateManager.java28 void set(@Nullable T value); in set() method
/frameworks/base/core/jni/
Dandroid_graphics_drawable_AnimatedVectorDrawable.cpp89 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in addAnimator() local
103 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorPtr); in setVectorDrawableTarget() local
167 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in start() local
173 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reverse() local
179 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in end() local
184 PropertyValuesAnimatorSet* set = reinterpret_cast<PropertyValuesAnimatorSet*>(animatorSetPtr); in reset() local
/frameworks/base/core/java/android/net/
DINetworkStatsSession.aidl41 …NetworkStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int f… in getHistoryForUid()
43 …NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int ta… in getHistoryIntervalForUid()
/frameworks/base/core/tests/coretests/src/android/animation/
DFutureWaiter.java40 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.java45 public final void set(float x, float y) { in set() method in PointF
53 public final void set(@NonNull PointF p) { in set() method in PointF
/frameworks/base/libs/hwui/utils/
DStringUtils.cpp23 unordered_string_set set; in split() local
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DStream.cpp38 status_t Element<audio_stream_type_t>::set<audio_stream_type_t>(audio_stream_type_t volumeProfile) in set() function in android::audio_policy::Element
DInputSource.cpp47 status_t Element<audio_source_t>::set(audio_devices_t devices) in set() function in android::audio_policy::Element

12345678910>>...13