/external/lldb/scripts/Python/interface/ |
SBTypeSynthetic.i | 69 if _newclass: options = property(GetOptions, SetOptions) 72 if _newclass: contains_code = property(IsClassCode, None) 75 if _newclass: synthetic_data = property(GetData, None)
|
/external/lldb/test/lang/objc/objc-property/ |
main.m | 25 @property(getter=myGetUnbackedInt,setter=mySetUnbackedInt:) int unbackedInt; 26 @property int backedInt; 27 @property (nonatomic, assign) id <MyProtocol> idWithProtocol;
|
/external/v8/test/mjsunit/regress/ |
regress-712.js | 29 // can't be called with an empty property descriptor on a non-configurable 30 // existing property and override the existing property.
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/ |
XMPProperty.java | 17 * This interface is used to return a text property together with its and options. 24 * @return Returns the value of the property. 30 * @return Returns the options of the property.
|
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/ |
SlideKitkat.java | 29 import android.util.Property; 62 /** Returns the property to animate translation */ 63 Property<View, Float> getProperty(); 73 public Property<View, Float> getProperty() { 85 public Property<View, Float> getProperty() { 208 private Animator createAnimation(final View view, Property<View, Float> property, 213 start = View.TRANSLATION_Y == property ? startPosition[1] : startPosition[0]; 216 final ObjectAnimator anim = ObjectAnimator.ofFloat(view, property, start, end); 218 SlideAnimatorListener listener = new SlideAnimatorListener(view, property, terminalValue, end [all...] |
/packages/apps/Exchange/src/com/android/exchange/adapter/ |
PingParser.java | 36 /** Sentinel value, used when some property doesn't have a meaningful value. */ 151 * Parse an integer value from the response for a particular property, and bounds check the 152 * new value. A property cannot be set more than once. 153 * @param name The name of the property we're parsing (for logging purposes). 154 * @param currentValue The current value of the property we're parsing. 155 * @param minValue The minimum value for the property we're parsing. 156 * @param maxValue The maximum value for the property we're parsing. 157 * @return The new value of the property we're parsing. 173 * Parse an integer value from the response for a particular property, and ensure it is 175 * @param name The name of the property we're parsing (for logging purposes) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
TextureUnitPropertyAccessor.java | 25 * texture unit property that is indexed based on the run time value of the 26 * {@link GLStateType#ACTIVE_TEXTURE_UNIT} property. 51 // extract the required property for the current texture unit
|
/external/antlr/antlr-3.4/runtime/CSharp2/ |
API CHANGES.TXT | 13 Antlr.Runtime.BaseRecognizer.Failed() has been turned into a property 34 Antlr.Runtime.TreeRuleReturnScope - removed setter from property 37 Antlr.Runtime.Tree.RewriteRuleElementStream.HasNext has been turned into a property 47 Antlr.Runtime.Tree.ITreeAdaptor.GetNilNode has been turned into property Nil (implementing classes followed)
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; 46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex; 47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker; 48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; 46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex; 47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker; 48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRLookaheadStream.h | 45 @property (readwrite, retain, getter=getEof, setter=setEof) id eof; 46 @property (assign, getter=getEofElementIndex, setter=setEofElementIndex) NSInteger eofElementIndex; 47 @property (assign, getter=getLastMarker, setter=setLastMarker) NSInteger lastMarker; 48 @property (assign, getter=getMarkDepth, setter=setMarkDepth) NSInteger markDepth;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRCommonErrorNode.h | 63 @property (retain) id<ANTLRIntStream> input; 64 @property (retain) id<ANTLRToken> startToken; 65 @property (retain) id<ANTLRToken> stopToken; 66 @property (retain) ANTLRRecognitionException *trappedException;
|
ANTLRLinkBase.h | 53 @property (retain) id<ANTLRLinkList> fPrev; 54 @property (retain) id<ANTLRLinkList> fNext; 62 @property (retain) id<ANTLRLinkList> fPrev; 63 @property (retain) id<ANTLRLinkList> fNext;
|
ANTLRToken.h | 52 @property (retain, getter = text, setter = setText:) NSString *text; 53 @property (assign) NSInteger type; 54 @property (assign) NSUInteger line; 55 @property (assign) NSUInteger charPositionInLine;
|
ANTLRTreePatternParser.h | 59 @property (retain) ANTLRTreePatternLexer *tokenizer; 60 @property NSInteger ttype; 61 @property (retain) ANTLRTreeWizard *wizard; 62 @property (retain) id<ANTLRTreeAdaptor> adaptor;
|
ArrayIterator.h | 74 @property (retain) id peekObj; 75 @property (assign, getter=count, setter=setCount:) NSInteger count; 76 @property (assign) NSInteger index; 77 @property (retain) NSArray *anArray;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.h | 72 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 91 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 110 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 129 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 148 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 167 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 186 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 205 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 224 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree; 243 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/ |
SemiVariance.java | 38 * and bias correction may be set using property setters or their values can provided as 47 * more of these threads invoke property setters, external synchronization must 84 * property and default (Downside) <code>varianceDirection</code> property. 91 * property and default (Downside) <code>varianceDirection</code> property. 103 * Constructs a SemiVariance with the specified <code>Direction</code> property 104 * and default (true) <code>biasCorrected</code> property 116 * property and the specified <code>Direction</code> property [all...] |
/external/clang/test/ARCMT/ |
assign-prop-no-arc-runtime.m | 10 @property (readonly,assign) id x;
|
assign-prop-no-arc-runtime.m.result | 10 @property (readonly,unsafe_unretained) id x;
|
/external/clang/test/Analysis/ |
ObjCProperties.m | 12 @property(copy, readwrite) id X;
|
/external/clang/test/CodeGenObjC/ |
arm-atomic-scalar-setter-getter.m | 5 @property long long LONG_PROP;
|
atomic-aggregate-property.m | 19 @property (readwrite) double x; 20 @property (readwrite) struct s y; 21 @property (nonatomic, readwrite) struct s1 z; 22 @property (readwrite) struct s2 a;
|
compound-literal-property-access.m | 7 @property (nonatomic, assign) vector_float2 position;
|
debug-info-property5.m | 16 @property(getter=myGetBaseInt,setter=mySetBaseInt:) int baseInt;
|