Searched defs:property (Results 1 – 5 of 5) sorted by relevance
139 ExportedProperty property; in testArrayProblem() local
206 const char* property, in GetSystemProperty()
1255 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()
246 void PrintProperty(const char* name, const char* property) { in PrintProperty()251 void PrintProperty(const char* name, const char* property, int id) { in PrintProperty()
1050 auto property = system_properties.find(system_property_config.name); in CheckSystemPropertiesAreDefault() local1090 std::string property = property_it != system_properties.end() ? property_it->second : ""; in CheckSystemPropertiesHaveNotChanged() local