Home
last modified time | relevance | path

Searched refs:FIFO (Results 1 – 25 of 79) sorted by relevance

1234

/external/cldr/tools/java/org/unicode/cldr/icu/
Dldml2icu_supplemental.txt24 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
26 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
27 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
29 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
30 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
32 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
33 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
34 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
36 ; /CurrencyMap/$1/<FIFO>/id ; values=$4
37 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
[all …]
/external/ltp/testcases/kernel/syscalls/getxattr/
Dgetxattr02.c64 #define FIFO "getxattr02fifo" macro
73 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/
Dcpuset_memory_spread_testset.sh48 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/
Dsetxattr02.c71 #define FIFO "setxattr02fifo" macro
112 .fname = FIFO,
208 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/external/ltp/testcases/kernel/syscalls/fsetxattr/
Dfsetxattr02.c56 #define FIFO MNTPOINT"/fsetxattr02fifo" macro
103 .fname = FIFO,
207 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/external/ltp/testcases/kernel/syscalls/fgetxattr/
Dfgetxattr02.c63 #define FIFO MNTPOINT"/fgetxattr02fifo" macro
116 .fname = FIFO,
221 SAFE_MKNOD(FIFO, S_IFIFO | 0777, 0); in setup()
/external/u-boot/doc/device-tree-bindings/spi/
Dspi-cadence.txt9 - cdns,fifo-depth : Size of the data FIFO in words.
10 - cdns,fifo-width : Bus width of the data FIFO in bytes.
/external/perfetto/src/traced/probes/ftrace/test/data/android_hammerhead_MRA59G_3.4.0/events/kgsl/kgsl_z180_irq_status/
Dformat13 …(REC->status, "|", { 0x00000001L, "MH" }, { 0x00000002L, "G2D" }, { 0x00000004L, "FIFO" }) : "None"
/external/u-boot/doc/device-tree-bindings/net/
Daltera_tse.txt20 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes
21 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes
Dti,dp83867.txt9 - ti,fifo-depth - Transmitt FIFO depth- see dt-bindings/net/ti-dp83867.h
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DDumpArchiveEntry.java655 return type == TYPE.FIFO; in isFifo()
787 FIFO(1), enumConstant
/external/python/cpython3/Doc/library/
Dqueue.rst19 which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)`
31 :abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
39 Constructor for a :abbr:`FIFO (first-in, first-out)` queue. *maxsize* is
78 Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue.
/external/e2fsprogs/doc/RelNotes/
Dv1.22.txt5 files (i.e., block/character device files, named FIFO's, etc.).
Dv1.13.txt24 happen to be sockets and FIFO files, and offer to clear them.
/external/u-boot/arch/arm/include/asm/ti-common/
Dti-edma3.h41 FIFO = 1 enumerator
/external/u-boot/board/freescale/mx6memcal/
DKconfig187 read data from the internal FIFO.
197 read data from the internal FIFO
/external/u-boot/drivers/usb/musb-new/
DKconfig63 All data is copied between memory and FIFO by the CPU.
/external/e2fsprogs/tests/f_filetype/
Dexpect.130 Inode 20 (/badfifo) is an illegal FIFO.
/external/u-boot/drivers/dma/
Dti-edma3.c100 if (mode == FIFO) in edma3_set_dest()
171 if (mode == FIFO) in edma3_set_src()
/external/e2fsprogs/tests/f_extents/
Dexpect.140 Inode 19 (/fbad-sock) is an illegal FIFO.
/external/e2fsprogs/tests/d_special_files/
Dexpect42 Inode: 14 Type: FIFO Mode: 0000 Flags: 0x0
/external/swiftshader/third_party/subzero/docs/
DALLOCATION.rst38 * 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/
Dqueue.rst24 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
Dstat.rst43 Return non-zero if the mode is from a FIFO (named pipe).
200 FIFO.
/external/libchrome/mojo/public/cpp/platform/
DREADME.md28 The `PlatformChannel` type abstracts a platform-specific IPC FIFO primitive

1234