/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/apache/conf/ |
D | django-directives | 27 RewriteCond /usr/lib64/python2.7/site-packages/django/contrib/admin/static/admin -d 28 RewriteRule ^/media/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/contrib/admin/static… 29 RewriteCond /usr/lib64/python2.7/site-packages/django/contrib/admin/static/admin -d 30 RewriteRule ^/afe/server/admin/admin/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/con… 31 RewriteCond /usr/lib64/python2.7/site-packages/django/contrib/admin/static/admin -d 32 …t|label|profiler|test)/admin/(css|img|js)(.*) /usr/lib64/python2.7/site-packages/django/contrib/ad… 37 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/media -d 38 RewriteRule ^/media/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/admin/media/$… 39 RewriteCond /usr/local/autotest/site-packages/django/contrib/admin/media -d 40 …st|label|profiler|test)/admin/(css|img|js)(.*) /usr/local/autotest/site-packages/django/contrib/ad… [all …]
|
D | tko-directives | 37 # libraries on python site-packages. Covers python versions 2.4 through 2.7. 38 RewriteCond /usr/lib/python2.7/site-packages/autotest/tko -d 39 RewriteRule ^/tko(.*) /usr/lib/python2.7/site-packages/autotest/tko/$1 41 RewriteCond /usr/lib/python2.6/site-packages/autotest/tko -d 42 RewriteRule ^/tko(.*) /usr/lib/python2.6/site-packages/autotest/tko/$1 44 RewriteCond /usr/lib/python2.5/site-packages/autotest/tko -d 45 RewriteRule ^/tko(.*) /usr/lib/python2.5/site-packages/autotest/tko/$1 47 RewriteCond /usr/lib/python2.4/site-packages/autotest/tko -d 48 RewriteRule ^/tko(.*) /usr/lib/python2.4/site-packages/autotest/tko/$1
|
/external/v8/build/secondary/tools/swarming_client/ |
D | isolate.pydeps | 161 third_party/requests/packages/__init__.py 162 third_party/requests/packages/urllib3/__init__.py 163 third_party/requests/packages/urllib3/_collections.py 164 third_party/requests/packages/urllib3/connection.py 165 third_party/requests/packages/urllib3/connectionpool.py 166 third_party/requests/packages/urllib3/contrib/__init__.py 167 third_party/requests/packages/urllib3/contrib/appengine.py 168 third_party/requests/packages/urllib3/contrib/ntlmpool.py 169 third_party/requests/packages/urllib3/contrib/pyopenssl.py 170 third_party/requests/packages/urllib3/exceptions.py [all …]
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
D | jdepend-frames.xsl | 29 through all packages and classes. 47 <!-- create the overview-packages.html at the root --> 49 <xsl:apply-templates select="." mode="overview.packages"/> 52 <!-- create the overview-packages.html at the root --> 53 <redirect:write file="{$output.dir}/overview-packages.html"> 54 <xsl:apply-templates select="." mode="packages.details"/> 67 <!-- create the all-packages.html at the root --> 68 <redirect:write file="{$output.dir}/all-packages.html"> 69 <xsl:apply-templates select="Packages" mode="all.packages"/> 86 <frame src="all-packages.html" name="packageListFrame"/> [all …]
|
/external/autotest/server/site_tests/ssp_PackageInstall/ |
D | ssp_PackageInstall.py | 14 """Tests that server tests can install packages inside containers.""" 17 def install_os_packages(self, packages): argument 20 @param packages: OS packages to be installed. 22 for package in packages: 27 def install_python_packages(self, packages): argument 30 @param packages: Python packages to be installed. 32 for package in packages: 48 any of the given packages failed to be installed.
|
/external/autotest/utils/ |
D | build_externals.py | 9 python and installs them under our own autotest/site-packages/ directory. 21 # bring in site packages as well 27 # Where packages will be installed to relative to the top of the autotest tree. 28 INSTALL_DIR = 'site-packages' 30 # Installs all packages, even if the system already has the version required 34 # Want to add more packages to fetch, build and install? See the class 95 @param dest_dir: Directory the packages should be fetched into. 96 @param install_dir: Directory where packages will later installed. 127 def build_and_install_packages(packages, install_dir): argument 129 Builds and installs all packages into install_dir. [all …]
|
D | packager.py | 4 Utility to upload or remove the packages from the packages repository. 11 from autotest_lib.client.common_lib import base_packages, packages 69 parser.add_option("-r", "--repository", help="the URL of the packages" 70 "repository location to upload the packages to.", 107 msg = ("Temporary directory for packages %s does not have " 122 """Tar all packages up and return a list of each tar created""" 148 """Process a full upload of packages as a directory upload.""" 156 print ("Temp destination for packages is full %s, aborting upload: %s" 233 repo_urls = c.get_config_value('PACKAGES', 'fetch_location', 235 upload_paths = c.get_config_value('PACKAGES', 'upload_location', [all …]
|
/external/v8/build/ |
D | install-build-deps.sh | 96 # Packages needed for chromeos only 99 # Packages needed for development 115 # 64-bit systems need a minimum set of 32-bit compat packages for the pre-built 153 # arm cross toolchain packages needed to build chrome on armhf 176 # Packages to build NaCl, its toolchains, and its ports. 187 # Find the proper version of packages that depend on mesa. Only one -lts variant 191 # installed packages, extract just the name, and eliminate duplicates (there can 270 # Some packages are only needed if the distribution actually supports 368 # The `sort -r -s -t: -k2` sorts all the :i386 packages to the front, to avoid 370 packages="$( [all …]
|
/external/doclava/src/com/google/doclava/ |
D | DoclavaDiff.java | 82 * packages.0.name = java.lang 83 * packages.0.sites.0.hasPackage = 1 84 * packages.0.sites.0.link = http://proja.domain.com/reference/java/lang 85 * packages.0.sites.1.hasPackage = 0 86 * packages.0.classes.0.qualifiedName = java.lang.Object 87 * packages.0.classes.0.sites.0.hasClass = 1 88 * packages.0.classes.0.sites.0.link = http://proja.domain.com/reference/java/lang/Object 89 * packages.0.classes.0.sites.1.hasClass = 0 90 * packages.0.classes.0.methods.0.signature = wait() 91 * packages.0.classes.0.methods.0.sites.0.hasMethod = 1 [all …]
|
/external/cmockery/cmockery_0_1_2/ |
D | Makefile.am | 108 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 109 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} 111 deb: dist-gzip packages/deb.sh packages/deb/* 112 @cd packages && ./deb.sh ${PACKAGE} ${VERSION} 117 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
|
/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() 95 Collection<IPackageCoverage> packages = bundle.getPackages(); in testGroupByPackage() local 96 assertEquals(3, packages.size(), 0.0); in testGroupByPackage() 98 IPackageCoverage p1 = findPackage("p1", packages); in testGroupByPackage() 103 IPackageCoverage p2 = findPackage("p2", packages); in testGroupByPackage() 108 IPackageCoverage p3 = findPackage("p3", packages); in testGroupByPackage() 115 Collection<IPackageCoverage> packages) { in findPackage() argument 116 for (IPackageCoverage p : packages) { in findPackage()
|
/external/autotest/site_utils/ |
D | lxc.py | 82 MOBLAB_SITE_PACKAGES = '/usr/lib64/python2.7/site-packages' 83 MOBLAB_SITE_PACKAGES_CONTAINER = '/usr/local/lib/python2.7/dist-packages/' 269 def install_package_precheck(packages): argument 271 packages installation should be skipped. 275 environment, chroot or a machine, has the desired packages installed 278 @param packages: A list of names of the packages to install. 286 'is skipped.', packages) 291 'skipped.', packages) 299 def install_packages(packages=[], python_packages=[]): argument 302 @param packages: A list of names of the packages to install. [all …]
|
D | merge_checksum.sh | 7 # This script takes a checksum file and merges it into the packages 8 # checksum file in ../packages/packages.checksum. 16 local packages_dir="$(dirname $0)/../packages" 17 local checksum_file="${packages_dir}/packages.checksum" 27 # This operation is performed using an flock on the packages dir
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | BundleCoverageImpl.java | 34 private final Collection<IPackageCoverage> packages; field in BundleCoverageImpl 41 * @param packages 42 * collection of all packages contained in this bundle 45 final Collection<IPackageCoverage> packages) { in BundleCoverageImpl() argument 47 this.packages = packages; in BundleCoverageImpl() 48 increment(packages); in BundleCoverageImpl() 52 * Creates a new instance of a bundle with the given name. The packages are 113 return packages; in getPackages()
|
/external/libxml2/ |
D | libxml.spec.in | 58 microseconds when parsing, do not link to them for generic purpose packages. 112 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.a 113 rm -f $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/*.la 171 %{_libdir}/python2*/site-packages/libxml2.py* 172 %{_libdir}/python2*/site-packages/drv_libxml2.py* 173 %{_libdir}/python2*/site-packages/libxml2mod* 184 %{_libdir}/python3*/site-packages/libxml2.py* 185 %{_libdir}/python3*/site-packages/drv_libxml2.py* 186 %{_libdir}/python3*/site-packages/__pycache__/libxml2.cpython-34.py* 187 %{_libdir}/python3*/site-packages/__pycache__/drv_libxml2.cpython-34.py* [all …]
|
/external/autotest/client/ |
D | setup_modules.py | 41 """Import all the packages on a path into a parent module""" 42 # find all the packages at 'path' 54 # import all the packages and insert them into 'parent_module' 110 Perform all the necessary setup so that all the packages at 112 If root_module_name is empty, then all the packages at base_path 113 are inserted as top-level packages. 132 # Allow locally installed third party packages to be found 136 # may use libraries other than those available as system packages. 137 sys.path.insert(0, os.path.join(base_path, "site-packages"))
|
/external/lldb/www/ |
D | download.html | 23 …LDB are <a href="http://blog.llvm.org/2013/04/llvm-debianubuntu-nightly-packages.html">packaged an… 34 <p>Debian packages are available for LLDB 3.2 and later.</p> 36 …<li><a href="http://packages.debian.org/experimental/lldb-3.4">LLDB 3.4 - incremental release</a> … 38 …<li><a href="http://packages.debian.org/experimental/amd64/lldb-3.4/download">amd64</a> (x86-64)</… 39 …<li><a href="http://packages.debian.org/experimental/s390/lldb-3.4/download">System/390</a> (i386)… 41 <li><a href="http://packages.debian.org/unstable/lldb-3.3">LLDB 3.3</a> (unstable)</li> 42 <li><a href="http://packages.debian.org/unstable/lldb-3.2">LLDB 3.2</a> (unstable)</li>
|
/external/google-tv-pairing-protocol/cpp/ |
D | Makefile.am | 163 rpm: dist-gzip packages/rpm.sh packages/rpm/rpm.spec 164 @cd packages && ./rpm.sh ${PACKAGE} ${VERSION} 166 deb: dist-gzip packages/deb.sh packages/deb/* 167 @cd packages && ./deb.sh ${PACKAGE} ${VERSION} 174 EXTRA_DIST = packages/rpm.sh packages/rpm/rpm.spec packages/deb.sh packages/deb \
|
/external/cmockery/cmockery_0_1_2/packages/ |
D | deb.sh | 8 # Run this from the 'packages' directory, just under rootdir 16 # We can only build Debian packages, if the Debian build tools are installed 18 echo "Cannot find /usr/bin/debuild. Not building Debian packages." 1>&2 22 # Double-check we're in the packages directory, just under rootdir 24 echo "Must run $0 in the 'packages' directory, under the root directory." 1>&2 48 # packages to the parent of the source directory. We accommodate these 55 ln -s "packages/deb" "debian"
|
/external/curl/packages/vms/ |
D | clean_gnv_curl.com | 111 $ file = "lcl_root:[.packages.vms]curl-*_original_src.bck" 114 $ file = "lcl_root:[.packages.vms]curl_d-*_original_src.bck" 117 $ file = "lcl_root:[.packages.vms]curl-*_vms_src.bck" 120 $ file = "lcl_root:[.packages.vms]curl_d-*_vms_src.bck" 123 $ file = "lcl_root:[.packages.vms]curl-*.release_notes" 126 $ file = "lcl_root:[.packages.vms]curl_d-*.release_notes" 129 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$desc" 132 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$desc" 135 $ file = "lcl_root:[.packages.vms]*-curl-*.pcsi$text" 138 $ file = "lcl_root:[.packages.vms]*-curl_d-*.pcsi$text" [all …]
|
/external/fonttools/Windows/ |
D | mcmillan.bat | 6 …packages\FontTools\fontTools\encodings;C:\Python23\Lib\site-packages\FontTools\fontTools\misc;C:\P…
|
/external/doclava/res/assets/templates/components/ |
D | left_nav.cs | 7 <div id="resize-packages-nav"> 8 <div id="packages-nav"> 10 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas… 14 <?cs call:package_link_list(docs.packages) ?> 16 </div> <!-- end packages --> 17 </div> <!-- end resize-packages --> 45 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas… 59 scrollIntoView("packages-nav");
|
/external/autotest/server/ |
D | site_autotest.py | 34 """Get repo to use for packages from host attribute, if possible. 37 from which to source packages when running a test on that host. 58 """Generate list of locations where autotest can look for packages. 60 Old n' busted: Autotest packages are always stored at a URL that can 63 from which to source packages when running a test on that host. 65 @returns the list of candidate locations to check for packages. 92 # autoserv will fall back to serving packages itself from whatever 191 "PACKAGES", "serve_packages_from_autoserv", type=bool) 192 if serve_packages and pkg_name == 'packages.checksum': 195 self.job.pkgmgr.pkgmgr_dir, 'packages', pkg_name) [all …]
|
/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']
|