Searched
full:pipe (Results
276 -
300 of
1632) sorted by null
<<11121314151617181920>>
/external/bluetooth/glib/tests/ |
gio-test.c | 42 #define pipe(fds) _pipe(fds, 4096, _O_BINARY) macro 334 if (pipe (pipe_to_sub) == -1 || 335 pipe (pipe_from_sub) == -1) 336 perror ("pipe"), exit (1);
|
/external/checkpolicy/ |
Makefile | 13 CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing
|
/external/chromium/base/ |
file_descriptor_shuffle.h | 20 // file_descriptor_map.push_back(base::InjectionArc(pipe[1], 1, true));
|
/external/clang/lib/Driver/ |
InputInfo.h | 33 Pipe
|
/external/clang/tools/scan-view/ |
Reporter.py | 181 stdout=subprocess.PIPE, stderr=subprocess.PIPE) 214 p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
/external/libnfc-nxp/src/ |
phHciNfc_DevMgmt.c | 258 *ppipe_id = p_pipe_info->pipe.pipe_id ; 405 pipe_id = p_pipe_info->pipe.pipe_id ; 456 pipe_id = p_pipe_info->pipe.pipe_id ; 515 /* PN544 Device Mgmt pipe open sequence */ 532 pHwRef, (uint8_t)p_pipe_info->pipe.pipe_id, [all...] |
phHciNfc_Emulation.c | 183 pPipeInfo->pipe.source.host_id = 186 pPipeInfo->pipe.source.gate_id = 189 pPipeInfo->pipe.dest.host_id = 192 pPipeInfo->pipe.dest.gate_id = 194 /* The Pipe ID is Hardcoded to Connectivity */ 195 pPipeInfo->pipe.pipe_id = (uint8_t) NXP_PIPE_CONNECTIVITY; 248 /* Function to Update the Pipe Information */ 488 /* Secure Element WI pipe open sequence */ 560 /* SWP pipe open sequence */ [all...] |
phHciNfc_RFReaderA.h | 95 /* Pointer to the reader A pipe information */ 128 * The phHciNfc_ReaderA_Get_PipeID function gives the pipe id of the reader A 226 * \param[in] pPipeInfo Update the pipe Information of the reader 356 * \param[in] pPipeInfo Update the pipe Information of the reader
|
/external/libvpx/examples/includes/geshi/geshi/ |
nsis.php | 330 GESHI_SEARCH => '([^:\/\\\*\?\"\<\>(?:<PIPE>)\s]*?)(::)([^:\/\\\*\?\"\<\>(?:<PIPE>)\s]*?)', 337 GESHI_SEARCH => '([^:\/\\\*\?\"\<\>(?:<PIPE>)\s]*?)(::)([^:\/\\\*\?\"\<\>(?:<PIPE>)]*?\s)',
|
/external/oprofile/daemon/ |
opd_perfmon.c | 305 perror("Failed to write child pipe:"); 387 perror("Failed to read child pipe"); 439 if (pipe(children[i].up_pipe)) { 440 perror("Couldn't create child pipe");
|
/external/protobuf/src/google/protobuf/compiler/ |
subprocess.cc | 189 // Child closed pipe. Presumably it will report an error later. 295 pipe(stdin_pipe); 296 pipe(stdout_pipe); 384 // Child closed pipe. Presumably it will report an error later.
|
/external/valgrind/main/drd/scripts/ |
download-and-build-firefox | 53 ac_add_options --enable-optimize="-O1 -g -pipe"
|
/frameworks/av/services/audioflinger/ |
Android.mk | 23 Pipe.cpp \
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.h | 19 * should really be via a pipe or some other protected mechanism for better
|
/hardware/ti/wlan/wl1271/CUDK/configurationutility/ |
Android.mk | 67 ARMFLAGS = -fno-common -g #-fno-builtin -Wall #-pipe
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
Android.mk | 50 -Wall -Wstrict-prototypes $(DEBUGFLAGS) -D__LINUX__ $(DK_DEFINES) -D__BYTE_ORDER_LITTLE_ENDIAN -fno-common #-pipe
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
smbno.h | 42 #define ERRbadpipe 230 /* Named pipe invalid */ 43 #define ERRpipebusy 231 /* All instances of pipe are busy */ 44 #define ERRpipeclosing 232 /* named pipe close in progress */ 45 #define ERRnotconnected 233 /* No process on other end of named pipe */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 42 #define ERRbadpipe 230 /* Named pipe invalid */ 43 #define ERRpipebusy 231 /* All instances of pipe are busy */ 44 #define ERRpipeclosing 232 /* named pipe close in progress */ 45 #define ERRnotconnected 233 /* No process on other end of named pipe */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 42 #define ERRbadpipe 230 /* Named pipe invalid */ 43 #define ERRpipebusy 231 /* All instances of pipe are busy */ 44 #define ERRpipeclosing 232 /* named pipe close in progress */ 45 #define ERRnotconnected 233 /* No process on other end of named pipe */
|
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
_sigdefs.h | 45 __BIONIC_SIGDEF(SIGPIPE,13,"Broken pipe")
|
Completed in 1909 milliseconds
<<11121314151617181920>>