/frameworks/base/core/java/com/android/internal/colorextraction/ |
D | ColorExtractor.java | 177 ArrayList<WeakReference<OnColorsChangedListener>> references = in triggerColorsChanged() local 179 final int size = references.size(); in triggerColorsChanged() 181 final WeakReference<OnColorsChangedListener> weakReference = references.get(i); in triggerColorsChanged() 210 ArrayList<WeakReference<OnColorsChangedListener>> references = in removeOnColorsChangedListener() local 212 final int size = references.size(); in removeOnColorsChangedListener() 214 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 | 120 public void addReferences(Object... references) { in addReferences() argument 121 getGraphReader().addReferencesByKeysAndValues(references); in addReferences()
|
/frameworks/layoutlib/create/ |
D | README.txt | 24 - they contains references to native code (which we want to avoid in Eclipse), 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 182 were in part of the java package, where we can't inject classes, all references to these have been 198 This simply changes the name of a class in its definition, as well as all its references in internal
|
/frameworks/base/tools/aapt2/ |
D | ResourceValues.cpp | 943 std::set<Reference, NameOnlyComparator> references; in MergeWith() local 944 references.insert(entries.begin(), entries.end()); in MergeWith() 945 references.insert(other->entries.begin(), other->entries.end()); in MergeWith() 947 entries.reserve(references.size()); in MergeWith() 948 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/base/data/sounds/ |
D | README.txt | 3 The product .mk references one of the AudioPackage*.mk,
|
/frameworks/av/media/mtp/ |
D | MtpDatabase.h | 99 MtpObjectHandleList* references) = 0;
|
D | MtpServer.cpp | 653 MtpObjectHandleList* references = mData.getAUInt32(); in doSetObjectReferences() local 654 if (!references) in doSetObjectReferences() 656 MtpResponseCode result = mDatabase->setObjectReferences(handle, references); in doSetObjectReferences() 657 delete references; in doSetObjectReferences()
|
/frameworks/hardware/interfaces/displayservice/1.0/ |
D | IDisplayEventReceiver.hal | 56 * Server must drop all references to callback and stop sending events.
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 174 MtpObjectHandleList* references); 1083 MtpObjectHandleList* references) { in setObjectReferences() argument 1085 int count = references->size(); in setObjectReferences() 1093 handles[i] = (*references)[i]; in setObjectReferences()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 1093 private int setObjectReferences(int handle, int[] references) { in setObjectReferences() argument 1096 int count = references.length; in setObjectReferences() 1100 values.put(Files.FileColumns._ID, references[i]); in setObjectReferences()
|
/frameworks/compile/mclinker/tools/mcld/ |
D | Options.td | 25 HelpText<"Bind references within the shared library">; 40 HelpText<"Do not allow unresolved references">;
|
/frameworks/data-binding/compilerCommon/ |
D | BindingExpression.g4 | 476 // Resource 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. 1635 # doxygen's preprocessor will remove all references to function-like macros 1642 # Configuration::additions related to external references 1752 # 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.
|
/frameworks/av/media/libaaudio/ |
D | Doxyfile.orig | 673 # also \cite for info how to create references. 940 # If the USE_HTAGS tag is set to YES then the references to source code will 1632 # contain links (just like the HTML output) instead of page references. This 1710 # output) instead of page references. This makes the output suitable for online 1960 # Configuration options related to external references 2098 # dependencies (inheritance, containment, and class references variables) of the
|
D | Doxyfile | 673 # also \cite for info how to create references. 949 # If the USE_HTAGS tag is set to YES then the references to source code will 1641 # contain links (just like the HTML output) instead of page references. This 1719 # output) instead of page references. This makes the output suitable for online 1969 # Configuration options related to external references 2107 # dependencies (inheritance, containment, and class references variables) of the
|