Home
last modified time | relevance | path

Searched defs:property (Results 1 – 4 of 4) 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.cc1261 static jvmtiError GetSystemProperty(jvmtiEnv* env, const char* property, char** value_ptr) { in GetSystemProperty()
1266 static jvmtiError SetSystemProperty(jvmtiEnv* env, const char* property, const char* value) { in SetSystemProperty()
/art/compiler/optimizing/
Dgraph_visualizer.cc224 void PrintProperty(const char* name, const char* property) { in PrintProperty()
229 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty()