HomeSort by relevance Sort by last modified time
    Searched full:getter (Results 276 - 300 of 1126) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRCommonTokenStream.h 41 @property (retain, getter=getChannelOverride,setter=setChannelOverride) NSMutableDictionary *channelOverride;
42 @property (assign, getter=getChannel,setter=setChannel) NSInteger channel;
ANTLRHashMap.h 51 @property (getter=getScope, setter=setScope:) NSInteger Scope;
52 @property (getter=getLastHash, setter=setLastHash:) NSInteger LastHash;
ANTLRLexer.h 44 @property (retain, getter=getInput, setter=setInput:) id<ANTLRCharStream> input;
45 @property (getter=getRuleNestingLevel, setter=setRuleNestingLevel) NSUInteger ruleNestingLevel;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTokenStream.h 42 @property (retain, getter=getChannelOverride,setter=setChannelOverride:) AMutableDictionary *channelOverride;
43 @property (assign, getter=channel,setter=setChannel:) NSUInteger channel;
ANTLRLexer.h 44 @property (retain, getter=input, setter=setInput:) id<ANTLRCharStream> input;
45 @property (getter=getRuleNestingLevel, setter=setRuleNestingLevel:) NSUInteger ruleNestingLevel;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCTP.h 43 @property (retain, getter=gettree, setter=settree:) ANTLRCommonTree * tree;
64 @property (retain, getter=getTree, setter=setTree:) ANTLRCommonTree *tree;
  /external/autotest/client/cros/tendo/n_faced_peerd/
peer.py 53 """Getter for PEER_PROPERTY_ID.
62 """Getter for PEER_PROPERTY_LAST_SEEN.
  /external/clang/test/Index/
annotate-comments-property-accessor.m 15 @property (readonly, getter = ReadonlyGetter) int MyProperty;
48 @property (copy, getter = GetterInClassExtension) id PropertyInClassExtension;
  /external/dng_sdk/source/
dng_gain_map.h 91 /// Getter for a gain map sample (specified by row, column, and plane).
105 /// Getter for a gain map sample (specified by row index, column index, and
  /external/libbrillo/brillo/
key_value_store.h 51 // Getter for the given key. Returns whether the key was found on the store.
57 // Boolean getter. Returns whether the key was found on the store and if it
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
SyntheticAccessCommentMethodItem.java 57 case SyntheticAccessorResolver.GETTER:
58 writer.write("getter for: ");
  /frameworks/base/core/java/android/animation/
PropertyValuesHolder.java 61 * The getter function, if needed. ObjectAnimator hands off this functionality to
65 * The getter is only derived and used if one of the values is null.
70 * The type of values supplied. This information is used both in deriving the setter/getter
85 // We try several different types when searching for appropriate setter/getter functions.
86 // The caller may have supplied values in a type that does not match the setter/getter
89 // of primitive types (Float vs. float). But most likely, the setter/getter functions
100 // is used to speed up property/setter/getter lookups for a given class/property
527 * and an initial value will be derived, if possible, by calling a getter function
531 * {@link ObjectAnimator}, and with a getter function
596 * and an initial value will be derived, if possible, by calling a getter functio
    [all...]
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
InverseBindingMethod.java 23 * getter method to call. InverseBindingMethod should be associated with any class as part of
94 * The getter method to retrieve the attribute value from the View. The default is
  /system/update_engine/client_library/include/update_engine/
client.h 70 // Getter and setter for the updates over cellular connections.
74 // Getter and setter for the updates from P2P permission.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseMapElement.h 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
ANTLRMismatchedNotSetException.h 40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
ANTLRMismatchedSetException.h 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
ANTLRMismatchedTreeNodeException.h 36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting;
ANTLRNodeMapElement.h 40 @property (retain, getter=getNode, setter=setNode:) id node;
ANTLRRuleMapElement.h 39 @property (retain, getter=getRuleNum, setter=setRuleNum:) NSNumber *ruleNum;
ANTLRTreeRuleReturnScope.h 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *startNode;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseMapElement.h 39 @property (retain, getter=getIndex, setter=setIndex:) NSNumber *index;
ANTLRMismatchedNotSetException.h 40 @property (retain, getter=getExpecting, setter=setExpecting) ANTLRBitSet *expecting;
ANTLRMismatchedSetException.h 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
ANTLRMismatchedTreeNodeException.h 36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting;

Completed in 2339 milliseconds

<<11121314151617181920>>