HomeSort by relevance Sort by last modified time
    Searched full:setter (Results 326 - 350 of 620) sorted by null

<<11121314151617181920>>

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ColorUsageDetector.java 87 // See if this method is being called on a setter
  /libcore/luni/src/main/java/javax/xml/datatype/
XMLGregorianCalendar.java 144 * setter methods and parse methods of
246 * <p>Unset this field by invoking the setter with a parameter value of <code>null</code>.</p>
259 * <p>Unset this field by invoking the setter with a parameter value of
274 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
287 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
300 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
340 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
352 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
364 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p>
376 * <p>Unset this field by invoking the setter with a parameter value of {@link DatatypeConstants#FIELD_UNDEFINED}.</p
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTreeAdaptor.h 37 @property (retain, getter=getTreeToUniqueIDMap, setter=setTreeToUniqueIDMap:) ANTLRUniqueIDMap *treeToUniqueIDMap;
38 @property (getter=getUniqueNodeID, setter=setUniqueNodeID:) NSInteger uniqueNodeID;
  /external/chromium-trace/src/shared/js/cr/ui/
list_selection_model.js 37 * Setter also changes lead and anchor indexes if value list is nonempty.
75 * Setter also changes lead and anchor indexes if value is nonnegative.
  /external/javassist/src/main/javassist/compiler/
AccessorMaker.java 198 * Returns the method_info representing the added setter.
204 String key = fieldName + ":setter";
  /external/v8/test/mjsunit/
object-create.js 101 // Add a setter foo that runs a function.
212 assertTrue(/Setter must be a function/.test(e));
  /external/webkit/Source/JavaScriptCore/runtime/
JSActivation.cpp 164 // We don't call through to JSObject because __proto__ and getter/setter
179 // We don't call through to JSObject because __proto__ and getter/setter
Arguments.cpp 165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
  /external/clang/lib/AST/
StmtDumper.cpp 677 OS << "\" Setter=\"";
678 if (ObjCMethodDecl *Setter = Node->getImplicitPropertySetter())
679 OS << Setter->getSelector().getAsString();
692 OS << "Getter&Setter";
696 OS << "Setter";
  /external/v8/test/cctest/
test-accessors.cc 63 Local<Script> setter = v8_compile("obj.foo = 901;"); local
64 CHECK_EQ(901, setter->Run()->Int32Value());
350 // Use the throwing property setter/getter in a loop to force
  /external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
bugzilla_unittest.py 58 setter="one@test.com"
63 setter="two@test.com"
156 setter="mjs@apple.com"
  /frameworks/compile/slang/
README.rst 194 You can bind the struct(e.g., Point), using the setter and getter
208 // but is used to implement the setter.
211 // The setter of Item array,
  /external/v8/src/
objects-printer.cc 826 PrintF(out, "\n - setter: ");
827 setter()->ShortPrint(out);
841 PrintF(out, "\n - setter: ");
842 setter()->ShortPrint(out);
861 PrintF(out, "\n - setter: ");
862 setter()->ShortPrint(out);
macros.py 36 # Constants used for getter and setter operations.
38 const SETTER = 1;
  /dalvik/vm/compiler/
InlineTransformation.cpp 148 * Not all setter instructions have vC but vC will be read by
186 * If the setter instruction is about to raise any exception, punt to the
  /external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
IntArray.java 337 int setter = 1 << theBit;
338 m_ints[theInt] |= setter;
  /external/clang/include/clang/AST/
BuiltinTypes.def 190 // of a setter and a getter, with the setter used if the
  /external/jsilver/src/com/google/clearsilver/jsilver/
JSilverOptions.java 28 * Note: Setter methods also return reference to this, allowing options to be defined in one
68 // * add setter (which returns this).
  /external/webkit/Source/WebCore/page/animation/
AnimationBase.cpp 280 PropertyWrapper(int prop, T (RenderStyle::*getter)() const, void (RenderStyle::*setter)(T))
282 , m_setter(setter)
332 PropertyWrapperShadow(int prop, const ShadowData* (RenderStyle::*getter)() const, void (RenderStyle::*setter)(ShadowData*, bool))
335 , m_setter(setter)
397 PropertyWrapperMaybeInvalidColor(int prop, const Color& (RenderStyle::*getter)() const, void (RenderStyle::*setter)(const Color&))
400 , m_setter(setter)
480 FillLayerPropertyWrapper(T (FillLayer::*getter)() const, void (FillLayer::*setter)(T)) function in class:WebCore::FillLayerPropertyWrapper
482 , m_setter(setter)
    [all...]
  /packages/apps/Phone/src/com/android/phone/
ContactsAsyncHelper.java 165 * Simple setter for the CallerInfo object.
185 * Simple setter for the Photo state.
  /external/clang/lib/Sema/
SemaExprMember.cpp 417 // Also must look for a getter or setter name which uses property syntax.
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST4ObjC.stg 94 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
  /external/chromium/base/
id_map.h 213 // See description above setter.

Completed in 2351 milliseconds

<<11121314151617181920>>