Home
last modified time | relevance | path

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

/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/test/300-package-override/
Dinfo.txt1 Tests a dalvik bug where we'd allow subclasses to override package-protected
/art/test/091-override-package-private-method/
Dinfo.txt3 - Regression test to ensure AOT compiler correctly manages overriden package-private method.
/art/test/024-illegal-access/
Dinfo.txt2 error. Also try to access a non-public class in a different package with
/art/test/601-method-access/smali/
DSubClassUsingInaccessibleMethod.smali26 # a package-private method from an indirectly inherited package-private class,
/art/test/064-field-access/jasmin/
DSubClassUsingInaccessibleField.j27 ; a package-private field from an indirectly inherited package-private class,
/art/test/089-many-methods/
Dexpected.txt4 References by package:
/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/
DAndroid.gtest.mk103 $(call align-package, $@)
108 $(call align-package, $@)
123 $(call align-package, $@)
128 $(call align-package, $@)
/art/tools/ahat/etc/
Dahat_api.txt1 package com.android.ahat {
9 package com.android.ahat.dominators {
24 package com.android.ahat.heapdump {
287 package com.android.ahat.proguard {
/art/dexlayout/
Ddexlayout.cc1545 char* package = nullptr; in DumpDexFile() local
1548 DumpClass(i, &package); in DumpDexFile()
1552 if (package != nullptr) { in DumpDexFile()
1554 free(package); in DumpDexFile()