Searched refs:package (Results 1 – 25 of 25) sorted by relevance
/art/tools/hiddenapi/ |
D | find_api_violations.pl | 111 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/ |
D | expected.txt | 35 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/ |
D | aot_class_linker.cc | 207 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()
|
D | module_exclusion_test.cc | 151 for (const std::string& package : package_list) { in TEST_F() local 152 std::string data = package + '\n'; in TEST_F()
|
/art/tools/ |
D | boot-image-profile-generate.sh | 123 --special-package=android:1 \ 124 --special-package=com.android.systemui:1 \
|
D | boot-image-profile-extract-profile.sh | 31 adb shell cmd package snapshot-profile android
|
D | run-libcore-tests.sh | 79 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/ |
D | info.txt | 1 Tests a dalvik bug where we'd allow subclasses to override package-protected
|
D | Android.bp | 3 name: "art-run-test-300-package-override",
|
/art/ |
D | Android.bp | 3 package {
|
D | TEST_MAPPING | 399 "name": "art-run-test-300-package-override"
|
/art/test/091-override-package-private-method/ |
D | info.txt | 3 - Regression test to ensure AOT compiler correctly manages overriden package-private method.
|
/art/test/937-hello-retransform-package/ |
D | Android.bp | 3 name: "art-run-test-937-hello-retransform-package",
|
/art/test/024-illegal-access/ |
D | info.txt | 2 error. Also try to access a non-public class in a different package with
|
/art/test/064-field-access/jasmin/ |
D | SubClassUsingInaccessibleField.j | 27 ; a package-private field from an indirectly inherited package-private class,
|
/art/test/601-method-access/smali/ |
D | SubClassUsingInaccessibleMethod.smali | 26 # a package-private method from an indirectly inherited package-private class,
|
/art/test/1949-short-dex-file/ |
D | info.txt | 25 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/ |
D | Target.smali | 17 # package pkg;
|
/art/tools/runtime_memusage/ |
D | README | 82 Using the package name, uses baksmali to get 83 a dump of the Dex File format for the package.
|
/art/build/apex/ |
D | runtests.sh | 73 Build (optional) and run tests on ART APEX package (on host).
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 2 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/ |
D | dexdump.cc | 1866 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/ |
D | dexlayout.cc | 1555 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/ |
D | Android.bp | 62 // This is the default visibility for the //art package, but we repeat it
|
/art/test/utils/ |
D | regen-test-files | 235 art-run-test-937-hello-retransform-package
|