Home
last modified time | relevance | path

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

12345

/external/icu/tools/cldr/cldr-to-icu/src/main/resources/
Dldml2icu_supplemental.txt25 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
27 ; /CurrencyMap/$1/<FIFO>/id ; values=$2
28 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
30 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
31 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
33 ; /CurrencyMap/$1/<FIFO>/id ; values=$3
34 ; /CurrencyMap/$1/<FIFO>/from:intvector ; values=&date($2, from)
35 ; /CurrencyMap/$1/<FIFO>/tender ; values=false
37 ; /CurrencyMap/$1/<FIFO>/id ; values=$4
38 ; /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.c52 #define FIFO "setxattr02fifo" macro
93 .fname = FIFO,
189 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/libcap/doc/values/
D23.txt5 - alter the FIFO vs. round-robin (realtime)
/external/arm-trusted-firmware/plat/imx/common/include/
Dimx8_lpuart.h22 #define FIFO 0x28 macro
/external/webrtc/sdk/objc/unittests/
DRTCAudioDeviceModule_xctest.mm124 // initial callbacks (avoids initial FIFO access).
496 // Start playout and recording and store recorded data in an intermediate FIFO
500 // means 'packet played'. Under such conditions, the FIFO would only contain
502 // of the FIFO will vary more due to an unbalance between the two sides.
505 // (max and average) of the FIFO. The size of the FIFO is increased by the
517 // FIFO queue and measurements
/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/angle/src/libANGLE/renderer/vulkan/doc/
DPresentSemaphores.md38 FIFO (the arguments in this document translate to all modes) with 3 images:
47 submit queue to grow indefinitely, resulting in larger and larger input lag. In FIFO mode, the PE
62 > which case pacing the submissions similarly paces the presentation). In theory, in FIFO mode, the
65 > To understand why, imagine a FIFO swapchain with 1000 images and submissions that are
142 > For example, imagine the old swapchain was created in FIFO mode, and one image is being presented
/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/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/python/cpython3/Doc/library/
Dqueue.rst17 which the entries are retrieved. In a :abbr:`FIFO (first-in, first-out)`
29 :abbr:`FIFO (first-in, first-out)` queue type, :class:`SimpleQueue`, whose
37 Constructor for a :abbr:`FIFO (first-in, first-out)` queue. *maxsize* is
76 Constructor for an unbounded :abbr:`FIFO (first-in, first-out)` queue.
/external/e2fsprogs/tests/f_filetype/
Dexpect.130 Inode 20 (/badfifo) is an illegal FIFO.
/external/rust/crates/crossbeam-deque/
DCHANGELOG.md23 - Make `Worker::pop()` faster in the FIFO case.
/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
/external/mesa3d/docs/relnotes/
D18.1.2.rst54 - vulkan/wsi: Destroy swapchain images after terminating FIFO queues
/external/cpuinfo/test/dmesg/
Dmoto-g-gen4.log540 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
567 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
569 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
571 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
573 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
583 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
585 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
587 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
589 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
591 …not responding, ensure its powered: msgs(n:1 cur:0 tx) bc(rx:0 tx:1) mode:FIFO slv_addr:0x29 MSTR_…
[all …]

12345