/external/toybox/toys/posix/ |
cp.c | 205 // directory, hardlink, symlink, mknod (char, block, fifo, socket), file 269 // make symlink, or make block/char/fifo/socket
|
/frameworks/native/libs/gui/ |
Sensor.cpp | 62 // Set fifo event count zero for older devices which do not support batching. Fused 63 // sensors also have their fifo counts set to zero.
|
/libcore/luni/src/main/java/java/util/concurrent/ |
package-info.java | 76 * supplies an efficient scalable thread-safe non-blocking FIFO queue. 100 * extends {@code BlockingQueue} to support both FIFO and LIFO
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
stat.h | 349 /* Create a new FIFO named PATH, with permission bits MODE. */ 354 /* Like mkfifo, create a new FIFO with permission bits MODE. But
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
stat.h | 351 /* Create a new FIFO named PATH, with permission bits MODE. */ 356 /* Like mkfifo, create a new FIFO with permission bits MODE. But
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
stat.h | 351 /* Create a new FIFO named PATH, with permission bits MODE. */ 356 /* Like mkfifo, create a new FIFO with permission bits MODE. But
|
/system/update_engine/common/ |
test_utils.cc | 281 EXPECT_EQ(0, System(StringPrintf("mkfifo %s/some_dir/fifo", 306 out_paths->push_back("/some_dir/fifo");
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
wlioctl.h | 1296 uint16 fifo; member in struct:wl_txfifo_sz [all...] |
/device/google/contexthub/firmware/inc/ |
sensors.h | 208 uint16_t minSamples; /* minimum host fifo size (in # of samples) */
|
/docs/source.android.com/src/devices/audio/ |
terminology.jd | 109 <dt>FIFO</dt> 112 <a href="http://en.wikipedia.org/wiki/FIFO">First In, First Out</a> 114 typically audio frames. FIFO can be implemented by a 649 <a href="avoiding_pi.html#nonBlockingAlgorithms">non-blocking FIFO</a>, which is
|
/external/opencv3/3rdparty/openexr/IlmThread/ |
IlmThreadPool.h | 105 // by threads as they become available, in FIFO order.
|
/external/toybox/toys/other/ |
stat.c | 85 "regular file\0symbolic link\0socket\0FIFO (named pipe)";
|
/external/toybox/toys/pending/ |
file.c | 215 else if (S_ISFIFO(sb.st_mode)) what = "fifo";
|
/external/valgrind/coregrind/m_scheduler/ |
ticket-lock-linux.c | 111 * See also Nick Piggin, x86: FIFO ticket spinlocks, Linux kernel mailing list
|
/external/webrtc/webrtc/modules/audio_device/mac/portaudio/ |
pa_ringbuffer.c | 63 * Initialize FIFO.
|
pa_ringbuffer.h | 92 PaRingBufferSize bufferSize; /**< Number of elements in FIFO. Power of 2. Set by PaUtil_InitRingBuffer. */
|
/frameworks/rs/cpp/ |
RenderScript.cpp | 252 * execute to set mRun = false. Note that the FIFO sends an
|
/libcore/ojluni/src/main/java/java/lang/ref/ |
ReferenceQueue.java | 44 // NOTE: This implementation of ReferenceQueue is FIFO (queue-like) whereas
|
/packages/apps/Camera2/src/com/android/camera/processing/ |
ProcessingService.java | 45 * A service that processes a {@code ProcessingTask}. The service uses a fifo
|
/pdk/apps/TestingCamera2/ |
README.txt | 92 single-occurance events. Captures are queued and processed in FIFO order.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
stat.h | 186 #define __S_IFIFO 0010000 /* FIFO. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 52 const NFSMODE_FIFO = 0010000; /* fifo */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpcsvc/ |
nfs_prot.x | 52 const NFSMODE_FIFO = 0010000; /* fifo */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
stat.h | 189 #define __S_IFIFO 0010000 /* FIFO. */
|
/cts/tests/tests/hardware/src/android/hardware/cts/ |
SensorTest.java | 450 assertTrue("One shot sensors should have zero FIFO Size " + sensor.getName(), 452 assertTrue("One shot sensors should have zero FIFO Size " + sensor.getName(), 562 * - for continuous sensors it first ensures that the FIFO is filled
|