/external/clang/test/CodeGenObjC/ |
2011-03-08-IVarLookup.m | 16 @property (assign) UInt_t f1; 20 @property (assign) int x;
|
misc-atomic-property.m | 29 @property(assign) bools bools_p; 30 @property(assign) bools_minus_one bools_minus_one_p; 50 @property(assign) dword dword_p; 64 @property(assign) float fl_p; 65 @property(assign) double d_p; 66 @property(assign) long double ld_p;
|
/external/clang/test/Driver/ |
objc-sdk-migration-options.m | 4 // RUN: %clang -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \ 9 // CHECK: -objcmt-migrate-property-dot-syntax
|
/external/clang/test/SemaObjC/ |
no-gc-weak-test.m | 8 @property(nonatomic,readwrite,assign) id __weak delegate; 21 @property(assign) id selectionRect;
|
no-warning-unavail-unimp.m | 7 @property (getter=getVal) int val __attribute__((unavailable)); 8 @property (getter=getVal) int val2 __attribute__((availability(macosx,unavailable)));
|
nowarn-superclass-method-mismatch.m | 8 @property (nonatomic) NSString *thingy; 9 @property () __weak id PROP;
|
overriding-property-in-class-extension.m | 11 @property (nonatomic, copy, readonly) NSString* name; 19 @property (nonatomic, copy) NSString* name;
|
property-expression-error.m | 7 @property unsigned index; 16 &object.index; // expected-error {{address of property expression requested}}
|
synthesize-setter-contclass.m | 8 @property (readonly) int itIsOrItAint; 13 @property (readwrite) int itIsOrItAint;
|
arc-readonly-property-ivar-1.m | 7 @property (readonly) id ReadOnlyPropertyNoBackingIvar; 8 @property (readonly) id ReadOnlyProperty; 9 @property (readonly) id ReadOnlyPropertyX; 21 @property (readonly) id ReadOnlyProperty; 22 @property (readonly) id ReadOnlyPropertyStrong; 23 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
|
/external/clang/test/SemaObjCXX/ |
propert-dot-error.mm | 23 a.x = X(); // expected-error {{no setter method 'setX:' for assignment to property}} 34 @property Y value; 49 b.operator+ = 17; // expected-error{{'operator+' is not a valid property name (accessing an object of type 'B *')}} 61 @property int property; 65 d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}} 67 d.D::property = 17; // expected-error{{'D' is not a class, namespace, or enumeration}}
|
/external/icu/icu4c/source/common/ |
propname.h | 22 * This header defines the in-memory layout of the property names data 29 /* low-level char * property name comparison -------------------------------- */ 35 * Unicode property names and property value names are compared "loosely". 38 * For all property names, property value names, and for property values for 99 static const char *getPropertyName(int32_t property, int32_t nameChoice); 100 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice); 103 static int32_t getPropertyValueEnum(int32_t property, const char *alias) [all...] |
/external/jdiff/ |
build.xml | 9 <property name="extlibs.dir" value="${basedir}/../../extlibs/jdiff-1.1.0/" /> 10 <property name="src.dir" value="${basedir}/src" /> 11 <property name="build.dir" value="build" /> 12 <property name="classes.dir" value="${build.dir}/classes" /> 13 <property name="lib.dir" value="${build.dir}/lib" /> 14 <property name="version" value="1.1.0" /> 15 <property name="debug" value="true" /> 16 <property name="JDIFF_HOME" value="${extlibs.dir}" />
|
/external/mesa3d/src/gallium/tests/graw/geometry-shader/ |
add-mix.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
|
add.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE LINE_STRIP
|
mov-cb-2d.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
|
mov.txt | 2 PROPERTY GS_INPUT_PRIMITIVE TRIANGLES 3 PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP
|
/external/skia/experimental/iOSSampleApp/Shared/ |
SkUIRootViewController.h | 16 @property (nonatomic, retain) UIPopoverController *popoverController; 17 @property (nonatomic, retain) UIBarButtonItem *popoverButtonItem;
|
/external/skia/experimental/iOSSampleApp/iPad/ |
SkUISplitViewController.h | 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot; 18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
|
/external/skia/experimental/iOSSampleApp/iPhone/ |
SkUINavigationController.h | 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot; 18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
|
/libcore/luni/src/main/java/java/beans/ |
IndexedPropertyChangeEvent.java | 21 * A type of {@link PropertyChangeEvent} that indicates that an indexed property 31 * Creates a new property changed event with an indication of the property 37 * the changed property, or <code>null</code> to indicate an 40 * the previous value of the property, or <code>null</code> if 44 * the new value of the property, or <code>null</code> if the 48 * the index of the property. 57 * Returns the index of the property that was changed in this event.
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7.pom | 132 <property name="external.compile.classpath" refid="maven.compile.classpath" />
133 <property name="asm.jar" value="${maven.dependency.asm.asm.jar.path}" />
135 <property name="build.dir" value="${build.dir}" />
136 <property name="build.compiler" value="extJavac" />
137 <property name="version" value="${project.version}" />
139 <property name="Bundle-SymbolicName" value="${symbolic.name}" />
140 <property name="Bundle-Name" value="${project.artifactId}" />
141 <property name="Bundle-Vendor" value="Sonatype Inc." />
152 <property name="build.dir" value="${noaop.dir}" />
153 <property name="Bundle-SymbolicName" value="${symbolic.name}-noaop" /> [all...] |
/prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/ |
sisu-guice-2.1.7.pom | 132 <property name="external.compile.classpath" refid="maven.compile.classpath" />
133 <property name="asm.jar" value="${maven.dependency.asm.asm.jar.path}" />
135 <property name="build.dir" value="${build.dir}" />
136 <property name="build.compiler" value="extJavac" />
137 <property name="version" value="${project.version}" />
139 <property name="Bundle-SymbolicName" value="${symbolic.name}" />
140 <property name="Bundle-Name" value="${project.artifactId}" />
141 <property name="Bundle-Vendor" value="Sonatype Inc." />
152 <property name="build.dir" value="${noaop.dir}" />
153 <property name="Bundle-SymbolicName" value="${symbolic.name}-noaop" /> [all...] |
/external/clang/test/ARCMT/ |
remove-dealloc-zerouts.m | 6 @property (retain) id x; 7 @property (retain) id y; 8 @property (retain) id w; 9 @property (retain) id z; 10 @property (strong) id q; 31 @property (retain) Foo *a;
|
remove-dealloc-zerouts.m.result | 6 @property (strong) id x; 7 @property (strong) id y; 8 @property (strong) id w; 9 @property (strong) id z; 10 @property (strong) id q; 26 @property (strong) Foo *a;
|