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/1957-error-ext/
Dinfo.txt1 Test for get_last_error_message extension function.
/art/test/1940-ddms-ext/
Dinfo.txt1 Tests the jvmti-extension to get allocated memory snapshot.
/art/test/1900-track-alloc/
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/runtime/
Dimage.h413 const std::string& extension) { in GetLocationFromImageLocation() argument
416 filename += "." + extension; in GetLocationFromImageLocation()
418 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
/art/tools/jvmti-agents/dump-jvmti-state/
DREADME.md5 this by calling the com.android.art.misc.get_plugin_internal_state extension function.
/art/
D.vpython10 # this never requires the end-user machine to have a working python extension
/art/runtime/gc/space/
Dimage_space.cc2340 std::string extension; in ExpandMultiImageLocations() local
2343 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()
2368 locations.push_back(base + name + extension); in ExpandMultiImageLocations()
/art/runtime/arch/mips64/
Dquick_entrypoints_mips64.S2169 # result sign extension is handled in C code
/art/runtime/arch/mips/
Dquick_entrypoints_mips.S2290 # result sign extension is handled in C code