HomeSort by relevance Sort by last modified time
    Searched refs:addProperty (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regexp-enumerate-001.js 53 for ( p in r ) { e[e.length] = { property:p, value:r[p] }; t.addProperty( p, r[p]) };
64 this.addProperty = addProperty;
66 function addProperty(name, value) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java 209 entry.addProperty(property);
222 entry.addProperty(property);
230 entry.addProperty(property);
238 entry.addProperty(property);
247 entry.addProperty(property);
256 entry.addProperty(property);
266 entry.addProperty(property);
273 entry.addProperty(property);
280 entry.addProperty(property);
287 entry.addProperty(property)
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
GetPropReceiver.java 60 mDevice.addProperty(label, value);
Device.java 439 void addProperty(String label, String value) {
  /external/webkit/Source/WebCore/rendering/style/
KeyframeList.h 46 void addProperty(int prop) { m_properties.add(prop); }
80 void addProperty(int prop) { m_properties.add(prop); }
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
ICalendarTest.java 41 component.addProperty(new ICalendar.Property("prop2", "value3"));
42 component.addProperty(new ICalendar.Property("prop1", "value1"));
43 component.addProperty(new ICalendar.Property("prop1", "value2"));
60 child.addProperty(new ICalendar.Property("prop2", "value2"));
62 parent.addProperty(new ICalendar.Property("prop1", "value1"));
63 parent.addProperty(new ICalendar.Property("prop1", "value12"));
  /frameworks/base/include/utils/
PropertyMap.h 60 void addProperty(const String8& key, const String8& value);
  /frameworks/base/libs/utils/
PropertyMap.cpp 50 void PropertyMap::addProperty(const String8& key, const String8& value) {
210 mMap->addProperty(keyToken, valueToken);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntryConstructor.java 130 mCurrentEntry.addProperty(property);
VCardEntry.java 59 * supplied with {@link #addProperty(VCardProperty)}. After supplying all data,
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 636 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
830 addProperty(propId, CSSInheritedValue::create(), important);
836 addProperty(propId, CSSInitialValue::createExplicit(), important);
946 addProperty(CSSPropertyOverflowY, value, important);
    [all...]
SVGCSSParser.cpp 286 addProperty(CSSPropertyMarkerMid, value, important);
287 addProperty(CSSPropertyMarkerEnd, value, important);
312 addProperty(propId, parsedValue.release(), important);
CSSParser.h 77 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
CSSStyleSelector.cpp     [all...]
  /frameworks/opt/calendar/src/com/android/calendarcommon/
RecurrenceSet.java 302 component.addProperty(dtstartProp);
305 component.addProperty(durationProp);
361 component.addProperty(dtstartProp);
364 component.addProperty(durationProp);
383 component.addProperty(prop);
451 component.addProperty(prop);
ICalendar.java 137 public void addProperty(Property prop) {
517 component.addProperty(property);
  /external/skia/src/xml/
SkJSDisplayable.cpp 210 gDisplayableClasses[type].addProperty = JS_PropertyStub;
  /frameworks/base/services/input/tests/
InputReader_test.cpp 329 device->configuration.addProperty(key, value);
951 configuration.addProperty(String8("touch.deviceType"), String8("touchScreen"));
980 configuration.addProperty(String8("cursor.mode"), String8("pointer"));
994 configuration.addProperty(String8("cursor.mode"), String8("navigation"));
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 961 milliseconds