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

1 2 3 4 5 6 7 8 91011>>

  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css     [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 142 <li><a href="<?cs var:toroot ?>reference/packages.html"
243 <li class="reference"><a href="<?cs var:toroot ?>reference/packages.html"
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 453 String[] packages = data.readStringArray(); local
454 dispatchPackageBroadcast(cmd, packages);
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 509 resizePackagesNav = $("#resize-packages-nav");
658 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
664 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
665 $("#packages-nav").css({height:navHeight - 10});
735 $("#resize-packages-nav").height(packageHeight);
736 $("#packages-nav").height(packageHeight);
1001 scrollIntoView("packages-nav");
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 583 resizePackagesNav = $("#resize-packages-nav");
723 var classesHeight = navHeight - parseInt($("#resize-packages-nav").css("height")) - 10 + "px";
729 $("#resize-packages-nav").css({height:navHeight - 10}); //subtract 10px for drag bar
730 $("#packages-nav").css({height:navHeight - 10});
800 $("#resize-packages-nav").height(packageHeight);
801 $("#packages-nav").height(packageHeight);
    [all...]
  /external/chromium_org/components/component_updater/
component_updater_service.cc 725 if (it->manifest.packages.size() != 1) {
727 VLOG(1) << "Ignoring multiple packages for component: " << crx->id;
738 const Package& package(it->manifest.packages[0]);
    [all...]
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 169 void setLockTaskPackages(in ComponentName who, in String[] packages);
  /libcore/
JavaLibrary.mk 204 # ../out/target/common/docs/libcore/reference/packages.html
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 113 "print the list of packages/modules provided"),
115 "print the list of packages/modules required"),
117 "print the list of packages/modules made obsolete")
162 # 'command_packages' is a list of packages in which commands
164 # to be named 'foo' in the module 'foo' in one of the packages
197 self.packages = None
497 ("command-packages=", None,
498 "list of packages that provide distutils commands"),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 113 "print the list of packages/modules provided"),
115 "print the list of packages/modules required"),
117 "print the list of packages/modules made obsolete")
162 # 'command_packages' is a list of packages in which commands
164 # to be named 'foo' in the module 'foo' in one of the packages
197 self.packages = None
497 ("command-packages=", None,
498 "list of packages that provide distutils commands"),
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 513 String[] packages = name.split(AdtConstants.RE_DOT);
514 if (packages.length == 1) {
593 // skip the matching packages
618 // if we can't create the packages, there's a problem. we revert to the default
661 // lets delete the packages we created just for this.
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java 268 // map UIDs to the set of participating packages under that UID
441 // Restore some set of packages. Leave this one up to the caller to specify
496 public String[] packages; field in class:BackupManagerService.FullBackupParams
509 packages = pkgList;
760 params.packages, params.latch);
1987 List<PackageInfo> packages = mPackageManager.getInstalledPackages(flags); local
7183 PackageInfo[] packages = mAcceptSet.toArray(new PackageInfo[0]); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile 951 lib-tk/test/test_ttk site-packages test test/data \
1030 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
1035 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile 952 lib-tk/test/test_ttk site-packages test test/data \
1031 -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \
    [all...]
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java 3490 HashSet<String> packages = new HashSet<>(); local
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 217 row.newCell ().setText ("total packages:", true);
245 first.newCell ().setText ("total packages: " + item.getChildCount (), true);
284 for (Iterator packages = item.getChildren (order); packages.hasNext (); odd = ! odd)
286 final IItem pkg = (IItem) packages.next ();
    [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 267 * pm list [package | packages]
280 if ("package".equals(type) || "packages".equals(type)) {
301 * Lists all the installed packages.
345 final List<PackageInfo> packages = getInstalledPackages(mPm, getFlags, userId); local
347 int count = packages.size();
349 PackageInfo info = packages.get(p);
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 251 * A task control block manages a task and the queue of work packages associated
256 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 246 * A task control block manages a task and the queue of work packages associated
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 246 * A task control block manages a task and the queue of work packages associated
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 246 * A task control block manages a task and the queue of work packages associated
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/v8/benchmarks/
richards.js 251 * A task control block manages a task and the queue of work packages associated
256 * @param {Packet} queue the queue of packages to be processed by the task
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 39 #resize-packages-nav {
46 #packages-nav {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sdist.py 86 dist.packages = ['somecode']

Completed in 1163 milliseconds

1 2 3 4 5 6 7 8 91011>>