Home
last modified time | relevance | path

Searched refs:properties (Results 1 – 9 of 9) 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()
/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.cc197 const std::vector<std::string>& properties = Runtime::Current()->GetProperties(); in VMRuntime_properties() local
199 env->NewObjectArray(static_cast<jsize>(properties.size()), in VMRuntime_properties()
206 for (size_t i = 0; i != properties.size(); ++i) { in VMRuntime_properties()
207 ScopedLocalRef<jstring> str(env, env->NewStringUTF(properties[i].c_str())); in VMRuntime_properties()
744 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.cfg46 properties: "mastername:client.art"
/art/test/
DAndroid.bp250 "922-properties/properties.cc",
596 "922-properties/src/art/Test922.java",
698 "922-properties/expected.txt",
/art/build/
DAndroid.bp213 // target-specific properties