Home
last modified time | relevance | path

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

123

/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.java120 public void addReferences(Object... references) { in addReferences() argument
121 getGraphReader().addReferencesByKeysAndValues(references); in addReferences()
/frameworks/base/docs/html/guide/practices/app-design/
Djni.jd118 <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/
Djni.jd118 <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/
DMtpDatabase.h99 MtpObjectHandleList* references) = 0;
DMtpServer.cpp606 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/
Dprojects-cmdline.jd234 <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
Dprojects-eclipse.jd190 <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/
DREADME.txt24 - 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/
Dandroid_mtp_MtpDatabase.cpp161 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/
Dbinding.jd27 // references a String array.
/frameworks/base/media/java/android/mtp/
DMtpDatabase.java994 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/
Drelative.jd69 references another view in the layout against which the view should be positioned.</p>
Dgridview.jd130 // references to our images
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd46 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,
Dprocess-bitmap.jd96 references from being garbage collected. There’s no guarantee the {@link android.widget.ImageView}
/frameworks/base/docs/html/training/id-auth/
Didentify.jd106 AccountManager am = AccountManager.get(this); // "this" references the current Context
/frameworks/base/docs/html/tools/help/
Dadt.jd484 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/
Dupgrading.jd110 your JAVA_HOME environment variable is set and that it references a suitable JDK. Alternatively,
/frameworks/base/docs/html/training/accessibility/
Dservice.jd247 // Using this parent, get references to both child nodes, the label and the checkbox.
/frameworks/base/docs/html/sdk/1.0_r1/
Dupgrading.jd110 your JAVA_HOME environment variable is set and that it references a suitable JDK. Alternatively,
/frameworks/base/docs/html/sdk/1.5_r1/
Dupgrading.jd33 <h2>Migrating references</h2>
258 to create a new <code>build.xml</code> that references
/frameworks/base/docs/html/sdk/1.5_r3/
Dupgrading.jd35 <h2>Migrating references</h2>
260 to create a new <code>build.xml</code> that references
/frameworks/base/docs/html/sdk/1.5_r2/
Dupgrading.jd33 <h2>Migrating references</h2>
258 to create a new <code>build.xml</code> that references
/frameworks/base/docs/html/training/tv/
Doptimizing-layouts-tv.jd188 <li>Use {@link java.lang.ref.WeakReference} for storing references

123