/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 …]
|
/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 | 638 MtpObjectHandleList* references = mData.getAUInt32(); in doSetObjectReferences() local 639 if (!references) in doSetObjectReferences() 641 MtpResponseCode result = mDatabase->setObjectReferences(handle, references); in doSetObjectReferences() 642 delete references; in doSetObjectReferences()
|
/frameworks/base/docs/html/tools/building/ |
D | multidex.jd | 2 page.tags="65536","references","max","65k","dex","64k","multidex","multi-dex","methods"</p> 48 application and the libraries it references reach a certain size, you encounter build errors that 65 Too many field references: 131000; max is 65536. 71 it represents the total number of references that can be invoked by the code within a single 123 Before configuring your app to enable use of 65K or more method references, you should take steps 124 to reduce the total number of references called by your app code, including methods defined by 148 method references in your app. These steps can also decrease the size of your APKs, which is
|
/frameworks/base/docs/html/sdk/installing/ |
D | migrate.jd | 120 <li>Comment out any references to Eclipse ADT workspace library files in the 122 add these references in the <code>build.gradle</code> file after the import. For more 127 linked resource references. Android Studio allows you to manually specify any unresolved 167 linked resource references.</p> 206 references.</p>
|
/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/tools/debugging/ |
D | annotations.jd | 158 <p>Validating resource types can be useful as Android references to resources, such as 318 references, such as passing references to a set of constants. </p> 321 a value passed as a method parameter references one of the defined constants.</p> 356 or return value references a valid pattern. This example creates the
|
D | debugging-memory.jd | 224 <dd>In general pause times are proportional to the number of object references which were modified 569 global JNI references used. 602 android.app.Activity} objects that can’t be garbage collected due to static references on them, 678 <li>Long-lived references to an Activity, Context, View, Drawable, and other objects that may hold a 704 <strong>List objects</strong> > <strong>with incoming references</strong>. In the list that 706 <strong>Path To GC Roots</strong> > <strong>exclude weak references</strong>.</p> 716 <strong>Path To GC Roots</strong> > <strong>exclude weak references</strong>. This opens a 717 new tab that traces the references to that object which is causing the alleged leak.</p>
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-cmdline.jd | 234 <p>If you are adding references to multiple libraries, note that you can set their relative 237 these references:</p> 244 <p>You can reorder the references to give highest priority to <code>library_projectC</code> in 252 <p>Note that the <code>.<em>n</em></code> index in the references must begin at "1" and increase
|
D | projects-eclipse.jd | 226 <p>Figure 2 shows the Properties dialog that lets you add library references and move 232 <p>If you are adding references to multiple libraries, note that you can set their relative
|
D | index.jd | 346 launcher icon references in the <code>AndroidManifest.xml</code> file so your manifest references 429 <p>To organize your code further, your application can add references to multiple library 435 <p>Once you have added references to library modules to your Android application module,
|
/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/core/java/com/android/internal/widget/ |
D | FloatingToolbar.java | 262 List<Object> references = new ArrayList<Object>(); in getShowingMenuItemsReferences() local 265 references.add(menuItem.getIcon()); in getShowingMenuItemsReferences() 267 references.add(menuItem.getTitle()); in getShowingMenuItemsReferences() 270 return references; in getShowingMenuItemsReferences()
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 168 MtpObjectHandleList* references); 994 MtpObjectHandleList* references) { in setObjectReferences() argument 996 int count = references->size(); in setObjectReferences() 1004 handles[i] = (*references)[i]; in setObjectReferences()
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 1069 private int setObjectReferences(int handle, int[] references) { in setObjectReferences() argument 1072 int count = references.length; in setObjectReferences() 1076 values.put(Files.FileColumns._ID, references[i]); in setObjectReferences()
|
/frameworks/base/docs/html/tools/studio/ |
D | studio-features.jd | 175 and other resource references. Android Studio also, however, supports the use of private library 177 appear in code completion lists and other resource references. </p> 205 warning appears when a client of a library references a private resource. Many Android libraries,
|
/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>
|