HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 151 - 175 of 364) sorted by null

1 2 3 4 5 67 8 91011>>

  /cts/tools/signature-tools/
sig-create 59 --packages \
  /development/samples/Support7Demos/
Android.mk 41 --extra-packages android.support.v7.cardview:android.support.v7.appcompat:android.support.v7.gridlayout:android.support.v7.mediarouter
  /development/tools/findunused/
findunusedresources 25 apps=$ANDROID_BUILD_TOP/packages/apps/*
  /external/antlr/antlr-3.4/runtime/Python/
hudson-build.sh 27 wget http://pypi.python.org/packages/source/s/stringtemplate3/stringtemplate3-$ST_VERSION.tar.gz
  /external/chromium_org/third_party/skia/experimental/webtry/poly/
Gruntfile.js 6 // Install all the packages listed in the bower.json file.
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 20 The %name packages contains some utilities to improve and analyze the
  /external/skia/experimental/webtry/poly/
Gruntfile.js 6 // Install all the packages listed in the bower.json file.
  /packages/apps/ContactsCommon/
Android.mk 29 --extra-packages com.android.phone.common
  /packages/apps/Exchange/
Android.mk 30 LOCAL_AAPT_FLAGS += --extra-packages com.android.emailcommon
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 154 def main(*packages):
184 for package in packages:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
__init__.py 154 def main(*packages):
184 for package in packages:
  /frameworks/base/services/core/java/com/android/server/firewall/
IntentFirewall.java 204 Slog.e(TAG, "Remote exception while retrieving packages", ex);
218 * limit, in which case one of the packages will be truncated and added. In this case, an
225 private static String joinPackages(String[] packages) {
228 for (int i=0; i<packages.length; i++) {
229 String pkg = packages[i];
244 if (sb.length() == 0 && packages.length > 0) {
245 String pkg = packages[0];
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 298 String[] packages = packageManager.getPackagesForUid(Binder.getCallingUid()); local
300 for (String pkg : packages) {
316 * are no matching packages.
320 List<String> packages = new ArrayList<String>(); local
335 packages.add(packageName);
342 return packages;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 6 Tools to allow easy installation of packages. The idea is that there is
7 an online XML database per (platform, python-version) containing packages
9 and parsing the database, testing whether packages are installed, computing
10 dependencies and installing packages.
274 and where to install packages."""
385 """Append packages from the database with the given URL.
410 self._appendPackages(plistdata['Packages'], url)
416 def _appendPackages(self, packages, url):
421 for p in packages:
444 """Return a list of names of all packages in the database.""
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 236 <div id="resize-packages-nav">
237 <div id="packages-nav" class="scroll-pane">
240 <?cs call:package_link_list(docs.packages) ?>
243 </div> <!-- end packages-nav -->
244 </div> <!-- end resize-packages -->
304 scrollIntoView("packages-nav");
  /external/emma/core/java12/com/vladium/emma/report/txt/
ReportGenerator.java 157 row ("total packages:" + m_separator + item.getChildCount ());
177 for (Iterator packages = item.getChildren (order); packages.hasNext (); )
179 final IItem pkg = (IItem) packages.next ();
  /external/emma/core/java12/com/vladium/emma/report/xml/
ReportGenerator.java 147 emitStatsCount ("packages", item.getChildCount ());
402 for (Iterator packages = item.getChildren (childrenOrder); packages.hasNext (); )
404 ((IItem) packages.next ()).accept (this, null);
  /packages/apps/Settings/src/com/android/settings/applications/
ProcStatsEntry.java 235 String[] packages = pm.getPackagesForUid(mUid); local
236 if (packages != null) {
237 for (String curPkg : packages) {
260 // no current packages for this uid, typically because of uninstall
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am     [all...]
  /external/doclava/res/assets/templates/
diff.cs 131 <?cs each:package = packages ?>
187 <?cs /each ?><?cs # packages ?>
  /frameworks/base/services/backup/java/com/android/server/backup/
PackageManagerBackupAgent.java 111 PackageManagerBackupAgent(PackageManager packageMgr, List<PackageInfo> packages) {
112 init(packageMgr, packages);
121 private void init(PackageManager packageMgr, List<PackageInfo> packages) {
123 mAllPackages = packages;
169 // This is technically the set of packages on the originating handset
170 // that had backup agents at all, not limited to the set of packages
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 292 String[] packages = mPackageManager.currentToCanonicalPackageNames( local
294 cn = new ComponentName(packages[0], className);
421 String[] packages = mPackageManager.currentToCanonicalPackageNames( local
423 cn = new ComponentName(packages[0], className);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 345 cmd.distribution.packages = ['lxml', 'lxml.html']
361 cmd.distribution.packages = ['twisted', 'twisted.runner.portmap']
381 cmd.distribution.packages = ['lxml', 'lxml.html']
406 cmd.distribution.packages = ['lxml', 'lxml.html']
test_build_py.py 35 dist = Distribution({"packages": ["pkg"],
42 dist.packages = ["pkg"]
85 dist = Distribution({"packages": ["pkg"],
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 118 packages = package variable

Completed in 517 milliseconds

1 2 3 4 5 67 8 91011>>