Searched refs:package (Results 1 – 15 of 15) 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/test/300-package-override/ |
D | info.txt | 1 Tests a dalvik bug where we'd allow subclasses to override package-protected
|
/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/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/024-illegal-access/ |
D | info.txt | 2 error. Also try to access a non-public class in a different package with
|
/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/build/apex/ |
D | runtests.sh | 57 Build (optional) and run tests on Android Runtime APEX package (on host).
|
/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/ |
D | Android.gtest.mk | 115 $(call align-package, $@) 122 $(call align-package, $@) 161 $(call align-package, $@) 168 $(call align-package, $@)
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 1 package com.android.ahat { 9 package com.android.ahat.dominators { 38 package com.android.ahat.heapdump { 320 package com.android.ahat.progress { 340 package com.android.ahat.proguard {
|
/art/dexdump/ |
D | dexdump.cc | 1824 char* package = nullptr; in processDexFile() local 1827 dumpClass(pDexFile, j, &package); in processDexFile() 1841 if (package != nullptr) { in processDexFile() 1843 free(package); in processDexFile()
|
/art/dexlayout/ |
D | dexlayout.cc | 1551 char* package = nullptr; in DumpDexFile() local 1554 DumpClass(i, &package); in DumpDexFile() 1558 if (package != nullptr) { in DumpDexFile() 1560 free(package); in DumpDexFile()
|