/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); }
|
/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) {
|
/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"));
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
GetPropReceiver.java | 60 mDevice.addProperty(label, value);
|
Device.java | 609 void addProperty(String label, String 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);
|
/external/webkit/Source/WebCore/css/ |
SVGCSSParser.cpp | 286 addProperty(CSSPropertyMarkerMid, value, important); 287 addProperty(CSSPropertyMarkerEnd, value, important); 312 addProperty(propId, parsedValue.release(), important);
|
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...] |
CSSParser.h | 77 void addProperty(int propId, PassRefPtr<CSSValue>, bool important);
|
/frameworks/native/include/utils/ |
PropertyMap.h | 60 void addProperty(const String8& key, const String8& value);
|
/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...] |
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
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);
|
/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/libvpx/examples/includes/geshi/geshi/ |
actionscript.php | 64 'Accessibility', 'acos', 'activityLevel', 'add', 'addListener', 'addPage', 'addProperty',
|
visualfoxpro.php | 288 'AddObject','AddProperty','AddToSCC','AfterBuild','AfterCloseTables','AfterDock',
|
/external/skia/src/xml/ |
SkJSDisplayable.cpp | 202 gDisplayableClasses[type].addProperty = JS_PropertyStub;
|
/external/v8/src/ |
parser.h | 512 void AddProperty() { expected_property_count_++; }
|
preparser.h | 459 void AddProperty() { expected_properties_++; }
|
/sdk/files/ant/ |
build.xml | [all...] |