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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_py.py 35 dist = Distribution({"packages": ["pkg"],
42 dist.packages = ["pkg"]
85 dist = Distribution({"packages": ["pkg"],
  /external/doclava/res/assets/templates/
diff.cs 131 <?cs each:package = packages ?>
187 <?cs /each ?><?cs # packages ?>
  /external/doclava/src/com/google/doclava/
AtLinksNavTree.java 73 * Append the provided string builder with the navtree info for the provided list of packages.
76 * @param packages A list of PackageInfo objects. Navtree info for each package will be appended
79 private static void addPackages(StringBuilder buf, PackageInfo[] packages) {
Stubs.java 190 // packages contains all the notStrippable classes mapped by their containing packages
191 HashMap<PackageInfo, List<ClassInfo>> packages = new HashMap<PackageInfo, List<ClassInfo>>(); local
205 if (packages.containsKey(cl.containingPackage())) {
206 packages.get(cl.containingPackage()).add(cl);
210 packages.put(cl.containingPackage(), classes);
218 writeApi(apiWriter, packages, notStrippable);
224 writeKeepList(keepListWriter, packages, notStrippable);
256 // There aren't any stub packages set, write all stubs
260 // Stub packages contains package, return tru
1023 final PackageInfo[] packages = pkgs.toArray(new PackageInfo[pkgs.size()]); local
1288 final PackageInfo[] packages = allPackageClassMap.keySet().toArray(new PackageInfo[0]); local
1468 final PackageInfo[] packages = pkgs.toArray(new PackageInfo[pkgs.size()]); local
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 36 var packages = []pkg{ var
158 for _, p := range packages {
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 339 cmd.distribution.packages = ['lxml', 'lxml.html']
355 cmd.distribution.packages = ['twisted', 'twisted.runner.portmap']
375 cmd.distribution.packages = ['lxml', 'lxml.html']
400 cmd.distribution.packages = ['lxml', 'lxml.html']
test_build_py.py 35 dist = Distribution({"packages": ["pkg"],
42 dist.packages = ["pkg"]
85 dist = Distribution({"packages": ["pkg"],
121 dist = Distribution({"packages": ["pkg"],
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/
Files.py 118 packages = package variable
  /frameworks/base/services/backup/java/com/android/server/backup/
PackageManagerBackupAgent.java 111 public 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
333 sb.append("Preserving metadata for deleted packages:");
  /frameworks/base/services/core/java/com/android/server/
MmsServiceBroker.java 320 final String[] packages = getPackageManager().getPackagesForUid(Binder.getCallingUid()); local
321 if (packages != null && packages.length > 0) {
322 return packages[0];
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 68 for (auto& pkg : table_->packages) {
ValueVisitor.h 161 for (auto& pkg : table->packages) {
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationSettingsBase.java 265 final String[] packages = mPm.getPackagesForUid(uid); local
266 if (packages != null && pkg != null) {
267 final int N = packages.length;
269 final String p = packages[i];
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactDirectoryManager.java 178 private void saveKnownDirectoryProviders(Set<String> packages) {
180 TextUtils.join(",", packages));
183 private boolean haveKnownDirectoryProvidersChanged(Set<String> packages) {
184 final String directoryPackages = TextUtils.join(",", packages);
210 Log.i(TAG, "Directory provider packages have changed.");
217 * Scans all packages for directory content providers.
251 // We schedule a rescan if update(DIRECTORIES) is called while we're scanning all packages.
276 * @return List of packages that contain a directory provider.
284 Log.d(TAG, "Listing directory provider packages...");
291 Log.d(TAG, "Found " + ret.size() + " directory provider packages");
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Files.py 118 packages = package variable
  /prebuilts/go/darwin-x86/src/cmd/link/
doc.go 32 Search for imported packages in dir1, dir2, etc,
67 Look for packages in $GOROOT/pkg/$GOOS_$GOARCH_suffix
  /prebuilts/go/darwin-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 165 // Ensure we don't regress the number of packages we can parse. First import
166 // all packages into the same map and then each individually.
  /prebuilts/go/darwin-x86/src/go/types/
api.go 6 // the algorithms for type-checking of Go packages. Use
54 // An Importer resolves import paths to Packages.
57 // vendored packages. See https://golang.org/s/go15vendor.
70 // An ImporterFrom resolves import paths to packages; it
76 // i.e., locally vendored packages may not be found.
97 // If FakeImportC is set, `import "C"` (for packages requiring Cgo)
115 // An importer is used to import packages referred to from
127 // If DisableUnusedImportCheck is set, packages are not checked
152 // only in the Defs map, and identifiers denoting packages in
  /prebuilts/go/darwin-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
14 // those packages rather than this one if you can.
  /prebuilts/go/linux-x86/src/cmd/link/
doc.go 32 Search for imported packages in dir1, dir2, etc,
67 Look for packages in $GOROOT/pkg/$GOOS_$GOARCH_suffix
  /prebuilts/go/linux-x86/src/go/internal/gccgoimporter/
gccgoinstallation_test.go 165 // Ensure we don't regress the number of packages we can parse. First import
166 // all packages into the same map and then each individually.
  /prebuilts/go/linux-x86/src/go/types/
api.go 6 // the algorithms for type-checking of Go packages. Use
54 // An Importer resolves import paths to Packages.
57 // vendored packages. See https://golang.org/s/go15vendor.
70 // An ImporterFrom resolves import paths to packages; it
76 // i.e., locally vendored packages may not be found.
97 // If FakeImportC is set, `import "C"` (for packages requiring Cgo)
115 // An importer is used to import packages referred to from
127 // If DisableUnusedImportCheck is set, packages are not checked
152 // only in the Defs map, and identifiers denoting packages in
  /prebuilts/go/linux-x86/src/syscall/
syscall.go 12 // The primary use of syscall is inside other packages that provide a more
14 // those packages rather than this one if you can.
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0/
sdklib-25.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/25.2.0-alpha4/
sdklib-25.2.0-alpha4.jar 

Completed in 720 milliseconds

<<11121314151617181920>>