Home
last modified time | relevance | path

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

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