HomeSort by relevance Sort by last modified time
    Searched full:enqueued (Results 26 - 50 of 208) sorted by null

12 3 4 5 6 7 8 9

  /libcore/luni/src/main/java/java/lang/ref/
FinalizerReference.java 83 * Waits for all currently-enqueued references to be finalized.
133 * finalize() method is called, we know all previously-enqueued finalizable
SoftReference.java 67 * refs} will be enqueued with their corresponding reference queues, if
75 * cleared and enqueued until the runtime must reclaim memory to satisfy an
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 325 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues() since the entire entry is removed here]
353 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues()]
497 // [assertion: 'softValue' couldn't have been enqueued already and can't be enqueued until strong reference in 'entryKey' is nulled out]
516 // ['softValue' may or may not have been enqueued already]
519 // [regardless of whether 'softValue' has been enqueued or not, disable its removal by removeClearedValues() since the buckets get restructured]
539 * Removes all entries whose soft values have been cleared _and_ enqueued.
  /external/openfst/src/include/fst/
shortest-path.h 94 vector<bool> enqueued; local
127 enqueued.push_back(false);
135 enqueued.push_back(true);
140 enqueued[s] = false;
161 enqueued.push_back(false);
176 if (!enqueued[arc.nextstate]) {
178 enqueued[arc.nextstate] = true;
  /art/runtime/gc/
reference_processor.h 66 // Make a circular list with reference if it is not enqueued. Uses the finalizer queue lock.
reference_queue.h 48 // Enqueue a reference if is not already enqueued. Thread safe to call from multiple threads
  /art/runtime/mirror/
reference.h 89 // Since the references are stored as cyclic lists it means that once enqueued, the pending
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 84 * be enqueued.
  /external/kernel-headers/original/uapi/linux/
scc.h 126 int tx_queued; /* tx frames enqueued */
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */
34 __u32 packets; /* Number of enqueued packets */
840 __u32 packets_in; /* total number of packets enqueued */
  /external/libnl/lib/route/sch/
fifo.c 20 * the configured limit.backlog contains currently enqueued volume in bytes.
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 53 * may be done when buffers are enqueued.
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
ImageLoaderTest.java 71 // But request should be enqueued only once.
  /hardware/libhardware/modules/input/evdev/
InputDevice.cpp 75 // enqueued right after the device is opened will have timestamps
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
scc.h 126 int tx_queued; /* tx frames enqueued */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netax25/
ax25.h 162 #define AX25_VALUES_IPMAXQUEUE 15 /* Maximum number of buffers enqueued */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
scc.h 126 int tx_queued; /* tx frames enqueued */
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */
34 __u32 packets; /* Number of enqueued packets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netax25/
ax25.h 162 #define AX25_VALUES_IPMAXQUEUE 15 /* Maximum number of buffers enqueued */
  /external/iproute2/man/man8/
tc-sfb.8 135 non-responsive that can be enqueued per second. Once this number has been
182 Rather, packets are enqueued to the inner qdisc (defaults to pfifo).
  /external/mockwebserver/src/test/java/com/google/mockwebserver/
MockWebServerTest.java 149 server.enqueue(new MockResponse().setBody("enqueued in the background"));
156 assertEquals("enqueued in the background", reader.readLine());
  /external/iproute2/include/linux/
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */
34 __u32 packets; /* Number of enqueued packets */
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 120 server.enqueue(new MockResponse().setBody("enqueued in the background"));
127 assertEquals("enqueued in the background", reader.readLine());
  /external/llvm/lib/CodeGen/
IfConversion.cpp 96 /// IsEnqueued - True if BB has been enqueued to be ifcvt'ed.
812 bool Enqueued = false;
834 Enqueued = true;
849 Enqueued = true;
857 Enqueued = true;
872 Enqueued = true;
    [all...]
  /bootable/recovery/
ui.h 88 // the key should be enqueued for use by the main thread.

Completed in 1996 milliseconds

12 3 4 5 6 7 8 9