/external/v8/tools/ |
detect-builtins.js | 30 var property = { "name": name }; 34 property.type = "getter"; 35 result[name] = property; 39 property.type = type; 41 property.length = value.length; class 42 property.prototype = GetProperties("prototype", value.prototype); 45 property.value = value; 47 property.properties = GetProperties(name, value); 49 result[name] = property;
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 43 * its "defaults"; this second property list is searched if the property key 44 * is not found in the original property list.</p> 73 * a property file. The method argument is used to construct a string of 112 * Set an output property. 114 * @param key the key to be placed into the property list. 124 * Set an output property. 126 * @param key the key to be placed into the property list. 145 * Searches for the property with the specified key in the property list [all...] |
/external/clang/test/Analysis/objc/ |
direct-ivar-assignment-in-annotated-functions.m | 29 @property (assign, nonatomic) MyClass* A; // explicitely synthesized, not implemented, non-default ivar name 31 @property (assign) MyClass* X; // automatically synthesized, not implemented 33 @property (assign, nonatomic) MyClass* Y; // automatically synthesized, implemented 35 @property (assign, nonatomic) MyClass* Z; // non-synthesized ivar, implemented setter 36 @property (readonly) id nonSynth; // non-synthesized, explicitly implemented to return ivar with expected name 38 @property (assign) MyClass* NotA; // warnings should be suppressed, backing ivar is annotated 39 @property (assign) MyClass* NotX __attribute__((annotate("objc_allow_direct_instance_variable_assignment"))); // warnings should be suppressed 47 (__A) = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 48 _X = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead}} 49 _Y = In; // expected-warning {{Direct assignment to an instance variable backing a property; use the setter instead} [all...] |
/external/clang/test/CodeGenObjC/ |
protocol-property-synth.m | 10 @property(assign) id delegate; 15 @property(assign) id myanother; 19 @property(assign) id another;
|
/external/clang/test/FixIt/ |
property-access-fixit.m | 13 @property int x; 14 @property int Y; 15 @property(assign, readwrite, getter=formatter, setter=setFormatter:) BridgeFormatter* cppFormatter;
|
/external/clang/test/Rewriter/ |
rewrite-category-property.mm | 8 @property (readonly) Y *y; 12 @property (readonly) Z *z; 15 // CHECK-LP: // @property (readonly) Z *z;
|
/external/clang/test/SemaObjC/ |
ClassPropertyNotObject.m | 9 @property Class<P> MyClass; 10 @property Class MyClass1; 11 @property void * VOIDSTAR;
|
ContClassPropertyLookup.m | 10 @property (assign) int foo; 14 @property (assign) int foo; 28 @property (nonatomic, readonly) id title;
|
arc-readonly-property-ivar.m | 6 @property (readonly) id ReadOnlyPropertyNoBackingIvar; 7 @property (readonly) id ReadOnlyProperty; 8 @property (readonly) id ReadOnlyPropertyX;
|
/external/clang/test/SemaObjCXX/ |
property-invalid-type.mm | 9 @property A* response; // expected-error {{unknown type name 'A'}} 10 @property int helper; 22 i.helper; // expected-warning{{property access result unused - getters should not be used for side effects}}
|
/external/mesa3d/src/gallium/tests/graw/geometry-shader/ |
line.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP 4 PROPERTY GS_MAX_OUTPUT_VERTICES 4
|
/external/skia/example/mac/ |
HelloWorldDelegate.h | 19 @property (assign) IBOutlet NSWindow* fWindow; 20 @property (assign) IBOutlet SkSampleNSView* fView; 21 @property (assign) IBOutlet SkOptionsTableView* fOptions;
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/properties/ |
package.html | 9 <p>Package containing the property information classes.</p> 11 XMPAliasInfo informs about a certain property-to-property alias.<p>
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
TouchAnimator.java | 19 import android.util.Property; 131 public Builder addFloat(Object target, String property, float... values) { 132 add(target, KeyframeSet.ofFloat(getProperty(target, property, float.class), values)); 136 public Builder addInt(Object target, String property, int... values) { 137 add(target, KeyframeSet.ofInt(getProperty(target, property, int.class), values)); 146 private static Property getProperty(Object target, String property, Class<?> cls) { 148 switch (property) { 169 if (target instanceof TouchAnimator && "position".equals(property)) { 172 return Property.of(target.getClass(), cls, property) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
AnimationProperties.java | 21 import android.util.Property; 33 private ArrayMap<Property, Interpolator> mInterpolatorMap; 43 * @return a listener that should be run whenever any property finished its animation 54 * Get a custom interpolator for a property instead of the normal one. 56 public Interpolator getCustomInterpolator(View child, Property property) { 57 return mInterpolatorMap != null ? mInterpolatorMap.get(property) : null; 62 ArrayMap<Property, Interpolator> map = iconAnimationProperties.mInterpolatorMap; 72 * Set a custom interpolator to use for all views for a property. 74 public AnimationProperties setCustomInterpolator(Property property, Interpolator interpolator) [all...] |
/packages/apps/Messaging/build/gcheckstyle/tools/java/checkstyle/ |
googlestyle-5.0.xml | 29 <property name="charset" value="UTF-8"/> 32 <property name="offCommentFormat" value="__Generated_"/> 33 <property name="onCommentFormat" value="END GENERATED CODE"/> 43 <property name="format" value="((//.*)|(\*.*))FIXME" /> 44 <property name="message" value='TODO is preferred to FIXME. e.g. "TODO(johndoe): Refactor when v2 is released."' /> 55 <property name="format" value="((//.*)|(\*.*))(?<!TODO\(.{0,100})(TODO[^(])|(TODO\([^)]*$)" /> 56 <property name="message" value='All TODOs should be named. e.g. "TODO(johndoe): Refactor when v2 is released."' /> 72 <property name="severity" value="error"/> 76 <property name="severity" value="error"/> 81 <property name="severity" value="error"/ [all...] |
/external/clang/test/ARCMT/ |
objcmt-migrate-all.m.result | 89 @property (nonatomic, readonly) void *ReturnsInnerPointer; 90 @property (nonatomic, readonly) int *AlreadyReturnsInnerPointer NS_RETURNS_INNER_POINTER; 94 @property (nonatomic, readonly) CGImageRef CGImage CF_RETURNS_NOT_RETAINED; 98 @property (nonatomic, readonly) void *bytes; 99 @property (nonatomic, readonly) void **ptr_bytes __attribute__((availability(macosx,unavailable))); 103 @property (nonatomic, readonly) void *mutableBytes __attribute__((deprecated)) __attribute__((unavailable)); 107 @property (nonatomic, readonly) JSObjectRef JSObject; 108 @property (nonatomic, readonly) TTJSObjectRef JSObject1; 109 @property (nonatomic, readonly) JSObjectRef *JSObject2; 116 @property (readonly) SecTrustRef serverTrust NS_AVAILABLE [all...] |
remove-dealloc-method.m | 8 @property (retain) id x; 9 @property (retain) id y; 10 @property (retain) id w; 11 @property (retain) id z;
|
/device/google/marlin/sepolicy/ |
system_app.te | 2 # Normally this property is a default_prop which is readable by anybody, but on marlin/sailfish 3 # init_mid needs to be able to set this property and thus this property had to be relabelled as 4 # a new type, hw_sku_pop. This in turn requires us to grant system_app read access to this property
|
/device/google/muskie/ |
init.common.usb.rc | 3 on boot && property:ro.bootmode=usbradio && property:persist.sys.usb.usbradio.config=* 9 on property:sys.retaildemo.enabled=1 12 on property:sys.retaildemo.enabled=0
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/VarCheckUefiLib/ |
VarCheckUefiLib.uni | 2 // NULL library class to register var check handler and variable property set for UEFI defined variables.
4 // NULL library class to register var check handler and variable property set for UEFI defined variables.
18 #string STR_MODULE_ABSTRACT #language en-US "NULL library class to register var check handler and variable property set for UEFI defined variables"
20 #string STR_MODULE_DESCRIPTION #language en-US "NULL library class to register var check handler and variable property set for UEFI defined variables."
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRReaderStream.h | 19 @property (retain) NSFileHandle *fh; 20 @property (assign) NSInteger size; 21 @property (assign) NSInteger rbSize; 22 //@property (retain) NSData *data;
|
/external/clang/test/ARCMT/Inputs/ |
test1.m.in | 9 @property (strong) id prop;
|
test1.m.in.result | 8 @property (strong) id prop;
|
/external/clang/test/ARCMT/designated-init-in-header/ |
header1.h.result | 10 @property (nonatomic) int prop;
|