HomeSort by relevance Sort by last modified time
    Searched full:property (Results 201 - 225 of 17255) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/clang/test/CodeGenObjC/
debug-info-property-class-extension.m 6 // Readonly property in interface made readwrite in a category, with @impl
8 // property is looked up and also gets debug info. If the debug info from the interface's
13 @property (readonly) int evolvingpropwithimpl;
17 @property int evolvingpropwithimpl;
24 // Simple property from a class extension:
29 @property int myprop;
32 // generate debug info for the property via the backing ivar.
35 // Readonly property in interface made readwrite in a category:
39 @property (readonly) int evolvingprop;
43 @property int evolvingprop
    [all...]
property-list-in-extension.m 6 // Property from a class extension:
12 @property int myprop;
23 // Readonly property in interface made readwrite in a category:
26 @property (readonly) int evolvingprop;
27 @property (nonatomic,readonly,getter=isBooleanProp) int booleanProp;
28 @property (nonatomic,readonly,weak) Foo *weakProp;
32 @property int evolvingprop;
33 @property int booleanProp;
34 @property Foo *weakProp;
42 // the property with a getter and setter
    [all...]
  /external/clang/test/SemaObjC/
iboutletcollection-attr.m 13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1;
14 @property (nonatomic, retain) __attribute__((iboutletcollection(id))) id prop2;
15 @property (nonatomic, retain) __attribute__((iboutletcollection())) id prop3;
16 @property (nonatomic, retain) __attribute__((iboutletcollection)) id prop4;
28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-error {{expected ')'}} expected-note {{to match}}
29 @property (nonatomic, retain) __attribute__((iboutletcollection(B))) id prop2; // expected-error {{unknown type name 'B'}}
31 @property __attribute__((iboutletcollection(BAD))) int prop3; // expected-warning {{property with 'iboutletcollection' attribute must be an object type (invalid 'int')}}
41 @property (nonatomic, strong)
49 @property (nonatomic, assign) __attribute__((iboutletcollection(UILabel))) NSArray *labels; // expected-warn (…)
    [all...]
arc-decls.m 57 @property (retain) id newFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
58 @property (strong) id copyBar; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-copyBar' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
59 @property (copy) id allocBaz; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-allocBaz' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
60 @property (copy, nonatomic) id new;
61 @property (retain) id newDFoo; // expected-error {{property follows Cocoa naming convention for returning 'owned' objects}} expected-note{{explicitly declare getter '-newDFoo' with '__attribute__((objc_method_family(none)))' to return an 'unowned' object}}
62 @property (strong) id copyDBar; // expected-error {{property follows Cocoa naming convention for returning ' (…)
    [all...]
arc-setter-property-match.m 14 @property (readwrite, strong) NSArray *names1; // <-- warning: Type of property....
16 @property (readwrite, strong) __strong NSArray *names2; // <-- warning: Type of property....
18 @property (readwrite, strong) __strong NSArray *names3; // <-- OK
20 @property (readwrite, strong) NSArray *names4; // <-- warning: Type of property....
property-noninherited-availability-attr.m 4 // when a property is redeclared in a subclass. This is intentional.
8 @property int myProtocolProperty __attribute__((availability(macosx,introduced=10.7,deprecated=10.8))); // expected-note {{'myProtocolProperty' has been explicitly marked deprecated here}} \
9 // expected-note {{property 'myProtocolProperty' is declared deprecated here}}
13 @property int myProperty __attribute__((availability(macosx,introduced=10.7,deprecated=10.8))); // expected-note 2 {{'myProperty' has been explicitly marked deprecated here}} \
14 // expected-note {{property 'myProperty' is declared deprecated here}}
18 @property int myProperty;
19 @property int myProtocolProperty;
synth-provisional-ivars.m 9 @property int PROP;
10 @property int PROP1;
11 @property int PROP2;
12 @property int PROP3;
13 @property int PROP4;
15 @property int bar;
16 @property int bar1;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
Property.java 20 * A <code>Property</code> represents a single member variable of a class,
22 * class is the actual name of the property as given for the class, not an
28 * on the name of the property.
31 public abstract class Property implements Comparable<Property> {
36 public Property(String name, Class<?> type) {
56 public int compareTo(Property o) {
79 if (other instanceof Property) {
80 Property p = (Property) other
    [all...]
  /frameworks/support/transition/api14/android/support/transition/
PathProperty.java 22 import android.util.Property;
25 * A special {@link Property} that can animate a pair of properties bi-dimensionally along the
28 * This property should always be used with Animator that sets float fractions between
29 * {@code 0.f} and {@code 1.f}. For example, setting {@code 0.5f} to this property sets the
35 class PathProperty<T> extends Property<T, Float> {
37 private final Property<T, PointF> mProperty;
44 PathProperty(Property<T, PointF> property, Path path) {
45 super(Float.class, property.getName());
46 mProperty = property;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UProperty.java 36 * Special value indicating undefined property.
45 * <p>Binary property Alphabetic.
46 * <p>Property for UCharacter.isUAlphabetic(), different from the property
58 * Binary property ASCII_Hex_Digit (0-9 A-F a-f).
63 * <p>Binary property Bidi_Control.
69 * <p>Binary property Bidi_Mirrored.
71 * <p>Property for UCharacter.isMirrored().
77 * <p>Binary property Dash.
83 * <p>Binary property Default_Ignorable_Code_Point (new)
    [all...]
  /external/pdfium/testing/resources/javascript/
globals_expected.txt 3 Alert: setPersistent = function setPersistent() { [native code] }, own property = true
15 Alert: setPersistent = function setPersistent() { [native code] }, own property = true
16 Alert: true_var = true, own property = true
17 Alert: false_var = false, own property = true
18 Alert: zero_var = 0, own property = true
19 Alert: number_var = -3.918, own property = true
20 Alert: string_var = This is a string, own property = true
21 Alert: object_var = [object Object], own property = true
22 Alert: null_var = null, own property = true
23 Alert: undefined_var = undefined, own property = tru
    [all...]
  /device/google/wahoo/
init.hardware.usb.rc 57 on property:sys.usb.config=none && property:sys.usb.configfs=1
60 on property:sys.usb.ffs.mtp.ready=1 && property:sys.usb.config=mtp && property:sys.usb.configfs=1
66 on property:sys.usb.ffs.ready=1 && property:sys.usb.ffs.mtp.ready=1 && property:sys.usb.config=mtp,adb && property:sys.usb.configfs=1
72 on property:sys.usb.config=rndis && property:sys.usb.configfs=
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java 31 * Name of read-only property detailing the first API level for which the product was
32 * shipped. Property should be undefined for factory ROM products.
38 /** Value to be returned by getPropertyInt() if property is not found */
48 // property should be undefined if and only if the product is factory ROM.
63 * Return the first API level for this product. If the read-only property is unset,
72 /** Returns whether the property exists on this device */
73 public static boolean propertyExists(String property) {
74 return getProperty(property) != null;
77 /** Returns whether the property value is equal to a given string */
78 public static boolean propertyEquals(String property, String value)
    [all...]
  /external/webrtc/talk/app/webrtc/objc/public/
RTCDataChannel.h 34 @property(nonatomic) BOOL isOrdered;
37 @property(nonatomic) NSInteger maxRetransmitTimeMs;
39 @property(nonatomic) NSInteger maxRetransmits;
42 @property(nonatomic) BOOL isNegotiated;
44 @property(nonatomic) NSInteger streamId;
46 @property(nonatomic) NSString* protocol;
53 @property(nonatomic, readonly) NSData* data;
54 @property(nonatomic, readonly) BOOL isBinary;
97 @property(nonatomic, readonly) NSString* label;
98 @property(nonatomic, readonly) BOOL isReliable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java 26 import org.eclipse.wb.internal.core.model.property.Property;
27 import org.eclipse.wb.internal.core.model.property.table.PropertyTable;
31 * Handle an XML property which represents booleans.
50 public void paint(Property property, GC gc, int x, int y, int width, int height)
52 Object value = property.getValue();
84 public boolean activate(PropertyTable propertyTable, Property property, Point location)
88 cycleValue(property);
    [all...]
PropertyFactory.java 52 import org.eclipse.wb.internal.core.editor.structure.property.PropertyListIntersector;
53 import org.eclipse.wb.internal.core.model.property.ComplexProperty;
54 import org.eclipse.wb.internal.core.model.property.Property;
55 import org.eclipse.wb.internal.core.model.property.category.PropertyCategory;
56 import org.eclipse.wb.internal.core.model.property.editor.PropertyEditor;
57 import org.eclipse.wb.internal.core.model.property.editor.presentation.ButtonPropertyEditorPresentation;
73 * The {@link PropertyFactory} creates (and caches) the set of {@link Property}
87 System.err.println("WARNING: The property cache is disabled");
91 private static final Property[] NO_PROPERTIES = new Property[0]
211 XmlProperty property = new XmlProperty(editor, this, node, descriptor); local
285 XmlProperty property = properties.get(i); local
412 Property property = new ComplexProperty( local
427 Property property = new ComplexProperty( local
452 XmlProperty property = properties.get(i); local
665 Property property = new ComplexProperty( local
680 Property property = new ComplexProperty( local
    [all...]
  /frameworks/base/core/java/android/util/
Property.java 20 * A property is an abstraction that can be used to represent a <emb>mutable</em> value that is held
21 * in a <em>host</em> object. The Property's {@link #set(Object, Object)} or {@link #get(Object)}
25 * @param <T> The class on which the property is declared.
26 * @param <V> The type that this property represents.
28 public abstract class Property<T, V> {
34 * This factory method creates and returns a Property given the <code>class</code> and
47 * <code>setName()</code> method is not found, the <code>Property</code> will be
49 * a property is allowed, but will have no effect.</p>
54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) {
59 * A constructor that takes an identifying name and {@link #getType() type} for the property
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 27 @property (retain) ACBTree *root;
28 @property (assign) NSInteger nodes_av;
29 @property (assign) NSInteger nodes_inuse;
30 @property (assign) NSInteger nxt_nodeid;
31 @property (assign, readonly, getter=count) NSUInteger count;
32 @property (assign) NSMutableData *data;
33 @property (assign) id *ptrBuffer;
  /external/dtc/tests/
overlay_overlay.dts 18 test-int-property = <43>;
27 test-str-property = "foobar";
31 /* Test that we add a new property */
36 test-str-property-2 = "foobar2";
46 new-property;
56 new-property;
82 new-sub-test-property;
overlay_overlay_no_fixups.dts 15 test-int-property = <43>;
24 test-str-property = "foobar";
28 /* Test that we add a new property */
33 test-str-property-2 = "foobar2";
42 new-property;
52 new-property;
70 new-sub-test-property;
  /external/snakeyaml/src/patches/android/
PropertyUtils.patch 22 - protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess)
24 + protected Map<String, Property> getPropertiesMap(Class<?> type, BeanAccess bAccess) {
29 Map<String, Property> properties = new LinkedHashMap<String, Property>();
51 - for (PropertyDescriptor property : Introspector.getBeanInfo(type)
53 - Method readMethod = property.getReadMethod();
55 - properties.put(property.getName(), new MethodProperty(property));
82 - public Set<Property> getProperties(Class<? extends Object> type) throws IntrospectionException {
83 + public Set<Property> getProperties(Class<? extends Object> type)
    [all...]
  /external/vboot_reference/host/include/
crossystem.h 15 /* Recommended size for string property buffers used with
19 /* Reads a system property integer.
21 * Returns the property value, or -1 if error. */
24 /* Read a system property string into a destination buffer of the
35 /* Sets a system property integer.
40 /* Set a system property string.
43 * property, not on VB_MAX_STRING_PROPERTY.
  /frameworks/support/transition/src/android/support/transition/
PropertyValuesHolderUtils.java 23 import android.util.Property;
38 * Constructs and returns a PropertyValuesHolder with a given property and
43 * @param property The property being animated. Should not be null.
47 static PropertyValuesHolder ofPointF(Property<?, PointF> property, Path path) {
48 return IMPL.ofPointF(property, path);
  /external/clang/test/ARCMT/
GC-no-arc-runtime.m 33 @property (retain) id prop;
54 @property (assign) I3 *__weak pw1, *__weak pw2;
55 @property (assign) I3 *__strong ps;
56 @property (assign) I3 * pds;
62 @property (assign) I4Impl *__weak pw1, *__weak pw2;
63 @property (assign) I4Impl *__strong ps;
64 @property (assign) I4Impl * pds;
65 @property (assign) I4Impl * pds2;
79 @property (readonly) __weak id prop;
GC-no-arc-runtime.m.result 26 @property (strong) id prop;
46 @property (unsafe_unretained) I3 * pw1, * pw2;
47 @property (strong) I3 * ps;
48 @property (assign) I3 * pds;
54 @property (unsafe_unretained) I4Impl * pw1, * pw2;
55 @property (strong) I4Impl * ps;
56 @property (strong) I4Impl * pds;
57 @property (strong) I4Impl * pds2;
71 @property (unsafe_unretained, readonly) id prop;

Completed in 640 milliseconds

1 2 3 4 5 6 7 891011>>