HomeSort by relevance Sort by last modified time
    Searched defs:addProperty (Results 1 - 17 of 17) 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) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
GetPropReceiver.java 60 mDevice.addProperty(label, value);
Device.java 545 void addProperty(String label, String value) {
  /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"));
  /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); }
  /frameworks/native/libs/utils/
PropertyMap.cpp 50 void PropertyMap::addProperty(const String8& key, const String8& value) {
210 mMap->addProperty(keyToken, valueToken);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 134 c.addProperty(GLCall.PROPERTY_MARKERNAME,
141 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_SIZE,
143 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_TYPE,
145 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_DATA,
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 174 public void addProperty(int propertyName, Object value) {
  /frameworks/opt/calendar/src/com/android/calendarcommon/
ICalendar.java 137 public void addProperty(Property prop) {
517 component.addProperty(property);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java 59 * supplied with {@link #addProperty(VCardProperty)}. After supplying all data,
    [all...]
  /external/webkit/Source/WebCore/css/
CSSParser.cpp 582 void CSSParser::addProperty(int propId, PassRefPtr<CSSValue> value, bool important)
776 addProperty(propId, CSSInheritedValue::create(), important);
782 addProperty(propId, CSSInitialValue::createExplicit(), important);
892 addProperty(CSSPropertyOverflowY, value, important);
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 232 milliseconds