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

  /external/guava/guava-tests/test/com/google/common/base/
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...]
FinalizableReferenceQueueClassLoaderUnloadingTest.java 84 // sepLoader is the loader that we will use to load the parallel FinalizableReferenceQueue (FRQ)
86 // is that the ClassLoader of this test is a URLClassLoader, and that it loads FRQ itself
95 // FRQ tries to load the Finalizer class (for the reference-collecting thread) in a few ways.
97 // then FRQ does not bother to load Finalizer.class through a separate ClassLoader. That happens
99 // our test by setting a static field. We are changing the field in the parallel version of FRQ
107 // Now make a parallel FRQ and an associated FinalizableWeakReference to an object, in order to
164 public static FinalizableReferenceQueue frq = new FinalizableReferenceQueue(); field in class:FinalizableReferenceQueueClassLoaderUnloadingTest.FrqUser
169 WeakReference<Object> wr = new FinalizableWeakReference<Object>(new Integer(23), frq) {
195 // is that we attempt to run a thread in a separate ClassLoader that will detect when the FRQ
200 // security reasons anyway. Therefore, the FRQ.close() method provides a way to stop the threa
235 Closeable frq = (Closeable) sepFrqUserFrqF.get(null); local
    [all...]
  /external/u-boot/arch/arm/cpu/armv7/
arch_timer.c 17 u32 frq; local
19 asm volatile("mrc p15, 0, %0, c14, c0, 0" : "=r" (frq));
20 return frq;
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/testng/ant/3rdparty/
doclava-1.0.3.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 

Completed in 753 milliseconds