Home
last modified time | relevance | path

Searched refs:package (Results 1 – 15 of 15) 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/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/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/024-illegal-access/
Dinfo.txt2 error. Also try to access a non-public class in a different package with
/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/build/apex/
Druntests.sh57 Build (optional) and run tests on Android Runtime APEX package (on host).
/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.mk115 $(call align-package, $@)
122 $(call align-package, $@)
161 $(call align-package, $@)
168 $(call align-package, $@)
/art/tools/ahat/etc/
Dahat_api.txt1 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/
Ddexdump.cc1824 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/
Ddexlayout.cc1551 char* package = nullptr; in DumpDexFile() local
1554 DumpClass(i, &package); in DumpDexFile()
1558 if (package != nullptr) { in DumpDexFile()
1560 free(package); in DumpDexFile()