HomeSort by relevance Sort by last modified time
    Searched full:property (Results 226 - 250 of 10054) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/asus/flo/sepolicy/
perfprofd.te 5 unix_socket_connect(perfprofd, property, init)
  /device/lge/hammerhead/sepolicy/
perfprofd.te 5 unix_socket_connect(perfprofd, property, init)
  /device/moto/shamu/
init.shamu.diag.rc.user 2 on property:ro.bootmode=normal
  /device/moto/shamu/sepolicy/
perfprofd.te 5 unix_socket_connect(perfprofd, property, init)
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRReaderStream.h 19 @property (retain) NSFileHandle *fh;
20 @property (assign) NSInteger size;
21 @property (assign) NSInteger rbSize;
22 //@property (retain) NSData *data;
  /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/
header1.h.result 10 @property (nonatomic) int prop;
  /external/clang/test/ARCMT/
remove-dealloc-method.m 8 @property (retain) id x;
9 @property (retain) id y;
10 @property (retain) id w;
11 @property (retain) id z;
  /external/clang/test/CodeGenObjC/
continuation-class.m 12 @property(readonly) int object;
13 @property(readonly) int Anotherobject;
17 @property(readwrite) int object;
18 @property(readwrite, setter = myAnotherobjectSetter:) int Anotherobject;
debug-info-getter-name.m 18 @property(readonly) NSString *someString;
19 @property(readonly) unsigned long someNumber;
38 @property(copy) NSString *someString;
39 @property unsigned long someNumber;
gc-weak-attribute.m 8 @property (readwrite, weak) id representedObject;
9 @property (readwrite, weak) id wObject;
10 @property (readwrite, weak) __weak id wRandom;
11 @property (readwrite, assign) __weak id wAnother;
property-list-in-class.m 5 @property int i;
9 @property int i1;
13 @property int i2;
21 @property int i2;
  /external/clang/test/Modules/Inputs/
category_left_sub.h 7 @property (retain) id p3_prop;
  /external/clang/test/PCH/
objcxx-ivar-class.h 11 @property(assign, nonatomic) S position;
  /external/clang/test/Parser/
missing-selector-name.mm 5 @property (assign) id PROP;
20 @property (assign) id PROP;
34 @property (assign) id PROP;
39 @property (assign) id PROP;
recovery.m 4 @property (assign) id x // expected-error {{expected ';' at end of declaration list}}
  /external/clang/test/SemaObjC/
default-synthesize-2.m 6 @property(strong) id name, rank, serialNumber;
17 // default synthesis allows direct access to property ivars.
30 @property(strong, nonatomic) id object;
46 @property (readwrite, assign) id uid; // expected-note {{property declared here}}
50 @implementation Test3 // expected-warning {{autosynthesized property 'uid' will use synthesized instance variable '_uid', not existing instance variable 'uid'}}
55 _uid = 0; // Use of the property instance variable
62 @property (readwrite, assign) id var;
66 // default synthesize property named 'var'
77 @property (readwrite, assign) id var;
    [all...]
property-missing.m 10 o.foo; // expected-error{{property 'foo' not found on object of type 'NSObject *'}}
15 o.foo; // expected-error{{property 'foo' not found on object of type 'id<NSCopying>'}}
20 o.foo; // expected-error{{property 'foo' not found on object of type 'id'}}
32 myObject.someOtherObject.someProperty = 0; // expected-error {{property 'someOtherObject' refers to an incomplete Objective-C class 'SomeOtherClass' (with no @interface available)}}
property-weak.m 5 @property(nonatomic) int foo __attribute__((weak_import));
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/scripts/
package.xml 19 <available property="mapsFetched" file="${workingDirectory}/all.maps"/>
65 <property file="${packagingInfo}/packager.properties" />
66 <property name="customTargets" location="${packagingInfo}/customTargets.xml" />
67 <property name="packagingPropertyFile" location="${packagingInfo}/${packagingProperties}" />
69 <condition property="skipMaps" value="true">
70 <isset property="prefilledTarget" />
72 <condition property="skipFetch" value="true">
73 <isset property="prefilledTarget" />
75 <condition property="skipUnzip" value="true">
76 <isset property="prefilledTarget" /
    [all...]
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIDetailViewController.h 25 @property (nonatomic, retain) UIBarButtonItem* fPrintButton;
26 @property (nonatomic, retain) UIBarButtonItem* fOptionsButton;
27 @property (nonatomic, retain) SkOptionsTableViewController* fOptionsController;
28 @property (nonatomic, assign) UIPopoverController* fPopOverController;
  /external/v8/test/webkit/
delete-getters-setters.js 32 shouldThrow("b1.property");
38 shouldThrow("a2.property");
44 shouldThrow("b3.property");
50 shouldThrow("a4.property");
56 shouldThrow("b5.property");
62 shouldThrow("a6.property");
68 shouldThrow("b7.property");
74 shouldThrow("a8.property");
80 shouldThrow("o1.b.property");
86 shouldThrow("o1.a.property");
    [all...]
Object-defineProperties.js 29 shouldBe("JSON.stringify(Object.defineProperties({},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}}))", '\'{"property":"foo","property2":"foo"}\'');
30 shouldBe("JSON.stringify(Object.defineProperties({},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}}))", '\'{"property2":"foo"}\'');
31 shouldBe("JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo', enumerable:true}, property2:{value:'foo', enumerable:true}}))", '\'{"property":"foo","property2":"foo"}\'');
32 shouldBe("JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo', enumerable:false}, property2:{value:'foo', enumerable:true}}))", '\'{"property2":"foo"}\'');
33 shouldBe("JSON.stringify(Object.defineProperties({property:'foo'},{property:{value:'foo'}, property2:{value:'foo', enumerable:true}}))", '\'{"property":"foo","property2":"foo (…)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTooltipProvider.java 11 package org.eclipse.wb.internal.core.model.property.table;
13 import org.eclipse.wb.internal.core.model.property.Property;
27 * @coverage core.model.property.table
31 * Show tooltip directly on property row.
35 * Show tooltip below property row.
47 public abstract Control createTooltipControl(Property property,
61 * use tooltip to show just longer (full) text of property. But for "class" property we sho
    [all...]

Completed in 326 milliseconds

1 2 3 4 5 6 7 8 91011>>