/external/expat/doc/ |
reference.html | [all...] |
/external/protobuf/python/google/protobuf/ |
reflection.py | 479 # We define a setter just so we can throw an exception with a more 481 def setter(self, new_value): function in function:_AddPropertiesForRepeatedField 486 setattr(cls, property_name, property(getter, setter, doc=doc)) 509 def setter(self, new_value): function in function:_AddPropertiesForNonRepeatedScalarField 516 setter.__module__ = None 517 setter.__doc__ = 'Setter for %s.' % proto_field_name 519 # Add a property to encapsulate the getter/setter. 521 setattr(cls, property_name, property(getter, setter, doc=doc)) 559 # We define a setter just so we can throw an exception with a mor 561 def setter(self, new_value): function in function:_AddPropertiesForNonRepeatedCompositeField [all...] |
/external/v8/test/mjsunit/harmony/ |
collections.js | 31 // Test valid getter and setter calls on Sets. 40 // Test valid getter and setter calls on Maps and WeakMaps 51 // Test invalid getter and setter calls for WeakMap only
|
/external/clang/lib/Sema/ |
SemaExprObjC.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreeParser.h | 37 @property (retain, getter=getInput, setter=setInput:) id<ANTLRTreeNodeStream> input;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreeParser.h | 37 @property (retain, getter=input, setter=setInput:) id<ANTLRTreeNodeStream> input;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.h | 49 @property (assign, getter=getnames, setter=setnames:) ANTLRPtrBuffer * names;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCTP.h | 61 @property (assign, getter=gettree, setter=settree:) ANTLRCommonTree * tree;
|
/external/antlr/antlr-3.4/runtime/Python/ |
TODO | 63 - get rid of getter/setter in generated code
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
ST.stg | 41 @property (retain, getter=getST, setter=setST:) ST *st; 100 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib; 182 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib; 214 @property (retain, getter=getTemplateLib, setter=setTemplateLib:) STGroup *templateLib;
|
/external/chromium/chrome/browser/chromeos/options/ |
network_config_view.h | 62 // Getter/setter for browser mode.
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_bar.h | 24 // Accessor and setter for the FindBarController.
|
find_tab_helper.h | 38 // Setter for find_op_aborted_.
|
/external/clang/test/Analysis/ |
properties.m | 164 self.x = y; // expected-warning {{Argument for property setter is an uninitialized value}}
|
/external/clang/test/SemaObjCXX/ |
instantiate-expr.mm | 55 // Implicit setter/getter
|
/external/icu4c/i18n/ |
tmunit.cpp | 52 * immutable by allowing a setter on the number.
|
/external/javassist/src/main/javassist/ |
CtNewMethod.java | 252 * Creates a public setter method. The setter method assigns the 259 * @param methodName the name of the setter 262 public static CtMethod setter(String methodName, CtField field) method in class:CtNewMethod
|
/external/libxml2/ |
triop.h | 22 * setter functions.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SDNodeDbgValue.h | 105 // setIsInvalidated / isInvalidated - Setter / getter of the "Invalidated"
|
/external/llvm/lib/Target/X86/ |
X86JITInfo.h | 74 /// setPICBase / getPICBase - Getter / setter of PICBase, used to compute
|
/external/v8/src/ |
property.cc | 126 return accessors->getter()->IsMap() || accessors->setter()->IsMap();
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TileTexture.h | 76 // Make sure the following pureColor getter/setter are only read/written
|
/frameworks/base/core/java/android/util/ |
Property.java | 22 * methods can be implemented in terms of the private fields of the host object, or via "setter" and
|