/external/clang/lib/CodeGen/ |
CGObjCGNU.cpp | [all...] |
CGObjC.cpp | 548 /// Use objc_setProperty for the setter, but use expression 1002 Expr *setter = PID->getSetterCXXAssignment(); local [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 326 * Generic setter for basic type properties. Type is required to be basic. 699 * Setter for "DebugLevel" property. 737 * Setter for "DebugTimestamp" property. 763 * Setter for "DebugShowKeys" property. [all...] |
dbus_new_handlers_wps.c | 373 * Setter for "ProcessCredentials" property. Sets credentials_processed on 2
|
/external/v8/src/ |
mirror-debugger.js | 1191 * Returns whether this property has a setter defined through __defineSetter__. 1192 * @return {booolean} True if this property has a setter 1214 * Returns the setter for this property defined through __defineSetter__. 1215 * @return {Mirror} FunctionMirror reflecting the setter function or 1216 * UndefinedMirror if there is no setter for this property 1218 PropertyMirror.prototype.setter = function() { 1231 * UndefinedMirror if there is no setter for this property [all...] |
property.h | 176 // either the getter or the setter must be an accessor. Put another way:
|
/frameworks/base/docs/html/guide/topics/graphics/ |
prop-animation.jd | 447 <li>The object property that you are animating must have a setter function (in camel case) in the form of 450 with this setter method. For example, if the property name is <code>foo</code>, you need to 451 have a <code>setFoo()</code> method. If this setter method does not exist, you have three 455 <li>Add the setter method to the class if you have the rights to do so.</li> 458 value with a valid setter method and forward it to the original object.</li> 471 <li>The getter (if needed) and setter methods of the property that you are animating must [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
XSLTAttributeDef.java | 428 * String that should represent the setter method which which 434 * Return a string that should represent the setter method. 435 * The setter method name will be created algorithmically the 439 * @return String that should represent the setter method which which 441 * of null if no setter method should be called. [all...] |
/external/webkit/Source/WebCore/bindings/scripts/ |
CodeGeneratorObjC.pm | 831 # - SETTER 833 my $setter = "- (void)$setterName(" . $attributeType . ")new" . ucfirst($attributeName) . $declarationSuffix; 834 push(@headerAttributes, $setter) if $public; 835 push(@privateHeaderAttributes, $setter) unless $public; [all...] |
/external/icu4c/i18n/ |
astro.h | 91 * Setter for Ecliptic Coordinate object 158 * Setter 232 * Setter for Ecliptic Coordinate object
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
streams.py | 495 """Using setter/getter methods is deprecated. Use o.line instead.""" 501 Using setter/getter methods is deprecated. Use o.charPositionInLine 508 """Using setter/getter methods is deprecated. Use o.line instead.""" 514 Using setter/getter methods is deprecated. Use o.charPositionInLine [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
NFAState.java | 216 // Setter/Getters
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
StylesheetPIHandler.java | 328 * Added additional getter and setter methods for the Base Id
|
/external/chromium/chrome/browser/instant/ |
instant_controller.h | 266 // See description above setter.
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 237 // ivar must be released if and only if the kind of setter was not 'assign'
|
/external/clang/www/analyzer/ |
release_notes.html | 179 <li>Objective-C retain/release checker now reasons about calls to property accessor methods (setter/getter).</li>
|
/external/easymock/src/org/easymock/ |
EasyMock.java | 170 * Returns the expectation setter for the last expected invocation in the
180 * @return the expectation setter.
187 * Returns the expectation setter for the last expected invocation in the
192 * @return the expectation setter.
[all...] |
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 58 * NOTE: there is no setter for merge attribute because this processor
|
/external/javassist/src/main/javassist/tools/reflect/ |
Reflection.java | 262 clazz.addMethod(CtNewMethod.setter(metaobjectSetter, f));
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
RAckParser.java | 174 * change to use the long setter
|
/external/protobuf/src/google/protobuf/ |
message_lite.h | 228 // invalidated, which is too much work for an otherwise inlined setter
|
/external/v8/test/preparser/ |
strict-identifiers.pyt | 137 setter_arg = StrictTemplate("setter-param-$id", """
|
/external/webkit/Source/JavaScriptCore/heap/ |
Heap.cpp | 328 return "Getter-Setter";
|
/external/webkit/Source/JavaScriptCore/runtime/ |
JSFunction.cpp | 108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
|
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceFile.js | 73 // FIXME: move live edit implementation to SourceFile and remove this setter.
|