HomeSort by relevance Sort by last modified time
    Searched full:references (Results 151 - 175 of 4118) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/e2fsprogs/intl/
ref-add.sin 1 # Add this package to a list of references stored in a text file.
ref-del.sin 1 # Remove this package from a list of references stored in a text file.
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SingletonImmutableMap.java 30 // These references are used both by the custom field serializer, and by the
  /external/iptables/
COMMIT_NOTES 6 - Please try to include references to bugs when the description does not
  /external/jsr305/ri/src/main/java/javax/annotation/concurrent/
Immutable.java 22 * to other immutable objects, and that methods do not publish references to any
  /external/junit/src/org/junit/runner/
RunWith.java 11 * with <code>&#064;RunWith</code>, JUnit will invoke the class it references to run the
  /external/kernel-headers/original/asm-arm/
delay.h 14 * This function intentionally does not exist; if you see references to
  /external/llvm/docs/HistoricalNotes/
2000-12-06-EncodingIdea.txt 19 My guess is that most SSA references are to recent values (especially if
  /external/llvm/test/Bitcode/
flags.ll 7 ; forward and backward references.
  /external/llvm/test/CodeGen/PowerPC/
2010-12-18-PPCStackRefs.ll 8 ; Make sure we're generating references using the red zone
  /external/webkit/Source/WebCore/manual-tests/wml/
variable-substitution.wml 6 <p>Click "Refersh" to refresh the card, and the varaible references in the card will be substitued</p>
  /hardware/ti/omap3/dspbridge/inc/
dspapi.h 38 /* Define API decoration for direct importing of DLL references. */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
dspapi.h 38 /* Define API decoration for direct importing of DLL references. */
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
TextImpl.java 73 // TODO: support entity references. This code should expand through
74 // the child elements of entity references.
85 // TODO: support entity references. This code should expand and replace
86 // the child elements of entity references.
  /ndk/sources/host-tools/make-3.81/tests/scripts/variables/
negative 6 # Check that non-terminated variable references are detected (and
  /ndk/sources/host-tools/sed-4.2.1/lib/
ref-add.sin 1 # Add this package to a list of references stored in a text file.
ref-del.sin 1 # Remove this package from a list of references stored in a text file.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
ipa-reference.h 1 /* IPA handling of references.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-reference.h 1 /* IPA handling of references.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-reference.h 1 /* IPA handling of references.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-reference.h 1 /* IPA handling of references.
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
ApiCallTest.java.txt 22 // Class references (no call or field access)
  /external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 30 * A reference queue with an associated background thread that dequeues references and invokes
35 * finalizeReferent()} on the remaining references.
56 * Even if no other references to classes from the application class loader remain, the Finalizer
115 + " Reference cleanup will only occur when new references are created.", t);
124 * Repeatedly dequeues references from the queue and invokes {@link
136 * This is for the benefit of phantom references. Weak and soft references will have already
  /frameworks/base/docs/html/guide/practices/app-design/
jni.jd 12 <li><a href="#local_and_global_references">Local and Global References</a></li>
118 <p>The class references, field IDs, and method IDs are guaranteed valid until the class is unloaded. Classes
145 <h2>Local and Global References</h2>
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 this mean
    [all...]
  /frameworks/base/docs/html/guide/practices/
jni.jd 12 <li><a href="#local_and_global_references">Local and Global References</a></li>
118 <p>The class references, field IDs, and method IDs are guaranteed valid until the class is unloaded. Classes
145 <h2>Local and Global References</h2>
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 this mean
    [all...]

Completed in 1729 milliseconds

1 2 3 4 5 67 8 91011>>