/external/python/setuptools/setuptools/tests/ |
D | test_find_packages.py | 92 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'] 106 packages = find_packages(self.dist_dir, exclude=('pkg',)) 107 assert packages == ['pkg.subpkg'] 116 packages = find_packages(self.dist_dir, include=['other_pkg']) 117 assert packages == ['other_pkg'] 124 packages = find_packages(self.dist_dir) 125 assert 'pkg.some.data' not in packages [all …]
|
D | test_setuptools.py | 129 packages=['a', 'a.b', 'a.b.c', 'b', 'c'], 140 assert self.dist.packages == ['b', 'c'] 143 assert self.dist.packages == ['c'] 148 assert self.dist.packages == [] 169 self.dist.exclude(packages=['c', 'b', 'a']) 170 assert self.dist.packages == [] 176 dist.include(packages=['a'], py_modules=['b'], ext_modules=[self.e2]) 178 dist.exclude(packages=['a'], py_modules=['b'], ext_modules=[self.e2]) 199 self.dist.include(packages={'x': 'y'}) 201 self.dist.exclude(packages={'x': 'y'}) [all …]
|
/external/webrtc/ |
D | DEPS | 45 'packages': [ 55 'packages': [ 65 'packages': [ 85 'packages': [ 96 'packages': [ 107 'packages': [ 118 'packages': [ 163 'packages': [ 178 'packages': [ 233 'packages': [ [all …]
|
/external/angle/ |
D | DEPS | 137 'packages': [ 148 'packages': [ 169 'packages': [ 195 'packages': [ 206 'packages': [ 217 'packages': [ 253 'packages': [ 292 'packages': [ 303 'packages': [ 379 'packages': [ [all …]
|
/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/autotest/site_utils/lxc/ |
D | lxc.py | 103 def _install_package_precheck(packages): argument 120 'skipped.', packages) 130 def _remove_banned_packages(packages, banned_packages): argument 138 return {package for package in packages if package not in banned_packages} 158 def install_packages(packages=[], python_packages=[], force_latest=False): argument 180 if not _install_package_precheck(packages or python_packages): 186 packages = [p for p in packages 190 if not packages and not python_packages: 200 packages = [] if not packages else packages 202 packages = set(packages) [all …]
|
/external/pigweed/pw_protobuf_compiler/py/ |
D | python_protos_test.py | 142 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/cpuinfo/src/mach/ |
D | topology.c | 33 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() 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/cpuinfo/src/x86/mach/ |
D | init.c | 24 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() 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() 74 .package = packages + i, in cpuinfo_x86_mach_init() [all …]
|
/external/python/parse_type/tasks/ |
D | release.py | 113 packages = ensure_packages_exist(ctx, check_only=True) 114 print_packages(packages) 156 packages = ensure_packages_exist(original_ctx) 157 print_packages(packages) 188 def print_packages(packages): argument 189 print("PACKAGES[%d]:" % len(packages)) 190 for package in packages: 202 packages = list(path_glob(pattern, current_dir=".")) 203 if not packages: 211 packages = ensure_packages_exist(ctx, pattern, [all …]
|
/external/libyuv/files/ |
D | DEPS | 93 'packages': [ 111 'packages': [ 121 'packages': [ 135 'packages': [ 149 'packages': [ 191 'packages': [ 201 'packages': [ 223 'packages': [ 233 'packages': [ 243 'packages': [ [all …]
|
/external/python/cpython2/Lib/idlelib/ |
D | PathBrowser.py | 41 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/python/cpython3/Lib/idlelib/ |
D | pathbrowser.py | 44 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])
|
/external/perfetto/src/traced/probes/packages_list/ |
D | packages_list_unittest.cc | 111 EXPECT_EQ(parsed_list.packages()[0].name(), "com.test.one"); in TEST() 112 EXPECT_EQ(parsed_list.packages()[0].version_code(), 10); in TEST() 113 EXPECT_EQ(parsed_list.packages()[1].name(), "com.test.two"); in TEST() 114 EXPECT_EQ(parsed_list.packages()[1].version_code(), 20); in TEST() 115 EXPECT_EQ(parsed_list.packages()[2].name(), "com.test.three"); in TEST() 116 EXPECT_EQ(parsed_list.packages()[2].version_code(), 30); in TEST() 148 EXPECT_EQ(parsed_list.packages()[0].name(), "com.test.one"); in TEST() 149 EXPECT_EQ(parsed_list.packages()[0].version_code(), 10); in TEST() 150 EXPECT_EQ(parsed_list.packages()[1].name(), "com.test.three"); in TEST() 151 EXPECT_EQ(parsed_list.packages()[1].version_code(), 30); in TEST()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | BundleCoverageImplTest.java | 37 Collection<IPackageCoverage> packages = Collections in testProperties() local 41 packages); in testProperties() 44 assertEquals(packages, bundle.getPackages()); in testProperties() 93 Collection<IPackageCoverage> packages = bundle.getPackages(); in testGroupByPackage() local 94 assertEquals(3, packages.size(), 0.0); in testGroupByPackage() 96 IPackageCoverage p1 = findPackage("p1", packages); in testGroupByPackage() 101 IPackageCoverage p2 = findPackage("p2", packages); in testGroupByPackage() 106 IPackageCoverage p3 = findPackage("p3", packages); in testGroupByPackage() 113 Collection<IPackageCoverage> packages) { in findPackage() argument 114 for (IPackageCoverage p : packages) { in findPackage()
|
/external/python/setuptools/tests/ |
D | test_pypi.py | 30 packages = rpc_pypi('top_packages') 31 return packages[:limit] 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/cpython3/Lib/tkinter/test/ |
D | runtktests.py | 21 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None): argument 37 if packages and pkg_name not in packages: 53 def get_tests(text=True, gui=True, packages=None): argument 63 for module in get_tests_modules(gui=gui, packages=packages):
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | runtktests.py | 23 def get_tests_modules(basepath=this_dir_path, gui=True, packages=None): argument 39 if packages and pkg_name not in packages: 54 def get_tests(text=True, gui=True, packages=None): argument 64 for module in get_tests_modules(gui=gui, packages=packages):
|
/external/curl/packages/vms/ |
D | clean_gnv_curl.com | 108 $ file = "lcl_root:[.packages.vms]curl-*_original_src.bck" 111 $ file = "lcl_root:[.packages.vms]curl_d-*_original_src.bck" 114 $ file = "lcl_root:[.packages.vms]curl-*_vms_src.bck" 117 $ file = "lcl_root:[.packages.vms]curl_d-*_vms_src.bck" 120 $ file = "lcl_root:[.packages.vms]curl-*.release_notes" 123 $ file = "lcl_root:[.packages.vms]curl_d-*.release_notes" 126 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$desc" 129 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$desc" 132 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$text" 135 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$text" [all …]
|
/external/cpuinfo/src/arm/mach/ |
D | init.c | 259 struct cpuinfo_package* packages = NULL; in cpuinfo_arm_mach_init() local 279 packages = calloc(mach_topology.packages, sizeof(struct cpuinfo_package)); in cpuinfo_arm_mach_init() 280 if (packages == NULL) { in cpuinfo_arm_mach_init() 282 mach_topology.packages * sizeof(struct cpuinfo_package), mach_topology.packages); in cpuinfo_arm_mach_init() 287 const uint32_t threads_per_package = mach_topology.threads / mach_topology.packages; in cpuinfo_arm_mach_init() 288 const uint32_t cores_per_package = mach_topology.cores / mach_topology.packages; in cpuinfo_arm_mach_init() 290 for (uint32_t i = 0; i < mach_topology.packages; i++) { in cpuinfo_arm_mach_init() 291 packages[i] = (struct cpuinfo_package) { in cpuinfo_arm_mach_init() 297 decode_package_name(packages[i].name); in cpuinfo_arm_mach_init() 375 .package = packages + i / cores_per_package, in cpuinfo_arm_mach_init() [all …]
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_patch_management.py | 94 unique_packages = list(set(args_output.packages)) 97 if len(unique_packages) != len(args_output.packages): 99 args_output.packages)) 101 args_output.packages = unique_packages 185 patch_metadata_file, packages, mode): argument 219 for cur_package in packages: 260 args_output.packages, 269 print('\n'.join(args_output.packages))
|
/external/python/cpython2/Doc/library/ |
D | site.rst | 23 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/webrtc/tools_webrtc/presubmit_checks_lib/ |
D | check_package_boundaries.py | 40 def _BuildSubpackagesPattern(packages, query): argument 47 for package in packages if package.startswith(query)) 58 def _CheckBuildFile(build_file_path, packages): argument 64 subpackages_re = _BuildSubpackagesPattern(packages, package) 81 packages = [root for root, _, files in os.walk(root_dir) 88 build_files = [os.path.join(package, 'BUILD.gn') for package in packages] 92 messages.extend(_CheckBuildFile(build_file_path, packages))
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | python_checks.py | 57 packages: List[PythonPackage] = [] 59 packages += python_packages_containing(ctx.paths, repo=repo)[0] 61 if not packages: 65 for package in packages: 94 packages: List[PythonPackage] = [] 99 packages += new_packages 109 path_sets: List[List[Path]] = [list(p.package for p in packages)]
|
/external/autotest/frontend/ |
D | frontend.wsgi | 3 path_list = ['/usr/local/autotest/site-packages', 5 '/usr/lib/python2.7/site-packages/autotest', 6 '/usr/lib/python2.6/site-packages/autotest', 7 '/usr/lib/python2.5/site-packages/autotest', 8 '/usr/lib/python2.4/site-packages/autotest']
|