Searched refs:POSIX (Results 1 - 25 of 125) sorted by relevance

12345

/external/valgrind/main/drd/tests/
H A Dlinuxthreads_det.stdout.exp1 NPTL or non-Linux POSIX threads implementation detected.
H A Drwlock_type_checking.stderr.exp2 Attempt to use a user-defined rwlock as a POSIX rwlock: rwlock 0x.........
8 Attempt to use a POSIX rwlock as a user-defined rwlock: rwlock 0x.........
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThread.cpp12 #elif OS(POSIX)
19 #elif OS(POSIX)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DProcessID.h29 #if OS(POSIX)
H A DPageAllocator.cpp39 #if OS(POSIX)
57 #endif // OS(POSIX)
168 // On POSIX systems, we can trim the oversized mapping to fit exactly.
169 // This will always work on POSIX systems.
194 #if OS(POSIX)
206 #if OS(POSIX)
218 #if OS(POSIX)
230 #if OS(POSIX)
241 #if OS(POSIX)
H A DByteOrder.h34 #if OS(POSIX)
H A DDataLog.cpp29 #if OS(POSIX)
/external/srec/portable/include/
H A Dpassert.h31 #if defined(_WIN32) || defined(POSIX)
H A Dpmutex.h26 #undef POSIX macro
27 #define POSIX macro
58 #elif defined(POSIX)
/external/srec/srec/include/
H A Dsetting.h66 #elif defined (POSIX)
/external/chromium_org/third_party/WebKit/Source/
H A Dconfig.h69 /* OS(POSIX) - Any Unix-like system */
81 /* There is an assumption in the project that either OS(WIN) or OS(POSIX) is set. */
82 #if !OS(WIN) && !OS(POSIX)
83 #error Either OS(WIN) or OS(POSIX) needs to be set.
102 #if OS(POSIX)
106 #endif /* OS(POSIX) */
/external/lldb/source/Plugins/
H A DMakefile22 DynamicLoader/POSIX-DYLD \
36 DIRS += Process/Linux Process/POSIX
42 DIRS += Process/FreeBSD Process/POSIX
H A DAndroid.mk10 DynamicLoader/POSIX-DYLD \
46 Process/POSIX \
54 Process/POSIX \
/external/chromium_org/third_party/libjingle/source/talk/examples/stunserver/
H A Dstunserver_main.cc28 #ifdef POSIX
30 #endif // POSIX
/external/clang/utils/TestUtils/
H A Dpch-test.pl7 use POSIX;
/external/srec/portable/src/
H A Dptimestamp.c41 #elif defined(POSIX)
/external/lldb/tools/debugserver/source/
H A DDNBError.h30 POSIX enumerator in enum:DNBError::__anon25389
66 m_flavor = POSIX;
H A DRNBSocket.cpp93 err.SetError(errno, DNBError::POSIX);
112 err.SetError(errno, DNBError::POSIX);
139 err.SetError(errno, DNBError::POSIX);
163 err.SetError(errno, DNBError::POSIX);
291 err.SetError(errno, DNBError::POSIX);
347 err.SetError(errno, DNBError::POSIX);
383 err.SetError(errno, DNBError::POSIX);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dconsole.cc32 #ifdef POSIX
36 #endif // POSIX
44 #ifdef POSIX
150 #ifdef POSIX
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/perl/
H A Drwtop.pl20 use POSIX qw/SIGALRM SA_RESTART/;
94 my $sa = POSIX::SigAction->new(\&set_print_pending);
97 POSIX::sigaction(SIGALRM, $sa) or die "Can't set SIGALRM handler: $!\n";
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorID.cpp35 #if !defined(WEBCORE_NAVIGATOR_PLATFORM) && OS(POSIX) && !OS(MACOSX)
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsimplethread.cpp18 // Defines _XOPEN_SOURCE for access to POSIX functions.
42 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
43 # undef POSIX macro
45 # define POSIX macro
47 # undef POSIX macro
62 #if defined(POSIX)
304 // class SimpleThread POSIX implementation
306 // A note on the POSIX vs the Windows implementations of this class..
311 // On POSIX, there is NO reliable non-blocking mechanism to determine
323 #if defined(POSIX)
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsimplethread.cpp18 // Defines _XOPEN_SOURCE for access to POSIX functions.
42 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
43 # undef POSIX macro
45 # define POSIX macro
47 # undef POSIX macro
62 #if defined(POSIX)
304 // class SimpleThread POSIX implementation
306 // A note on the POSIX vs the Windows implementations of this class..
311 // On POSIX, there is NO reliable non-blocking mechanism to determine
323 #if defined(POSIX)
[all...]
/external/chromium_org/third_party/icu/source/tools/genren/
H A Dgenren.pl19 use POSIX qw(strftime);
28 $mode = 'POSIX';
139 if($mode =~ /POSIX/) {
146 if($mode =~ /POSIX/) {
/external/icu/icu4c/source/tools/genren/
H A Dgenren.pl19 use POSIX qw(strftime);
28 $mode = 'POSIX';
139 if($mode =~ /POSIX/) {
146 if($mode =~ /POSIX/) {

Completed in 3572 milliseconds

12345