Searched refs:property (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.cc53 void PrintProperty(const char* name, const char* property) { argument
55 output_ << name << " \"" << property << "\"" << std::endl;
58 void PrintProperty(const char* name, const char* property, int id) { argument
60 output_ << name << " \"" << property << id << "\"" << std::endl;
/art/test/005-annotations/src/android/test/anno/
H A DTestAnnotations.java121 ExportedProperty property;
130 property = meth.getAnnotation(ExportedProperty.class);
131 mapping = property.mapping();

Completed in 99 milliseconds