Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 25) sorted by relevance

/art/tools/hiddenapi/
Dfind_api_violations.pl111 my $package;
113 $package = $1;
115 $package = $proc_name;
117 $procmap->{$new_pid} = $package;
121 my $package = $procmap->{$pid} || "unknown($pid)";
128 print "$package,$symbol,$list\n"
/art/test/031-class-attributes/
Dexpected.txt35 package: null
61 package: null
87 package: package otherpackage, Unknown, version 0.0
113 package: null
139 package: null
165 package: null
191 package: null
217 package: null
/art/runtime/
Daot_class_linker.cc207 for (const std::string& package : packages) { in SetUpdatableBootClassPackages() local
208 if (package.empty() || package.find('/') != std::string::npos) { in SetUpdatableBootClassPackages()
209 LOG(ERROR) << "Invalid package name: " << package; in SetUpdatableBootClassPackages()
212 std::string prefix = 'L' + package + '/'; in SetUpdatableBootClassPackages()
Dmodule_exclusion_test.cc151 for (const std::string& package : package_list) { in TEST_F() local
152 std::string data = package + '\n'; in TEST_F()
/art/tools/
Dboot-image-profile-generate.sh123 --special-package=android:1 \
124 --special-package=com.android.systemui:1 \
Dboot-image-profile-extract-profile.sh31 adb shell cmd package snapshot-profile android
Drun-libcore-tests.sh79 may run a subset of packages by appending '--' followed by a list of package
90 3. Run tests only from the libcore.java.lang package on device:
/art/test/300-package-override/
Dinfo.txt1 Tests a dalvik bug where we'd allow subclasses to override package-protected
DAndroid.bp3 name: "art-run-test-300-package-override",
/art/
DAndroid.bp3 package {
DTEST_MAPPING399 "name": "art-run-test-300-package-override"
/art/test/091-override-package-private-method/
Dinfo.txt3 - Regression test to ensure AOT compiler correctly manages overriden package-private method.
/art/test/937-hello-retransform-package/
DAndroid.bp3 name: "art-run-test-937-hello-retransform-package",
/art/test/024-illegal-access/
Dinfo.txt2 error. Also try to access a non-public class in a different package with
/art/test/064-field-access/jasmin/
DSubClassUsingInaccessibleField.j27 ; a package-private field from an indirectly inherited package-private class,
/art/test/601-method-access/smali/
DSubClassUsingInaccessibleMethod.smali26 # a package-private method from an indirectly inherited package-private class,
/art/test/1949-short-dex-file/
Dinfo.txt25 alphabet (package xyz, method foo). If it is further forward than the other method-ids then the
27 wasn't caught in our other tests (package art is always at the front).
/art/test/978-virtual-interface/smali/
DTarget.smali17 # package pkg;
/art/tools/runtime_memusage/
DREADME82 Using the package name, uses baksmali to get
83 a dump of the Dex File format for the package.
/art/build/apex/
Druntests.sh73 Build (optional) and run tests on ART APEX package (on host).
/art/tools/ahat/etc/
Dahat_api.txt2 package com.android.ahat {
10 package com.android.ahat.dominators {
39 package com.android.ahat.heapdump {
324 package com.android.ahat.progress {
344 package com.android.ahat.proguard {
/art/dexdump/
Ddexdump.cc1866 char* package = nullptr; in processDexFile() local
1869 dumpClass(pDexFile, j, &package); in processDexFile()
1883 if (package != nullptr) { in processDexFile()
1885 free(package); in processDexFile()
/art/dexlayout/
Ddexlayout.cc1555 char* package = nullptr; in DumpDexFile() local
1558 DumpClass(i, &package); in DumpDexFile()
1562 if (package != nullptr) { in DumpDexFile()
1564 free(package); in DumpDexFile()
/art/build/
DAndroid.bp62 // This is the default visibility for the //art package, but we repeat it
/art/test/utils/
Dregen-test-files235 art-run-test-937-hello-retransform-package