/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/guide/practices/app-design/ |
D | jni.jd | 118 <p>The class references, field IDs, and method IDs are guaranteed valid until the class is unloaded… 156 <p>The only way to get non-local references is via the functions 170 <p>All JNI methods accept both local and global references as arguments. 171 It's possible for references to the same object to have different values. 174 <strong>To see if two references refer to the same object, 176 references with <code>==</code> in native code.</p> 179 <strong>must not assume object references are constant or unique</strong> 185 <p>Programmers are required to "not excessively allocate" local references. In practical terms thi… 186 that if you're creating large numbers of local references, perhaps while running through an array of 190 16 local references, so if you need more than that you should either delete as you go or use [all …]
|
/frameworks/base/docs/html/guide/practices/ |
D | jni.jd | 118 <p>The class references, field IDs, and method IDs are guaranteed valid until the class is unloaded… 156 <p>The only way to get non-local references is via the functions 170 <p>All JNI methods accept both local and global references as arguments. 171 It's possible for references to the same object to have different values. 174 <strong>To see if two references refer to the same object, 176 references with <code>==</code> in native code.</p> 179 <strong>must not assume object references are constant or unique</strong> 185 <p>Programmers are required to "not excessively allocate" local references. In practical terms thi… 186 that if you're creating large numbers of local references, perhaps while running through an array of 190 16 local references, so if you need more than that you should either delete as you go or use [all …]
|
/frameworks/av/media/mtp/ |
D | MtpDatabase.h | 99 MtpObjectHandleList* references) = 0;
|
D | MtpServer.cpp | 606 MtpObjectHandleList* references = mData.getAUInt32(); in doSetObjectReferences() local 607 MtpResponseCode result = mDatabase->setObjectReferences(handle, references); in doSetObjectReferences() 608 delete references; in doSetObjectReferences()
|
/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 | 190 <p>Figure 2 shows the Properties dialog that lets you add library references and move 196 <p>If you are adding references to multiple libraries, note that you can set their relative
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 24 - it contains references to native code (which we want to avoid in Eclipse), 105 all inner classes and references in methods and types. Note that other classes are 173 references in internal inner classes and methods.
|
/frameworks/base/media/jni/ |
D | android_mtp_MtpDatabase.cpp | 161 MtpObjectHandleList* references); 955 MtpObjectHandleList* references) { in setObjectReferences() argument 957 int count = references->size(); in setObjectReferences() 965 handles[i] = (*references)[i]; in setObjectReferences()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | binding.jd | 27 // references a String array.
|
/frameworks/base/media/java/android/mtp/ |
D | MtpDatabase.java | 994 private int setObjectReferences(int handle, int[] references) { in setObjectReferences() argument 997 int count = references.length; in setObjectReferences() 1001 values.put(Files.FileColumns._ID, references[i]); in setObjectReferences()
|
/frameworks/base/docs/html/guide/topics/ui/layout/ |
D | relative.jd | 69 references another view in the layout against which the view should be positioned.</p>
|
D | gridview.jd | 130 // references to our images
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 46 long lived references. This is all good and well, but in order to keep a fluid and fast-loading UI 65 aggressive with collecting soft/weak references which makes them fairly ineffective. In addition,
|
D | process-bitmap.jd | 96 references from being garbage collected. There’s no guarantee the {@link android.widget.ImageView}
|
/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/tools/help/ |
D | adt.jd | 484 along with things such as ID attributes and their references. However, for some supported 495 references are updated.</dd> 515 …attribute references to the new root, For example, suppose you have a {@link android.widget.Relati…
|
/frameworks/base/docs/html/sdk/1.0_r2/ |
D | upgrading.jd | 110 your JAVA_HOME environment variable is set and that it references a suitable JDK. Alternatively,
|
/frameworks/base/docs/html/training/accessibility/ |
D | service.jd | 247 // Using this parent, get references to both child nodes, the label and the checkbox.
|
/frameworks/base/docs/html/sdk/1.0_r1/ |
D | upgrading.jd | 110 your JAVA_HOME environment variable is set and that it references a suitable JDK. Alternatively,
|
/frameworks/base/docs/html/sdk/1.5_r1/ |
D | upgrading.jd | 33 <h2>Migrating references</h2> 258 to create a new <code>build.xml</code> that references
|
/frameworks/base/docs/html/sdk/1.5_r3/ |
D | upgrading.jd | 35 <h2>Migrating references</h2> 260 to create a new <code>build.xml</code> that references
|
/frameworks/base/docs/html/sdk/1.5_r2/ |
D | upgrading.jd | 33 <h2>Migrating references</h2> 258 to create a new <code>build.xml</code> that references
|
/frameworks/base/docs/html/training/tv/ |
D | optimizing-layouts-tv.jd | 188 <li>Use {@link java.lang.ref.WeakReference} for storing references
|