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

12 3 4 5 6 7 8 91011

  /external/mksh/src/
histrap.c 631 static char *enqueued = NULL; local
636 afree(enqueued, APERM);
637 enqueued = NULL;
642 if (!enqueued)
644 } else if (enqueued) {
645 c = enqueued;
646 enqueued = NULL;
680 if (!enqueued) {
682 enqueued = c;
688 nenq = strlen(enqueued);
    [all...]
  /external/libchrome/base/synchronization/
waitable_event_watcher_posix.cc 195 // We have no kernel. This means that we never enqueued a Waiter on an
199 // In this case, a task was enqueued on the MessageLoop and will run.
215 // enqueued in the same wait-list. We would think that that waiter was our
227 // have been enqueued with the MessageLoop because the waiter was never
242 // If the waiter has already run then the task has been enqueued. If the Task
  /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.
  /art/runtime/gc/
reference_processor.h 68 // Make a circular list with reference if it is not enqueued. Uses the finalizer queue lock.
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 84 * be enqueued.
  /external/iproute2/man/man8/
tc-mqprio.8 30 disciplines may be added subsequently. Packets are enqueued using the
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).
tc.8 114 .B enqueued
125 then be enqueued in any of the inner qdiscs, which are within the
137 be enqueued. Whenever traffic arrives at a class with subclasses, it needs
361 subclasses to which traffic may be enqueued.
390 If classification did not succeed, packets are enqueued to the leaf qdisc
  /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 */
847 __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 49 * 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.
  /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/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());
  /libcore/ojluni/src/main/java/java/lang/ref/
package-info.java 68 * to be <em>enqueued</em>. The program may remove references from a queue either
76 * it will never be enqueued. It is the responsibility of the program using
  /external/iproute2/include/linux/
pkt_sched.h 33 __u64 bytes; /* Number of enqueued bytes */
34 __u32 packets; /* Number of enqueued packets */
851 __u32 packets_in; /* total number of packets enqueued */
  /external/okhttp/mockwebserver/src/test/java/com/squareup/okhttp/mockwebserver/
MockWebServerTest.java 126 server.enqueue(new MockResponse().setBody("enqueued in the background"));
133 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.
846 bool Enqueued = false;
868 Enqueued = true;
883 Enqueued = true;
    [all...]
  /bootable/recovery/
ui.h 91 // the key should be enqueued for use by the main thread.
  /developers/build/prebuilts/gradle/ActiveNotifications/Application/src/main/java/com/example/android/activenotifications/
ActiveNotificationsFragment.java 35 * A fragment that allows notifications to be enqueued.

Completed in 853 milliseconds

12 3 4 5 6 7 8 91011