Home
last modified time | relevance | path

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

12345678910>>...51

/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/autotest/apache/conf/
Ddjango-directives27 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 …]
Dtko-directives37 # 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/
Djdepend-frames.xsl29 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 …]
Djdepend.xsl85 <xsl:for-each select="./Packages/Package">
99 [<a href="#NVpackages">packages</a>]
117 <xsl:for-each select="./Packages/Package">
140 <xsl:for-each select="./Packages/Package">
153 <a name="NVpackages"><h2>Packages</h2></a>
156 [<a href="#NVpackages">packages</a>]
161 <xsl:for-each select="./Packages/Package">
178 <th>Used by Packages</th>
179 <th>Uses Packages</th>
229 [<a href="#NVpackages">packages</a>]
[all …]
/external/autotest/server/site_tests/ssp_PackageInstall/
Dssp_PackageInstall.py14 """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/
Dbuild_externals.py9 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 …]
Dpackager.py4 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/doclava/src/com/google/doclava/
DDoclavaDiff.java82 * 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/autotest/site_utils/
Dlxc.py82 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 …]
Dmerge_checksum.sh7 # 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/cmockery/cmockery_0_1_2/
DMakefile.am108 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/
DBundleCoverageImplTest.java37 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/libxml2/
Dlibxml.spec.in58 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/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DBundleCoverageImpl.java34 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/curl/packages/vms/
Dclean_gnv_curl.com111 $ 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/autotest/client/
Dsetup_modules.py41 """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/google-tv-pairing-protocol/cpp/
DMakefile.am163 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/autotest/server/
Dsite_autotest.py34 """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 …]
Dautotest_unittest.py10 from autotest_lib.client.common_lib import packages
88 self.god.stub_class(packages, "PackageManager")
120 self.host.run.expect_call('rm -f "autodir/packages.checksum"')
122 c.get_config_value.expect_call('PACKAGES',
137 c.get_config_value.expect_call('PACKAGES',
140 c.get_config_value.expect_call('PACKAGES',
154 c.get_config_value.expect_call('PACKAGES',
156 pkgmgr = packages.PackageManager.expect_new('autodir',
159 pkg_dir = os.path.join('autodir', 'packages')
160 cmd = ('cd autodir && ls | grep -v "^packages$"'
[all …]
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dfind_modules.py150 def plat_prepare(includes, packages, excludes): argument
243 def find_needed_modules(mf=None, scripts=(), includes=(), packages=(), warn=warnings.warn): argument
260 for f in packages:
263 # sub-packages)
282 # 1) Needs to be adjusted for namespace packages in python 3.3
291 # Exclude subtrees that aren't packages
319 def find_modules(scripts=(), includes=(), packages=(), excludes=(), path=None, debug=0): argument
322 scripts, includes, packages, excludes
332 packages = set(packages)
334 plat_prepare(includes, packages, excludes)
[all …]
/external/cmockery/cmockery_0_1_2/packages/
Ddeb.sh8 # 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/doclava/res/assets/templates/components/
Dleft_nav.cs7 <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/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py176 """ Determine packages and subpackages """
177 packages = {}
178 collect = manifest.get('packages.collect', '').split()
179 lib = manifest.get('packages.lib', '.')
189 packages[
192 packages = list(packages.keys())
193 packages.sort()
194 return packages
250 kwargs['packages'] = list(kwargs.get('packages') or ()) + [
252 ] + list(manifest.get('packages.extra', '').split() or ())
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py175 """ Determine packages and subpackages """
176 packages = {}
177 collect = manifest.get('packages.collect', '').split()
178 lib = manifest.get('packages.lib', '.')
188 packages[
191 packages = packages.keys()
192 packages.sort()
193 return packages
249 kwargs['packages'] = list(kwargs.get('packages') or ()) + [
251 ] + list(manifest.get('packages.extra', '').split() or ())
[all …]

12345678910>>...51