| /external/autotest/client/profilers/powertop/src/po/ | 
| D | zh.po | 20 "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/ | 
| D | DEPS | 136   # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 158     'packages': [ 169     'packages': [ 180     'packages': [ 206       'packages': [ 217       'packages': [ 228       'packages': [ 239       'packages': [ 250       'packages': [ 266       'packages': [ [all …] 
 | 
| /external/angle/build/ | 
| D | install-build-deps.py | 98       "Enable installation of packages that are no longer currently needed and" 106       "Disable installation of packages that are no longer currently needed and" 191 # Packages needed for development 193   packages = [ 262   # Packages needed for chromeos only 263   packages += [ 271     packages.append("realpath") 274     packages.append("libjpeg-dev") 276     packages.append("libjpeg62-dev") 279     packages.append("libudev1") [all …] 
 | 
| /external/spdx-tools/spdxlib/ | 
| D | described_elements.go | 15 // GetDescribedPackageIDs2_1 returns a slice of ElementIDs for all Packages 18 // - If the document has 2+ Packages, it returns the IDs of those that have 21 	// if nil Packages map or zero packages in it, return empty slice 22 	if doc.Packages == nil { 23 		return nil, fmt.Errorf("Packages map is nil") 25 	if len(doc.Packages) == 0 { 26 		return nil, fmt.Errorf("no Packages in Document") 28 	if len(doc.Packages) == 1 { 30 		for _, pkg := range doc.Packages { 35 	// two or more packages, so we need to go through the relationships, [all …] 
 | 
| /external/libyuv/files/ | 
| D | DEPS | 26     'packages': [ 36     'packages': [ 46     'packages': [ 95       'packages': [ 115       'packages': [ 125       'packages': [ 139     'packages': [ 149       'packages': [ 159       'packages': [ 197     'packages': [ [all …] 
 | 
| /external/autotest/site_utils/lxc/ | 
| D | lxc.py | 110 def _install_package_precheck(packages):  argument 112     packages installation should be skipped. 116     environment, chroot or a machine, has the desired packages installed 119     @param packages: A list of names of the packages to install. 127                      'skipped.', packages) 137 def _remove_banned_packages(packages, banned_packages):  argument 138     """Filter out packages. 140     @param packages: A set of packages names that have been requested. 143     @return: A sanatized set of packages names to install. 145     return {package for package in packages if package not in banned_packages} [all …] 
 | 
| /external/webrtc/ | 
| D | DEPS | 37   # https://chrome-infra-packages.appspot.com/p/infra/3pp/tools/ninja 64     'packages': [ 74     'packages': [ 84     'packages': [ 94     'packages': [ 113     'packages': [ 123       'packages': [ 133     'packages': [ 143       'packages': [ 154       'packages': [ [all …] 
 | 
| /external/libkmsxx/ | 
| D | .travis.yml | 16     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/spdx-tools/tvloader/parser2v3/ | 
| D | parse_package_test.go | 18 		doc: &v2_3.Document{Packages: []*v2_3.Package{}}, 23 	parser.doc.Packages = append(parser.doc.Packages, pkgOld) 24 	// the Document's Packages should have this one only 25 	if parser.doc.Packages[0] != pkgOld { 26 		t.Errorf("expected package %v, got %v", pkgOld, parser.doc.Packages[0]) 28 	if len(parser.doc.Packages) != 1 { 29 		t.Errorf("expected 1 package, got %d", len(parser.doc.Packages)) 61 	// and the Document's Packages should still be of size 1 and have pkgOld only 62 	if parser.doc.Packages[0] != pkgOld { 63 		t.Errorf("Expected package %v, got %v", pkgOld, parser.doc.Packages[0]) [all …] 
 | 
| /external/spdx-tools/tvloader/parser2v2/ | 
| D | parse_package_test.go | 18 		doc: &v2_2.Document{Packages: []*v2_2.Package{}}, 23 	parser.doc.Packages = append(parser.doc.Packages, pkgOld) 24 	// the Document's Packages should have this one only 25 	if parser.doc.Packages[0] != pkgOld { 26 		t.Errorf("expected package %v, got %v", pkgOld, parser.doc.Packages[0]) 28 	if len(parser.doc.Packages) != 1 { 29 		t.Errorf("expected 1 package, got %d", len(parser.doc.Packages)) 61 	// and the Document's Packages should still be of size 1 and have pkgOld only 62 	if parser.doc.Packages[0] != pkgOld { 63 		t.Errorf("Expected package %v, got %v", pkgOld, parser.doc.Packages[0]) [all …] 
 | 
| /external/spdx-tools/tvloader/parser2v1/ | 
| D | parse_package_test.go | 17 		doc: &v2_1.Document{Packages: []*v2_1.Package{}}, 22 	parser.doc.Packages = append(parser.doc.Packages, pkgOld) 53 	// and the Document's Packages should still be of size 1 and have pkgOld only 54 	if parser.doc.Packages[0] != pkgOld { 55 		t.Errorf("Expected package %v, got %v", pkgOld, parser.doc.Packages[0]) 57 	if len(parser.doc.Packages) != 1 { 58 		t.Errorf("expected 1 package, got %d", len(parser.doc.Packages)) 64 	// are added to Files instead of Packages 66 		doc: &v2_1.Document{Packages: []*v2_1.Package{}}, 70 	// the Document's Packages should be empty [all …] 
 | 
| D | parse_snippet_test.go | 16 		doc:     &v2_1.Document{Packages: []*v2_1.Package{}}, 23 	parser.doc.Packages = append(parser.doc.Packages, parser.pkg) 75 		doc:     &v2_1.Document{Packages: []*v2_1.Package{}}, 83 	parser.doc.Packages = append(parser.doc.Packages, parser.pkg) 112 	// and the Document's Packages should still be of size 1 b/c no SPDX 114 	if len(parser.doc.Packages) != 1 { 115 		t.Errorf("Expected len(Packages) to be 1, got %d", len(parser.doc.Packages)) 117 	if parser.doc.Packages[0] != p1 { 118 		t.Errorf("Expected package %v in Packages[package1], got %v", p1, parser.doc.Packages[0]) 120 	if parser.doc.Packages[0].PackageName != "package1" { [all …] 
 | 
| /external/python/setuptools/setuptools/tests/ | 
| D | test_find_packages.py | 90         packages = find_packages(self.dist_dir) 91         assert packages == ['pkg', 'pkg.subpkg'] 95         packages = find_packages(self.dist_dir, exclude=('pkg.*',)) 96         assert packages == ['pkg'] 100         Excluding a parent package should not exclude child packages as well. 104         packages = find_packages(self.dist_dir, exclude=('pkg',)) 105         assert packages == ['pkg.subpkg'] 109         If include is specified, other packages should be excluded. 114         packages = find_packages(self.dist_dir, include=['other_pkg']) 115         assert packages == ['other_pkg'] [all …] 
 | 
| /external/armnn/ | 
| D | InstallationViaAptRepository.md | 5 * [Outline of available packages](#outline-of-available-packages) 9 * [Install desired combination of packages](#install-desired-combination-of-packages) 10 * [Installation of specific ABI versioned packages](#installation-of-specific-abi-versioned-package… 11 * [Uninstall packages](#uninstall-packages) 17 The packages will also be added to Debian Bullseye, their progress can be tracked here: 29 ## Outline of available packages 31 We provide a number of packages for each architecture; x86_64, aarch64 and armhf as outlined below. 38 PACKAGE_VERSION: This is the version of the source package used to build the binaries packages from. 41 * Runtime Packages 48 * Development Packages [all …] 
 | 
| /external/armnn/shim/sl/ | 
| D | CMakeLists.txt | 21         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/types/include/nnapi/ 22         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/types/include/ 23         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/operations/ 24         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/include 25         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/runtime/include 26         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/shim_and_sl/public 65     ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/operations/*Validation.cpp 70         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/types/src/DynamicCLDeps.cpp 71         ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/types/src/SharedMemory.cpp 72 …      ${AOSP_MODULES_ROOT}/packages/modules/NeuralNetworks/common/types/src/SharedMemoryAndroid.cpp [all …] 
 | 
| /external/pigweed/pw_package/py/pw_package/ | 
| D | pigweed_packages.py | 14 """Install and remove optional packages for Pigweed.""" 21 from pw_package.packages import arduino_core 22 from pw_package.packages import boringssl 23 from pw_package.packages import chromium_verifier 24 from pw_package.packages import crlset 25 from pw_package.packages import emboss 26 from pw_package.packages import freertos 27 from pw_package.packages import googletest 28 from pw_package.packages import mbedtls 29 from pw_package.packages import micro_ecc [all …] 
 | 
| /external/python/setuptools/setuptools/ | 
| D | discovery.py | 1 """Automatic discovery of Python modules and packages (for inclusion in the 81         """Return a list of all Python items (packages or modules, depending on 90         When finding packages, 'foo.*' will exclude all subpackages of 'foo' 124     Generate a list of all Python packages found within a directory 132         All the packages found in 'where' that pass the 'include' filter, but 145                 # Skip directory trees that are not valid packages 153                 # Keep searching subdirectories, as there may be more packages 227         # ---- Hidden directories/Private packages ---- 296         (this is done for backward compatibility with existing packages relying on 299         ``packages`` and ``py_modules`` are not given (e.g. when using pyproject.toml [all …] 
 | 
| /external/robolectric/ | 
| D | Android.bp | 19         "//frameworks/base/packages/SettingsLib/tests/robotests:__subpackages__", 20         "//packages/apps/Settings/tests/robotests:__subpackages__" 124         "//frameworks/base/packages/SettingsLib/tests/robotests:__subpackages__", 177       "//packages/apps/TV/tests/common:__pkg__", 185       "//frameworks/base/packages/SettingsLib/tests/robotests:__subpackages__", 186       "//frameworks/base/packages/SystemUI:__pkg__", 191       "//packages/modules/Bluetooth/service:__pkg__", 192 …"//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/snippet_helper/tes… 193       "//packages/modules/Connectivity/nearby/tests/robotests:__pkg__", 194       "//packages/modules/DeviceLock/DeviceLockController/tests/robolectric:__pkg__", [all …] 
 | 
| /external/pigweed/pw_package/py/ | 
| D | BUILD.gn | 29     "pw_package/packages/__init__.py", 30     "pw_package/packages/arduino_core.py", 31     "pw_package/packages/boringssl.py", 32     "pw_package/packages/chromium_verifier.py", 33     "pw_package/packages/crlset.py", 34     "pw_package/packages/emboss.py", 35     "pw_package/packages/freertos.py", 36     "pw_package/packages/googletest.py", 37     "pw_package/packages/mbedtls.py", 38     "pw_package/packages/micro_ecc.py", [all …] 
 | 
| /external/openthread/third_party/nlbuild-autotools/repo/ | 
| D | MANIFEST | 88 tools/packages/autoconf/autoconf.url 89 tools/packages/autoconf/autoconf.version 90 tools/packages/automake/automake.patches/automake-00.description 91 tools/packages/automake/automake.patches/automake-00.patch 92 tools/packages/automake/automake.url 93 tools/packages/automake/automake.version 94 tools/packages/build 95 tools/packages/coreutils/coreutils.url 96 tools/packages/coreutils/coreutils.version 97 tools/packages/libtool/libtool.url [all …] 
 | 
| /external/robolectric-shadows/ | 
| D | Android.bp | 165       "//packages/apps/TV/tests/common:__pkg__", 172       "//frameworks/base/packages/SettingsLib/tests/robotests:__pkg__", 173       "//frameworks/base/packages/SystemUI:__pkg__", 178 …"//packages/modules/Connectivity/nearby/tests/multidevices/clients/test_support/snippet_helper/tes… 179       "//packages/modules/Connectivity/nearby/tests/robotests:__pkg__", 180       "//packages/modules/DeviceLock/DeviceLockController/tests/robolectric:__pkg__", 181       "//packages/services/Car/tests/CarLibTests:__pkg__", 182       "//packages/services/Mms/tests/robotests:__pkg__", 183       "//packages/apps/QuickAccessWallet/tests/robolectric:__pkg__", 184       "//packages/apps/ManagedProvisioning/tests/robotests:__pkg__", [all …] 
 | 
| /external/rust/crates/grpcio-sys/grpc/test/distrib/csharp/DistribTest/ | 
| D | DistribTest.csproj | 4 …<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/ | 
| D | LinuxPackaging.cmake | 19 	/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/setuptools/docs/userguide/ | 
| D | package_discovery.rst | 29         packages = 39             packages=['mypkg1', 'mypkg2'] 48         packages = ["mypkg1", "mypkg2"] 52 If your packages are not in the root of the repository you also need to 63             # directory containing all the packages (e.g.  src/mypkg1, src/mypkg2) 81             # directory containing all the packages (e.g.  src/mypkg1, src/mypkg2) 103             # directory containing all the packages (e.g.  src/mypkg1, src/mypkg2) 136 layouts and try to guess the correct values for the :ref:`packages <declarative 141    configuration for ``packages`` and ``py_modules``. 153 all modules and packages meant for distribution are placed inside this [all …] 
 | 
| /external/python/parse_type/tasks/ | 
| D | release.py | 49     * 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 …] 
 |