Searched refs:extension (Results 1 – 14 of 14) sorted by relevance
2 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 …]
1 Test for change_array_size extension function.3 Tests that we are able to use the extension function to change the length of arrays.
1 Test for get_last_error_message extension function.
1 Tests the jvmti-extension to get allocated memory snapshot.
1 Tests the jvmti-extension to lock a monitor without regards to suspension.
1 Tests the jvmti-extension to get the classes contained in class-loaders.
157 for (String extension : APP_ARTIFACT_EXTENSIONS) { in verifySystemServerLoadedArtifacts()159 String.format("%s/%s@classes%s", isaCacheDirectory, escapedPath, extension); in verifySystemServerLoadedArtifacts()189 for (String extension : BCP_ARTIFACT_EXTENSIONS) { in verifyZygoteLoadedArtifacts()190 final String artifact = bootExtensionName + extension; in verifyZygoteLoadedArtifacts()
85 extension = os.path.splitext(file)[1]86 if extension in [".java", ".smali", ".j"]:
3 listextensions is a jvmti agent that will print the details of all available jvmti extension18 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:104] Found 13 extension functions34 dalvikvm64 I 07-30 10:47:37 154719 154719 list-extensions.cc:130] Found 2 extension events
422 const std::string& extension) { in GetLocationFromImageLocation() argument425 filename += "." + extension; in GetLocationFromImageLocation()427 filename.replace(filename.length() - 3, 3, extension); in GetLocationFromImageLocation()
5 this by calling the com.android.art.misc.get_plugin_internal_state extension function.
3631 std::string extension; in ExpandMultiImageLocations() local3634 extension = image_location.substr(last_dot); // Including the dot. in ExpandMultiImageLocations()3663 locations.push_back(base + name + extension); in ExpandMultiImageLocations()
1737 // Since they are not compiled by javac, we use different extension for them.1738 // The .jar extension for them would cause subtle failures in the test infra,