Home
last modified time | relevance | path

Searched +full:cross +full:- +full:spawn (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py42 # Visual C++ is a 32-bit application, so we need to look in
44 # 64-bit Python on Win64
56 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
57 # the param to cross-compile on x86 targeting amd64.)
60 'win-amd64' : 'amd64',
61 'win-ia64' : 'ia64',
151 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
180 if i == -1:
184 majorVersion = int(s[:-2]) - 6
291 value = value[:-1]
[all …]
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
12 from distutils.spawn import spawn
18 mainly to distinguish platform-specific build directories and
19 platform-specific built distributions. Typically includes the OS name
27 linux-i586
28 linux-alpha (?)
29 solaris-2.6-sun4u
30 irix-5.3
31 irix64-6.2
34 win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py55 # Visual C++ is a 32-bit application, so we need to look in
57 # 64-bit Python on Win64
67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
68 # the param to cross-compile on x86 targeting amd64.)
71 'win-amd64': 'amd64',
164 you can try compiling with MingW32, by passing "-c mingw32" to setup.py."""
195 if i == -1:
199 majorVersion = int(s[:-2]) - 6
303 value = value[:-1]
329 # as it really isn't necessary for this sort of single-compiler class.
[all …]
D_msvccompiler.py88 "-latest",
89 "-prerelease",
90 "-requires",
92 "-property",
94 "-products",
119 # bpo-38597: Removed vcruntime return value
149 ).decode('utf-16le', errors='replace')
182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
183 # lighter-weight MSVC installs that do not include native 64-bit tools.
186 'win-amd64': 'x86_amd64',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py55 # Visual C++ is a 32-bit application, so we need to look in
57 # 64-bit Python on Win64
67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
68 # the param to cross-compile on x86 targeting amd64.)
71 'win-amd64': 'amd64',
164 you can try compiling with MingW32, by passing "-c mingw32" to setup.py."""
195 if i == -1:
199 majorVersion = int(s[:-2]) - 6
303 value = value[:-1]
329 # as it really isn't necessary for this sort of single-compiler class.
[all …]
D_msvccompiler.py88 "-latest",
89 "-prerelease",
90 "-requires",
92 "-property",
94 "-products",
119 # bpo-38597: Removed vcruntime return value
149 ).decode('utf-16le', errors='replace')
182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
183 # lighter-weight MSVC installs that do not include native 64-bit tools.
186 'win-amd64': 'x86_amd64',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
15 from distutils.spawn import spawn
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'
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
304 # as it really isn't necessary for this sort of single-compiler class.
[all …]
D_msvccompiler.py77 "-latest",
78 "-prerelease",
79 "-requires", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
80 "-property", "installationPath",
81 "-products", "*",
100 # bpo-38597: Removed vcruntime return value
132 ).decode('utf-16le', errors='replace')
165 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
166 # lighter-weight MSVC installs that do not include native 64-bit tools.
169 'win-amd64' : 'x86_amd64',
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py55 # Visual C++ is a 32-bit application, so we need to look in
57 # 64-bit Python on Win64
67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
68 # the param to cross-compile on x86 targeting amd64.)
71 'win-amd64': 'amd64',
164 you can try compiling with MingW32, by passing "-c mingw32" to setup.py."""
195 if i == -1:
199 majorVersion = int(s[:-2]) - 6
303 value = value[:-1]
329 # as it really isn't necessary for this sort of single-compiler class.
[all …]
D_msvccompiler.py88 "-latest",
89 "-prerelease",
90 "-requires",
92 "-property",
94 "-products",
119 # bpo-38597: Removed vcruntime return value
149 ).decode('utf-16le', errors='replace')
182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
183 # lighter-weight MSVC installs that do not include native 64-bit tools.
186 'win-amd64': 'x86_amd64',
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/
H A Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
15 from distutils.spawn import spawn
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'
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/
Dmsvc9compiler.py55 # Visual C++ is a 32-bit application, so we need to look in
57 # 64-bit Python on Win64
67 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
68 # the param to cross-compile on x86 targeting amd64.)
71 'win-amd64': 'amd64',
164 you can try compiling with MingW32, by passing "-c mingw32" to setup.py."""
195 if i == -1:
199 majorVersion = int(s[:-2]) - 6
303 value = value[:-1]
329 # as it really isn't necessary for this sort of single-compiler class.
[all …]
D_msvccompiler.py88 "-latest",
89 "-prerelease",
90 "-requires",
92 "-property",
94 "-products",
119 # bpo-38597: Removed vcruntime return value
149 ).decode('utf-16le', errors='replace')
182 # 'vcvarsall.bat'. Always cross-compile from x86 to work with the
183 # lighter-weight MSVC installs that do not include native 64-bit tools.
186 'win-amd64': 'x86_amd64',
[all …]
/aosp_15_r20/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py40 # Visual C++ is a 32-bit application, so we need to look in
42 # 64-bit Python on Win64
52 # 'vcvarsall.bat'. Note a cross-compile may combine these (eg, 'x86_amd64' is
53 # the param to cross-compile on x86 targeting amd64.)
56 'win-amd64' : 'amd64',
146 you can try compiling with MingW32, by passing "-c mingw32" to setup.py.""")
175 if i == -1:
179 majorVersion = int(s[:-2]) - 6
280 value = value[:-1]
306 # as it really isn't necessary for this sort of single-compiler class.
[all …]
Dutil.py3 Miscellaneous utility functions -- anything that doesn't fit into
15 from distutils.spawn import spawn
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'
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/futures-test/src/task/
Dmod.rs4 // Also, there is cross crate links in here. They are not going to work anytime soon. Do we put htt…
5 // in here? to here: https://rust-lang.github.io/futures-api-docs? The problem is these have a
6 // version hardcoded in the url: 0.3.0-alpha.16 We could link to docs.rs, but currently that says:
7 // docs.rs failed to build futures-0.3.0-alpha.16 -> ok the reason seems to be that they are on
8 // 2019-04-17 which does still have futures-api unstable feature, so that should get solved.
15 //! [`Spawn`](futures_task::Spawn) implementations.
18 //! - [`noop_context`] creates a context that ignores calls to
20 //! - [`panic_context`] creates a context that panics when
24 //! - [`noop_waker`] creates a waker that ignores calls to
26 //! - [`panic_waker`](panic_waker()) creates a waker that panics when
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/
H A Dyarn.lock5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
27 import-fresh "^3.2.1"
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/
H A Dyarn.lock5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
27 import-fresh "^3.2.1"
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/
Dyarn.lock5 "@eslint-community/eslint-utils@^4.2.0":
7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23…
8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9…
10 eslint-visitor-keys "^3.3.0"
12 "@eslint-community/regexpp@^4.4.0":
14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a…
15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F…
19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777…
20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS…
27 import-fresh "^3.2.1"
[all …]

12345678910>>...13