Searched refs:strong (Results 1 - 25 of 62) sorted by relevance

123

/external/webrtc/webrtc/examples/objc/AppRTCDemo/
H A DARDJoinResponse+Internal.h17 @property(nonatomic, strong) NSString *roomId;
18 @property(nonatomic, strong) NSString *clientId;
19 @property(nonatomic, strong) NSArray *messages;
20 @property(nonatomic, strong) NSURL *webSocketURL;
21 @property(nonatomic, strong) NSURL *webSocketRestURL;
H A DARDAppClient+Internal.h26 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
27 @property(nonatomic, strong) id<ARDSignalingChannel> channel;
28 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel;
29 @property(nonatomic, strong) id<ARDTURNClient> turnClient;
31 @property(nonatomic, strong) RTCPeerConnection *peerConnection;
32 @property(nonatomic, strong) RTCPeerConnectionFactory *factory;
33 @property(nonatomic, strong) NSMutableArray *messageQueue;
39 @property(nonatomic, strong) NSString *roomId;
40 @property(nonatomic, strong) NSString *clientId;
42 @property(nonatomic, strong) NSMutableArra
[all...]
/external/clang/test/CodeGenObjC/
H A Dattr-strong.c6 struct s0 * __attribute__((objc_gc(strong))) g0;
/external/webrtc/talk/app/webrtc/objc/public/
H A DRTCPair.h33 @property(nonatomic, strong, readonly) NSString *key;
34 @property(nonatomic, strong, readonly) NSString *value;
H A DRTCMediaStream.h36 @property(nonatomic, strong, readonly) NSArray *audioTracks;
37 @property(nonatomic, strong, readonly) NSArray *videoTracks;
38 @property(nonatomic, strong, readonly) NSString *label;
H A DRTCICEServer.h34 @property(nonatomic, strong, readonly) NSURL* URI;
H A DRTCPeerConnection.h52 @property(nonatomic, strong, readonly) NSArray *localStreams;
/external/protobuf/objectivec/
H A DGPBUnknownField.h47 @property(nonatomic, readonly, strong) GPBUInt64Array *varintList;
50 @property(nonatomic, readonly, strong) GPBUInt32Array *fixed32List;
53 @property(nonatomic, readonly, strong) GPBUInt64Array *fixed64List;
56 @property(nonatomic, readonly, strong) NSArray<NSData*> *lengthDelimitedList;
59 @property(nonatomic, readonly, strong) NSArray<GPBUnknownFieldSet*> *groupList;
H A DGPBWellKnownTypes.h40 @property(nonatomic, readwrite, strong) NSDate *date;
H A DGPBDescriptor.h57 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
58 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
107 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
137 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
/external/webrtc/talk/app/webrtc/objctests/
H A DRTCSessionDescriptionSyncObserver.h42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
H A DRTCSessionDescriptionSyncObserver.m39 @property(nonatomic, strong) NSCondition* condition;
/external/webrtc/webrtc/base/objc/
H A DRTCCameraPreviewView.h26 @property(nonatomic, strong) AVCaptureSession *captureSession;
/external/protobuf/objectivec/google/protobuf/
H A DType.pbobjc.h176 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBField*> *fieldsArray;
181 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *oneofsArray;
186 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
191 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
250 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
295 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBEnumValue*> *enumvalueArray;
300 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
305 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
340 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
361 @property(nonatomic, readwrite, strong, null_resettabl
[all...]
H A DStruct.pbobjc.h74 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
125 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
128 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
155 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
H A DApi.pbobjc.h58 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMethod*> *methodsArray;
63 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
91 @property(nonatomic, readwrite, strong, null_resettable) GPBSourceContext *sourceContext;
96 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBMixin*> *mixinsArray;
144 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBOption*> *optionsArray;
H A DFieldMask.pbobjc.h190 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<NSString*> *pathsArray;
/external/clang/test/Index/
H A Dcomplete-method-decls.m91 @property (nullable, strong) id prop;
92 @property (nullable, strong) void(^propWB)(int *_Nullable);
/external/webrtc/talk/app/webrtc/objc/
H A DRTCNSGLVideoView.m42 @property(atomic, strong) RTCI420Frame* i420Frame;
43 @property(atomic, strong) RTCOpenGLVideoRenderer* glRenderer;
/external/webrtc/webrtc/api/objc/
H A DRTCNSGLVideoView.m21 @property(atomic, strong) RTCVideoFrame *videoFrame;
22 @property(atomic, strong) RTCOpenGLVideoRenderer *glRenderer;
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
H A DARDVideoCallViewController.m21 @property(nonatomic, strong) RTCVideoTrack *localVideoTrack;
22 @property(nonatomic, strong) RTCVideoTrack *remoteVideoTrack;
/external/libnl/doc/stylesheets/
H A Dxhtml11.css25 strong {
284 dt.hdlist1.strong, td.hdlist1.strong {
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
H A DTooltip.css32 strong { font-weight: bold; }
/external/okhttp/website/static/
H A Dhtml5shiv.min.js6 c=d.insertBefore(c.lastChild,d.firstChild);b.hasCSS=!!c}g||t(a,b);return a}var k=l.html5||{},s=/^<|^(?:button|map|select|textarea|object|iframe|option|optgroup)$/i,r=/^(?:a|b|code|div|fieldset|h1|h2|h3|h4|h5|h6|i|label|li|ol|p|q|span|strong|style|table|tbody|td|th|tr|ul)$/i,j,o="_html5shiv",h=0,n={},g;(function(){try{var a=f.createElement("a");a.innerHTML="<xyz></xyz>";j="hidden"in a;var b;if(!(b=1==a.childNodes.length)){f.createElement("a");var c=f.createDocumentFragment();b="undefined"==typeof c.cloneNode||
/external/fmtlib/doc/bootstrap/
H A Dnormalize.less118 strong {

Completed in 630 milliseconds

123