HomeSort by relevance Sort by last modified time
    Searched refs:property (Results 126 - 150 of 3780) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreePatternLexer.h 69 @property (retain, getter=getPattern, setter=setPattern:) NSString *pattern;
70 @property (getter=getP, setter=setP:) NSInteger p;
71 @property (getter=getC, setter=setC:) NSInteger c;
72 @property (getter=getN, setter=setN:) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign, getter=getData, setter=setData:) char *data;
75 @property (getter=getError, setter=setError) BOOL error;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreePatternLexer.h 69 @property (retain, getter=getPattern, setter=setPattern:) NSString *pattern;
70 @property (getter=getP, setter=setP:) NSInteger p;
71 @property (getter=getC, setter=setC:) NSInteger c;
72 @property (getter=getN, setter=setN:) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign, getter=getData, setter=setData:) char *data;
75 @property (getter=getError, setter=setError) BOOL error;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreePatternLexer.h 69 @property (retain, getter=getPattern, setter=setPattern:) NSString *pattern;
70 @property (getter=getP, setter=setP:) NSInteger p;
71 @property (getter=getC, setter=setC:) NSInteger c;
72 @property (getter=getN, setter=setN:) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign, getter=getData, setter=setData:) char *data;
75 @property (getter=getError, setter=setError) BOOL error;
ANTLRCharStreamState.h 41 @property (getter=getP,setter=setP:) NSInteger p;
42 @property (getter=getLine,setter=setLine:) NSInteger line;
43 @property (getter=getCharPositionInLine,setter=setCharPositionInLine:) NSInteger charPositionInLine;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
AMutableDictionary.h 27 @property (retain) ACBTree *root;
28 @property (assign) NSInteger nodes_av;
29 @property (assign) NSInteger nodes_inuse;
30 @property (assign) NSInteger nxt_nodeid;
31 @property (assign, readonly, getter=count) NSUInteger count;
32 @property (assign) NSMutableData *data;
33 @property (assign) id *ptrBuffer;
ANTLRTreePatternLexer.h 69 @property (retain) NSString *pattern;
70 @property (assign) NSInteger p;
71 @property (assign) NSInteger c;
72 @property (assign) NSInteger n;
73 @property (retain, getter=getSval, setter=setSval:) NSMutableData *sval;
74 @property (assign) char *data;
75 @property (assign) BOOL error;
ANTLRStringStreamState.h 54 @property (assign) NSUInteger index;
55 @property (assign) NSUInteger line;
56 @property (assign) NSUInteger charPositionInLine;
  /external/webrtc/talk/app/webrtc/objc/public/
RTCPeerConnection.h 49 @property(nonatomic, weak) id<RTCPeerConnectionDelegate> delegate;
52 @property(nonatomic, strong, readonly) NSArray *localStreams;
55 @property(nonatomic, assign, readonly) RTCSessionDescription *localDescription;
58 @property(nonatomic, assign, readonly) RTCSessionDescription *remoteDescription;
61 @property(nonatomic, assign, readonly) RTCSignalingState signalingState;
62 @property(nonatomic, assign, readonly) RTCICEConnectionState iceConnectionState;
63 @property(nonatomic, assign, readonly) RTCICEGatheringState iceGatheringState;
RTCMediaStream.h 36 @property(nonatomic, strong, readonly) NSArray *audioTracks;
37 @property(nonatomic, strong, readonly) NSArray *videoTracks;
38 @property(nonatomic, strong, readonly) NSString *label;
RTCMediaStreamTrack.h 44 @property(nonatomic, readonly) NSString* kind;
45 @property(nonatomic, readonly) NSString* label;
46 @property(nonatomic, weak) id<RTCMediaStreamTrackDelegate> delegate;
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rule.py 44 @property
49 @property
57 @property
65 @property
70 @property
78 @property
84 @property
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
PropertyChangeTransform.java 33 * Construct a state transform that will extract the property using the accessor,
41 * Construct a state transform that will extract the property using the accessor,
56 IGLProperty property = mAccessor.getProperty(state); local
62 if (!mPredicate.apply(property.getValue())) {
67 if (property != null) {
68 mOldValue = property.getValue();
69 property.setValue(mNewValue);
71 throw new RuntimeException("No such property: " + mAccessor.getPath());
76 * Reverses the effect of this state transform. It restores the property's value to the same
83 IGLProperty property = mAccessor.getProperty(state) local
    [all...]
  /external/autotest/client/common_lib/cros/cfm/usb/
usb_device.py 42 @property
47 @property
52 @property
57 @property
62 @property
67 @property
72 @property
77 @property
82 @property
  /system/core/logcat/
logpersist 11 property=persist.logd.logpersistd
13 case `getprop ${property#persist.}.enable` in
71 logd_logpersistd="`getprop ${property}`"
86 current_buffer="`getprop ${property#persist.}.buffer`"
87 current_size="`getprop ${property#persist.}.size`"
88 if [ "${service}" = "`getprop ${property#persist.}`" ]; then
90 setprop ${property#persist.} "clear"
113 setprop ${property#persist.} "clear"
116 setprop ${property}.buffer "${buffer}"
119 setprop ${property#persist.}.buffer "
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
PropertyUtil.java 38 * Name of read-only property detailing the first API level for which the product was
39 * shipped. Property should be undefined for factory ROM products.
49 /** Value to be returned by getPropertyInt() if property is not found */
59 // property should be undefined if and only if the product is factory ROM.
74 * Return the first API level for this product. If the read-only property is unset,
110 /** Returns whether the property exists on this device */
111 public static boolean propertyExists(String property) {
112 return getProperty(property) != null;
115 /** Returns whether the property value is equal to a given string */
116 public static boolean propertyEquals(String property, String value)
    [all...]
  /external/dtc/tests/
stringlist.c 32 const char *property)
49 * Note that the #address-cells property contains a small 32-bit
55 * that the property does not contain a valid string list it would
65 * property value, which would be necessary for it to determine if a
71 const char *property, int count)
79 err = fdt_stringlist_count(fdt, offset, property);
81 FAIL("Couldn't count strings in property %s of node %s: %d\n",
82 property, path, err);
85 FAIL("String count for property %s of node %s is %d instead of %d\n",
86 path, property, err, count)
    [all...]
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/concretesyntaxmodel/
CsmList.java 34 private final ObservableProperty property; field in class:CsmList
41 return property;
60 public CsmList(ObservableProperty property, CsmElement separator) {
61 this(property, new CsmNone(), separator, new CsmNone(), new CsmNone());
64 public CsmList(ObservableProperty property) {
65 this(property, new CsmNone(), new CsmNone(), new CsmNone(), new CsmNone());
68 public CsmList(ObservableProperty property, CsmElement separatorPre, CsmElement separatorPost, CsmElement preceeding, CsmElement following) {
69 this.property = property;
78 if (property.isAboutNodes())
    [all...]
  /external/protobuf/objectivec/
GPBWellKnownTypes.h 40 @property(nonatomic, readwrite, strong) NSDate *date;
41 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970;
48 @property(nonatomic, readwrite) NSTimeInterval timeIntervalSince1970;
  /external/testng/src/main/java/org/testng/
ReporterConfig.java 29 private List<Property> m_properties = Lists.newArrayList();
36 public void addProperty(Property property) {
37 m_properties.add(property);
40 public List<Property> getProperties() {
59 ReporterConfig.Property property = m_properties.get(i); local
60 sb.append(property.getName());
62 sb.append(property.getValue());
86 Property property = new Property() local
    [all...]
  /external/walt/ios/WALT/
MIDIEndpoint.h 22 @property (readonly, nonatomic) MIDIEndpointRef endpoint;
23 @property (readonly, nonatomic) NSString *name;
24 @property (readonly, nonatomic, getter=isOnline) BOOL online;
  /external/webrtc/talk/app/webrtc/objc/
RTCDataChannel+Internal.h 35 @property(nonatomic, readonly) const webrtc::DataBuffer* dataBuffer;
43 @property(nonatomic, readonly) const webrtc::DataChannelInit* dataChannelInit;
49 @property(nonatomic, readonly)
  /external/webrtc/webrtc/api/objc/
RTCIceServer.h 6 * tree. An additional intellectual property rights grant can be found
18 @property(nonatomic, copy, readonly) NSArray<NSString *> *urlStrings;
21 @property(nonatomic, copy, readonly, nullable) NSString *username;
24 @property(nonatomic, copy, readonly, nullable) NSString *credential;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingMessage.h 6 * tree. An additional intellectual property rights grant can be found
25 @property(nonatomic, readonly) ARDSignalingMessageType type;
34 @property(nonatomic, readonly) RTCICECandidate *candidate;
42 @property(nonatomic, readonly) RTCSessionDescription *sessionDescription;

Completed in 143 milliseconds

1 2 3 4 56 7 8 91011>>