Home
last modified time | relevance | path

Searched +full:- +full:- +full:directory +full:- +full:prefix (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/aosp_15_r20/external/clang/test/Driver/
H A Dps4-sdk-root.c1 // REQUIRES: x86-registered-target
5 // or relative to the location of the compiler driver), if "-nostdinc",
6 // "--sysroot" or "-isysroot" option is specified on the command line.
11 // or relative to the location of the compiler driver), if "-c", "-S", "-E",
12 // "--sysroot", "-nostdlib" or "-nodefaultlibs" option is specified on
17-Winvalid-or-nonexistent-directory -### -target x86_64-scei-ps4 %s 2>&1 | FileCheck -check-prefix=…
19 …. %clang -Winvalid-or-nonexistent-directory -### -c -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
20 …. %clang -Winvalid-or-nonexistent-directory -### -S -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
21 …. %clang -Winvalid-or-nonexistent-directory -### -E -target x86_64-scei-ps4 %s 2>&1 | FileCheck -c…
22 …lang -Winvalid-or-nonexistent-directory -### -emit-ast -target x86_64-scei-ps4 %s 2>&1 | FileCheck…
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c11 #include <mach-o/dyld.h>
16 * Two directories must be found, the platform independent directory
17 * (prefix), containing the common .py and .pyc files, and the platform
18 * dependent directory (exec_prefix), containing the shared library
19 * modules. Note that prefix and exec_prefix can be the same directory,
22 * Py_GetPath() carries out separate searches for prefix and exec_prefix.
24 * file or directory is found. If no prefix or exec_prefix is found, a
25 * warning message is issued and the preprocessor defined PREFIX and
38 * pathname if one is found) and the directory of the link target is used.
40 * Finally, argv0_path is set to the directory containing the executable
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.py18 # abspath(path) -- make relative paths absolute against CWD
19 # basename(path) -- the filename of path
20 # dirname(path) -- the directory name of path
21 # hassuffix(path, suffix) -- returns True if path has suffix
22 # isabs(path) -- path is absolute or not
23 # isdir(path) -- path exists and is a directory
24 # isfile(path) -- path exists and is a file
25 # isxfile(path) -- path exists and is an executable file
26 # joinpath(*paths) -- combine the paths
27 # readlines(path) -- a list of each line of text in the UTF-8 encoded file
[all …]
/aosp_15_r20/external/python/cpython3/Doc/install/
Dindex.rst3 .. _install-index:
18 :ref:`What's New <distutils-deprecated>` entry for more information.
22 :ref:`installing-index`
33 recommendations section <https://packaging.python.org/guides/tool-recommendations/>`__
37 .. _inst-intro:
54 See :ref:`installing-index` and :ref:`distributing-index` for more details.
59 .. _inst-new-standard:
62 ------------------------------------
67 in the name of the downloaded archive, e.g. :file:`foo-1.0.tar.gz` or
68 :file:`widget-0.9.7.zip`. Next, the archive will unpack into a similarly named
[all …]
/aosp_15_r20/external/python/cpython2/Doc/install/
Dindex.rst3 .. _install-index:
15 :ref:`installing-index`
29 end-user's point-of-view, describing how to extend the capabilities of a
30 standard Python installation by building and installing third-party Python
43 .. _inst-intro:
51 Python installation in the form of third-party modules. This might be necessary
55 In the past, there has been little support for adding third-party modules to an
59 This document is aimed primarily at the people who need to install third-party
60 Python modules: end-users and system administrators who just need to get some
66 the :ref:`distutils-index` manual. :ref:`debug-setup-script` may also be of
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dinstall.py30 # The following code provides backward-compatible INSTALL_SCHEMES
46 # On POSIX-y platforms, Python will:
47 # - Build from .h files in 'headers' (only there when
49 # - Install .h files to 'include'
64 # platlibdir is available since 3.9: bpo-1294959
92 description = "install everything from build directory"
96 ('prefix=', None,
97 "installation prefix"),
98 ('exec-prefix=', None,
99 "(Unix only) prefix for platform-specific files"),
[all …]
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dinstall.py35 'purelib': '$base/Lib/site-packages',
36 'platlib': '$base/Lib/site-packages',
44 'purelib': '$base/lib/python$py_version_short/site-packages',
45 'platlib': '$platbase/lib/python$py_version_short/site-packages',
73 'purelib': '$base/Lib/site-packages',
74 'platlib': '$base/Lib/site-packages',
96 description = "install everything from build directory"
100 ('prefix=', None,
101 "installation prefix"),
102 ('exec-prefix=', None,
[all …]
/aosp_15_r20/external/python/cpython3/Doc/library/
Dtempfile.rst1 :mod:`tempfile` --- Generate temporary files and directories
15 --------------
19 :class:`TemporaryDirectory`, and :class:`SpooledTemporaryFile` are high-level
22 :func:`mkdtemp` are lower-level functions which require manual cleanup.
24 All the user-callable functions and constructors take additional arguments which
32 The module defines the following user-callable items:
34 .. function:: TemporaryFile(mode='w+b', buffering=-1, encoding=None, newline=None, suffix=None, pre…
36 Return a :term:`file-like object` that can be used as a temporary storage area.
39 …collected). Under Unix, the directory entry for the file is either not created at all or is remov…
45 :ref:`tempfile-examples`). On completion of the context or
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/it/java/software/amazon/awssdk/transfer/s3/
H A DS3TransferManagerUploadDirectoryIntegrationTest.java55 private static Path directory; field in S3TransferManagerUploadDirectoryIntegrationTest
62 directory = createLocalTestDirectory(); in setUp()
68 FileUtils.cleanUpTestDirectory(directory); in teardown()
70 log.warn(() -> "Failed to clean up test directory " + directory, exception); in teardown()
76 log.warn(() -> "Failed to delete s3 bucket " + TEST_BUCKET, exception); in teardown()
82 String prefix = "yolo"; in uploadDirectory_filesSentCorrectly() local
83 DirectoryUpload uploadDirectory = tmCrt.uploadDirectory(u -> u.source(directory) in uploadDirectory_filesSentCorrectly()
85 .s3Prefix(prefix)); in uploadDirectory_filesSentCorrectly()
90 …s3.listObjectsV2Paginator(b -> b.bucket(TEST_BUCKET).prefix(prefix)).contents().stream().map(S3Obj… in uploadDirectory_filesSentCorrectly()
93 … assertThat(keys).containsOnly(prefix + "/bar.txt", prefix + "/foo/1.txt", prefix + "/foo/2.txt"); in uploadDirectory_filesSentCorrectly()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py28 'purelib': '{base}/Lib/site-packages',
29 'platlib': '{base}/Lib/site-packages',
37 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
39 '{py_version_short}/site-packages',
54 'purelib': '{base}/site-packages',
55 'platlib': '{base}/site-packages',
61 'purelib': '{base}/site-packages',
62 'platlib': '{base}/site-packages',
177 prefix = not name.endswith(('_user', '_home'))
179 return pypy_name if old_pypy and prefix else name
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dinstall.py27 'purelib': '{base}/Lib/site-packages',
28 'platlib': '{base}/Lib/site-packages',
36 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
37 'platlib': '{platbase}/{platlibdir}/{implementation_lower}{py_version_short}/site-packages',
51 'purelib': '{base}/site-packages',
52 'platlib': '{base}/site-packages',
58 'purelib': '{base}/site-packages',
59 'platlib': '{base}/site-packages',
176 prefix = not name.endswith(('_user', '_home'))
178 return pypy_name if old_pypy and prefix else name
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py28 'purelib': '{base}/Lib/site-packages',
29 'platlib': '{base}/Lib/site-packages',
37 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
39 '{py_version_short}/site-packages',
54 'purelib': '{base}/site-packages',
55 'platlib': '{base}/site-packages',
61 'purelib': '{base}/site-packages',
62 'platlib': '{base}/site-packages',
177 prefix = not name.endswith(('_user', '_home'))
179 return pypy_name if old_pypy and prefix else name
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py28 'purelib': '{base}/Lib/site-packages',
29 'platlib': '{base}/Lib/site-packages',
37 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
39 '{py_version_short}/site-packages',
54 'purelib': '{base}/site-packages',
55 'platlib': '{base}/site-packages',
61 'purelib': '{base}/site-packages',
62 'platlib': '{base}/site-packages',
177 prefix = not name.endswith(('_user', '_home'))
179 return pypy_name if old_pypy and prefix else name
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py28 'purelib': '{base}/Lib/site-packages',
29 'platlib': '{base}/Lib/site-packages',
37 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages',
39 '{py_version_short}/site-packages',
54 'purelib': '{base}/site-packages',
55 'platlib': '{base}/site-packages',
61 'purelib': '{base}/site-packages',
62 'platlib': '{base}/site-packages',
177 prefix = not name.endswith(('_user', '_home'))
179 return pypy_name if old_pypy and prefix else name
[all …]
/aosp_15_r20/external/libcap-ng/
H A DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the 'README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a 'Makefile' in each directory of the package.
27 It may also create one or more '.h' files containing system-dependent
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
52 1. 'cd' to the directory containing the package's source code and type
60 3. Optionally, type 'make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
[all …]
/aosp_15_r20/external/pcre/
H A DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the 'README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a 'Makefile' in each directory of the package.
27 It may also create one or more '.h' files containing system-dependent
34 enabled with '--cache-file=config.cache' or simply '-C') that saves the
52 1. 'cd' to the directory containing the package's source code and type
60 3. Optionally, type 'make check' to run any self-tests that come with
61 the package, generally using the just-built uninstalled binaries.
[all …]
/aosp_15_r20/external/google-breakpad/
H A DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2013 Free Software Foundation,
9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
[all …]
/aosp_15_r20/external/antlr/runtime/C/
H A DINSTALL9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
65 documentation. When installing into a prefix owned by root, it is
[all …]
/aosp_15_r20/external/libexif/
H A DINSTALL9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
65 documentation. When installing into a prefix owned by root, it is
[all …]
/aosp_15_r20/external/lmfit/
H A DINSTALL9 notice and this notice are preserved. This file is offered as-is,
17 more-detailed instructions are generic; see the `README' file for
25 various system-dependent variables used during compilation. It uses
26 those values to create a `Makefile' in each directory of the package.
27 It may also create one or more `.h' files containing system-dependent
34 and enabled with `--cache-file=config.cache' or simply `-C') that saves
53 1. `cd' to the directory containing the package's source code and type
61 3. Optionally, type `make check' to run any self-tests that come with
62 the package, generally using the just-built uninstalled binaries.
65 documentation. When installing into a prefix owned by root, it is
[all …]

12345678910>>...48