/external/clang/test/Analysis/inlining/ |
InlineObjCInstanceMethod.h | 29 @property (readonly) int value1; 31 @property int value3;
|
/external/freetype/src/gxvalid/ |
gxvprop.c | 109 /* Pass 0 as GLYPH to check the default property */ 111 gxv_prop_property_validate( FT_UShort property, 115 if ( glyph != 0 && ( property & GXV_PROP_FLOATER ) ) 118 if ( property & GXV_PROP_USE_COMPLEMENTARY_BRACKET ) 124 offset = (FT_UShort)( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ); 127 GXV_TRACE(( " found zero offset to property\n" )); 154 if ( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ) 160 if ( property & GXV_PROP_ATTACHING_TO_RIGHT ) 169 if ( property & GXV_PROP_RESERVED ) 175 if ( ( property & GXV_PROP_DIRECTIONALITY_CLASS ) > 11 [all...] |
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
AbstractJacocoMojo.java | 30 @Parameter(property = "project", readonly = true) 52 @Parameter(property = "jacoco.skip", defaultValue = "false") 59 "Skipping JaCoCo execution because property jacoco.skip is set.");
|
/external/protobuf/objectivec/google/protobuf/ |
Any.pbobjc.h | 121 @property(nonatomic, readwrite, copy, null_resettable) NSString *typeURL; 124 @property(nonatomic, readwrite, copy, null_resettable) NSData *value;
|
Duration.pbobjc.h | 83 @property(nonatomic, readwrite) int64_t seconds; 91 @property(nonatomic, readwrite) int32_t nanos;
|
FieldMask.pbobjc.h | 190 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray; 192 @property(nonatomic, readonly) NSUInteger pathsArray_Count;
|
Timestamp.pbobjc.h | 97 @property(nonatomic, readwrite) int64_t seconds; 103 @property(nonatomic, readwrite) int32_t nanos;
|
/external/skia/infra/bots/recipe_modules/flavor/ |
default_flavor.py | 35 @property 40 @property 44 @property 48 @property 52 @property 57 @property 61 @property 97 @property
|
/external/skqp/infra/bots/recipe_modules/flavor/ |
default_flavor.py | 35 @property 40 @property 44 @property 48 @property 52 @property 57 @property 61 @property 97 @property
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
PropertyAnimator.java | 23 import android.util.Property; 54 Property<T, Float> property = animatableProperty.getProperty(); local 65 if (!filter.shouldAnimateProperty(property)) { 80 property.set(view, newEndValue); 85 Float currentValue = property.get(view); 88 animation -> property.set(view, (Float) animation.getAnimatedValue())); 89 Interpolator customInterpolator = properties.getCustomInterpolator(view, property); 119 public static <T extends View> boolean isAnimating(T view, AnimatableProperty property) { 120 return view.getTag(property.getAnimatorTag()) != null [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
bounds.py | 54 @property 58 @property
|
/tools/acloud/public/ |
avd.py | 51 @property 62 @property
|
/external/tensorflow/tensorflow/python/ops/ |
template.py | 363 @property 368 @property 373 @property 378 @property 386 @property 392 @property 401 @property 409 @property 418 @property 427 @property [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRMismatchedSetException.h | 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
|
ANTLRMismatchedTreeNodeException.h | 36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRMismatchedSetException.h | 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
|
ANTLRMismatchedTreeNodeException.h | 36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRMismatchedSetException.h | 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSSet *expecting;
|
ANTLRMismatchedTreeNodeException.h | 36 @property (getter=getExpecting, setter=setExpecting) NSInteger expecting;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseMapElement.h | 39 @property (retain) NSNumber *index;
|
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;
|
ANTLRMismatchedRangeException.h | 37 @property (assign) NSRange range;
|
ANTLRMismatchedSetException.h | 35 @property (retain, getter=getExpecting, setter=setExpecting:) NSString *expecting;
|
ANTLRMismatchedTreeNodeException.h | 36 @property (getter=getExpecting, setter=setExpecting:) NSInteger expecting;
|
ANTLRTreeRuleReturnScope.h | 40 @property (retain, getter=getStart, setter=setStart:) ANTLRCommonTree *start;
|