/external/clang/test/PCH/ |
chain-categories2.m | 41 @property (copy) id prop2; 54 @synthesize prop1, prop2;
|
/external/libxml2/result/XPath/tests/ |
chaptersbase | 10 ATTRIBUTE prop2 22 ATTRIBUTE prop2
|
simpleabbr | 10 ATTRIBUTE prop2
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/generics/ |
ObjectValuesTest.java | 35 final String[] props = { "prop1", "prop2", "prop3" }; 65 final String[] props = { "prop1", "prop2", "prop3" };
|
/external/v8/test/mjsunit/harmony/ |
proxies-define-property.js | 47 Object.defineProperty(proxy2, "prop2", desc); 48 assertEquals(desc, Object.getOwnPropertyDescriptor(target2, "prop2"));
|
/external/clang/test/ASTMerge/ |
property.m | 9 // CHECK: property1.m:28:21: error: property 'Prop2' is synthesized to different ivars in different translation units ('ivar3' vs. 'ivar2')
|
/external/clang/test/Index/ |
overrides.m | 60 @property (readonly) id prop2; 70 @property (readwrite) id prop2; 111 // CHECK: overrides.m:70:26: ObjCInstanceMethodDecl=prop2:70:26 [Overrides @60:25] Extent=[70:26 - 70:31]
|
get-cursor.m | 74 id prop2; 77 @property (assign) id prop2; 83 @synthesize prop1, prop2; 117 @property (strong, nullable) id prop2; 124 [o.prop2 meth]; 171 // CHECK-MULTISYNTH: 83:20 ObjCSynthesizeDecl=prop2:77:23 (Definition) Extent=[83:1 - 83:25] Spelling=prop2 ([83:20 - 83:25])
|
/build/blueprint/parser/ |
parser.go | 368 for _, prop2 := range map2 { 369 inMap2[prop2.Name.Name] = prop2 370 if _, ok := inMap1[prop2.Name.Name]; ok { 371 inBoth[prop2.Name.Name] = prop2 376 if prop2, ok := inBoth[prop1.Name.Name]; ok { 379 newProp.Value, err = p.evaluateOperator(prop1.Value, prop2.Value, '+', pos) 389 for _, prop2 := range map2 { 390 if _, ok := inBoth[prop2.Name.Name]; !ok [all...] |
/external/libweave/src/ |
component_manager_unittest.cc | 1053 "prop2": { "type": "integer" } 1118 "prop2": { "type": "string" } [all...] |
/external/v8/test/mjsunit/regress/ |
regress-4023.js | 9 this.prop2 = 1;
|
/external/clang/test/SemaObjC/ |
property-10.m | 38 @property(nonatomic,weak) int (*PROP2)(); // expected-error {{property with 'weak' attribute must be of object type}}
|
/external/v8/test/mjsunit/ |
object-freeze.js | 201 obj = { prop1: 1, prop2: 2 }; 202 obj2 = { prop1: 3, prop2: 4 }; 211 obj = { prop1: 1, prop2: 2, 75: 'foo' }; 212 obj2 = { prop1: 3, prop2: 4, 150: 'bar' };
|
object-seal.js | 278 obj = { prop1: 1, prop2: 2 }; 279 obj2 = { prop1: 3, prop2: 4 }; 290 obj = { prop1: 1, prop2: 2, 75: 'foo' }; 291 obj2 = { prop1: 3, prop2: 4, 150: 'bar' };
|
/external/clang/test/Analysis/ |
objc_invalidation.m | 99 @property (assign) SomeInvalidationImplementingObject* Prop2; 149 - (SomeInvalidationImplementingObject*) Prop2 {
|
/external/v8/test/mjsunit/es6/ |
array-find.js | 159 prop2: "val2", 161 return this.prop1 === "val1" && this.prop2 === "val2";
|
array-findindex.js | 160 prop2: "val2", 162 return this.prop1 === "val1" && this.prop2 === "val2";
|
/hardware/intel/common/libmix/mix_video/src/ |
mixvideoconfigparamsdec.c | 325 #define MIX_VIDEOCONFIGPARAMSDEC_GETTER_CHECK_INPUT_PAIR(obj, prop, prop2) \ 326 if(!obj || !prop || !prop2 ) return MIX_RESULT_NULL_PTR; \
|
mixvideoconfigparamsenc.c | 360 #define MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT_PAIR(obj, prop, prop2) \ 361 if(!obj || !prop || !prop2 ) return MIX_RESULT_NULL_PTR; \
|
/build/ |
buildspec.mk.default | 86 # E.g., "ADDITIONAL_BUILD_PROPERTIES += ro.prop1=5 prop2=value"
|
/external/libxml2/ |
testXPath.c | 56 <EXAMPLE prop1=\"gnome is great\" prop2=\"& linux too\">\n\
|
/external/clang/include/clang/Sema/ |
ScopeInfo.h | 184 /// self.prop1.prop2 | prop1 (ObjCPropertyDecl) | prop2 (ObjCPropertyDecl) 230 /// properties or ivars of 'self' (e.g. self.prop1.prop2) are considered to 232 /// (foo.prop1.prop2).
|
/external/libxml2/doc/ |
XMLinfo.html | 13 <EXAMPLE prop1="gnome is great" prop2="&amp; linux too">
|
interface.html | 25 SAX.startElement(EXAMPLE, prop1='gnome is great', prop2='&amp; linux too')
|
tree.html | 32 ATTRIBUTE prop2
|