Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 10 of 10) sorted by relevance

/art/test/922-properties/
Dproperties.cc35 char** properties; in Java_art_Test922_getSystemProperties() local
36 jvmtiError result = jvmti_env->GetSystemProperties(&count, &properties); in Java_art_Test922_getSystemProperties()
42 char* data = properties[i]; in Java_art_Test922_getSystemProperties()
52 jvmti_env->Deallocate(reinterpret_cast<unsigned char*>(properties)); in Java_art_Test922_getSystemProperties()
Dexpected.txt1 Recommended properties:
14 Missing recommended properties: [java.vm.info]
15 Other properties:
/art/test/624-checker-stringops/
Dinfo.txt1 Verify some properties of string operations represented by intrinsics.
/art/tools/
Dlibjdwp-compat.props15 # These are properties that are needed for RI jdwp to run.
/art/tools/jvmti-agents/wrapagentproperties/
DREADME.md22 The property file is a text file containing the values of java properties you
/art/runtime/native/
Ddalvik_system_VMRuntime.cc196 const std::vector<std::string>& properties = Runtime::Current()->GetProperties(); in VMRuntime_properties() local
198 env->NewObjectArray(static_cast<jsize>(properties.size()), in VMRuntime_properties()
205 for (size_t i = 0; i != properties.size(); ++i) { in VMRuntime_properties()
206 ScopedLocalRef<jstring> str(env, env->NewStringUTF(properties[i].c_str())); in VMRuntime_properties()
795 NATIVE_METHOD(VMRuntime, properties, "()[Ljava/lang/String;"),
/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java574 ArgumentCaptor<Map<String, String>> properties = ArgumentCaptor.forClass(Map.class); in testAnnotationPropertiesIntoMap() local
575 verify(mConsumer, times(1)).consume(any(), properties.capture(), any()); in testAnnotationPropertiesIntoMap()
576 assertThat(properties.getValue()).containsExactly( in testAnnotationPropertiesIntoMap()
/art/tools/luci/config/
Dcr-buildbucket.cfg49 properties: "mastername:client.art"
/art/build/
DAndroid.bp242 // target-specific properties
/art/test/
DAndroid.bp313 "922-properties/properties.cc",
660 "922-properties/src/art/Test922.java",
803 "922-properties/expected.txt",