/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
system.h | 584 /* Test if something is a FIFO. */ [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
collections.py | 155 Pairs are returned in LIFO order if last is true or FIFO order if false.
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
collections.py | 155 Pairs are returned in LIFO order if last is true or FIFO order if false.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
collections.py | 155 Pairs are returned in LIFO order if last is true or FIFO order if false.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
collections.py | 155 Pairs are returned in LIFO order if last is true or FIFO order if false.
|
/system/core/libutils/ |
Threads.cpp | 502 // because it ensures that everybody is in the mutex FIFO before
|
/system/sepolicy/ |
domain.te | 46 # fifo writes
|
/external/e2fsprogs/po/ |
id.po | [all...] |
it.po | [all...] |
/external/toybox/generated/ |
help.h | 177 #define HELP_makedevs "usage: makedevs [-d device_table] rootdir\n\nCreate a range of special files as specified in a device table.\n\n-d file containing device table (default reads from stdin)\n\nEach line of of the device table has the fields:\n<name> <type> <mode> <uid> <gid> <major> <minor> <start> <increment> <count>\nWhere name is the file name, and type is one of the following:\n\nb Block device\nc Character device\nd Directory\nf Regular file\np Named pipe (fifo)\n\nOther fields specify permissions, user and group id owning the file,\nand additional fields for device special files. Use '-' for blank entries,\nunspecified fields are treated as '-'.\n\n" [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ForkJoinPool.java | 148 * or FIFO, depending on mode), then to randomized FIFO steals of 244 * local task processing is in FIFO, not LIFO order, simply by [all...] |
LinkedTransferQueue.java | 26 * This queue orders elements FIFO (first-in-first-out) with respect 80 * A FIFO dual queue may be implemented using a variation of the [all...] |
/external/bison/po/ |
ja.po | 1280 #~ msgid "fifo" 1281 #~ msgstr "fifo" [all...] |
/external/squashfs-tools/ |
RELEASE-README | 647 Reading from a device (or fifo/named socket) 653 given a device, fifo, or named socket will place that special file within the [all...] |
CHANGES | 561 1.3 29 JUL 2003 FIFO/Socket support added plus optimisations and
|
/frameworks/base/docs/html/ndk/reference/ |
group___sensor.jd | [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
RenderScript.java | 286 // lockless fifo. [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 108 #define FIFO1 "/dev/fifo.1" 109 #define FIFO2 "/dev/fifo.2" [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 123 #define FIFO1 "/dev/fifo.1" 124 #define FIFO2 "/dev/fifo.2" [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 119 #define FIFO1 "/dev/fifo.1" 120 #define FIFO2 "/dev/fifo.2" [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 122 #define FIFO1 "/dev/fifo.1" 123 #define FIFO2 "/dev/fifo.2" [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 118 #define FIFO1 "/dev/fifo.1" 119 #define FIFO2 "/dev/fifo.2" [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
ResizableDoubleArray.java | 325 * The effect is similar to a push operation in a FIFO queue. [all...] |
/external/tremolo/Tremolo/ |
framing.c | 627 /* base case; fifo uninitialized */
|
/libcore/luni/src/main/java/android/system/ |
OsConstants.java | 42 * Tests whether the given mode is a FIFO. [all...] |