Home
last modified time | relevance | path

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

12345678910>>...31

/external/python/cpython3/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 …]
/external/python/cpython2/Lib/idlelib/
DPathBrowser.py14 _htest - bool, change box location when running htest
34 for dir in sys.path:
35 item = DirBrowserTreeItem(dir)
41 def __init__(self, dir, packages=[]): argument
42 self.dir = dir
43 self.packages = packages
46 if not self.packages:
47 return self.dir
49 return self.packages[-1] + ": package"
53 names = os.listdir(self.dir or os.curdir)
[all …]
/external/guice/
Dbuild.xml4 <!-- common definitions are stored in common.xml. -->
8 <fileset dir="${lib.dir}" includes="*.jar"/>
9 <fileset dir="${lib.dir}/build" includes="*.jar"/>
14 <fileset dir="extensions">
17 <pathelement location="${build.dir}/classes"/>
22 <jar jarfile="${build.dir}/dist/guice-${version}.jar"
23 manifest="${build.dir}/META-INF/MANIFEST.MF">
24 <zipfileset src="${build.dir}/${ant.project.name}-with-deps.jar"/>
37 <ant antfile="extensions/dagger-adapter/build.xml" target="distjars" inheritAll="false"/>
42 <copy toDir="${build.dir}/dist">
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dconfigure.yml4 ci-configure:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu GCC
12 os: ubuntu-latest
14 configure-args: --warn
16 - name: Ubuntu 18.04 GCC
17 os: ubuntu-18.04
19 configure-args: --warn
21 - name: Ubuntu GCC OSB
[all …]
Dcmake.yml4 ci-cmake:
6 runs-on: ${{ matrix.os }}
8 fail-fast: false
11 - name: Ubuntu 18.04 GCC
12 os: ubuntu-18.04
14 cxx-compiler: g++
16 - name: Ubuntu GCC ASAN
17 os: ubuntu-latest
19 cxx-compiler: g++
20 cmake-args: -DWITH_SANITIZER=Address
[all …]
/external/python/cpython2/Lib/
Dsite.py1 """Append module search paths for third-party packages to sys.path.
8 needed to use site-specific modules would place ``import site''
13 This will append site-specific paths to the module search path. On
16 lib/python<version>/site-packages as well as lib/site-python.
18 prefixes directly, as well as with lib/site-packages appended. The
24 to be added to sys.path. Non-existing directories (or
25 non-directories) are never added to sys.path; no directory is added to
30 /usr/local and there is a directory /usr/local/lib/python2.5/site-packages
47 /usr/local/lib/python2.5/site-packages/bar
48 /usr/local/lib/python2.5/site-packages/foo
[all …]
/external/python/cpython3/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 …]
/external/jacoco/org.jacoco.doc/
Dpom.xml1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
6 http://www.eclipse.org/legal/epl-2.0
8 SPDX-License-Identifier: EPL-2.0
11 Evgeny Mandrikov - initial API and implementation
12 -->
13 …p://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http…
24 …<!-- do not set packaging to pom, because otherwise we will receive "Not executing Javadoc as the …
107 <artifactId>jacoco-maven-plugin</artifactId>
112 <artifactId>jacoco-maven-plugin.test</artifactId>
[all …]
/external/python/cpython3/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 …]
/external/python/cpython2/Tools/versioncheck/
Dcheckversions.py1 """Checkversions - recursively search a directory (default: sys.prefix)
3 new versions available for any packages you have installed."""
14 USAGE="""Usage: checkversions [-v verboselevel] [dir ...]
20 0 - Minimal output, one line per package
21 1 - Also print descriptions for outdated packages (default)
22 2 - Print information on each URL checked
23 3 - Check every URL for packages with multiple locations"""
25 def check1dir(dummy, dir, files): argument
27 fullname = os.path.join(dir, CHECKNAME)
44 if o == '-v':
[all …]
/external/angle/build/fuchsia/test/
Dlog_manager.py3 # Use of this source code is governed by a BSD-style license that can be
25 def __init__(self, logs_dir: Optional[str]) -> None:
35 self._scoped_ffx_log = ScopedFfxConfig('log.dir', self._logs_dir)
40 # log.dir change always requires the restarting of the daemon.
45 # restart the daemon to ensure the change of log.dir taking effect.
51 def is_logging_enabled(self) -> bool:
56 def add_log_process(self, process: subprocess.Popen) -> None:
62 def open_log_file(self, log_file_name: str) -> TextIO:
92 target_id: Optional[str] = None) -> None:
99 pkg_paths: Path to the packages
[all …]
/external/cronet/build/fuchsia/test/
Dlog_manager.py3 # Use of this source code is governed by a BSD-style license that can be
25 def __init__(self, logs_dir: Optional[str]) -> None:
35 self._scoped_ffx_log = ScopedFfxConfig('log.dir', self._logs_dir)
40 # log.dir change always requires the restarting of the daemon.
45 # restart the daemon to ensure the change of log.dir taking effect.
51 def is_logging_enabled(self) -> bool:
56 def add_log_process(self, process: subprocess.Popen) -> None:
62 def open_log_file(self, log_file_name: str) -> TextIO:
92 target_id: Optional[str] = None) -> None:
99 pkg_paths: Path to the packages
[all …]
/external/antlr/runtime/JavaScript/build/
Dbuild.xml6 <property name="build.dir" value="${basedir}/build" />
7 <property name="out.dir" value="${build.dir}/out" />
8 <property name="lib.dir" value="${basedir}/lib" />
9 <property name="doc.dir" value="${basedir}/doc" />
10 <property name="test.dir" value="${basedir}/tests" />
11 <property name="src.dir" value="${basedir}/src" />
12 <property name="third.dir" value="${basedir}/third" />
13 <property file="${build.dir}/antlr3.properties" />
15 …<taskdef file="${third.dir}/antcontrib.properties" classpath="${third.dir}/ant-contrib-1.0b3.jar" …
17 <!-- ******* -->
[all …]
/external/doclava/src/com/google/doclava/
DNavTree.java8 * http://www.apache.org/licenses/LICENSE-2.0
30 public static void writeNavTree(String dir, String refPrefix) { in writeNavTree() argument
35 Node node = new Node("Reference", dir + refPrefix + "packages.html", children, null); in writeNavTree()
50 if (refPrefix == "gms-"){ in writeNavTree()
52 } else if (refPrefix == "gcm-"){ in writeNavTree()
55 ClearPage.write(data, "navtree_data.cs", dir + Doclava.libraryRoot in writeNavTree()
64 * This is intended to replace writeYamlTree(), but for now requires an explicit opt-in via
68 public static void writeYamlTree2(String dir, String fileName){ in writeYamlTree2() argument
73 Node node = new Node("Reference", Doclava.ensureSlash(dir) + "packages.html", children, null); in writeYamlTree2()
82 dir = Doclava.ensureSlash(dir) + Doclava.libraryRoot; in writeYamlTree2()
[all …]
/external/strace/
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,
16 configure, build, and install this package. The following more-detailed
18 specific to this package. Some packages provide this 'INSTALL' file but
21 recommendations for GNU packages can be found in *note Makefile
25 various system-dependent variables used during compilation. It uses
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
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 …]
/external/python/setuptools/docs/deprecated/
Deasy_install.rst9 use-case.
13 packages.
17 <http://mail.python.org/pipermail/distutils-sig/>`_. (Note: please DO NOT send
19 mailing list is a searchable archive of previously-asked and answered
21 bug -- and then do so via list discussion first.)
24 own packages work better with EasyInstall, or provide EasyInstall-like features
35 -------------------------
45 are installing to Python's primary ``site-packages`` directory. If this is
51 internet. If you are behind an NTLM-based firewall that prevents Python
57 can restrict it from doing so with the ``--allow-hosts`` option; see the
[all …]
/external/bazelbuild-rules_go/go/private/tools/
Dpath.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
33 # Gather all archives. Note that there may be multiple packages with the same
50 # Collect sources and data files from archives. Merge archives into packages.
59 dir = "src/" + pkgpath,
81 dst = pkg.dir + "/" + f.basename
87 …dst = pkg.dir + "/" + paths.relativize(embedpath.lstrip(ctx.bin_dir.path + "/"), src_dir.lstrip(ct…
94 dst = "pkg/" + installsuffix + "/" + pkg.dir[len("src/"):] + ".a"
102 dst = pkg.dir + "/" + "/".join(parts[i:])
104 dst = pkg.dir + "/" + f.basename
146 args.add("-manifest", manifest_file)
[all …]
/external/toolchain-utils/llvm_tools/
Dget_upstream_patch.py3 # Use of this source code is governed by a BSD-style license that can be
28 get_upstream_patch --chromeos_path ~/chromiumos --platform chromiumos \
29 --sha 1234567 --sha 890abdc
34 """A ValueError that highlights the cherry-pick has been seen before"""
38 """A ValueError that highlights the cherry-pick is before the start_sha"""
49 subprocess.run(["git", "-C", llvm_dir, "checkout", start_sha], check=True)
102 CherrypickError: A ValueError that highlights the cherry-pick has been
124 with open(patches_json_path, encoding="utf-8") as f:
138 "Similarly-named patch already exists in PATCHES.json: %r",
145 # LLVM. This is because some packages are built with LLVM ebuild on X86
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
66 max_required[-1] += 1
91 fp = open(filename, encoding='utf-8')
103 fp = open(filename, encoding='utf-8')
115 )['title'].encode('utf-8')
129 fp = open(filename, encoding='utf-8')
148 fp = open(filename, encoding='utf-8')
167 fp = open(filename, encoding='utf-8')
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
65 max_required[-1] += 1
114 )['title'].encode('utf-8')
175 """ Determine packages and subpackages """
176 packages = {}
177 collect = manifest.get('packages.collect', '').split()
178 lib = manifest.get('packages.lib', '.')
182 sep = _os.path.join('1', '2')[1:-1]
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dsetup.py1 # -*- coding: ascii -*-
3 # Copyright 2007 - 2013
10 # http://www.apache.org/licenses/LICENSE-2.0
65 max_required[-1] += 1
114 )['title'].encode('utf-8')
175 """ Determine packages and subpackages """
176 packages = {}
177 collect = manifest.get('packages.collect', '').split()
178 lib = manifest.get('packages.lib', '.')
182 sep = _os.path.join('1', '2')[1:-1]
[all …]
/external/pcre/
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
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 enabled with '--cache-file=config.cache' or simply '-C') that saves the
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 …]
/external/google-breakpad/
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 …]
/external/libcap-ng/libcap-ng-0.7/
DINSTALL4 Copyright (C) 1994-1996, 1999-2002, 2004-2011 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 …]
/external/libexif/
DINSTALL9 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.
70 5. Optionally, type `make installcheck' to repeat any self-tests, but
[all …]

12345678910>>...31