Home
last modified time | relevance | path

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

12345678910>>...13

/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/protos/
DProtoHelpers.h25 void set(proto::RectF* dest, const Rect& src) { in set() function
32 void set(std::string* dest, const SkPath& src) { in set() function
/frameworks/base/libs/hwui/
DVertex.h43 static inline void set(Vertex* vertex, float x, float y) { in set() function
48 static inline void set(Vertex* vertex, Vector2 val) { in set() function
67 static inline void set(TextureVertex* vertex, float x, float y, float u, float v) { in set() function
88 static inline void set(ColorTextureVertex* vertex, float x, float y, in set() function
105 static inline void set(AlphaVertex* vertex, float x, float y, float alpha) { 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/av/services/audiopolicy/engineconfigurable/src/
DStream.cpp48 status_t Element<audio_stream_type_t>::set<routing_strategy>(routing_strategy strategy) in set() function in android::audio_policy::Element
66 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
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DTitleViewAdapterTest.java41 public CustomTitle(Context context, AttributeSet set) { in CustomTitle()
45 public CustomTitle(Context context, AttributeSet set, int s) { in CustomTitle()
/frameworks/base/libs/hwui/renderstate/
DScissor.cpp46 bool Scissor::set(GLint x, GLint y, GLint width, GLint height) { in set() function in android::uirenderer::Scissor
76 void Scissor::set(int viewportHeight, const Rect& clip) { in set() function in android::uirenderer::Scissor
/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/base/test-runner/src/android/test/
DClassPathPackageInfo.java55 Set<Class<?>> set = Sets.newHashSet(); in getTopLevelClassesRecursive() local
60 private void addTopLevelClassesTo(Set<Class<?>> set) { in addTopLevelClassesTo()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DReflectionInflaterTest.java49 final AnimationSet set = (AnimationSet) result; in testInflateXml() local
64 final AnimationSet set = (AnimationSet) result; in testDefaultPackage() local
/frameworks/base/core/java/android/os/
DWorkSource.java181 public void set(WorkSource other) { in set() method in WorkSource
209 public void set(int uid) { in set() method in WorkSource
217 public void set(int uid, String name) { in set() method in WorkSource
429 private boolean updateLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateLocked()
453 private boolean updateUidsLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsLocked()
545 private boolean updateUidsAndNamesLocked(WorkSource other, boolean set, boolean returnNewbs) { in updateUidsAndNamesLocked()
/frameworks/base/services/core/java/com/android/server/net/
DNetworkStatsCollection.java169 NetworkTemplate template, int uid, int set, int tag, int fields, in getHistory()
180 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, in getHistory()
191 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, in getHistory()
271 public void recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, in recordData()
306 NetworkIdentitySet ident, int uid, int set, int tag) { in findOrCreateHistory()
349 final int set = in.readInt(); in read() local
477 final int set = (version >= VERSION_UID_WITH_SET) ? in.readInt() in readLegacyUid() local
648 public final int set; field in NetworkStatsCollection.Key
653 public Key(NetworkIdentitySet ident, int uid, int set, int tag) { in Key()
/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
/frameworks/base/core/java/android/net/
DNetworkStats.java96 private int[] set; field in NetworkStats
109 public int set; field in NetworkStats.Entry
138 public Entry(String iface, int uid, int set, int tag, long rxBytes, long rxPackets, in Entry()
144 public Entry(String iface, int uid, int set, int tag, int metered, int roaming, in Entry()
298 public NetworkStats addValues(String iface, int uid, int set, int tag, long rxBytes, in addValues()
305 public NetworkStats addValues(String iface, int uid, int set, int tag, int metered, int roaming, in addValues()
401 public NetworkStats combineValues(String iface, int uid, int set, int tag, in combineValues()
442 public int findIndex(String iface, int uid, int set, int tag, int metered, int roaming) { in findIndex()
458 public int findIndexHinted(String iface, int uid, int set, int tag, int metered, int roaming, in findIndexHinted()
814 public static String setToString(int set) { in setToString()
[all …]
DINetworkStatsSession.aidl37 …NetworkStatsHistory getHistoryForUid(in NetworkTemplate template, int uid, int set, int tag, int f… in getHistoryForUid()
39 …NetworkStatsHistory getHistoryIntervalForUid(in NetworkTemplate template, int uid, int set, int ta… in getHistoryIntervalForUid()
/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/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
DLibraryAdapter.java23 public static void set(View view, String someTag) { in set() method in LibraryAdapter
/frameworks/support/compat/tests/java/android/support/v4/util/
DArraySetCompatTest.java37 ArraySet<String> set = new ArraySet<>(); in testCanNotIteratePastEnd() local
/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(PointF p) { in set() method in PointF
/frameworks/base/services/core/java/com/android/server/am/
DAppErrorResult.java20 public void set(int res) { in set() method in AppErrorResult
/frameworks/base/core/tests/coretests/src/android/animation/
DFutureWaiter.java39 public void set(boolean result) { in set() method in FutureWaiter
/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/libs/hwui/utils/
DStringUtils.cpp23 unordered_string_set set; in split() local

12345678910>>...13