Home
last modified time | relevance | path

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

/art/test/992-source-data/
Dexpected.txt2 class art.Test992 does not have a known source file extension because java.lang.RuntimeException: J…
4 class art.Test992$Target1 does not have a known source file extension because java.lang.RuntimeExce…
6 class art.Target2 does not have a known source file extension because java.lang.RuntimeException: J…
8 int does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_ABS…
10 class java.lang.Integer does not have a known source file extension because java.lang.RuntimeExcept…
12 class java.lang.Object does not have a known source file extension because java.lang.RuntimeExcepti…
14 interface java.lang.Runnable does not have a known source file extension because java.lang.RuntimeE…
16 class [Ljava.lang.Object; does not have a known source file extension because java.lang.RuntimeExce…
18 class [I does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERRO…
20 null does not have a known source file extension because java.lang.RuntimeException: JVMTI_ERROR_IN…
[all …]
/art/test/1974-resize-array/
Dinfo.txt1 Test for change_array_size extension function.
3 Tests that we are able to use the extension function to change the length of arrays.
/art/test/1957-error-ext/
Dinfo.txt1 Test for get_last_error_message extension function.
/art/test/1900-track-alloc/
Dinfo.txt1 Tests the jvmti-extension to get allocated memory snapshot.
/art/test/1940-ddms-ext/
Dinfo.txt1 Tests the jvmti-extension to get allocated memory snapshot.
/art/test/1951-monitor-enter-no-suspend/
Dinfo.txt1 Tests the jvmti-extension to lock a monitor without regards to suspension.
/art/test/1946-list-descriptors/
Dinfo.txt1 Tests the jvmti-extension to get the classes contained in class-loaders.
/art/tools/checker/
Dchecker.py80 extension = os.path.splitext(file)[1]
81 if extension in [".java", ".smali"]:
/art/tools/jvmti-agents/list-extensions/
DREADME.md3 listextensions is a jvmti agent that will print the details of all available jvmti extension
18 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:104] Found 13 extension functions
34 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:130] Found 2 extension events
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md5 this by calling the com.android.art.misc.get_plugin_internal_state extension function.
/art/runtime/
Dimage.h425 const std::string& extension) { in GetLocationFromImageLocation() argument
428 filename += "." + extension; in GetLocationFromImageLocation()
430 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
/art/test/
DAndroid.bp1420 // Since they are not compiled by javac, we use different extension for them.
1421 // The .jar extension for them would cause subtle failures in the test infra,
/art/runtime/gc/space/
Dimage_space.cc4119 std::string extension; in ExpandMultiImageLocations() local
4122 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()
4151 locations.push_back(base + name + extension); in ExpandMultiImageLocations()