/external/chromium_org/chrome/browser/chromeos/power/ |
D | power_data_collector_unittest.cc | 34 power_manager::PowerSupplyProperties prop1, prop2; in TEST_F() local 36 prop1.set_external_power(power_manager::PowerSupplyProperties::DISCONNECTED); in TEST_F() 37 prop1.set_battery_percent(20.00); in TEST_F() 38 power_data_collector_->PowerChanged(prop1); in TEST_F() 42 EXPECT_DOUBLE_EQ(prop1.battery_percent(), data1[0].battery_percent); in TEST_F()
|
/external/clang/test/Index/ |
D | get-cursor.m | 73 id prop1; field 76 @property (assign) id prop1; property 83 @synthesize prop1, prop2; 95 @property (assign) id prop1; property 99 @synthesize prop1 = _prop1; 153 // CHECK-MULTISYNTH: 83:13 ObjCSynthesizeDecl=prop1:76:23 (Definition) Extent=[83:1 - 83:18] Spelli… 157 // CHECK-MULTISYNTH: 99:13 ObjCSynthesizeDecl=prop1:95:23 (Definition) Extent=[99:1 - 99:27] Spelli…
|
D | complete-member-access.m | 17 @property int prop1; property 21 ptr.prop1 = 0; 46 // CHECK-CC1: ObjCPropertyDecl:{ResultType int}{TypedText prop1} 64 // CHECK-CC3: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35) 75 // CHECK-CC4-NEXT: ObjCPropertyDecl:{ResultType int}{TypedText prop1} (35)
|
D | overrides.m | 59 @property (readonly) id prop1; property 65 @property (readwrite) id prop1; property 109 // CHECK: overrides.m:65:26: ObjCInstanceMethodDecl=prop1:65:26 [Overrides @59:25] Extent=[65:26 - …
|
D | complete-synthesized.m | 6 @property int prop1; property
|
D | complete-exprs.m | 8 @property int prop1; property
|
D | complete-declarators.m | 9 @property int prop1; property
|
/external/clang/test/FixIt/ |
D | atomic-property.m | 9 @property ( ) id prop1; property 17 @synthesize prop, prop1, prop2; 20 - (id) prop1 { return 0; } method
|
/external/clang/test/PCH/ |
D | chain-categories2.m | 17 @property (readonly) id prop1; property 40 @property (readwrite,assign) id prop1; 54 @synthesize prop1, prop2;
|
/external/clang/test/SemaObjC/ |
D | objc-buffered-methods.m | 10 @property int prop1; property 25 @synthesize prop1=global;
|
D | iboutletcollection-attr.m | 13 @property (nonatomic, retain) __attribute__((iboutletcollection(I))) id prop1; property 28 @property (nonatomic, retain) __attribute__((iboutletcollection(I,2,3))) id prop1; // expected-erro… property
|
D | default-synthesize-3.m | 94 @property (readonly) id prop1; property 108 @property (assign,readwrite) id prop1; property
|
/external/clang/test/CodeGenObjCXX/ |
D | property-reference.mm | 38 @property (nonatomic) const test1::A &prop1; property 41 @synthesize prop1 = ivar; 43 // CHECK: define internal nonnull [[A:%.*]]* @"\01-[Test1 prop1]"(
|
/external/chromium_org/v8/test/mjsunit/ |
D | object-freeze.js | 214 obj = { prop1: 1, prop2: 2 }; property 215 obj2 = { prop1: 3, prop2: 4 }; property 224 obj = { prop1: 1, prop2: 2, 75: 'foo' }; property 225 obj2 = { prop1: 3, prop2: 4, 150: 'bar' }; property
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
D | array-findindex.js | 161 prop1: "val1", property 164 return this.prop1 === "val1" && this.prop2 === "val2";
|
D | array-find.js | 160 prop1: "val1", property 163 return this.prop1 === "val1" && this.prop2 === "val2";
|
/external/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 66 @property int prop1; 72 @synthesize prop1 = _iv7_synth;
|
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 625 if (ObjCPropertyDecl *prop1 = IFace->FindPropertyDeclaration(AltMember)) in findSetter() local 626 if (prop != prop1 && (prop1->getSetterMethodDecl() == setter)) { in findSetter() 628 << prop << prop1 << setter->getSelector(); in findSetter() 630 S.Diag(prop1->getLocation(), diag::note_property_declare); in findSetter()
|
/external/icu/icu4c/source/common/ |
D | ubidi.c | 2168 DirProp prop, prop1; in resolveImplicitLevels() local 2181 prop1=dirProps[j]; in resolveImplicitLevels() 2182 if(prop1==L || prop1==R || prop1==AL) { in resolveImplicitLevels() 2183 nextStrongProp=prop1; in resolveImplicitLevels()
|
/external/chromium_org/third_party/icu/source/common/ |
D | ubidi.c | 2077 DirProp prop, prop1; in resolveImplicitLevels() local 2090 prop1=dirProps[j]; in resolveImplicitLevels() 2091 if(prop1==L || prop1==R || prop1==AL) { in resolveImplicitLevels() 2092 nextStrongProp=prop1; in resolveImplicitLevels()
|
/external/llvm/test/Analysis/DependenceAnalysis/ |
D | Propagating.ll | 63 define void @prop1([100 x [100 x i32]]* %A, i32* %B, i32 %n) nounwind uwtable ssp {
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/ |
D | final-url-en | 35906 http://www.davidbates.free-online.co.uk/prop1.htm
|