Home
last modified time | relevance | path

Searched full:packages (Results 1 – 25 of 7648) sorted by relevance

12345678910>>...306

/external/autotest/client/profilers/powertop/src/po/
Dzh.po20 "X-Poedit-Basepath: /home/john/packages/powertop\n"
21 "X-Poedit-SearchPath-0: /home/john/packages/powertop\n"
23 #: /home/john/packages/powertop/cpufreq.c:116
31 #: /home/john/packages/powertop/cpufreq.c:118
35 #: /home/john/packages/powertop/misctips.c:79
43 #: /home/john/packages/powertop/misctips.c:80
47 #: /home/john/packages/powertop/misctips.c:109
57 #: /home/john/packages/powertop/misctips.c:111
61 #: /home/john/packages/powertop/misctips.c:137
71 #: /home/john/packages/powertop/misctips.c:172
[all …]
/external/angle/
DDEPS137 'packages': [
148 'packages': [
169 'packages': [
195 'packages': [
206 'packages': [
217 'packages': [
253 'packages': [
292 'packages': [
303 'packages': [
379 'packages': [
[all …]
/external/webrtc/
DDEPS45 'packages': [
55 'packages': [
65 'packages': [
85 'packages': [
96 'packages': [
107 'packages': [
118 'packages': [
163 'packages': [
178 'packages': [
233 'packages': [
[all …]
/external/autotest/site_utils/lxc/
Dlxc.py103 def _install_package_precheck(packages): argument
105 packages installation should be skipped.
109 environment, chroot or a machine, has the desired packages installed
112 @param packages: A list of names of the packages to install.
120 'skipped.', packages)
130 def _remove_banned_packages(packages, banned_packages): argument
131 """Filter out packages.
133 @param packages: A set of packages names that have been requested.
136 @return: A sanatized set of packages names to install.
138 return {package for package in packages if package not in banned_packages}
[all …]
/external/libkmsxx/
D.travis.yml16 packages: &packages
36 packages: [*packages, 'g++-7']
42 packages: [*packages, 'g++-8']
48 packages: [*packages, 'g++-9']
54 packages: [*packages, 'g++-10']
60 packages: [*packages, 'clang-6.0', 'llvm-6.0-dev']
66 packages: [*packages, 'clang-7', 'llvm-7-dev']
72 packages: [*packages, 'clang-8', 'llvm-8-dev']
78 packages: [*packages, 'clang-9', 'llvm-9-dev']
84 packages: [*packages, 'clang-10', 'llvm-10-dev']
/external/python/setuptools/setuptools/tests/
Dtest_find_packages.py92 packages = find_packages(self.dist_dir)
93 assert packages == ['pkg', 'pkg.subpkg']
97 packages = find_packages(self.dist_dir, exclude=('pkg.*',))
98 assert packages == ['pkg']
102 Excluding a parent package should not exclude child packages as well.
106 packages = find_packages(self.dist_dir, exclude=('pkg',))
107 assert packages == ['pkg.subpkg']
111 If include is specified, other packages should be excluded.
116 packages = find_packages(self.dist_dir, include=['other_pkg'])
117 assert packages == ['other_pkg']
[all …]
/external/libyuv/files/
DDEPS93 'packages': [
111 'packages': [
121 'packages': [
135 'packages': [
149 'packages': [
191 'packages': [
201 'packages': [
223 'packages': [
233 'packages': [
243 'packages': [
[all …]
/external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/
DDistribTest.csproj4 …<Import Project="..\packages\Grpc.Tools.__GRPC_NUGET_VERSION__\build\Grpc.Tools.props" Condition="…
71 <HintPath>..\packages\Grpc.Auth.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Auth.dll</HintPath>
74 <HintPath>..\packages\Grpc.Core.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.dll</HintPath>
77 … <HintPath>..\packages\Grpc.Core.Api.__GRPC_NUGET_VERSION__\lib\net45\Grpc.Core.Api.dll</HintPath>
82 <HintPath>..\packages\System.Buffers.4.4.0\lib\netstandard1.1\System.Buffers.dll</HintPath>
85 <HintPath>..\packages\System.Memory.4.5.3\lib\netstandard1.1\System.Memory.dll</HintPath>
88 …<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.2\lib\netstandard1.0\System.Runti…
99 <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
102 <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
105 <HintPath>..\packages\Google.Apis.Core.1.15.0\lib\net45\Google.Apis.Core.dll</HintPath>
[all …]
/external/libiio/src/cmake/
DLinuxPackaging.cmake19 /usr/lib/python2.7/site-packages
33 option(DEB_DETECT_DEPENDENCIES "Detect dependencies for .deb packages" OFF)
44 message(STATUS "querying installed packages on system for dependancies")
50 set(PACKAGES "libc6") variable
52 set(PACKAGES "${PACKAGES} libaio") variable
55 set(PACKAGES "${PACKAGES} libavahi-client libavahi-common") variable
58 set(PACKAGES "${PACKAGES} libusb-1") variable
61 set(PACKAGES "${PACKAGES} libxml2") variable
64 set(PACKAGES "${PACKAGES} libserialport0") variable
68 string(REGEX REPLACE " " ";" PACKAGES ${PACKAGES})
[all …]
/external/python/parse_type/tasks/
Drelease.py49 * https://packaging.python.org/tutorials/distributing-packages/
70 [{x2}] Build packages (sdist, bdist_wheel via prepare)
71 [{x3}] Register and upload packages to testpypi repository (first)
72 [{x4}] Verify release is OK and packages from testpypi are usable
73 [{x5}] Register and upload packages to pypi repository
100 """Build packages for this release."""
108 """Prepare the release: bump version, build packages, ..."""
113 packages = ensure_packages_exist(ctx, check_only=True)
114 print_packages(packages)
119 # """Register release (packages) in artifact-store/repository."""
[all …]
/external/cpuinfo/src/x86/mach/
Dinit.c24 struct cpuinfo_package* packages = NULL; in cpuinfo_x86_mach_init() local
45 clusters = calloc(mach_topology.packages, sizeof(struct cpuinfo_cluster)); in cpuinfo_x86_mach_init()
48 mach_topology.packages * sizeof(struct cpuinfo_cluster), mach_topology.packages); in cpuinfo_x86_mach_init()
51 packages = calloc(mach_topology.packages, sizeof(struct cpuinfo_package)); in cpuinfo_x86_mach_init()
52 if (packages == NULL) { in cpuinfo_x86_mach_init()
53 cpuinfo_log_error("failed to allocate %zu bytes for descriptions of %"PRIu32" physical packages", in cpuinfo_x86_mach_init()
54 mach_topology.packages * sizeof(struct cpuinfo_package), mach_topology.packages); in cpuinfo_x86_mach_init()
65 const uint32_t threads_per_package = mach_topology.threads / mach_topology.packages; in cpuinfo_x86_mach_init()
66 const uint32_t cores_per_package = mach_topology.cores / mach_topology.packages; in cpuinfo_x86_mach_init()
67 for (uint32_t i = 0; i < mach_topology.packages; i++) { in cpuinfo_x86_mach_init()
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/
Dcmake.yml106 packages: qemu gcc-arm-linux-gnueabi libc-dev-armel-cross
113 packages: qemu gcc-arm-linux-gnueabi libc-dev-armel-cross
120 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
127 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
134 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
141 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
149 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
157 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
165 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
173 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
[all …]
Dconfigure.yml55 packages: qemu gcc-arm-linux-gnueabi libc-dev-armel-cross
62 packages: qemu gcc-arm-linux-gnueabi libc-dev-armel-cross
69 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
76 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
83 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
90 packages: qemu gcc-arm-linux-gnueabihf libc-dev-armel-cross
97 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
104 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
111 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
118 packages: qemu gcc-aarch64-linux-gnu libc-dev-arm64-cross
[all …]
/external/catch2/
D.travis.yml24 packages: ['clang-3.5']
32 packages: ['clang-3.6']
43 packages: ['lcov', 'clang-3.8']
51 packages: ['clang-3.9']
59 packages: ['clang-4.0']
68 packages: ['clang-5.0']
77 packages: ['clang-6.0']
86 packages: ['g++-4.8']
94 packages: ['g++-4.9']
102 packages: ['g++-5']
[all …]
/external/cpuinfo/src/mach/
Dtopology.c33 int packages = 1; in cpuinfo_mach_detect_topology() local
35 size_t sizeof_packages = sizeof(packages); in cpuinfo_mach_detect_topology()
36 if (sysctlbyname("hw.packages", &packages, &sizeof_packages, NULL, 0) != 0) { in cpuinfo_mach_detect_topology()
37 cpuinfo_log_error("sysctlbyname(\"hw.packages\") failed: %s", strerror(errno)); in cpuinfo_mach_detect_topology()
38 } else if (packages <= 0) { in cpuinfo_mach_detect_topology()
39 cpuinfo_log_error("sysctlbyname(\"hw.packages\") returned invalid value %d", packages); in cpuinfo_mach_detect_topology()
40 packages = 1; in cpuinfo_mach_detect_topology()
44 …cpuinfo_log_debug("mach topology: packages = %d, cores = %d, threads = %d", packages, (int) cores,… in cpuinfo_mach_detect_topology()
46 .packages = (uint32_t) packages, in cpuinfo_mach_detect_topology()
/external/python/cpython3/Doc/library/
Dsite.rst29 pair: site-packages; directory
34 :file:`lib/site-packages` (on Windows) or
35 :file:`lib/python{X.Y}/site-packages` (on Unix and Macintosh). For each
45 it is also checked for site-packages (sys.base_prefix and
48 the key "include-system-site-packages" set to anything other than "true"
50 searched for site-packages; otherwise they will.
84 a subdirectory :file:`/usr/local/lib/python{X.Y}/site-packages` with three
104 /usr/local/lib/pythonX.Y/site-packages/bar
105 /usr/local/lib/pythonX.Y/site-packages/foo
116 It is typically created by a system administrator in the site-packages
[all …]
/external/python/cpython2/Doc/library/
Dsite.rst23 pair: site-packages; directory
28 :file:`lib/site-packages` (on Windows) or
29 :file:`lib/python{X.Y}/site-packages` and then :file:`lib/site-python` (on
52 a subdirectory :file:`/usr/local/lib/python{X.Y}/site-packages` with three
72 /usr/local/lib/pythonX.Y/site-packages/bar
73 /usr/local/lib/pythonX.Y/site-packages/foo
84 It is typically created by a system administrator in the site-packages
97 user site-packages directory (see below), which is part of ``sys.path`` unless
107 A list of prefixes for site-packages directories.
114 Flag showing the status of the user site-packages directory. ``True`` means
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/
D.travis.yml11 packages:
21 packages:
31 packages:
41 packages:
51 packages:
61 packages:
71 packages:
84 packages:
96 packages:
108 packages:
[all …]
/external/toolchain-utils/llvm_tools/
Dllvm_patch_management.py39 parser = argparse.ArgumentParser(description='Patch management for packages.')
48 # Add argument for which packages to manage their patches.
50 '--packages',
54 help='the packages to manage their patches (default: %(default)s)')
94 unique_packages = list(set(args_output.packages))
96 # Duplicate packages were passed into the command line
97 if len(unique_packages) != len(args_output.packages):
98 raise ValueError('Duplicate packages were passed in: %s' % ' '.join(
99 args_output.packages))
101 args_output.packages = unique_packages
[all …]
/external/pigweed/pw_protobuf_compiler/py/
Dpython_protos_test.py142 msg = self._library.packages.pw.protobuf_compiler.test1.SomeMessage
146 msg = self._library.packages.pw.protobuf_compiler.test2.Request
149 val = self._library.packages.pw.protobuf_compiler.test2.YO
154 _ = self._library.packages.nothing
157 _ = self._library.packages.pw.NOT_HERE
160 _ = self._library.packages.pw.protobuf_compiler.test1.NotARealMsg
186 msg = library.packages.proto.library.test.test2.Request
189 val = library.packages.proto.library.test.test2.YO
193 self.assertIs(self._library.packages['pw.protobuf_compiler.test1'],
194 self._library.packages.pw.protobuf_compiler.test1)
[all …]
/external/pigweed/docs/
Dpython_build.rst8 interdependent local Python packages. It also provides for fast, incremental
15 build system. As needed, non-GN projects can declare just their Python packages
61 <https://pypi.org/>`_ packages.
63 The basic Python packaging tools lack dependency tracking for local packages.
65 its dependencies, but ``pip`` is not aware of local packages until they are
66 installed. Packages must be installed with their dependencies taken into
121 protobufs with existing packages awkward.
133 - Correctly manage interdependent local Python packages.
170 Pigweed Python code is structured into standard Python packages. This makes it
171 simple to package and distribute Pigweed Python packages with common Python
[all …]
/external/python/cpython3/Lib/idlelib/
Dpathbrowser.py44 def __init__(self, dir, packages=[]): argument
46 self.packages = packages
49 if not self.packages:
52 return self.packages[-1] + ": package"
59 packages = []
64 packages.append((nn, name, file))
65 packages.sort()
67 for nn, name, file in packages:
68 item = DirBrowserTreeItem(file, self.packages + [name])
76 " Return true for directories that are packages."
/external/python/setuptools/tests/
Dtest_pypi.py25 "packages from Pypi.")
29 """Collect the name of the top packages on Pypi."""
30 packages = rpc_pypi('top_packages')
31 return packages[:limit]
74 Pypi will be queried to get the current list of top packages.
78 packages = get_top_packages(TOP)
79 packages = [name for name, downloads in packages]
81 packages = metafunc.config.option.package_name
82 metafunc.parametrize("package_name", packages)
/external/python/cpython2/Lib/idlelib/
DPathBrowser.py41 def __init__(self, dir, packages=[]): argument
43 self.packages = packages
46 if not self.packages:
49 return self.packages[-1] + ": package"
56 packages = []
61 packages.append((nn, name, file))
62 packages.sort()
64 for nn, name, file in packages:
65 item = DirBrowserTreeItem(file, self.packages + [name])
/external/libabigail/doc/manuals/
Dfedabipkgdiff.rst8 packages. It's a convenient way to do so without having to manually
9 download packages from the `Fedora Build System`_.
12 find the right packages versions, their associated debug information
13 and development packages, download them, compare their ABI locally,
17 are defined in public header files found in the development packages
18 associated with the packages being compared. It also reports ABI
20 and exported in the ELF binaries found in the packages being compared.
111 sub-packages of the packages specified.
117 the packages.
132 Do not take associated development packages into account when
[all …]

12345678910>>...306