OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PropertyCollection
(Results
1 - 3
of
3
) sorted by null
/system/core/nexus/
Property.h
122
typedef android::List<Property *>
PropertyCollection
;
126
PropertyCollection
*mProperties;
133
PropertyCollection
*getProperties() { return mProperties; }
PropertyManager.cpp
55
PropertyCollection
::iterator it;
101
PropertyCollection
::iterator it;
200
PropertyCollection
::iterator p_it;
228
PropertyCollection
::iterator p_it;
261
PropertyCollection
::iterator p_it;
Property.cpp
192
mProperties = new
PropertyCollection
();
196
PropertyCollection
::iterator it;
Completed in 31 milliseconds