Home
last modified time | relevance | path

Searched +full:sunos +full:- +full:x64 (Results 1 – 25 of 89) sorted by relevance

1234

/aosp_15_r20/external/tcpdump/cmake/Modules/
H A DFindPCAP.cmake6 # lib subdirectories for pcap.dll (e.g WpdPack or npcap-sdk).
8 # (e.g cmake -DPCAP_ROOT=C:\path\to\pcap [...])
15 # libpcap isn't set up to install .pc files or pcap-config on Windows,
32 # The 64-bit Packet.lib is located under /x64
35 # For the WinPcap and Npcap SDKs, the Lib subdirectory of the top-level
36 # directory contains 32-bit libraries; the 64-bit libraries are in the
37 # Lib/x64 directory.
39 # The only way to *FORCE* CMake to look in the Lib/x64 directory
41 # CMAKE_LIBRARY_ARCHITECTURE to "x64".
43 set(CMAKE_LIBRARY_ARCHITECTURE "x64")
[all …]
/aosp_15_r20/external/conscrypt/openjdk/src/main/java/org/conscrypt/
H A DHostProperties.java8 * http://www.apache.org/licenses/LICENSE-2.0
24 * http://www.apache.org/licenses/LICENSE-2.0
69 SUNOS, enumConstant
196 return value.toLowerCase(Locale.ROOT).replaceAll("[^a-z0-9]+", ""); in normalize()
201 * (https://github.com/trustin/os-maven-plugin). This plugin is used to generate
202 * platform-specific
234 if (value.startsWith("solaris") || value.startsWith("sunos")) { in getOperatingSystem()
235 return OperatingSystem.SUNOS; in getOperatingSystem()
246 * (https://github.com/trustin/os-maven-plugin). This plugin is used to generate
247 * platform-specific
[all …]
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/main/java/com/android/org/conscrypt/
H A DHostProperties.java9 * http://www.apache.org/licenses/LICENSE-2.0
25 * http://www.apache.org/licenses/LICENSE-2.0
70 SUNOS, enumConstant
197 return value.toLowerCase(Locale.ROOT).replaceAll("[^a-z0-9]+", ""); in normalize()
202 * (https://github.com/trustin/os-maven-plugin). This plugin is used to generate
203 * platform-specific
235 if (value.startsWith("solaris") || value.startsWith("sunos")) { in getOperatingSystem()
236 return OperatingSystem.SUNOS; in getOperatingSystem()
247 * (https://github.com/trustin/os-maven-plugin). This plugin is used to generate
248 * platform-specific
[all …]
/aosp_15_r20/external/libpcap/
H A DCMakeLists.txt65 # For getting raw lists of --libs and --libs --static information from a
66 # pkg-config module.
71 # a UN*X, -l can be prefixed - i.e., names, without extensions,
74 # containing the libraries, to which, on a UN*X, -L can be
78 # than -l and -L flags
90 # pkg-config, so the output of --libs, etc. may include a -L for the
92 # pcap-config files.
94 # So we just run pkg-config ourselves, so that we get its output
100 # Get the --libs information.
104 # pkg_check_modules() before running pkg-config and *not* undefine
[all …]
H A Dconfig.sub3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-01-21'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DCMakeLists.txt6 # ManagedStatic can be used to enable lazy-initialization of globals.
10 check_cxx_compiler_flag("-Werror=global-constructors" HAS_WERROR_GLOBAL_CTORS)
12 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror=global-constructors")
20 string(REPLACE "-Werror=global-constructors" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS})
54 # regular short library name, suitable for appending to a -l link flag.
67 if( UNIX AND ${CMAKE_SYSTEM_NAME} MATCHES "SunOS" )
82 set (delayload_flags delayimp -delayload:shell32.dll -delayload:ole32.dll)
107 set(system_libs ${system_libs} "mincore.lib" "-INCLUDE:malloc")
109 set(MIMALLOC_LIB "${LLVM_INTEGRATED_CRT_ALLOC}/out/msvc-x64/Release/mimalloc-static.lib")
111 …om https://github.com/microsoft/mimalloc/issues/268 then build the Release x64 target through ${LL…
[all …]
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/
DCMakePlatformId.h.in33 # define PLATFORM_ID "SunOS"
39 # define PLATFORM_ID "HP-UX"
66 # define PLATFORM_ID "MP-RAS"
126 # define ARCHITECTURE_ID "x64"
210 # define ARCHITECTURE_ID "x64"
/aosp_15_r20/external/libevent/build-aux/
H A Dconfig.sub3 # Copyright 1992-2020 Free Software Foundation, Inc.
5 timestamp='2020-01-01'
28 # Please send patches to <config-[email protected]>.
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53 me=`echo "$0" | sed -e 's,.*/,,'`
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
61 -h, --help print this help, then exit
62 -t, --time-stamp print date of last modification, then exit
[all …]
/aosp_15_r20/external/tcpdump/
H A Dconfig.sub3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-01-21'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/e2fsprogs/config/
H A Dconfig.sub3 # Copyright 1992-2023 Free Software Foundation, Inc.
7 timestamp='2023-01-21'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/sg3_utils/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/mtools/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/libogg/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/curl/
H A Dconfig.sub3 # Copyright 1992-2022 Free Software Foundation, Inc.
7 timestamp='2022-01-03'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/pcre/
H A Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-08-14'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/python/cpython3/
Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
7 timestamp='2021-08-14'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/external/google-breakpad/autotools/
H A Dconfig.sub3 # Copyright 1992-2021 Free Software Foundation, Inc.
5 timestamp='2021-01-07'
28 # Please send patches to <config-[email protected]>.
48 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
49 # or in some cases, the newer four-part form:
50 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53 me=$(echo "$0" | sed -e 's,.*/,,')
56 Usage: $0 [OPTION] CPU-MFR-OPSYS or ALIAS
61 -h, --help print this help, then exit
62 -t, --time-stamp print date of last modification, then exit
[all …]
/aosp_15_r20/external/libpng/
H A Dconfig.sub3 # Copyright 1992-2024 Free Software Foundation, Inc.
7 timestamp='2024-01-01'
30 # Please send patches to <config-[email protected]>.
50 # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51 # or in some cases, the newer four-part form:
52 # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
58 # variety of pre-POSIX systems that do not have POSIX shells at all, and
59 # even some reasonably current systems (Solaris 10 as case-in-point) still
60 # have a pre-POSIX /bin/sh.
62 me=`echo "$0" | sed -e 's,.*/,,'`
[all …]
/aosp_15_r20/development/tools/motion/motion_test_watcher_app/
H A Dpackage-lock.json2 "name": "watch-web-app",
8 "name": "watch-web-app",
17 "@angular/platform-browser": "^18.0.0",
18 "@angular/platform-browser-dynamic": "^18.0.0",
20 "ng-keyboard-shortcuts": "^13.0.8",
26 "@angular-devkit/build-angular": "^18.0.1",
28 "@angular/compiler-cli": "^18.0.0",
30 "jasmine-core": "~5.1.0",
32 "karma-chrome-launcher": "~3.2.0",
33 "karma-coverage": "~2.2.0",
[all …]
/aosp_15_r20/packages/modules/Bluetooth/floss/build/rustup/
Drustup.sh11 if [ "$KSH_VERSION" = 'Version JM 93t+ 2010-03-05' ]; then
20 set -u
23 RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
28 rustup-init 1.24.3 (c1c769109 2021-05-31)
32 rustup-init [FLAGS] [OPTIONS]
35 -v, --verbose Enable verbose output
36 -q, --quiet Disable progress output
37 -y Disable confirmation prompt.
38 --no-modify-path Don't configure the PATH environment variable
39 -h, --help Prints help information
[all …]
/aosp_15_r20/external/python/cpython2/
DREADME11 Copyright (c) 1995-2001 Corporation for National Research Initiatives.
14 Copyright (c) 1991-1995 Stichting Mathematisch Centrum.
19 -------------------
35 ---------------------------
41 ------------------------------
43 Congratulations on getting this far. :-)
54 ----------------------
56 Python is an interpreted, interactive object-oriented programming
65 ----------------------
76 -------------
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
21 distinguish platform-specific build directories and platform-specific built
28 linux-i586
29 linux-alpha (?)
30 solaris-2.6-sun4u
33 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
34 win32 (all others - specifically, sys.platform is returned)
36 For other non-POSIX platforms, currently just returns 'sys.platform'.
41 return 'win-amd64'
43 return 'win-arm32'
[all …]
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
21 distinguish platform-specific build directories and platform-specific built
28 linux-i586
29 linux-alpha (?)
30 solaris-2.6-sun4u
33 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
34 win32 (all others - specifically, sys.platform is returned)
36 For other non-POSIX platforms, currently just returns 'sys.platform'.
41 return 'win-amd64'
43 return 'win-arm32'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
21 distinguish platform-specific build directories and platform-specific built
28 linux-i586
29 linux-alpha (?)
30 solaris-2.6-sun4u
33 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
34 win32 (all others - specifically, sys.platform is returned)
36 For other non-POSIX platforms, currently just returns 'sys.platform'.
41 return 'win-amd64'
43 return 'win-arm32'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
21 distinguish platform-specific build directories and platform-specific built
28 linux-i586
29 linux-alpha (?)
30 solaris-2.6-sun4u
33 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
34 win32 (all others - specifically, sys.platform is returned)
36 For other non-POSIX platforms, currently just returns 'sys.platform'.
41 return 'win-amd64'
43 return 'win-arm32'
[all …]

1234