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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/tests/079-phantom/
info.txt 1 Exercise phantom references.
  /external/bluetooth/glib/tests/gobject/
.gitignore 11 references
  /external/nist-sip/java/gov/nist/javax/sip/parser/extensions/
ReferencesParser.java 7 import gov.nist.javax.sip.header.extensions.References;
17 * @param references the header to parse
19 public ReferencesParser(String references) {
20 super(references);
42 headerName(TokenTypes.REFERENCES);
43 References references= new References(); local
48 references.setCallId(callId);
49 super.parse(references);
    [all...]
  /external/llvm/test/Assembler/
2002-04-29-NameBinding.ll 1 ; There should be NO references to the global v1. The local v1 should
2 ; have all of the references!
5 ; no references to it!
2009-02-28-StripOpaqueName.ll 3 ; Stripping the name from A should not break references to it.
  /dalvik/dx/tests/118-find-usages/
info.txt 1 Creates a .dex file and runs find usages on it to find references and declarations.
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct.default/
p7.cpp 6 extern void h2(int x = sizeof(i)); // expected-error {{default argument references local variable 'i' of enclosing function}}
  /external/clang/test/Sema/
illegal-types.c 5 void c (int &[]); // expected-error{{'type name' declared as array of references}}
6 void d (int &p[]); // expected-error{{'p' declared as array of references}}
  /external/clang/test/SemaCXX/
MicrosoftCompatibility-cxx98.cpp 5 enum ENUM; // expected-warning {{forward references to 'enum' types are a Microsoft extension}}
8 enum ENUM1* var3 = 0;// expected-warning {{forward references to 'enum' types are a Microsoft extension}}
  /external/sepolicy/
servicemanager.te 10 # As such, it only ever receives and transfers other references
11 # created by other domains. It never passes its own references
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
p5.cpp 4 // There shall be no references to references, no arrays of
5 // references, and no pointers to references.
79 [ // expected-error {{declared as array of references}}
86 [ // expected-error {{declared as array of references}}
96 [ // expected-error {{declared as array of references}}
103 [ // expected-error {{declared as array of references}}
110 [ // expected-error {{declared as array of references}}
115 [ // expected-error {{declared as array of references}}
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
ReferencesHeader.java 10 * References header: See http://tools.ietf.org/html/draft-worley-references-05
14 public static final String NAME = "References";
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.stc/
p10.cpp 10 mutable int &f2; // expected-error{{'mutable' cannot be applied to references}}
11 mutable T1 f3; // expected-error{{'mutable' cannot be applied to references}}
  /external/clang/test/SemaObjC/
arc-no-runtime.m 5 __weak id x; // expected-error {{the current deployment target does not support automated __weak references}}
15 @synthesize testObjectWeakProperty; // expected-error {{the current deployment target does not support automated __weak references}}
  /external/kernel-headers/original/linux/
fadvise.h 5 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fadvise.h 5 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 5 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fadvise.h 5 #define POSIX_FADV_RANDOM 1 /* Expect random page references. */
6 #define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.unqual/
p11.cpp 6 int b = a) { // expected-error {{default argument references parameter 'a'}}
  /external/kernel-headers/original/asm-generic/
sections.h 4 /* References to section boundaries */
  /packages/apps/PackageInstaller/
proguard.flags 1 # The support library contains references to newer platform versions.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 40 /* We can have references spanning both callgraph and varpool,
68 /* List of references. This is stored in both callgraph and varpool nodes. */
71 /* Store actual references in references vector. */
72 VEC(ipa_ref_t,gc) *references;
73 /* Refering is vector of pointers to references. It must not live in GGC space
74 or GGC will try to mark middle of references vectors. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-ref.h 40 /* We can have references spanning both callgraph and varpool,
68 /* List of references. This is stored in both callgraph and varpool nodes. */
71 /* Store actual references in references vector. */
72 VEC(ipa_ref_t,gc) *references;
73 /* Refering is vector of pointers to references. It must not live in GGC space
74 or GGC will try to mark middle of references vectors. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-ref.h 40 /* We can have references spanning both callgraph and varpool,
68 /* List of references. This is stored in both callgraph and varpool nodes. */
71 /* Store actual references in references vector. */
72 VEC(ipa_ref_t,gc) *references;
73 /* Refering is vector of pointers to references. It must not live in GGC space
74 or GGC will try to mark middle of references vectors. */
  /libcore/luni/src/main/java/java/lang/ref/
SoftReference.java 39 * <h3>Avoid Soft References for Caching</h3>
40 * In practice, soft references are inefficient for caching. The runtime doesn't
41 * have enough information on which references to clear and which to keep. Most
46 * limits the usefulness of soft references. References that are cleared too
50 * soft references. LruCache has an effective eviction policy and lets the user
53 * <h3>Garbage Collection of Soft References</h3>
57 * <li>A set {@code refs} of references is determined. {@code refs} contains
60 * <li>All soft references pointing to {@code obj}.</li>
61 * <li>All soft references pointing to objects from which {@code obj} i
    [all...]

Completed in 2500 milliseconds

1 2 3 4 5 6 7 8 91011>>