/frameworks/base/core/java/com/android/internal/colorextraction/ |
D | ColorExtractor.java | 198 ArrayList<WeakReference<OnColorsChangedListener>> references = in triggerColorsChanged() local 200 final int size = references.size(); in triggerColorsChanged() 202 final WeakReference<OnColorsChangedListener> weakReference = references.get(i); in triggerColorsChanged() 231 ArrayList<WeakReference<OnColorsChangedListener>> references = in removeOnColorsChangedListener() local 233 final int size = references.size(); in removeOnColorsChangedListener() 235 final WeakReference<OnColorsChangedListener> weakReference = references.get(i); in removeOnColorsChangedListener()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/ |
D | GraphReader.java | 65 public void addReferencesByKeysAndValues(Object... references) { in addReferencesByKeysAndValues() argument 66 mReferences.setKeyValues(references); in addReferencesByKeysAndValues()
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/ |
D | GraphEnvironment.java | 123 public void addReferences(Object... references) { in addReferences() argument 124 getGraphReader().addReferencesByKeysAndValues(references); in addReferences()
|
/frameworks/base/cmds/idmap2/ |
D | CPPLINT.cfg | 18 filter=+build/include_alpha,-runtime/references,-build/c++,-build/include_alpha
|
/frameworks/layoutlib/create/ |
D | README.txt | 24 - they contains references to native code (which we cannot support in Android Studio at the moment,… 117 to be renamed. This uses the RenameClassAdapter to also rename all inner classes and references in 122 references in all classes. This is used to update the references of classes in the java package that 124 modified to update all references to these non-desktop classes. An alternate implementation of 175 were in part of the java package, where we can't inject classes, all references to these have been 191 This simply changes the name of a class in its definition, as well as all its references in internal
|
/frameworks/base/data/sounds/ |
D | README.txt | 3 The product .mk references one of the AudioPackage*.mk,
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.cpp | 1065 std::set<Reference, NameOnlyComparator> references; in MergeWith() local 1066 references.insert(entries.begin(), entries.end()); in MergeWith() 1067 references.insert(other->entries.begin(), other->entries.end()); in MergeWith() 1069 entries.reserve(references.size()); in MergeWith() 1070 entries.insert(entries.end(), references.begin(), references.end()); in MergeWith()
|
D | readme.md | 61 will automatically convert any 'id' resource references from the resource ID 0xPPTTEEEE to
|
/frameworks/av/media/mtp/tests/MtpFuzzer/ |
D | MtpMockDatabase.h | 100 MtpResponseCode setObjectReferences(MtpObjectHandle handle, MtpObjectHandleList* references);
|
D | MtpMockDatabase.cpp | 275 MtpObjectHandleList* references) { in setObjectReferences() argument
|
/frameworks/av/media/mtp/ |
D | IMtpDatabase.h | 102 MtpObjectHandleList* references) = 0;
|
D | MtpServer.cpp | 651 MtpObjectHandleList* references = mData.getAUInt32(); in doSetObjectReferences() local 652 if (!references) in doSetObjectReferences() 654 MtpResponseCode result = mDatabase->setObjectReferences(handle, references); in doSetObjectReferences() 655 delete references; in doSetObjectReferences()
|
/frameworks/base/test-mock/ |
D | Android.bp | 35 // android.test.mock APIs references to.
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 56 * Server must drop all references to callback and stop sending events.
|
/frameworks/native/libs/binder/ndk/ |
D | Android.bp | 139 "-google-runtime-references",
|
/frameworks/base/core/java/android/app/ |
D | ResourcesManager.java | 582 int references = countLiveReferences(mResourceReferences); in dump() local 584 references += activityResources.countLiveReferences(); in dump() 586 pw.println(references); in dump() 935 private static <T> void cleanupReferences(ArrayList<WeakReference<T>> references, in cleanupReferences() argument 937 cleanupReferences(references, referenceQueue, Function.identity()); in cleanupReferences()
|
/frameworks/base/startop/view_compiler/ |
D | dex_builder.cc | 636 for (const auto& ref : label.references) { in BindLabel() 640 label.references.clear(); in BindLabel() 654 label.references.push_front(LabelReference{instruction_offset, field_offset}); in LabelValue()
|
D | dex_builder.h | 504 std::forward_list<LabelReference> references; member
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 230 MtpObjectHandleList* references); 1180 MtpObjectHandleList* references) { in setObjectReferences() argument 1182 int count = references->size(); in setObjectReferences() 1190 handles[i] = (*references)[i]; in setObjectReferences()
|
/frameworks/base/ |
D | ApiDocs.bp | 165 // Federate Support Library references against local API file. 168 // Federate Support Library references against local API file.
|
/frameworks/base/packages/SystemUI/docs/ |
D | media-controls.md | 45 * Holds references to the UI elements in the panel
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 25 HelpText<"Bind references within the shared library">; 40 HelpText<"Do not allow unresolved references">;
|
/frameworks/base/core/java/ |
D | Android.bp | 37 // android.test.mock library. The implementation of android.test.mock references
|
/frameworks/native/docs/ |
D | Doxyfile | 610 # containing the references data. This must be a list of .bib files. The 876 # If the USE_HTAGS tag is set to YES then the references to source code 1388 # contain links (just like the HTML output) instead of page references 1449 # contain links (just like the HTML output) instead of page references. 1651 # doxygen's preprocessor will remove all references to function-like macros 1658 # Configuration::additions related to external references 1768 # class references variables) of the class with other documented classes.
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 733 # If the USE_HTAGS tag is set to YES then the references to source code 1136 # contain links (just like the HTML output) instead of page references 1191 # contain links (just like the HTML output) instead of page references. 1386 # Configuration::additions related to external references 1506 # class references variables) of the class with other documented classes.
|