HomeSort by relevance Sort by last modified time
    Searched full:property (Results 276 - 300 of 17255) sorted by null

<<11121314151617181920>>

  /device/google/taimen/
init-taimen.rc 16 on property:sys.boot_completed=1
31 on init && property:ro.boot.revision=*
34 on property:init.svc.fps_hal=running && property:ro.boot.revision=rev_0
37 on property:sys.all.modules.ready=1
41 on property:sys.retaildemo.enabled=* && property:sys.all.modules.ready=1
44 on property:ro.boot.hardware.display=2-1
  /external/clang/test/CodeGenObjC/
2011-03-08-IVarLookup.m 16 @property (assign) UInt_t f1;
20 @property (assign) int x;
misc-atomic-property.m 29 @property(assign) bools bools_p;
30 @property(assign) bools_minus_one bools_minus_one_p;
50 @property(assign) dword dword_p;
64 @property(assign) float fl_p;
65 @property(assign) double d_p;
66 @property(assign) long double ld_p;
  /external/clang/test/Driver/
objc-sdk-migration-options.m 4 // RUN: %clang -objcmt-migrate-property-dot-syntax -target x86_64-apple-darwin10 -S -### %s \
9 // CHECK: -objcmt-migrate-property-dot-syntax
  /external/clang/test/SemaObjC/
no-warning-unavail-unimp.m 7 @property (getter=getVal) int val __attribute__((unavailable));
8 @property (getter=getVal) int val2 __attribute__((availability(macosx,unavailable)));
nowarn-superclass-method-mismatch.m 8 @property (nonatomic) NSString *thingy;
9 @property () __weak id PROP;
overriding-property-in-class-extension.m 11 @property (nonatomic, copy, readonly) NSString* name;
19 @property (nonatomic, copy) NSString* name;
property-expression-error.m 7 @property unsigned index;
16 &object.index; // expected-error {{address of property expression requested}}
synthesize-setter-contclass.m 8 @property (readonly) int itIsOrItAint;
13 @property (readwrite) int itIsOrItAint;
arc-readonly-property-ivar-1.m 7 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
8 @property (readonly) id ReadOnlyProperty;
9 @property (readonly) id ReadOnlyPropertyX;
21 @property (readonly) id ReadOnlyProperty;
22 @property (readonly) id ReadOnlyPropertyStrong;
23 @property (readonly) id ReadOnlyPropertyNoBackingIvar;
error-implicit-property.m 18 arg.P++; // expected-error {{no getter method 'P' for increment of property}}
19 --arg.P; // expected-error {{no getter method 'P' for decrement of property}}
22 arg.P++; // expected-error {{no setter method 'setP:' for increment of property}}
23 arg.P--; // expected-error {{no setter method 'setP:' for decrement of property}}
27 arg.P++; // expected-error {{property 'P' not found on object of type 'K *'}}
28 arg.P--; // expected-error {{property 'P' not found on object of type 'K *'}}
  /external/clang/test/SemaObjCXX/
propert-dot-error.mm 23 a.x = X(); // expected-error {{no setter method 'setX:' for assignment to property}}
34 @property Y value;
49 b.operator+ = 17; // expected-error{{'operator+' is not a valid property name (accessing an object of type 'B *')}}
61 @property int property;
65 d.Forward::property = 17; // expected-error{{property access cannot be qualified with 'Forward::'}}
67 d.D::property = 17; // expected-error{{'D' is not a class, namespace, or enumeration}}
typo-correction.mm 15 @property(nonatomic, assign) ClassA *m_prop1; // expected-note {{here}}
16 @property(nonatomic, assign) ClassB *m_prop2;
  /external/icu/icu4c/source/common/
propname.h 24 * This header defines the in-memory layout of the property names data
31 /* low-level char * property name comparison -------------------------------- */
37 * Unicode property names and property value names are compared "loosely".
40 * For all property names, property value names, and for property values for
101 static const char *getPropertyName(int32_t property, int32_t nameChoice);
102 static const char *getPropertyValueName(int32_t property, int32_t value, int32_t nameChoice);
105 static int32_t getPropertyValueEnum(int32_t property, const char *alias)
    [all...]
  /external/jdiff/
build.xml 9 <property name="extlibs.dir" value="${basedir}/../../extlibs/jdiff-1.1.0/" />
10 <property name="src.dir" value="${basedir}/src" />
11 <property name="build.dir" value="build" />
12 <property name="classes.dir" value="${build.dir}/classes" />
13 <property name="lib.dir" value="${build.dir}/lib" />
14 <property name="version" value="1.1.0" />
15 <property name="debug" value="true" />
16 <property name="JDIFF_HOME" value="${extlibs.dir}" />
  /external/skia/experimental/iOSSampleApp/Shared/
SkUIRootViewController.h 16 @property (nonatomic, retain) UIPopoverController *popoverController;
17 @property (nonatomic, retain) UIBarButtonItem *popoverButtonItem;
  /external/skia/experimental/iOSSampleApp/iPad/
SkUISplitViewController.h 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot;
18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
  /external/skia/experimental/iOSSampleApp/iPhone/
SkUINavigationController.h 17 @property (nonatomic, retain) IBOutlet SkUIRootViewController* fRoot;
18 @property (nonatomic, retain) IBOutlet SkUIDetailViewController* fDetail;
  /frameworks/av/media/audioserver/
audioserver.rc 10 on property:vts.native_server.on=1
12 on property:vts.native_server.on=0
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7.pom 132 <property name="external.compile.classpath" refid="maven.compile.classpath" />
133 <property name="asm.jar" value="${maven.dependency.asm.asm.jar.path}" />
135 <property name="build.dir" value="${build.dir}" />
136 <property name="build.compiler" value="extJavac" />
137 <property name="version" value="${project.version}" />
139 <property name="Bundle-SymbolicName" value="${symbolic.name}" />
140 <property name="Bundle-Name" value="${project.artifactId}" />
141 <property name="Bundle-Vendor" value="Sonatype Inc." />
152 <property name="build.dir" value="${noaop.dir}" />
153 <property name="Bundle-SymbolicName" value="${symbolic.name}-noaop" />
    [all...]
  /external/clang/test/ARCMT/
remove-dealloc-zerouts.m 6 @property (retain) id x;
7 @property (retain) id y;
8 @property (retain) id w;
9 @property (retain) id z;
10 @property (strong) id q;
31 @property (retain) Foo *a;
remove-dealloc-zerouts.m.result 6 @property (strong) id x;
7 @property (strong) id y;
8 @property (strong) id w;
9 @property (strong) id z;
10 @property (strong) id q;
26 @property (strong) Foo *a;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.h 6 * tree. An additional intellectual property rights grant can be found
36 @property(nonatomic, readonly) UILabel *statusLabel;
37 @property(nonatomic, readonly) RTCCameraPreviewView *localVideoView;
38 @property(nonatomic, readonly) RTCEAGLVideoView *remoteVideoView;
39 @property(nonatomic, readonly) ARDStatsView *statsView;
40 @property(nonatomic, weak) id<ARDVideoCallViewDelegate> delegate;
  /external/zlib/src/contrib/dotzlib/
DotZLib.build 5 <property name="nunit.location" value="c:/program files/NUnit V2.1/bin" />
6 <property name="build.root" value="bin" />
8 <property name="debug" value="true" />
9 <property name="nunit" value="true" />
11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" />
12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" />
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRRecognizerSharedState.h 51 @property (retain, getter=getFollowing, setter=setFollowing:) NSMutableArray *following;
52 @property (assign) NSInteger _fsp;
53 @property (assign) BOOL errorRecovery;
54 @property (assign) NSInteger lastErrorIndex;
55 @property (assign, getter=getFailed, setter=setFailed:) BOOL failed;
56 @property (assign) NSInteger syntaxErrors;
57 @property (assign, getter=getBacktracking, setter=setBacktracking) NSInteger backtracking;
58 @property (retain, getter=getRuleMemo, setter=setRuleMemo:) ANTLRRuleStack *ruleMemo;
59 @property (copy, getter=getToken, setter=setToken) id<ANTLRToken> token;
60 @property (getter=getType,setter=setType:) NSUInteger type
    [all...]

Completed in 466 milliseconds

<<11121314151617181920>>