Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/colorextraction/
DColorExtractor.java198 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/
DGraphReader.java65 public void addReferencesByKeysAndValues(Object... references) { in addReferencesByKeysAndValues() argument
66 mReferences.setKeyValues(references); in addReferencesByKeysAndValues()
/frameworks/base/media/mca/filterfw/java/android/filterfw/
DGraphEnvironment.java123 public void addReferences(Object... references) { in addReferences() argument
124 getGraphReader().addReferencesByKeysAndValues(references); in addReferences()
/frameworks/layoutlib/create/
DREADME.txt24 - 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/data/sounds/
DREADME.txt3 The product .mk references one of the AudioPackage*.mk,
/frameworks/base/tools/aapt2/
DResourceValues.cpp1125 std::set<Reference, NameOnlyComparator> references; in MergeWith() local
1126 references.insert(entries.begin(), entries.end()); in MergeWith()
1127 references.insert(other->entries.begin(), other->entries.end()); in MergeWith()
1129 entries.reserve(references.size()); in MergeWith()
1130 entries.insert(entries.end(), references.begin(), references.end()); in MergeWith()
Dreadme.md61 will automatically convert any 'id' resource references from the resource ID 0xPPTTEEEE to
/frameworks/base/test-mock/
DAndroid.bp26 // android.test.mock APIs references to.
/frameworks/av/media/mtp/
DIMtpDatabase.h100 MtpObjectHandleList* references) = 0;
DMtpServer.cpp651 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/hardware/interfaces/displayservice/1.0/
DIDisplayEventReceiver.hal56 * Server must drop all references to callback and stop sending events.
/frameworks/base/startop/view_compiler/
Ddex_builder.cc636 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()
Ddex_builder.h504 std::forward_list<LabelReference> references; member
/frameworks/base/
DApiDocs.bp116 // Federate Support Library references against local API file.
119 // Federate Support Library references against local API file.
DStubLibraries.bp83 // library with empty classes in order to resolve those references.
/frameworks/base/media/jni/
Dandroid_mtp_MtpDatabase.cpp172 MtpObjectHandleList* references);
1104 MtpObjectHandleList* references) { in setObjectReferences() argument
1106 int count = references->size(); in setObjectReferences()
1114 handles[i] = (*references)[i]; in setObjectReferences()
/frameworks/base/core/java/android/app/
DResourcesManager.java489 int references = countLiveReferences(mResourceReferences); in dump() local
491 references += countLiveReferences(activityResources.activityResources); in dump()
493 pw.println(references); in dump()
/frameworks/opt/net/wifi/service/proto/src/
Dscorecard.proto48 // Beyond the BSSID, a concise id is assigned to track references
/frameworks/compile/mclinker/tools/mcld/
DOptions.td25 HelpText<"Bind references within the shared library">;
40 HelpText<"Do not allow unresolved references">;
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java959 private int setObjectReferences(int handle, int[] references) { in setObjectReferences() argument
969 for (int id : references) { in setObjectReferences()
/frameworks/base/core/proto/android/server/
Dwindowmanagerservice.proto56 /* window references in top down z order */
/frameworks/native/docs/
DDoxyfile610 # 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/
DDoxyfile733 # 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/base/packages/SystemUI/docs/
Dplugins.md113 …At this point the plugin should ensure that all its resources and static references are cleaned up.
/frameworks/av/media/codec2/docs/
Ddoxygen.config705 # search path. See also \cite for info how to create references.
993 # If the USE_HTAGS tag is set to YES then the references to source code will
1724 # contain links (just like the HTML output) instead of page references. This
1810 # output) instead of page references. This makes the output suitable for online
2073 # remove all references to function-like macros that are alone on a line, have
2083 # Configuration options related to external references
2222 # dependencies (inheritance, containment, and class references variables) of the

12