Searched refs:package (Results 1 – 13 of 13) sorted by relevance
/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/024-illegal-access/ |
D | info.txt | 2 error. Also try to access a non-public class in a different package with
|
/art/test/601-method-access/smali/ |
D | SubClassUsingInaccessibleMethod.smali | 26 # a package-private method from an indirectly inherited package-private class,
|
/art/test/064-field-access/jasmin/ |
D | SubClassUsingInaccessibleField.j | 27 ; a package-private field from an indirectly inherited package-private class,
|
/art/test/089-many-methods/ |
D | expected.txt | 4 References by package:
|
/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/ |
D | Android.gtest.mk | 103 $(call align-package, $@) 108 $(call align-package, $@) 123 $(call align-package, $@) 128 $(call align-package, $@)
|
/art/tools/ahat/etc/ |
D | ahat_api.txt | 1 package com.android.ahat { 9 package com.android.ahat.dominators { 24 package com.android.ahat.heapdump { 287 package com.android.ahat.proguard {
|
/art/dexlayout/ |
D | dexlayout.cc | 1545 char* package = nullptr; in DumpDexFile() local 1548 DumpClass(i, &package); in DumpDexFile() 1552 if (package != nullptr) { in DumpDexFile() 1554 free(package); in DumpDexFile()
|