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

1 2

  /cts/tests/tests/calendarcommon/src/com/android/calendarcommon2/
RecurrenceSet.java 34 component.addProperty(new ICalendar.Property(CTS_PROPERTY_NAME));
ICalendar.java 56 public void addProperty(Property prop) {
  /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...]
  /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/native/include/utils/
PropertyMap.h 60 void addProperty(const String8& key, const String8& value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
TraceFileParserTask.java 112 c.addProperty(GLCall.PROPERTY_MARKERNAME,
119 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_SIZE,
121 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_TYPE,
123 c.addProperty(GLCall.PROPERTY_VERTEX_ATTRIB_POINTER_DATA,
  /frameworks/native/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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java 164 public void addProperty(int propertyName, Object value) {
  /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...]
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);
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
RecurrenceSet.java 313 component.addProperty(dtstartProp);
316 component.addProperty(durationProp);
372 component.addProperty(dtstartProp);
375 component.addProperty(durationProp);
394 component.addProperty(prop);
462 component.addProperty(prop);
ICalendar.java 137 public void addProperty(Property prop) {
517 component.addProperty(property);
  /external/skia/legacy/src/xml/
SkJSDisplayable.cpp 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;
  /external/skia/src/xml/
SkJSDisplayable.cpp 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;
  /libcore/benchmarks/libs/
caliper.jar 
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
cglib-nodep-2.2.3.jar 
  /prebuilts/tools/common/m2/internal/cglib/cglib-nodep/2.2.2/
cglib-nodep-2.2.2.jar 

Completed in 401 milliseconds

1 2