HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 451 - 475 of 1328) sorted by null

<<11121314151617181920>>

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 332 String[] packages = packageManager.getPackagesForUid(Binder.getCallingUid()); local
334 for (String pkg : packages) {
350 * are no matching packages.
354 List<String> packages = new ArrayList<String>(); local
369 packages.add(packageName);
376 return packages;
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherModel.java 187 HashSet<String> packages = new HashSet<>(); local
188 packages.add(packageName);
190 CacheDataUpdatedTask.OP_SESSION_UPDATE, Process.myUserHandle(), packages));
325 public void onPackagesRemoved(UserHandle user, String... packages) {
327 enqueueModelUpdateTask(new PackageUpdatedTask(op, user, packages));
594 * Called when the icons for packages have been updated in the icon cache.
  /prebuilts/go/darwin-x86/src/cmd/go/
test.go 35 const testUsage = "test [build/test flags] [packages] [build/test flags & test binary flags]"
40 Short: "test packages",
42 'Go test' automates testing the packages named by the import paths.
74 For more about specifying packages, see 'go help packages'.
99 Install packages that are dependencies of the test.
163 Apply coverage analysis in each test to the given list of packages.
165 Packages are specified as import paths.
178 The 'go test' command may run tests for different packages
412 fatalf("no packages to test"
    [all...]
generate.go 23 UsageLine: "generate [-run regexp] [-n] [-v] [-x] [build flags] [file.go... | packages]",
96 Generate processes packages in the order given on the command line,
117 The -v flag prints the names of packages and files as they are
124 For more about specifying packages, see 'go help packages'.
149 for _, pkg := range packages(args) {
  /prebuilts/go/linux-x86/src/cmd/go/
test.go 35 const testUsage = "test [build/test flags] [packages] [build/test flags & test binary flags]"
40 Short: "test packages",
42 'Go test' automates testing the packages named by the import paths.
74 For more about specifying packages, see 'go help packages'.
99 Install packages that are dependencies of the test.
163 Apply coverage analysis in each test to the given list of packages.
165 Packages are specified as import paths.
178 The 'go test' command may run tests for different packages
412 fatalf("no packages to test"
    [all...]
generate.go 23 UsageLine: "generate [-run regexp] [-n] [-v] [-x] [build flags] [file.go... | packages]",
96 Generate processes packages in the order given on the command line,
117 The -v flag prints the names of packages and files as they are
124 For more about specifying packages, see 'go help packages'.
149 for _, pkg := range packages(args) {
  /prebuilts/go/darwin-x86/src/go/build/
deps_test.go 6 // some low-level packages do not have new dependencies added.
23 // pkgDeps defines the expected dependencies between packages in
36 // L0 is the lowest level, core, nearly unavoidable packages.
93 // L3 adds reflection and some basic utility packages
173 // Packages used by testing must be low-level (L2+fmt).
188 // you're using L3 packages, use of fmt, log, or time is not a big deal.
308 // NET enables use of basic network-related packages.
379 // Simple net+crypto-aware packages.
405 // HTTP-using packages.
445 // listStdPkgs returns the same list of packages as "go list std"
    [all...]
  /prebuilts/go/linux-x86/src/go/build/
deps_test.go 6 // some low-level packages do not have new dependencies added.
23 // pkgDeps defines the expected dependencies between packages in
36 // L0 is the lowest level, core, nearly unavoidable packages.
93 // L3 adds reflection and some basic utility packages
173 // Packages used by testing must be low-level (L2+fmt).
188 // you're using L3 packages, use of fmt, log, or time is not a big deal.
308 // NET enables use of basic network-related packages.
379 // Simple net+crypto-aware packages.
405 // HTTP-using packages.
445 // listStdPkgs returns the same list of packages as "go list std"
    [all...]
  /system/update_engine/
payload_state.cc 394 for (const auto& package : response_.packages) {
444 if (response_.packages[payload_index_].is_delta) {
563 for (const auto& package : response_.packages) {
821 for (size_t i = 0; i < response_.packages.size(); i++) {
822 const auto& package = response_.packages[i];
    [all...]
omaha_request_action.cc 405 vector<Package> packages; member in struct:chromeos_update_engine::OmahaParserData::App
465 "/response/app/updatecheck/manifest/packages/package") {
468 data->apps.back().packages.push_back({.name = attrs["name"],
786 if (!app->packages.empty()) {
793 if (app->packages.empty()) {
794 LOG(ERROR) << "Omaha Response has no packages";
819 for (size_t i = 0; i < app->packages.size(); i++) {
820 const auto& package = app->packages[i];
    [all...]
  /external/python/cpython2/Lib/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...]
  /prebuilts/gdb/darwin-x86/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...]
  /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/make/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/autotest/server/
autotest_unittest.py 10 from autotest_lib.client.common_lib import packages
87 self.god.stub_class(packages, "PackageManager")
119 self.host.run.expect_call('rm -f "autodir/packages.checksum"')
121 c.get_config_value.expect_call('PACKAGES',
136 c.get_config_value.expect_call('PACKAGES',
139 c.get_config_value.expect_call('PACKAGES',
153 c.get_config_value.expect_call('PACKAGES',
155 pkgmgr = packages.PackageManager.expect_new('autodir',
158 pkg_dir = os.path.join('autodir', 'packages')
159 cmd = ('cd autodir && ls | grep -v "^packages$"
    [all...]
  /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);
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
JacocoReportCheck.java 160 NodeList packages = reportElement.getElementsByTagName("package"); local
161 for (int pidx = 0 ; pidx < packages.getLength(); pidx++) {
162 Node pkgNode = packages.item(pidx);
  /frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
PerformAdbBackupTask.java 93 boolean doCompress, boolean doKeyValue, String[] packages, AtomicBoolean latch) {
106 mPackages = (packages == null)
108 : new ArrayList<>(Arrays.asList(packages));
256 // host & provider packages in the set
276 // Now process the command line argument packages, if any. Note that explicitly-
277 // named system-partition packages will be included even if includeSystem was
283 // Now we cull any inapplicable / inappropriate packages from the set. This
285 // explicitly at the end of the backup pass. Packages supporting key-value backup are
286 // added to their own queue, and handled after packages supporting fullbackup.
308 // flatten the set of packages now so we can explicitly control the orderin
    [all...]
  /packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java 476 // Since the permission change only impacts one uid only send to that uid's packages.
478 String[] packages = packageManager.getPackagesForUid(uid); local
479 if (packages == null) {
482 for (String pckg : packages) {
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha1/
sdklib-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib-test/25.2.0-alpha1/
sdklib-test-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha3/
sdklib-25.2.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib-test/25.2.0-alpha3/
sdklib-test-25.2.0-alpha3.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 338 cmd.distribution.packages = ['lxml', 'lxml.html']
354 cmd.distribution.packages = ['twisted', 'twisted.runner.portmap']
374 cmd.distribution.packages = ['lxml', 'lxml.html']
399 cmd.distribution.packages = ['lxml', 'lxml.html']

Completed in 1162 milliseconds

<<11121314151617181920>>