/frameworks/base/core/java/com/google/android/collect/ |
D | Sets.java | 68 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/ |
D | ProtoHelpers.h | 25 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/ |
D | Vertex.h | 43 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/ |
D | SettingsStringUtil.java | 85 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/ |
D | Stream.cpp | 48 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
|
D | InputSource.cpp | 47 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/ |
D | TitleViewAdapterTest.java | 41 public CustomTitle(Context context, AttributeSet set) { in CustomTitle() 45 public CustomTitle(Context context, AttributeSet set, int s) { in CustomTitle()
|
/frameworks/base/libs/hwui/renderstate/ |
D | Scissor.cpp | 46 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/ |
D | ShowDataAction.java | 75 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/ |
D | ClassPathPackageInfo.java | 55 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/ |
D | ReflectionInflaterTest.java | 49 final AnimationSet set = (AnimationSet) result; in testInflateXml() local 64 final AnimationSet set = (AnimationSet) result; in testDefaultPackage() local
|
/frameworks/base/core/java/android/os/ |
D | WorkSource.java | 181 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/ |
D | NetworkStatsCollection.java | 169 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/ |
D | rsObjectBase.h | 132 void set(T *ref) { in set() function 142 void set(const ObjectBaseRef &ref) { in set() function
|
D | rsMatrix2x2.h | 32 inline void set(uint32_t col, uint32_t row, float v) { in set() function
|
/frameworks/base/core/java/android/net/ |
D | NetworkStats.java | 96 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 …]
|
D | INetworkStatsSession.aidl | 37 …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/ |
D | android_graphics_drawable_AnimatedVectorDrawable.cpp | 89 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/ |
D | LibraryAdapter.java | 23 public static void set(View view, String someTag) { in set() method in LibraryAdapter
|
/frameworks/support/compat/tests/java/android/support/v4/util/ |
D | ArraySetCompatTest.java | 37 ArraySet<String> set = new ArraySet<>(); in testCanNotIteratePastEnd() local
|
/frameworks/base/graphics/java/android/graphics/ |
D | PointF.java | 45 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/ |
D | AppErrorResult.java | 20 public void set(int res) { in set() method in AppErrorResult
|
/frameworks/base/core/tests/coretests/src/android/animation/ |
D | FutureWaiter.java | 39 public void set(boolean result) { in set() method in FutureWaiter
|
/frameworks/av/media/mtp/ |
D | MtpStringBuffer.cpp | 58 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/ |
D | StringUtils.cpp | 23 unordered_string_set set; in split() local
|