Home
last modified time | relevance | path

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

12345678910>>...14

/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
153 proguard::KeepSet set; local
175 proguard::KeepSet set; local
214 proguard::KeepSet set = proguard::KeepSet(true); local
240 proguard::KeepSet set = proguard::KeepSet(true); local
267 proguard::KeepSet set = proguard::KeepSet(true); local
[all …]
/frameworks/base/tests/net/java/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/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dextension_set.h855 static inline const string& Get(int number, const ExtensionSet& set, in Get()
860 const string& value, ExtensionSet* set) { in Set()
863 static inline string* Mutable(int number, int index, ExtensionSet* set) { in Mutable()
868 ExtensionSet* set) { in Add()
872 ExtensionSet* set) { in Add()
876 GetRepeated(int number, const ExtensionSet& set) { in GetRepeated()
883 bool is_packed, ExtensionSet* set) { in MutableRepeated()
913 static inline ConstType Get(int number, const ExtensionSet& set, in Get()
918 ConstType value, ExtensionSet* set) { in Set()
933 static inline ConstType Get(int number, const ExtensionSet& set, int index) { in Get()
[all …]
/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/tests/net/java/android/net/
DNetworkUtilsTest.java34 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv4AddressCount() local
82 final TreeSet<IpPrefix> set = new TreeSet<>(IpPrefix.lengthComparator()); in testRoutedIPv6AddressCount() local
/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/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/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/opt/gamesdk/samples/tuningfork/prototest/src/
Dgameengine.cc32 void set(const std::string& s) { in set() function
37 void set(const Annotation& a) { in set() function
/frameworks/base/tools/preload2/src/com/android/preload/actions/
DShowDataAction.java75 private void add(StringBuilder builder, String head, Set<String> set) { in add()
82 private void addSet(StringBuilder builder, Set<String> set) { in addSet()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DUnmodifiableLazyStringList.java82 public void set(int index, ByteString element) { in set() method in UnmodifiableLazyStringList
102 public void set(int index, byte[] element) { in set() method in UnmodifiableLazyStringList
152 public void set(String o) { in listIterator() method
DLazyStringList.java112 void set(int index, ByteString element); in set() method
125 void set(int index, byte[] element); in set() method
DLazyStringArrayList.java141 public String set(int index, String s) { in set() method in LazyStringArrayList
258 public void set(int index, ByteString s) { in set() method in LazyStringArrayList
268 public void set(int index, byte[] s) { in set() method in LazyStringArrayList
346 public byte[] set(int index, byte[] s) { in set() method in LazyStringArrayList.ByteArrayListView
390 public ByteString set(int index, ByteString s) { in set() method in LazyStringArrayList.ByteStringListView
/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.java274 public void set(WorkSource other) { in set() method in WorkSource
317 public void set(int uid) { in set() method in WorkSource
328 public void set(int uid, String name) { in set() method in WorkSource
622 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
646 private boolean updateUidsLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsLocked()
738 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
/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/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/tests/net/java/com/android/server/net/
DNetworkStatsFactoryTest.java251 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
264 private static void assertNoStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertNoStatsEntry()
273 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set, in assertStatsEntry()
/frameworks/base/apct-tests/perftests/utils/src/android/perftests/utils/
DStateManager.java28 void set(@Nullable T value); in set() method
/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

12345678910>>...14