HomeSort by relevance Sort by last modified time
    Searched refs:packages (Results 126 - 150 of 1520) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/cmd/go/internal/fmtcmd/
fmt.go 27 UsageLine: "fmt [-n] [-x] [packages]",
30 Fmt runs the command 'gofmt -l -w' on the packages named
34 For more about specifying packages, see 'go help packages'.
71 // not to packages in subdirectories.
  /frameworks/support/browser/src/main/java/androidx/browser/customtabs/
CustomTabsClient.java 82 public static String getPackageName(Context context, @Nullable List<String> packages) {
83 return getPackageName(context, packages, false);
91 * non empty list of package names in <code>packages</code>.
93 * @param context {@link Context} to use for querying the packages.
94 * @param packages Ordered list of packages to test for Custom Tabs support, in
100 Context context, @Nullable List<String> packages, boolean ignoreDefault) {
103 List<String> packageNames = packages == null ? new ArrayList<String>() : packages;
112 if (packages != null) packageNames.addAll(packages)
    [all...]
  /prebuilts/go/darwin-x86/test/bench/garbage/
parser.go 5 // Garbage collection benchmark: parse Go packages repeatedly.
54 // Some directories contain main packages: Only accept
56 // parser.ParsePackage doesn't return "multiple packages
77 packages = append(packages, packages...)
78 packages = append(packages, packages...)
80 p := flag.Int("p", len(packages), "# of packages to keep in memory"
138 var packages = []string{ var
    [all...]
  /prebuilts/go/linux-x86/test/bench/garbage/
parser.go 5 // Garbage collection benchmark: parse Go packages repeatedly.
54 // Some directories contain main packages: Only accept
56 // parser.ParsePackage doesn't return "multiple packages
77 packages = append(packages, packages...)
78 packages = append(packages, packages...)
80 p := flag.Int("p", len(packages), "# of packages to keep in memory"
138 var packages = []string{ var
    [all...]
  /cts/hostsidetests/deviceidle/src/com/android/cts/deviceidle/
DeviceIdleWhitelistTest.java 52 LogUtil.CLog.w("No packages found in system whitelist");
74 // remove odd indexed packages from the whitelist
91 final List<String> packages = new ArrayList<>(); local
94 packages.add(line.substring(0, i));
96 return packages;
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AffiliationTest.java 90 final String[] packages = {"package1", "package2"}; local
91 mDevicePolicyManager.setLockTaskPackages(mAdminComponent, packages);
92 assertArrayEquals(packages, mDevicePolicyManager.getLockTaskPackages(mAdminComponent));
104 // Affiliating the user again. Previously set packages have been cleared.
  /external/lisa/libs/utils/android/
system.py 604 List the packages matching the specified filter
612 packages = []
614 pkgs = target.execute('cmd package list packages {}'\
617 packages.append(pkg.replace('package:', ''))
618 packages.sort()
620 if len(packages):
621 return packages
635 packages = {}
637 pkgs = target.execute('cmd package list packages {}'\
644 packages[pkg] =
    [all...]
  /external/python/cpython3/Lib/distutils/command/
build_py.py 48 # options -- list of packages and list of modules.
49 self.packages = self.distribution.packages
84 # Two options control which modules will be installed: 'packages'
85 # and 'py_modules'. The former lets us work with whole packages, not
91 if self.packages:
100 if not self.packages:
102 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {
    [all...]
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DeleteNonRequiredAppsTask.java 78 // Remove all packages that are not currently installed
95 private void removeNonInstalledPackages(Set<String> packages, int userId) {
97 for (String packageName : packages) {
109 packages.removeAll(toBeRemoved);
118 * Runs the next task when all packages have been deleted or shuts down the activity if package
  /system/update_engine/
omaha_request_action_unittest.cc 121 "<packages><package hash=\"not-used\" name=\"" +
127 "</packages>"
152 "\"><packages>"
154 "hash_sha256=\"hash3\"/></packages>"
554 response.packages[0].payload_urls[0]);
556 EXPECT_EQ(fake_update_response_.hash, response.packages[0].hash);
557 EXPECT_EQ(fake_update_response_.size, response.packages[0].size);
558 EXPECT_EQ(true, response.packages[0].is_delta);
584 response.packages[0].payload_urls[0]);
586 response.packages[1].payload_urls[0])
    [all...]
  /cts/tests/tests/appwidget/packages/src/android/appwidget/cts/packages/
SimpleProvider.java 1 package android.appwidget.cts.packages;
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
TextReport.java 35 List<ApiPackage> packages = new ArrayList<ApiPackage>(api.getPackages()); local
36 Collections.sort(packages, comparator);
38 for (ApiPackage apiPackage : packages) {
47 for (ApiPackage apiPackage : packages) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_tk.py 32 *runtktests.get_tests(text=False, packages=['test_tkinter']))
  /external/fonttools/
setup.py 73 packages = [
  /external/python/cpython3/Lib/test/
test_ttk_guionly.py 31 *runtktests.get_tests(text=False, packages=['test_ttk']))
  /external/python/futures/
setup.py 32 packages=['concurrent', 'concurrent.futures'], variable
  /external/scapy/.travis/
install.sh 47 # wget https://pypi.python.org/packages/71/60/15b9e0005bf9062bdc04fc8129b4cdb01cc4189a75719441ff2e23e55b15/dnet-real-1.12.tar.gz
56 mkdir -p /Users/travis/Library/Python/2.7/lib/python/site-packages
57 echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/travis/Library/Python/2.7/lib/python/site-packages/homebrew.pth
  /frameworks/av/services/audioflinger/
ServiceUtilities.cpp 60 // case we will get the packages for the calling UID and pick the first one
62 // as for legacy apps we will toggle the app op for all packages in the UID.
65 Vector<String16> packages; local
66 permissionController.getPackagesForUid(uid, packages);
67 if (packages.isEmpty()) {
68 ALOGE("No packages for uid %d", uid);
71 return packages[0];
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 118 ArrayList<String> packages = new ArrayList<>(); local
122 packages.add(serviceInfo.componentName.getPackageName());
125 syncAdapterPackages = new String[packages.size()];
126 packages.toArray(syncAdapterPackages);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
LocationControllerImpl.java 145 List<AppOpsManager.PackageOps> packages local
148 if (packages != null) {
149 final int numPackages = packages.size();
151 AppOpsManager.PackageOps packageOp = packages.get(packageInd);
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 102 final String[] packages = mContext.getPackageManager().getPackagesForUid( local
104 if (packages != null && packages.length > 0) {
105 return packages[0];
  /frameworks/base/services/tests/servicestests/src/com/android/server/appops/
AppOpsActiveWatcherTest.java 129 List<AppOpsManager.PackageOps> packages local
132 if (packages != null) {
133 final int numPackages = packages.size();
135 AppOpsManager.PackageOps packageOp = packages.get(packageInd);
  /frameworks/native/libs/binder/include/binder/
IPermissionController.h 39 virtual void getPackagesForUid(const uid_t uid, Vector<String16> &packages) = 0;
PermissionController.h 51 void getPackagesForUid(const uid_t uid, Vector<String16>& packages);
  /packages/apps/Car/LocalMediaPlayer/
Android.mk 62 include packages/services/Car/car-support-lib/car-support.mk

Completed in 614 milliseconds

1 2 3 4 56 7 8 91011>>