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

1 2 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 8 ENQ = 0x05 # ^E
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
textpad.py 106 elif ch == curses.ascii.ENQ: # ^e
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 8 ENQ = 0x05 # ^E
41 "NUL", "SOH", "STX", "ETX", "EOT", "ENQ", "ACK", "BEL",
textpad.py 106 elif ch == curses.ascii.ENQ: # ^e
  /external/clang/lib/Basic/
CharInfo.cpp 18 // 4 EOT 5 ENQ 6 ACK 7 BEL
  /external/llvm/lib/Support/
regcname.h 51 { "ENQ", '\005' },
  /ndk/sources/host-tools/ndk-stack/regex/
cname.h 48 { "ENQ", '\005' },
  /libcore/luni/src/main/java/java/util/concurrent/locks/
AbstractQueuedLongSynchronizer.java 201 * sake of GC) when dequeued. The enq operation does not
276 * method enq to add new wait node.
333 private Node enq(final Node node) { method in class:AbstractQueuedLongSynchronizer
357 // Try the fast path of enq; backup to full enq on failure
366 enq(node);
    [all...]
AbstractQueuedSynchronizer.java 427 * sake of GC) when dequeued. The enq operation does not
502 * method enq to add new wait node.
559 private Node enq(final Node node) { method in class:AbstractQueuedSynchronizer
583 // Try the fast path of enq; backup to full enq on failure
592 enq(node);
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
cname.h 84 { "ENQ", '\005' },
  /external/deqp/executor/
xeXMLWriter.cpp 51 case 5: return "<ENQ>";
  /external/jemalloc/src/
prof.c 269 assert(!tdata->enq);
270 tdata->enq = true;
288 assert(tdata->enq);
289 tdata->enq = false;
    [all...]
  /external/deqp/framework/qphelper/
qpXmlWriter.c 70 case 5: repl = "<ENQ>"; break;
  /external/jemalloc/include/jemalloc/internal/
prof.h 215 bool enq; member in struct:prof_tdata_s
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_utility.cpp 9 //NUL SOH STX ETX EOT ENQ ACK BEL BS HT LF VT FF CR SO SI
  /external/lldb/test/pexpect-2.4/
screen.py 12 ENQ = 5 # Transmit answerback message.
  /external/valgrind/coregrind/m_demangle/
safe-ctype.c 167 Z, C, C, C, C, C, C, C, /* NUL SOH STX ETX EOT ENQ ACK BEL */
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex.tcc 154 "ENQ",
  /system/bt/stack/gatt/
att_protocol.c 496 /* do not enq cmd if handle value confirmation or set request */
  /external/mesa3d/include/GL/
vms_x_fix.h     [all...]
  /external/guava/guava/src/com/google/common/base/
Ascii.java 108 public static final byte ENQ = 5;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Spdy3.java 92 + "sdchcharset=utf-8charset=iso-8859-1,utf-,*,enq=0.").getBytes(Util.UTF_8.name());
  /system/bt/stack/btm/
btm_ble_privacy.c 586 BTM_TRACE_ERROR("resolving list can not be edited, EnQ now");
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 213 uint8 enq; /* waiting in q */ member in struct:__anon23441
  /libcore/luni/src/main/java/java/util/concurrent/
Phaser.java     [all...]

Completed in 797 milliseconds

1 2 3 4