Searched defs:prop (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/media/libmediaplayerservice/
H A DTestPlayerStub.cpp46 char prop[PROPERTY_VALUE_MAX] = { '\0', }; local
48 property_get(kBuildTypePropName, prop, '\0');
49 return strcmp(prop, kEngBuild) == 0 || strcmp(prop, kTestBuild) == 0;
/frameworks/base/awt/java/awt/image/
H A DMemoryImageSource.java506 * @param prop
507 * the prop.
510 Hashtable<?, ?> prop) {
518 this.properties = prop;
539 * @param prop
540 * the prop.
543 Hashtable<?, ?> prop) {
551 this.properties = prop;
509 init(int width, int height, ColorModel model, byte pixels[], int off, int scan, Hashtable<?, ?> prop) argument
542 init(int width, int height, ColorModel model, int pixels[], int off, int scan, Hashtable<?, ?> prop) argument
/frameworks/base/core/java/android/pim/
H A DICalendar.java136 * @param prop
138 public void addProperty(Property prop) { argument
139 String name= prop.getName();
145 props.add(prop);

Completed in 93 milliseconds