/external/ltp/testcases/kernel/syscalls/getxattr/ |
D | getxattr02.c | 62 #define FIFO "getxattr02fifo" macro 71 FIFO, /* case 00, get attr from fifo */ 139 if (mknod(FIFO, S_IFIFO | 0777, 0) == -1) in setup() 141 FIFO); in setup()
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/ |
D | cpuset_memory_spread_testset.sh | 48 FIFO="./myfifo" 235 read exit_num < $FIFO 342 mkfifo $FIFO 345 tst_brkm TFAIL "failed to mkfifo $FIFO" 351 rm -f DATAFILE $FIFO
|
/external/ltp/testcases/kernel/syscalls/setxattr/ |
D | setxattr02.c | 71 #define FIFO "setxattr02fifo" macro 113 .fname = FIFO, 213 if (mknod(FIFO, S_IFIFO | 0777, 0) == -1) in setup() 215 FIFO); in setup()
|
/external/e2fsprogs/tests/f_filetype/ |
D | expect.1 | 30 Inode 20 (/badfifo) is an illegal FIFO.
|
/external/e2fsprogs/tests/d_special_files/ |
D | expect | 42 Inode: 14 Type: FIFO Mode: 0000 Flags: 0x0
|
/external/syslinux/gpxe/src/drivers/net/ |
D | sis190.h | 193 FIFO = 0x00020000, enumerator
|
D | sis190.c | 304 #define TxErrMask (WND | TABRT | FIFO | LINK) in sis190_tx_pkt_err()
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 38 * Bitcode parsing is sequential, so it's easy to use a FIFO queue to keep the 40 multithreaded, FIFO order for the assembler buffer queue may not be
|
/external/python/cpython2/Doc/library/ |
D | queue.rst | 24 which the entries are retrieved. In a FIFO queue, the first tasks added are 34 Constructor for a FIFO queue. *maxsize* is an integer that sets the upperbound
|
D | stat.rst | 43 Return non-zero if the mode is from a FIFO (named pipe). 200 FIFO.
|
D | tarfile.rst | 639 Return :const:`True` if it is a FIFO. 644 Return :const:`True` if it is one of character device, block device or FIFO.
|
D | os.rst | 1172 Create a FIFO (a named pipe) named *path* with numeric mode *mode*. The default 1181 FIFO for reading, and the client opens it for writing. Note that :func:`mkfifo` 1182 doesn't open the FIFO --- it just creates the rendezvous point.
|
D | collections.rst | 814 true or FIFO order if false.
|
/external/ltp/runtest/ |
D | quickhit | 221 # select of fd of a named-pipe (FIFO) 264 # unlink(2) of a FIFO
|
/external/lisa/ipynb/examples/trappy/ |
D | trappy_example.ipynb | 219 … "2016-12-12 12:32:22,827 INFO : Workload : task [task_per20], sched: {'policy': 'FIFO'}\n", 280 " \"policy\": \"FIFO\",\n",
|
/external/valgrind/coregrind/m_gdbserver/ |
D | README_DEVELOPERS | 63 commands from gdb using read system call on a FIFO (e.g. a command 137 commands and writes them on FIFO /tmp/vgdb-pipe-from-vgdb-to-PID-by-USER-on-HOST. 138 vgdb reads replies on FIFO /tmp/vgdb-pipe-to-vgdb-from-PID-by-USER-on-HOST
|
/external/lisa/ipynb/examples/devlib/ |
D | cgroups_example.ipynb | 109 …"2016-12-08 11:42:44,331 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': … 122 …"2016-12-08 11:42:46,185 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': … 135 …"2016-12-08 11:42:48,087 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': … 148 …"2016-12-08 11:42:49,970 INFO : Workload : task [task1], sched: {'policy': 'FIFO', 'prio': …
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | associated_interface_unittest.cc | 442 TEST_F(AssociatedInterfaceTest, FIFO) { in TEST_F() argument
|
/external/ltp/testcases/realtime/ |
D | 00_Descriptions.txt | 158 worker threads with increasing FIFO priorities. By default, the number of
|
/external/googletest/googletest/docs/ |
D | V1_6_Primer.md | 288 As an example, let's write tests for a FIFO queue class named `Queue`, which
|
D | V1_7_Primer.md | 288 As an example, let's write tests for a FIFO queue class named `Queue`, which
|
D | Primer.md | 289 As an example, let's write tests for a FIFO queue class named `Queue`, which
|
D | V1_5_Primer.md | 284 As an example, let's write tests for a FIFO queue class named `Queue`, which
|
/external/squashfs-tools/ |
D | CHANGES | 561 1.3 29 JUL 2003 FIFO/Socket support added plus optimisations and
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 787 # this version is always FIFO. 794 # Whereas the order of m4_wrap may be FIFO in the underlying m4, this 1312 # m4_stack_foreach proceeds in FIFO order, while m4_stack_foreach_lifo
|