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

1 2 3 4 5 67 8 91011>>

  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 49 # options -- list of packages and list of modules.
50 self.packages = self.distribution.packages
85 # Two options control which modules will be installed: 'packages'
86 # and 'py_modules'. The former lets us work with whole packages, not
92 if self.packages:
101 if not self.packages:
103 for package in self.packages:
237 packages, no dots) module name, and 'filename' is the path to the
247 packages = {
    [all...]
  /cts/tools/utils/
rerun.py 54 packages = getChildrenWithTag(testResult, "TestPackage")
55 for package in packages:
  /libcore/ojluni/src/main/java/java/lang/
ClassLoader.java 227 // The packages defined in this class loader. Each package name is mapped
230 private final HashMap<String, Package> packages = new HashMap<>(); field in class:ClassLoader
541 * all classes in the "<tt>java.*</tt> packages can only be defined by the
    [all...]
  /packages/apps/Car/Messenger/
Android.mk 45 include packages/apps/Car/libs/car-stream-ui-lib/car-stream-ui-lib.mk
46 include packages/apps/Car/libs/car-apps-common/car-apps-common.mk
  /packages/apps/Launcher3/src/com/android/launcher3/model/
CacheDataUpdatedTask.java 46 public CacheDataUpdatedTask(int op, UserHandle user, HashSet<String> packages) {
49 mPackages = packages;
SdCardAvailableReceiver.java 48 MultiHashMap<UserHandle, String> packages) {
51 mPackages = packages;
  /packages/apps/TV/tests/input/
Android.mk 19 --extra-packages com.android.tv.testing
  /packages/services/Telecomm/
Android.mk 22 include frameworks/base/packages/SettingsLib/common.mk
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
__init__.py 76 # Packages to auto-load.
78 packages = [ variable
88 for package in packages:
110 """Update sys.path, reload gdb and auto-load packages."""
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
__init__.py 76 # Packages to auto-load.
78 packages = [ variable
88 for package in packages:
110 """Update sys.path, reload gdb and auto-load packages."""
  /prebuilts/go/darwin-x86/misc/cgo/test/
issue9510.go 5 // Test that we can link together two different cgo packages that both
  /prebuilts/go/linux-x86/misc/cgo/test/
issue9510.go 5 // Test that we can link together two different cgo packages that both
  /system/tools/hidl/
update-makefiles-helper.sh 32 # Gets all packages in a directory.
93 local packages=$(get_packages $current_dir $current_package) || return 1
96 for p in $packages; do
  /cts/tests/tests/appwidget/packages/launchermanifest/
Android.mk 36 LOCAL_AAPT_FLAGS += --rename-manifest-package android.appwidget.cts.packages.launcher1
59 LOCAL_AAPT_FLAGS += --rename-manifest-package android.appwidget.cts.packages.launcher2
80 LOCAL_AAPT_FLAGS += --rename-manifest-package android.appwidget.cts.packages.launcher3
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
Binding.java 170 Set<String> packages = nonPublicPackageUse(bindingKey.type()); local
171 switch (packages.size()) {
175 return Optional.of(packages.iterator().next());
182 ImmutableSet.Builder<String> packages = ImmutableSet.builder(); local
218 }, packages);
219 return packages.build();
  /frameworks/base/services/core/java/com/android/server/pm/
PackageManagerServiceUtils.java 73 // packages without usage data is undefined (but they will be sorted after the packages
86 // Apply the given {@code filter} to all packages in {@code packages}. If tested positive, the
87 // package will be removed from {@code packages} and added to {@code result} with its
88 // dependencies. If usage data is available, the positive packages will be sorted by usage
92 Collection<PackageParser.Package> packages,
95 for (PackageParser.Package pkg : packages) {
102 packages.removeAll(sortTemp);
112 packages.removeAll(deps)
    [all...]
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensPickerActivity.java 80 String[] packages = intent.getStringArrayExtra(LensPickerConstants.EXTRA_FACET_PACKAGES); local
83 List<ResolveInfo> resolveInfos = getComponents(packages, categories);
132 private ArrayList<ResolveInfo> getComponents(String[] packages, String[] categories) {
134 if (packages != null) {
135 for (int i = 0; i < packages.length; i++) {
136 packageList.addAll(resolvePackage(packages[i]));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallStart.java 133 final String[] packages = mIPackageManager.getAppOpPermissionPackages(permission); local
134 if (packages == null) {
137 for (String packageName : packages) {
153 final String[] packages = getPackageManager().getPackagesForUid(uid); local
155 if (packages != null) {
156 for (String packageName : packages) {
  /system/update_engine/
omaha_request_action_unittest.cc 118 "<packages><package hash=\"not-used\" name=\"" +
124 "</packages>"
147 "\"/></urls><manifest><packages>"
149 "hash_sha256=\"hash3\"/></packages>"
553 response.packages[0].payload_urls[0]);
555 EXPECT_EQ(fake_update_response_.hash, response.packages[0].hash);
556 EXPECT_EQ(fake_update_response_.size, response.packages[0].size);
557 EXPECT_EQ(true, response.packages[0].is_delta);
583 response.packages[0].payload_urls[0]);
585 response.packages[1].payload_urls[0])
    [all...]
  /packages/services/Telephony/src/com/android/phone/vvm/
RemoteVvmTaskManager.java 120 List<String> packages = new ArrayList<>(); local
121 packages.add(telecomManager.getDefaultDialerPackage());
124 packages.add(
130 packages.add(packageName);
133 packages.add(context.getResources().getString(R.string.system_visual_voicemail_client));
134 packages.add(telecomManager.getSystemDialerPackage());
135 for (String packageName : packages) {
  /prebuilts/go/darwin-x86/src/cmd/go/
alldocs.go 16 // build compile packages and dependencies
21 // fix run go tool fix on packages
24 // get download and install packages and dependencies
25 // install compile and install packages and dependencies
26 // list list packages
28 // test test packages
31 // vet run go tool vet on packages
43 // packages description of package lists
50 // Compile packages and dependencies
54 // go build [-o output] [-i] [build flags] [packages]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
alldocs.go 16 // build compile packages and dependencies
21 // fix run go tool fix on packages
24 // get download and install packages and dependencies
25 // install compile and install packages and dependencies
26 // list list packages
28 // test test packages
31 // vet run go tool vet on packages
43 // packages description of package lists
50 // Compile packages and dependencies
54 // go build [-o output] [-i] [build flags] [packages]
    [all...]

Completed in 4326 milliseconds

1 2 3 4 5 67 8 91011>>