/external/clang/test/ARCMT/ |
objcmt-property-dot-syntax.m | 2 // RUN: %clang_cc1 -objcmt-migrate-property-dot-syntax -mt-migrate-directory %t %s -x objective-c -fobjc-runtime-has-weak -fobjc-arc -triple x86_64-apple-darwin11 10 @property (readonly, copy) NSString *description; 21 @property int count; 22 @property (copy) P* PropertyReturnsPObj; 74 @property id newItem; // should be marked objc_method_family(none), but isn't. 86 @property int count; 90 @property int count; 109 @property int state;
|
/external/clang/test/SemaObjC/ |
conversion.m | 5 @property (readonly) BOOL stuff; 6 @property (readwrite) BOOL otherStuff;
|
err-ivar-access-in-class-method.m | 9 @property (strong, nonatomic) UIWindow *window; 15 @property (nonatomic,retain) id foo;
|
objc-buffered-methods.m | 9 @property int prop; 10 @property int prop1;
|
property-lookup-in-id.m | 19 @property(assign) FSEventStreamRef fsEventStream; 29 // expected-error {{property 'fsEventStream' not found on object of type 'id'}}
|
property-deprecated-warning.m | 9 @property(nonatomic,assign) id ptarget __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} expected-note {{'ptarget' has been explicitly marked deprecated here}} 12 // expected-note@+2 {{property 'partialPtarget' is declared partial here}} expected-note@+2 {{'partialPtarget' has been explicitly marked partial here}} 14 @property(nonatomic,assign) id partialPtarget __attribute__((availability(ios,introduced=5.0))); 24 @property(nonatomic,assign) id target __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} expected-note {{'setTarget:' has been explicitly marked deprecated here}} 27 // expected-note@+2 {{property 'partialTarget' is declared partial here}} expected-note@+2 {{'setPartialTarget:' has been explicitly marked partial here}} 29 @property(nonatomic,assign) id partialTarget __attribute__((availability(ios,introduced=5.0))); 38 @property(nonatomic,assign) id dep_target __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note 2 {{'dep_target' has been explicitly marked deprecated here}} \ 39 // expected-note 4 {{property 'dep_target' is declared deprecated here}} [all...] |
/external/clang/test/SemaObjCXX/ |
property-invalid-type.mm | 9 @property A* response; // expected-error {{unknown type name 'A'}} 10 @property int helper;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/ |
buildAll.xml | 16 <property name="builder" value="" /> 23 <property name="test.xml" value="../org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/test.xml" /> 26 <property name="tester" value="${basedir}/internalBuildTools/testConfigs/win32-local" /> 32 <property name="publish.xml" value="../org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts/publish.xml" /> 34 <property name="indexFileName" value="index.html" /> 35 <property name="result" value="${buildDirectory}/${buildLabel}" /> 38 <property name="dropTokenList" value="%sdk%,%runtime%,%examples%,%tests%" /> 39 <property name="isBuildTested" value="true" />
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/productBuild/ |
allElements.xml | 12 <property name="defaultAssemblyEnabled" value="true" /> 13 <property name="archiveNamePrefix" value="${buildId}"/> 21 <property name="type" value="feature" /> 22 <property name="id" value="org.eclipse.pde.build.container.feature" /> 36 <property name="archiveName" value="${archiveNamePrefix}-${config}.zip"/> 48 <property name="archiveName" value="${archiveNamePrefix}.zip"/> 52 <property name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86" value="true" /> 55 <property name="archiveName" value="${archiveNamePrefix}-win32.win32.x86.zip"/> 59 <property name="assemble.org.eclipse.pde.build.container.feature.win32.win32.x86_64" value="true" /> 62 <property name="archiveName" value="${archiveNamePrefix}-win32.win32.x86_64.zip"/ [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
TestAll.java | 12 * Top level test used to run character property tests. 31 public static final String CLASS_TARGET_NAME = "Property";
|
/external/lldb/scripts/Python/interface/ |
SBBlock.i | 150 if _newclass: parent = property(GetParent, None, doc='''A read only property that returns the same result as GetParent().''') 153 if _newclass: first_child = property(GetFirstChild, None, doc='''A read only property that returns the same result as GetFirstChild().''') 156 if _newclass: call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declaration object that contains the inlined call site file, line and column.''') 159 if _newclass: sibling = property(GetSibling, None, doc='''A read only property that returns the same result as GetSibling().''') 162 if _newclass: name = property(GetInlinedName, None, doc='''A read only property that returns the same result as GetInlinedName().''' [all...] |
SBFrame.i | 281 if _newclass: pc = property(GetPC, SetPC) 284 if _newclass: addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (PC) as a section offset address (lldb.SBAddress).''') 287 if _newclass: fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an unsigned integer.''') 290 if _newclass: sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an unsigned integer.''') 293 if _newclass: module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) for this stack frame.''') 296 if _newclass: compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb object that represents the (…) [all...] |
SBData.i | 267 if _newclass: uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like object out of which you can read uint8 values.''') 270 if _newclass: uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-like object out of which you can read uint16 values.''') 273 if _newclass: uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-like object out of which you can read uint32 values.''') 276 if _newclass: uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-like object out of which you can read uint64 values.''') 279 if _newclass: sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like object out of which you can read sint8 values.''' [all...] |
/external/mockftpserver/MockFtpServer/src/test/resources/ |
stubftpserver-beans.xml | 28 <property name="serverControlPort" value="9981" />
29 <property name="commandHandlers">
34 <property name="directoryListing">
39 </property>
45 <property name="directory" value="foo/bar" />
51 <property name="replyCode" value="450" />
57 <property name="fileContents"
63 </property>
|
/external/mockftpserver/branches/1.x_Branch/src/test/resources/ |
stubftpserver-beans.xml | 28 <property name="serverControlPort" value="9981" />
29 <property name="commandHandlers">
34 <property name="directoryListing">
39 </property>
45 <property name="directory" value="foo/bar" />
51 <property name="replyCode" value="450" />
57 <property name="fileContents"
63 </property>
|
/external/slf4j/integration/ |
pom.xml | 73 <property name="currentVersion" value="${project.version}"/> 74 <property name="compile_classpath" refid="maven.compile.classpath"/> 75 <property name="runtime_classpath" refid="maven.runtime.classpath"/> 76 <property name="test_classpath" refid="maven.test.classpath"/> 77 <property name="plugin_classpath" refid="maven.plugin.classpath"/> 90 <property name="currentVersion" value="${project.version}"/> 91 <property name="test_classpath" refid="maven.test.classpath"/> 92 <property name="basedir" value="${basedir}"/>
|
/external/v8/test/mjsunit/regress/ |
regress-358088.js | 15 g(o); // We've added property "undefined" to o 17 o = {}; // A transition on property "undefined" exists from {}
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_helpers.h | 32 /* property changed flags */ 79 * struct wpa_dbus_property_desc - DBus property description 82 /* property name */ 84 /* property interface */ 86 /* property type signature in DBus type notation */ 88 /* property getter function */ 90 /* property setter function */ 135 const char *property);
|
/frameworks/av/media/mtp/ |
MtpDatabase.h | 64 MtpObjectProperty property, 68 MtpObjectProperty property, 71 virtual MtpResponseCode getDevicePropertyValue(MtpDeviceProperty property, 74 virtual MtpResponseCode setDevicePropertyValue(MtpDeviceProperty property, 77 virtual MtpResponseCode resetDeviceProperty(MtpDeviceProperty property) = 0; 80 uint32_t format, uint32_t property, 101 virtual MtpProperty* getObjectPropertyDesc(MtpObjectProperty property, 104 virtual MtpProperty* getDevicePropertyDesc(MtpDeviceProperty property) = 0;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
UPropertyAliases.java | 24 * imported from icu4c. It contains property and property value 122 private int findProperty(int property) { 129 if(property<start) { 132 if(property<limit) { 133 return i+(property-start)*2; 142 return 0; // The property does not have named values. 181 throw new IllegalIcuArgumentException("Invalid property (value) name choice"); 193 return null; // no name (Property[Value]Aliases.txt has "n/a") 238 * Returns a property name given a property enum [all...] |
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 25 import android.util.Property; 32 * as well as the name of the property that will be animated. Appropriate set/get functions 34 * animate the property. 62 * <a href="{@docRoot}guide/topics/graphics/prop-animation.html#object-animator">Property 75 * A weak reference to the target object on which the property exists, set 82 private Property mProperty; 87 * Sets the name of the property that will be animated. This name is used to derive 89 * For example, a property name of <code>foo</code> will result 95 * name of the property being animated, use <code>float</code> or <code>int</code> typed values, 98 * property types and return types will work, but will have more overhead in processin [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/p2/org.eclipse.equinox.p2.core/cache/ |
artifacts.xml | 5 <property name='p2.system' value='true'/> 6 <property name='p2.timestamp' value='1323280875806'/> 16 <property name='download.size' value='17896'/> 21 <property name='download.size' value='187617'/> 26 <property name='download.size' value='14989'/> 31 <property name='download.size' value='11007'/> 36 <property name='download.size' value='8825'/> 41 <property name='download.size' value='12310'/> 46 <property name='download.size' value='24399'/> 51 <property name='download.size' value='26736'/ [all...] |
/external/android-mock/src/ |
build-framework-gen.xml | 4 <property file="../build.properties"/> 10 <property name="android-lib-folder" value="${lib-folder}/android"/> 11 <property name="framework.mock-staging" value="staging/android_framework_mocks"/> 12 <property name="android-15-jar" value="android_v15.jar"/> 13 <property name="android-16-jar" value="android_v16.jar"/> 14 <property name="android-201-jar" value="android_v201.jar"/> 15 <property name="android-21-jar" value="android_v21.jar"/> 16 <property name="android-22-jar" value="android_v22.jar"/> 17 <property name="android-23-jar" value="android_v23.jar"/> 19 <!-- property name="framework.mock-bin" value=see build.properties -- [all...] |
build-mockgen.xml | 4 <property file="../build.properties"/> 7 <property name="mockgen.bin" value="bin"/> 8 <property name="mockgen.class-bin" value="bin/classes"/> 9 <property name="mockgen.deploy-jar" value="AndroidMockGenerator.jar"/> 10 <property name="mockgen.includes" value="${java-package}/GeneratedMockJar.readme"/> 11 <property name="mockgen.java-files" value="com/google/android/testing/mocking/*.java"/> 12 <property name="mockgen.nodeps-jar" value="AndroidMockGenerator-nodeps.jar"/> 13 <property name="meta-service-folder" value="META-INF/services"/> 14 <property name="annotations-meta-file" 52 <manifestclasspath property="frameworkjar.classpath [all...] |
/external/clang/test/Index/ |
comment-objc-decls.m | 25 * \brief PropertyMyProto - This is protocol's property. 27 @property (copy) id PropertyMyProto; 35 // CHECK: <Declaration>@optional\n@property(readwrite, copy, atomic) id PropertyMyProto;</Declaration> 72 * \brief PropertyMyClass - This is class's property. 74 @property (copy) id PropertyMyClass; 80 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClass;</Declaration 107 * \brief PropertyMyClassCategory - This is class's private property. 109 @property (copy) id PropertyMyClassCategory; 113 // CHECK: <Declaration>@property(readwrite, copy, atomic) id PropertyMyClassCategory;</Declaration> 156 * \brief property gette [all...] |