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

1 2 3 4 5 6 78 91011>>

  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 104 // mapping of packages/groups to checkers.
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package"); local
109 for (unsigned i = 0, e = packages.size(); i != e; ++i) {
110 Record *R = packages[i];
152 // Insert the checker and its parent packages into the subgroups set of
165 // If a package is in group, add all its checkers and its sub-packages
167 for (unsigned i = 0, e = packages.size(); i != e; ++i)
168 if (DefInit *DI = dyn_cast<DefInit>(packages[i]->getValueInit("Group")))
169 addPackageToCheckerGroup(packages[i], DI->getDef(), recordGroupMap);
199 for (unsigned i = 0, e = packages.size(); i != e; ++i
    [all...]
  /prebuilts/go/darwin-x86/src/go/internal/gcimporter/
gcimporter_test.go 24 // builders (build.golang.org) don't have access to compiled packages for
33 t.Skipf("no compiled packages available for import on %s", platform)
94 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
103 // The package's Imports list must include all packages
104 // explicitly imported by exports.go, plus all packages
107 // additional packages that are not strictly required for
126 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
190 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
198 nimports := testDir(t, "", time.Now().Add(dt)) // installed packages
218 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler
    [all...]
gcimporter.go 83 // the corresponding package object to the packages map, and returns the object.
84 // The packages map must contain all packages already imported.
86 func Import(packages map[string]*types.Package, path, srcDir string) (pkg *types.Package, err error) {
97 if pkg = packages[id]; pkg != nil && pkg.Complete() {
130 _, pkg, err = BImportData(fset, packages, data, id)
  /prebuilts/go/linux-x86/src/go/internal/gcimporter/
gcimporter_test.go 24 // builders (build.golang.org) don't have access to compiled packages for
33 t.Skipf("no compiled packages available for import on %s", platform)
94 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
103 // The package's Imports list must include all packages
104 // explicitly imported by exports.go, plus all packages
107 // additional packages that are not strictly required for
126 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
190 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler)
198 nimports := testDir(t, "", time.Now().Add(dt)) // installed packages
218 t.Skipf("gc-built packages not available (compiler = %s)", runtime.Compiler
    [all...]
gcimporter.go 83 // the corresponding package object to the packages map, and returns the object.
84 // The packages map must contain all packages already imported.
86 func Import(packages map[string]*types.Package, path, srcDir string) (pkg *types.Package, err error) {
97 if pkg = packages[id]; pkg != nil && pkg.Complete() {
130 _, pkg, err = BImportData(fset, packages, data, id)
  /external/autotest/server/site_tests/cheets_CTS/
generate_controlfiles.py 149 add/remove packages.
178 # Adding arc-cts-stable runs all packages twice on stable.
244 """Queries tradefed to provide us with a list of packages."""
248 cmd_list = [tradefed, 'list', 'packages']
249 logging.info('Calling tradefed for list of packages.')
252 packages = []
266 packages.append(line)
269 return packages, build, revision
328 packages, build, revision = get_tradefed_data(tmp)
333 for package in packages
    [all...]
  /frameworks/base/services/core/java/com/android/server/media/
AudioPlaybackMonitor.java 274 pw.print(indent + "uid=" + uid + " packages=");
275 String[] packages = mContext.getPackageManager().getPackagesForUid(uid); local
276 if (packages != null && packages.length > 0) {
277 for (int j = 0; j < packages.length; j++) {
278 pw.print(packages[j] + " ");
  /prebuilts/go/darwin-x86/src/cmd/go/
list.go 17 UsageLine: "list [-e] [-f format] [-json] [build flags] [packages]",
18 Short: "list packages",
20 List lists the packages named by the import paths, one per line.
85 Packages stored in vendor directories report an ImportPath that includes the
122 The -e flag changes the handling of erroneous packages, those that
125 omits the packages from consideration during the usual printing.
127 error and instead processes the erroneous packages with the usual
128 printing. Erroneous packages will have a non-empty ImportPath and
134 For more about specifying packages, see 'go help packages'
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
list.go 17 UsageLine: "list [-e] [-f format] [-json] [build flags] [packages]",
18 Short: "list packages",
20 List lists the packages named by the import paths, one per line.
85 Packages stored in vendor directories report an ImportPath that includes the
122 The -e flag changes the handling of erroneous packages, those that
125 omits the packages from consideration during the usual printing.
127 error and instead processes the erroneous packages with the usual
128 printing. Erroneous packages will have a non-empty ImportPath and
134 For more about specifying packages, see 'go help packages'
    [all...]
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
XmlReport.java 57 List<ApiPackage> packages = new ArrayList<ApiPackage>(apiCoverage.getPackages()); local
58 Collections.sort(packages, comparator);
61 for (ApiPackage pkg : packages) {
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
ApplicationListPreferenceControllerTest.java 101 final Set<String> packages = new HashSet<>(); local
104 packages.add(p.getTitle().toString());
106 assertThat(packages).isEqualTo(expectedPackages);
  /packages/services/Car/car_product/build/
car.mk 42 packages/services/Car/car_product/preloaded-classes-car:system/etc/preloaded-classes \
59 $(call inherit-product, packages/services/Car/car_product/build/car_base.mk)
75 # Automotive specific packages
96 packages/services/Car/car_product/bootanimations/bootanimation-832.zip:system/media/bootanimation.zip
  /cts/tests/tests/shortcutmanager/packages/launchermanifest/
Android.mk 43 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.launcher1
73 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.launcher2
103 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.launcher3
  /cts/tests/tests/shortcutmanager/packages/packagemanifest/
Android.mk 42 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.package1
72 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.package2
102 LOCAL_AAPT_FLAGS += --rename-manifest-package android.content.pm.cts.shortcutmanager.packages.package3
  /external/autotest/server/
site_crashcollect.py 318 # information about the path, so we later can consider only packages
331 # The above is then parsed to find packages which contain executable files
343 # Parse into a set of names of packages containing an executable file.
344 packages = set()
358 packages.add(pkg)
361 if len(packages) == 1:
362 return packages.pop()
368 if len(packages) == 0:
369 logging.warning('find_package_of() found no packages for "%s"',
372 logging.warning('find_package_of() found multiple packages for "%s":
    [all...]
  /frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/users/
AppRestrictionsHelperTest.java 177 private void addSystemAppsForIntent(Intent intent, String... packages) throws Exception {
179 for (String pkg : packages) {
188 private void addSystemAppsWithRequiredAccounts(String... packages) throws Exception {
189 for (String pkg : packages) {
201 private void addDownloadedApps(String... packages) throws Exception {
202 for (String pkg : packages) {
  /frameworks/base/services/backup/java/com/android/server/backup/restore/
ActiveRestoreSession.java 182 IBackupManagerMonitor monitor, String[] packages) {
199 b.append(" packages=");
200 if (packages == null) {
205 for (String s : packages) {
256 Slog.d(TAG, "restoreSome() of " + packages.length + " packages");
261 token, packages, packages.length > 1);
314 throw new SecurityException("No permission to restore other packages");
  /prebuilts/go/darwin-x86/src/go/importer/
importer.go 43 packages: make(map[string]*types.Package),
76 packages map[string]*types.Package
89 return m.importer(m.packages, path)
  /prebuilts/go/linux-x86/src/go/importer/
importer.go 43 packages: make(map[string]*types.Package),
76 packages map[string]*types.Package
89 return m.importer(m.packages, path)
  /cts/tests/tests/car/src/android/car/cts/
CarPackageManagerTest.java 73 List<PackageInfo> packages = getContext().getPackageManager().getInstalledPackages( local
76 for (PackageInfo info : packages) {
  /development/tools/findunused/
findunusedstrings 23 apps=$ANDROID_BUILD_TOP/packages/apps/*
removeunusedresources 17 apps=$ANDROID_BUILD_TOP/packages/apps/*
  /device/google/dragon-kernel/
push-kernel.sh 58 gsutil.py cat ${gspath}/stripped-packages.tar | bsdtar -s '/.*kernel.*tbz2/kernel.tbz2/' -x -f - '*kernel*'
60 echo ERROR: could not retrieve stripped-packages
  /external/autotest/
.gitignore 48 /site-packages/
  /external/autotest/client/bin/
harness_autoserv.py 2 from autotest_lib.client.common_lib import autotemp, packages, error
89 client.common_lib.packages infrastructure.
95 class AutoservFetcher(packages.RepositoryFetcher):

Completed in 456 milliseconds

1 2 3 4 5 6 78 91011>>