/external/clang/test/SemaObjC/ |
objc-buffered-methods.m | 9 @property int prop; 22 - (int) func { return prop; } // compiles - synthesized ivar will be accessible here. 24 @synthesize prop;
|
provisional-ivar-lookup.m | 10 @property (readwrite, nonatomic) int PROP; 37 @synthesize PROP=PROP; 39 PROP = value; // OK
|
/external/lzma/CPP/7zip/Archive/Common/ |
ParseProperties.h | 9 HRESULT ParsePropValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
11 HRESULT ParsePropDictionaryValue(const UString &name, const PROPVARIANT &prop, UInt32 &resValue);
16 HRESULT ParseMtProp(const UString &name, const PROPVARIANT &prop, UInt32 defaultNumThreads, UInt32 &numThreads);
|
/external/libdrm/tests/proptest/ |
proptest.c | 115 drmModePropertyPtr prop; local 117 prop = drmModeGetProperty(fd, prop_id); 120 if (!prop) { 125 printf(" %s:\n", prop->name); 128 if (prop->flags & DRM_MODE_PROP_PENDING) 130 if (prop->flags & DRM_MODE_PROP_IMMUTABLE) 132 if (drm_property_type_is(prop, DRM_MODE_PROP_SIGNED_RANGE)) 134 if (drm_property_type_is(prop, DRM_MODE_PROP_RANGE)) 136 if (drm_property_type_is(prop, DRM_MODE_PROP_ENUM)) 138 if (drm_property_type_is(prop, DRM_MODE_PROP_BITMASK) [all...] |
/external/lzma/C/Util/LzmaLib/ |
LzmaLib.dsp | 25 # PROP AllowPerConfigDependencies 0
26 # PROP Scc_ProjName ""
27 # PROP Scc_LocalPath ""
34 # PROP BASE Use_MFC 0
35 # PROP BASE Use_Debug_Libraries 0
36 # PROP BASE Output_Dir "Release"
37 # PROP BASE Intermediate_Dir "Release"
38 # PROP BASE Target_Dir ""
39 # PROP Use_MFC 0
40 # PROP Use_Debug_Libraries 0 [all...] |
/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/ |
file2.m.in | 4 -(int)prop { return 0; }
|
file2.m.in.result | 4 -(int)prop { return 0; }
|
header1.h | 10 -(int)prop;
|
header1.h.result | 10 @property (nonatomic) int prop;
|
/external/clang/test/CodeGenObjC/ |
instance-method-metadata.m | 13 @property (assign) id prop; 23 @synthesize prop; 27 @synthesize prop; 35 // CHECK-NEXT: .quad "-[Bar prop]"
|
/external/clang/test/FixIt/ |
atomic-property.m | 4 @property id prop; 6 - (id) prop; 17 @synthesize prop, prop1, prop2; 19 - (id) prop { return 0; }
|
/external/clang/test/Index/ |
index-attrs.m | 3 @property (retain) __attribute__((iboutletcollection(Foo))) Foo *prop; 7 -(id)prop __attribute__((annotate("anno"))); 9 @property (assign) id prop __attribute__((annotate("anno"))); 16 // CHECK: <getter>: kind: objc-instance-method | name: prop | {{.*}} <attribute>: attribute(annotate)=anno
|
/external/libxml2/result/ |
dav1 | 4 <D:prop> 11 </D:prop> 15 <D:prop> 18 </D:prop>
|
dav2 | 5 <S:prop> 12 </S:prop> 17 <S:prop> 21 </S:prop>
|
dav3 | 5 <D:prop> 8 </D:prop> 13 <D:prop> 15 </D:prop>
|
dav6 | 6 <D:prop> 10 </D:prop> 17 <D:prop> 19 </D:prop>
|
/external/libxml2/result/noent/ |
dav1 | 4 <D:prop> 11 </D:prop> 15 <D:prop> 18 </D:prop>
|
dav2 | 5 <S:prop> 12 </S:prop> 17 <S:prop> 21 </S:prop>
|
dav3 | 5 <D:prop> 8 </D:prop> 13 <D:prop> 15 </D:prop>
|
dav6 | 6 <D:prop> 10 </D:prop> 17 <D:prop> 19 </D:prop>
|
/external/libxml2/test/ |
dav1 | 4 <D:prop> 11 </D:prop> 15 <D:prop> 18 </D:prop>
|
dav2 | 5 <S:prop> 12 </S:prop> 17 <S:prop> 21 </S:prop>
|
dav3 | 5 <D:prop> 8 </D:prop> 13 <D:prop> 15 </D:prop>
|