/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/base/docs/html/training/articles/ |
D | perf-jni.jd | 120 <p>The class references, field IDs, and method IDs are guaranteed valid until the class is unloaded… 158 <p>The only way to get non-local references is via the functions 172 <p>All JNI methods accept both local and global references as arguments. 173 It's possible for references to the same object to have different values. 176 <strong>To see if two references refer to the same object, 178 references with <code>==</code> in native code.</p> 181 <strong>must not assume object references are constant or unique</strong> 187 <p>Programmers are required to "not excessively allocate" local references. In practical terms thi… 188 that if you're creating large numbers of local references, perhaps while running through an array of 192 16 local references, so if you need more than that you should either delete as you go or use [all …]
|
D | user-data-overview.jd | 172 href="#references" style="color:#777;padding-left:.1em;">1</a></em></sup></span></p> 187 "#references" style= 193 "font-size:.8em;color:#777"><sup><em><a href="#references" style= 223 "#references" style="color:#777;padding-left:.1em;">4</a></em></sup></span> 263 <h2 id="references">References</h2>
|
D | user-data-permissions.jd | 327 href="#references" style="color:#777;padding-left:.1em;">1</a></em></sup></span></p> 342 href="#references" style="color:#777;padding-left:.1em;">1</a></em></sup></span></p> 375 <h2 id="references">References</h2>
|
/frameworks/base/tools/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/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 | 639 MtpObjectHandleList* references = mData.getAUInt32(); in doSetObjectReferences() local 640 if (!references) in doSetObjectReferences() 642 MtpResponseCode result = mDatabase->setObjectReferences(handle, references); in doSetObjectReferences() 643 delete references; in doSetObjectReferences()
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | communicate-ui.jd | 95 start by storing references to the data and the UI object in the task object. Next, pass the 141 displays the {@link android.graphics.Bitmap}. Even though references to 151 <code>PhotoTask</code> is the next higher object in the hierarchy. It maintains references to
|
/frameworks/base/docs/html/training/load-data-background/ |
D | index.jd | 77 to remove references to the current {@link android.database.Cursor} when the loader
|
D | handle-results.jd | 115 this callback, you should delete all references to the current {@link android.database.Cursor}
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 20 // references a String array.
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 173 MtpObjectHandleList* references); 1078 MtpObjectHandleList* references) { in setObjectReferences() argument 1080 int count = references->size(); in setObjectReferences() 1088 handles[i] = (*references)[i]; in setObjectReferences()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 278 List<Object> references = new ArrayList<Object>(); in getShowingMenuItemsReferences() local 281 references.add(menuItem.getIcon()); in getShowingMenuItemsReferences() 283 references.add(menuItem.getTitle()); in getShowingMenuItemsReferences() 286 return references; in getShowingMenuItemsReferences()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 1077 private int setObjectReferences(int handle, int[] references) { in setObjectReferences() argument 1080 int count = references.length; in setObjectReferences() 1084 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 | 454 // Resource references
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 68 references another view in the layout against which the view should be positioned.</p>
|
/frameworks/base/docs/html/training/material/ |
D | theme.jd | 129 which references a theme resource. This attribute modifies the theme for the element and any
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 264 {@link android.database.Cursor} has changed. At this point, remove any existing references 274 * If you have current references to the Cursor,
|
/frameworks/base/docs/html/preview/ |
D | j8-jack.jd | 89 To test lambda expressions, method references, and type annotations on
|
/frameworks/base/docs/html/training/id-auth/ |
D | identify.jd | 106 AccountManager am = AccountManager.get(this); // "this" references the current Context
|
/frameworks/base/docs/html/training/animation/ |
D | crossfade.jd | 116 these references later when modifying the views during the animation.
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | runtime-changes.jd | 78 can contain references to stateful objects that you want to retain.</p> 87 <li>Extend the {@link android.app.Fragment} class and declare references to your stateful
|