HomeSort by relevance Sort by last modified time
    Searched refs:POSIX (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
signal_blocker.hpp 20 # error Only Windows and POSIX are supported!
tss_ptr.hpp 22 # error Only Windows and POSIX are supported!
  /external/python/cpython3/Include/internal/
gil.h 11 #error You need either a POSIX-compatible or a Windows system!
  /external/cldr/tools/java/org/unicode/cldr/util/
Level.java 13 // POSIX(20, "G4", 100),
19 public static final Level POSIX = BASIC;
55 if (name.equalsIgnoreCase("POSIX")) {
56 return POSIX;
102 return Level.POSIX;
  /build/kati/testcase/
posix_var.mk 16 .POSIX:
  /external/ltp/testcases/kernel/containers/
TEST_PLAN.txt 23 POSIX IPC NAMESPACES (NEAR FUTURE)
  /external/ltp/testcases/open_posix_testsuite/bin/
run-posix-option-group-test.sh 17 Build and run the tests for POSIX area specified by the 3 letter tag
18 in the POSIX spec
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 20 // Defines _XOPEN_SOURCE for access to POSIX functions.
44 /* Prefer native Windows APIs even if POSIX is implemented (i.e., on Cygwin). */
45 # undef POSIX
47 # define POSIX
49 # undef POSIX
64 #if defined(POSIX)
209 // class SimpleThread POSIX implementation
212 #if defined(POSIX)
281 // end POSIX
  /external/clang/utils/TestUtils/
pch-test.pl 7 use POSIX;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetOptions.h 53 POSIX, // POSIX Threads
272 ThreadModel::Model ThreadModel = ThreadModel::POSIX;
  /external/llvm/include/llvm/Target/
TargetOptions.h 55 POSIX, // POSIX Threads
106 JTType(JumpTable::Single), ThreadModel(ThreadModel::POSIX),
  /external/curl/docs/libcurl/
mksymbolsmanpage.pl 26 use POSIX qw(strftime);
  /external/curl/tests/
ftp.pm 131 use POSIX ":sys_wait_h";
159 use POSIX ":sys_wait_h";
  /external/libchrome/base/memory/
shared_memory_handle.h 105 // The SharedMemoryHandle is backed by a POSIX fd.
106 POSIX,
206 // Each instance of a SharedMemoryHandle is backed either by a POSIX fd or a
shared_memory_unittest.cc 285 // On POSIX we have a problem when 2 threads try to create the shmem
372 options.type = SharedMemoryHandle::POSIX;
608 options.type = SharedMemoryHandle::POSIX;
642 // Android supports a different permission model than POSIX for its "ashmem"
670 options.type = SharedMemoryHandle::POSIX;
696 options.type = SharedMemoryHandle::POSIX;
781 // On POSIX it is especially important we test shmem across processes,
865 options.type = SharedMemoryHandle::POSIX;
    [all...]
  /external/libchrome/mojo/core/
embedder_unittest.cc 349 POSIX,
354 HandleType::MACH, HandleType::POSIX, HandleType::POSIX, HandleType::MACH,
366 if (type == HandleType::POSIX) {
412 if (type == HandleType::POSIX) {
  /external/cldr/tools/java/org/unicode/cldr/icu/
CheckIBMCoverage.java 156 // fw.write("\t\t<br><b><font color=\"FF0000\">Note: Please ignore the POSIX column. The data is not accurate</font></b>\n");
161 fw.write("\t\t\t\t<th>Minimum Coverage(POSIX)</td>\n");
186 // check posix coverage
187 int posix = processFile(locale, destDir + File.separator + plf, Level.POSIX, group, true); local
188 if (posix == 0) {
207 if (level.equals(Level.POSIX)) {
208 if (posix == 0) {
238 fw.write("\t\t\t<il>POSIX==G4</il>\n");
247 fw.write("\t\t<br><b>Posix Requirement Passed: " + mp + "</b>\n")
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 11 // run-time libraries and declares some useful POSIX-specific functions.
23 #error This file should only be included on POSIX
  /external/libevent/m4/
acx_pthread.m4 9 # This macro figures out how to build C programs using POSIX threads.
118 # libraries is broken (non-POSIX).
272 ifelse([$1],,AC_DEFINE(HAVE_PTHREAD,1,[Define if you have POSIX threads libraries and header files.]),[$1])
  /external/lz4/
Makefile 93 HOST_OS = POSIX
118 ifneq (,$(filter $(HOST_OS),MSYS POSIX))
  /external/libchrome/base/test/
test_shared_memory_util.cc 42 // Common routine used with Posix file descriptors. Check that shared memory
123 // For OSX, the code has to deal with both POSIX and MACH handles.
124 if (handle.type_ == SharedMemoryHandle::POSIX)
  /external/llvm/include/llvm/CodeGen/
CommandFlags.h 70 cl::init(ThreadModel::POSIX),
71 cl::values(clEnumValN(ThreadModel::POSIX, "posix",
72 "POSIX thread model"),
  /external/clang/tools/driver/
driver.cpp 349 enum { Default, POSIX, Windows } RSPQuoting = Default;
351 if (strcmp(F, "--rsp-quoting=posix") == 0)
352 RSPQuoting = POSIX;
  /external/swiftshader/third_party/LLVM/test/lib/
llvm.exp 28 POSIX {
31 set resultmsg "$test$PRS\nFailed with posix($posixNum,$posixMsg)$errmsg"
  /external/swiftshader/third_party/LLVM/utils/
NewNightlyTest.pl 2 use POSIX qw(strftime);
126 use POSIX;

Completed in 3394 milliseconds

1 2 3 4