Home
last modified time | relevance | path

Searched defs:property (Results 1 – 5 of 5) sorted by relevance

/art/test/005-annotations/src/android/test/anno/
DTestAnnotations.java139 ExportedProperty property; in testArrayProblem() local
/art/openjdkjvmti/
Dti_properties.cc206 const char* property, in GetSystemProperty()
DOpenjdkJvmTi.cc1255 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty()
1260 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty()
/art/compiler/optimizing/
Dgraph_visualizer.cc246 void PrintProperty(const char* name, const char* property) { in PrintProperty()
251 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty()
/art/odrefresh/
Dodrefresh.cc1050 auto property = system_properties.find(system_property_config.name); in CheckSystemPropertiesAreDefault() local
1090 std::string property = property_it != system_properties.end() ? property_it->second : ""; in CheckSystemPropertiesHaveNotChanged() local