Home
last modified time | relevance | path

Searched defs:AIX (Results 1 – 6 of 6) sorted by relevance

/third_party/libuv/
Dconfigure.ac59 AM_CONDITIONAL([AIX], [AS_CASE([$host_os],[aix*], [true], [false])]) condition
/third_party/node/deps/uv/
Dconfigure.ac59 AM_CONDITIONAL([AIX], [AS_CASE([$host_os],[aix*], [true], [false])]) condition
/third_party/python/
Dsetup.py87 AIX = (HOST_PLATFORM.startswith('aix')) variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTriple.h180 AIX, enumerator
/third_party/python/Lib/test/
Dtest_shutil.py41 AIX = sys.platform[:3] == 'aix' variable
Dtest_socket.py45 AIX = platform.system() == "AIX" variable