Home
last modified time | relevance | path

Searched +full:packages +full:- +full:dir (Results 1 – 25 of 252) sorted by relevance

1234567891011

/third_party/python/Lib/idlelib/
Dpathbrowser.py13 _htest - bool, change box location when running htest
36 for dir in sys.path:
37 item = DirBrowserTreeItem(dir)
44 def __init__(self, dir, packages=[]): argument
45 self.dir = dir
46 self.packages = packages
49 if not self.packages:
50 return self.dir
52 return self.packages[-1] + ": package"
56 names = os.listdir(self.dir or os.curdir)
[all …]
/third_party/python/Lib/
Dsite.py1 """Append module search paths for third-party packages to sys.path.
7 This will append site-specific paths to the module search path. On
10 lib/python<version>/site-packages.
12 prefixes directly, as well as with lib/site-packages appended. The
18 it is also checked for site-packages (sys.base_prefix and
21 the key "include-system-site-packages" set to anything other than "false"
22 (case-insensitive), the system-level prefixes will still also be
23 searched for site-packages; otherwise they won't.
25 All of the resulting site-specific directories, if they exist, are
31 to be added to sys.path. Non-existing directories (or
[all …]
Dpkgutil.py1 """Utilities to support packages."""
27 """Return the finder-specific module spec."""
63 Note that this function must import all *packages* (NOT all
112 or, if path is None, all top-level modules on sys.path.
155 filenames.sort() # handle packages before same-named modules
199 the current sys.path, plus any modules that are frozen or built-in.
215 subname = fullname.split(".")[-1]
239 filenames.sort() # handle packages before same-named modules
347 if os.path.exists(self.filename[:-1]):
348 with open(self.filename[:-1], 'r') as f:
[all …]
/third_party/tex-hyphen/hyph-utf8/source/generic/hyph-utf8/lib/tex/hyphen/texlive/
Dpackage.rb7 @@metadata = YAML::load File.read File.expand_path '../packages.yml', __dir__
23 def self.packages singletonMethod in TeX.Hyphen.TeXLive.Package
24 # a hash with the names of TeX Live packages, either individual language names,
26 @@packages ||= Language.all.inject(Hash.new) do |packages, language|
28 packages[name] ||= Package.new(name) # Create new package if necessary
29 packages[name].add_language language
32 packages
37 packages.values
65 "depend hyphen-base",
66 "depend hyph-utf8",
[all …]
/third_party/python/Lib/test/
Dtest_ensurepip.py22 self.touch(tmpdir, "pip-1.2.3b1-py2.py3-none-any.whl")
23 self.touch(tmpdir, "setuptools-49.1.3-py3-none-any.whl")
32 packages = ensurepip._get_packages()
34 # when bundled wheel packages are used, we get _PIP_VERSION
37 # use bundled wheel packages
38 self.assertIsNotNone(packages['pip'].wheel_name)
39 self.assertIsNotNone(packages['setuptools'].wheel_name)
43 setuptools_filename = "setuptools-49.1.3-py3-none-any.whl"
44 pip_filename = "pip-20.2.2-py2.py3-none-any.whl"
50 self.touch(tmpdir, "wheel-0.34.2-py2.py3-none-any.whl")
[all …]
/third_party/python/Tools/nuget/
Dbuild.bat12 set PACKAGES= variable
16 if "%~1" EQU "-h" goto Help
17 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
18 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
23 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts variable
24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts
[all …]
/third_party/skia/third_party/externals/microhttpd/
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
18 instructions specific to this package. Some packages provide this
21 necessarily a bug. More recommendations for GNU packages can be found
25 various system-dependent variables used during compilation. It uses
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
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 …]
/third_party/python/Doc/tutorial/
Dmodules.rst1 .. _tut-modules:
51 the current :term:`namespace` (see :ref:`tut-scopes` for more details);
69 .. _tut-moremodules:
139 interpreter -- or, if it's just one module you want to test interactively,
144 .. _tut-modulesasscripts:
147 ----------------------------
165 .. code-block:: shell-session
179 .. _tut-searchpath:
182 ----------------------
187 a built-in module with that name. These module names are listed in
[all …]
/third_party/python/Lib/distutils/command/
Dbuild_py.py20 ('build-lib=', 'd', "directory to \"build\" (copy) to"),
22 ('no-compile', None, "don't compile .py files [default]"),
24 "also compile with optimization: -O1 for \"python -O\", "
25 "-O2 for \"python -OO\", and -O0 to disable [default: -O0]"),
30 negative_opt = {'no-compile' : 'compile'}
48 # options -- list of packages and list of modules.
49 self.packages = self.distribution.packages
69 # the right thing to do, but perhaps it should be an option -- in
75 # wrong thing to do: if a file is read-only in the working
78 # without problems. (This might be a Unix-specific issue.) Thus
[all …]
/third_party/libjpeg-turbo/
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
28 packages:
29 - nasm
[all …]
/third_party/python/PC/layout/support/
Dpip.py22 return ns.copy / "packages"
23 return ns.copy / "Lib" / "site-packages"
25 return ns.temp / "packages"
31 log_warning("Failed to find {} - pip will not be included", pip_dir)
33 pkg_root = "packages/{}" if ns.zip_lib else "Lib/site-packages/{}"
65 "-m",
67 "--no-color",
71 "--upgrade",
72 "--target",
74 "--no-index",
[all …]
/third_party/gn/
DREADME.md3 GN is a meta-build system that generates build files for
4 [Ninja](https://ninja-build.org).
15 * The [mailing list](https://groups.google.com/a/chromium.org/forum/#!forum/gn-dev).
26 * It has a readable, clean syntax. Once a build is set-up, it is generally
29 * It is designed for multi-platform projects. It can cleanly express many
43 * It has comprehensive build-in help available from the command-line.
50 have much knowledge about the build) down an easy-to-understand, well-lit
51 path. This isn't necessarily the correct trade-off for smaller projects.
82 main built-in languages.
87 [Linux](https://chrome-infra-packages.appspot.com/dl/gn/gn/linux-amd64/+/latest),
[all …]
/third_party/python/Doc/library/
Dtrace.rst1 :mod:`trace` --- Trace or track Python statement execution
9 --------------
19 A popular third-party coverage tool that provides HTML
22 .. _trace-cli:
24 Command-Line Usage
25 ------------------
30 python -m trace --count -C . somefile.py ...
37 .. cmdoption:: --help
41 .. cmdoption:: --version
46 Added ``--module`` option that allows to run an executable module.
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_build_py.py34 dist = Distribution({"packages": ["pkg"],
41 dist.packages = ["pkg"]
52 # This makes sure the list of outputs includes byte-compiled
54 # (there shouldn't *be* byte-code files for those!).
78 dist = Distribution({"packages": ["pkg"],
91 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled')
109 @unittest.skipIf(sys.dont_write_bytecode, 'byte-compile disabled')
125 expect = 'boiledeggs.{}.opt-1.pyc'.format(sys.implementation.cache_tag)
147 dist = Distribution({"packages": ["pkg"],
157 self.fail("failed package_data when data dir includes a dir")
[all …]
/third_party/icu/icu4j/samples/
Dbuild.xml1 <!--
5 * Copyright (C) 2011-2014, International Business Machines Corporation and *
8 -->
10 <property file="build-local.properties"/>
12 <import file="${shared.dir}/build/common-targets.xml"/>
17 <property name="jar.name" value="icu4j-${ant.project.name}.jar"/>
18 <property name="src.jar.name" value="icu4j-${ant.project.name}-src.jar"/>
20 <target name="build" depends="compile, copy, jar, src-jar" description="Build the project"/>
22 …<target name="build-all" depends="@build-all" description="Build the project including all depende…
28 …<target name="copy" depends="@copy" description="Copy non-java runtime files to the project's bina…
[all …]
/third_party/python/Doc/using/
Dvenv-create.inc1 Creation of :ref:`virtual environments <venv-def>` is done by executing the
4 python -m venv /path/to/new/virtual/environment
13 ``lib/pythonX.Y/site-packages`` subdirectory (on Windows, this is
14 ``Lib\site-packages``). If an existing directory is specified, it will be
15 re-used.
20 :ref:`deprecated in Python 3.6 <whatsnew36-venv>`.
29 c:\>c:\Python35\python -m venv c:\path\to\myenv
32 your :ref:`Python installation <using-on-windows>`::
34 c:\>python -m venv c:\path\to\myenv
36 The command, if run with ``-h``, will show the available options::
[all …]
/third_party/libabigail/tools/
Dabipkgdiff.cc1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2 // -*- Mode: C++ -*-
4 // Copyright (C) 2015-2023 Red Hat, Inc.
10 /// This program compares the ABIs of binaries inside two packages.
15 /// The program takes the two packages to compare as well as their
16 /// associated debug info packages.
18 /// The program extracts the content of the two packages into a
29 /// 1/ the first package and its ancillary packages (debug info and
30 /// devel packages) are extracted concurrently.
32 /// 3 thread packages (one package, one debug info package and one
[all …]
/third_party/libabigail/tests/
Druntestfedabipkgdiff.py.in2 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3 # -*- coding: utf-8 -*-
4 # -*- Mode: Python
23 INPUT_DIR = '@abs_top_srcdir@/tests/data/test-fedabipkgdiff'
24 OUTPUT_DIR = '@abs_top_builddir@/tests/output/test-fedabipkgdiff'
26 # This variable is a list of 3-uples. Here is the meaning of
27 # the elements of each 3-uples:
43 (['--from', 'fc20', '--to', 'fc23', 'dbus-glib'],
44 'data/test-fedabipkgdiff/test0-from-fc20-to-fc23-dbus-glib-report-0.txt',
45 'output/test-fedabipkgdiff/test0-type-suppr-report-0.txt'),
[all …]
Dtest-diff-pkg.cc1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
2 // -*- Mode: C++ -*-
4 // Copyright (C) 2013-2023 Red Hat, Inc.
11 /// binaries present inside input packages. Some of the input
12 /// packages have debuginfo, some don't. The resulting ABI change
29 #include "abg-workers.h"
30 #include "test-utils.h"
31 #include "abg-tools-utils.h"
55 // dir1 contains a suppr spec - it should be ignored.
57 "data/test-diff-pkg/dirpkg-0-dir1",
[all …]
/third_party/alsa-utils/
DINSTALL6 ------------
17 ------------
24 If ./configure command complain that alsa-lib package isn't installed,
25 please, check if --prefix option is same for alsa-lib and alsa-utils
26 package. The configure script from alsa-utils package probably cannot find
31 ---------------------------
33 You need also GNU packages autoconf and automake installed in your system
34 to compile git sources of alsa-utils package.
41 automake --foreign --copy --add-missing
51 ./gitcompile --prefix="$PWD/build" \
[all …]
/third_party/python/Lib/ensurepip/
D__init__.py20 # Packages bundled in ensurepip._bundled have wheel_name set.
21 # Packages from WHEEL_PKG_DIR have wheel_path set.
25 # Directory of system wheel packages. Some Linux distribution packaging
27 # installs wheel packages in the /usr/share/python-wheels/ directory and don't
33 packages = {}
44 # filename is like 'pip-21.2.4-py3-none-any.whl'
48 prefix = name + '-'
54 # Extract '21.2.4' from 'pip-21.2.4-py3-none-any.whl'
55 version = filename.removeprefix(prefix).partition('-')[0]
57 packages[name] = _Package(version, None, wheel_path)
[all …]
/third_party/lame/
DINSTALL.configure7 various system-dependent variables used during compilation. It uses
9 It may also create one or more `.h' files containing system-dependent
39 3. Optionally, type `make check' to run any self-tests that come with
49 also a `make maintainer-clean' target, but that is intended mainly
60 a Bourne-compatible shell, you can do that on the command line like
62 CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
65 env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
90 option `--prefix=PATH'.
93 architecture-specific files and architecture-independent files. If you
94 give `configure' the option `--exec-prefix=PATH', the package will use
[all …]
/third_party/python/Lib/venv/
D__init__.py4 Copyright (C) 2011-2014 Vinay Sajip.
27 By default, the builder makes the system (global) site-packages dir
30 If invoked using the Python -m option, the default is to use copying
34 :param system_site_packages: If True, the system (global) site-packages
35 dir is available to created environments.
56 if prompt == '.': # see bpo-38901
132 if not executable: # see gh-96861
148 # Issue 21197: create lib64 as a symlink to lib on 64-bit non-OS X POSIX
159 # environment, in case it isn't simply the executable script (e.g. bpo-45337)
162 # bpo-45337: Fix up env_exec_cmd to account for file system redirections.
[all …]
/third_party/python/Lib/lib2to3/tests/
Dpytree_idempotency.py46 fn = fn[:-1]
54 # Process every single module on sys.path (but not in packages)
55 for dir in sys.path:
57 names = os.listdir(dir)
60 print("Scanning", dir, "...", file=sys.stderr)
65 fn = os.path.join(dir, name)
89 return os.system("diff -u %s @" % fn)
/third_party/skia/third_party/externals/sfntly/doc/
Dbuild_cpp.md9 g++ must support built-in atomic ops and has companion libstd++.
14 sfntly is dependent on several external packages.
26 Linux users please make sure you have dev packages for ICU.
27 …For example, you can run `sudo apt-get install libicu-dev` in Ubuntu and see if the required libra…
29 …For Windows, download from http://site.icu-project.org/download or extract the one from `ext/redis…
35 For Mac users, please download ICU source tarball from http://site.icu-project.org/download
46 1. If you don't have cmake installed, extract the cmake-XXX.zip
47 into `d:\src\sfntly\cpp\ext\cmake` removing the "-XXX" part.
49 2. Extract gtest-XXX.zip into `d:\src\sfntly\cpp\ext\gtest`
50 removing the "-XXX" part.
[all …]

1234567891011