HomeSort by relevance Sort by last modified time
    Searched full:setter (Results 26 - 50 of 231) sorted by null

12 3 4 5 6 7 8 910

  /frameworks/base/awt/resources/org/apache/harmony/beans/internals/nls/
messages.properties 23 beans.05=Modifier for setter method should be public.
24 beans.06=Number of parameters in setter method is not equal to 1.
25 beans.07=Parameter type in setter method does not corresponds to predefined.
37 beans.13=no setter for property {0} found
55 beans.25=Modifier for indexed setter method should be public.
56 beans.26=Number of parameters in indexed setter method is not equal to 2.
57 beans.27=First parameter type in indexed setter method should be int.
58 beans.28=Second parameter type in indexed setter method does not corresponds to predefined.
79 beans.3D=First parameter in array getter(setter) is not of Integer type
81 beans.3F=Illegal number of arguments in array setter
    [all...]
  /external/webkit/LayoutTests/storage/domstorage/localstorage/
index-get-and-set.html 30 log("Setting FOO using the index setter.");
46 log("Setting FOO again, using the index setter.");
  /external/webkit/LayoutTests/storage/domstorage/sessionstorage/
index-get-and-set.html 30 log("Setting FOO using the index setter.");
46 log("Setting FOO again, using the index setter.");
  /external/webkit/WebCore/svg/
SVGAltGlyphElement.idl 30 setter raises(DOMException);
32 setter raises(DOMException);
SVGElement.idl 27 setter raises(DOMException);
29 setter raises(DOMException);
SVGLangSpace.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegCurvetoQuadraticSmoothAbs.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegCurvetoQuadraticSmoothRel.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegLinetoAbs.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegLinetoRel.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegMovetoAbs.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPathSegMovetoRel.idl 31 /*setter raises(DOMException)*/;
33 /*setter raises(DOMException)*/;
SVGPoint.idl 27 setter raises(DOMException);
29 setter raises(DOMException);
SVGPreserveAspectRatio.idl 47 /*setter raises(DOMException)*/;
49 /*setter raises(DOMException)*/;
  /external/webkit/JavaScriptCore/runtime/
PropertyDescriptor.h 48 JSValue setter() const;
51 void setAccessorDescriptor(JSValue getter, JSValue setter, unsigned attributes);
71 // May be a getter/setter
  /external/webkit/WebCore/html/
HTMLInputElement.idl 41 setter raises(DOMException);
60 attribute Date valueAsDate setter raises(DOMException);
61 attribute double valueAsNumber setter raises(DOMException);
  /external/v8/src/
regexp.js 344 // Getter and setter for the input.
354 %DefineAccessor($RegExp, 'input', SETTER, RegExpSetInput, DONT_DELETE);
356 %DefineAccessor($RegExp, '$_', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE);
358 %DefineAccessor($RegExp, '$input', SETTER, RegExpSetInput, DONT_ENUM | DONT_DELETE);
367 // Getter and setter for multiline.
373 %DefineAccessor($RegExp, 'multiline', SETTER, RegExpSetMultiline, DONT_DELETE);
375 %DefineAccessor($RegExp, '$*', SETTER, RegExpSetMultiline, DONT_ENUM | DONT_DELETE);
383 %DefineAccessor($RegExp, 'lastMatch', SETTER, NoOpSetter, DONT_DELETE);
385 %DefineAccessor($RegExp, '$&', SETTER, NoOpSetter, DONT_ENUM | DONT_DELETE);
387 %DefineAccessor($RegExp, 'lastParen', SETTER, NoOpSetter, DONT_DELETE)
    [all...]
  /external/v8/test/mjsunit/bugs/
618.js 36 // Add setter somewhere on the prototype chain after having constructed the
51 // Add setter somewhere on the prototype chain after having constructed the
66 // Add setter somewhere on the prototype chain after having constructed the
81 // Add setter somewhere on the prototype chain after having constructed the
bug-1344252.js 28 // Test that setter accessors added to the prototype chain are called
42 // Add a setter for x to Object.prototype and make sure it gets
50 // Add a setter for y by changing the prototype of f and make sure
  /external/v8/test/mjsunit/regress/
regress-1213575.js 29 // conflicts with a defined setter. This avoid
30 // trying to pass 'the hole' to the setter.
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-001.js 45 TestObject.prototype.y setter =
57 printStatus ("Basic Getter/ Setter test");
getset-002.js 39 y setter: function set_y (newVal)
52 printStatus ("Basic Getter/ Setter test (object literal notation)");
getset-003.js 22 * SUMMARY: Testing obj.prop getter/setter
28 var summary = 'Testing obj.prop getter/setter';
43 // SECTION1: define getter/setter directly on an object (not its prototype)
47 obj.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
74 // SECTION2: define getter/setter in Object.prototype
77 Object.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
105 // SECTION 3: define getter/setter in prototype of user-defined constructor
111 TestObject.prototype.name setter = function(newValue) {this._name=newValue; this.nameSETS++;}
  /frameworks/base/awt/java/beans/
IndexedPropertyDescriptor.java 43 public IndexedPropertyDescriptor(String propertyName, Method getter, Method setter,
45 super(propertyName, getter, setter);
49 (getter != null || setter != null)) {
69 // array setter
79 // indexed setter
  /external/webkit/WebCore/dom/
Node.idl 54 setter raises(DOMException);
88 setter raises(DOMException);
99 setter raises(DOMException);

Completed in 565 milliseconds

12 3 4 5 6 7 8 910