HomeSort by relevance Sort by last modified time
    Searched defs:frq (Results 1 - 17 of 17) sorted by null

  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueClassLoaderUnloadingTest.java 96 // sepLoader is the loader that we will use to load the parallel FinalizableReferenceQueue (FRQ)
98 // is that the ClassLoader of this test is a URLClassLoader, and that it loads FRQ itself
107 // FRQ tries to load the Finalizer class (for the reference-collecting thread) in a few ways.
109 // then FRQ does not bother to load Finalizer.class through a separate ClassLoader. That happens
111 // our test by setting a static field. We are changing the field in the parallel version of FRQ
119 // Now make a parallel FRQ and an associated FinalizableWeakReference to an object, in order to
176 public static FinalizableReferenceQueue frq = new FinalizableReferenceQueue(); field in class:FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
181 WeakReference<Object> wr = new FinalizableWeakReference<Object>(new Integer(23), frq) {
207 // is that we attempt to run a thread in a separate ClassLoader that will detect when the FRQ
212 // security reasons anyway. Therefore, the FRQ.close() method provides a way to stop the threa
247 Closeable frq = (Closeable) sepFrqUserFrqF.get(null); local
    [all...]
FinalizableReferenceQueueTest.java 38 private FinalizableReferenceQueue frq; field in class:FinalizableReferenceQueueTest
42 frq = null;
47 frq = new FinalizableReferenceQueue());
60 MockReference(FinalizableReferenceQueue frq) {
61 super(new Object(), frq);
89 * Create the FRQ in a method that goes out of scope so that we're sure
93 frq = new FinalizableReferenceQueue();
94 queueReference = new WeakReference<ReferenceQueue<Object>>(frq.queue);
101 reference = new FinalizableWeakReference<Object>(new Object(), frq) {
105 frq = null
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/vogar/lib/
guava.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 

Completed in 86 milliseconds