/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDJoinResponse+Internal.h | 17 @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;
|
ARDAppClient+Internal.h | 26 @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) NSMutableArray *iceServers [all...] |
/external/clang/test/CodeGenObjC/ |
attr-strong.c | 6 struct s0 * __attribute__((objc_gc(strong))) g0;
|
/external/grpc-grpc/examples/cpp/helloworld/cocoapods/HelloWorldCpp/ |
AppDelegate.h | 22 @property (strong, nonatomic) UIWindow *window;
|
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/ |
AppDelegate.h | 22 @property (strong, nonatomic) UIWindow *window;
|
/external/grpc-grpc/examples/objective-c/helloworld/HelloWorld/ |
AppDelegate.h | 22 @property (strong, nonatomic) UIWindow *window;
|
/external/grpc-grpc/examples/objective-c/route_guide/Misc/ |
AppDelegate.h | 22 @property (strong, nonatomic) UIWindow *window;
|
/external/grpc-grpc/src/objective-c/examples/Sample/Sample/ |
AppDelegate.h | 22 @property(strong, nonatomic) UIWindow* window;
|
/external/tensorflow/tensorflow/examples/ios/benchmark/ |
AppDelegate.h | 19 @property(strong, nonatomic) UIWindow *window;
|
/external/tensorflow/tensorflow/examples/ios/camera/ |
CameraExampleAppDelegate.h | 19 @property(strong, nonatomic) UIWindow *window;
|
/external/tensorflow/tensorflow/examples/ios/simple/ |
AppDelegate.h | 19 @property (strong, nonatomic) UIWindow *window;
|
/external/tensorflow/tensorflow/lite/examples/ios/camera/ |
CameraExampleAppDelegate.h | 19 @property(strong, nonatomic) UIWindow* window;
|
/external/tensorflow/tensorflow/lite/examples/ios/simple/ |
AppDelegate.h | 19 @property(strong, nonatomic) UIWindow *window;
|
/external/tensorflow/tensorflow/lite/tools/benchmark/ios/TFLiteBenchmark/TFLiteBenchmark/ |
AppDelegate.h | 20 @property(strong, nonatomic) UIWindow *window;
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/ |
ConstantAffixModifier.java | 20 private final boolean strong; field in class:ConstantAffixModifier 35 * @param strong 39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { 45 this.strong = strong; 53 strong = false; 76 return strong; 98 && strong == _other.strong;
|
ConstantMultiFieldModifier.java | 25 private final boolean strong; field in class:ConstantMultiFieldModifier 34 boolean strong) { 35 this(prefix, suffix, overwrite, strong, null); 42 boolean strong, 49 this.strong = strong; 76 return strong; 110 && overwrite == _other.overwrite && strong == _other.strong;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
ConstantAffixModifier.java | 18 private final boolean strong; field in class:ConstantAffixModifier 33 * @param strong 37 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { 43 this.strong = strong; 51 strong = false; 74 return strong; 96 && strong == _other.strong;
|
ConstantMultiFieldModifier.java | 23 private final boolean strong; field in class:ConstantMultiFieldModifier 32 boolean strong) { 33 this(prefix, suffix, overwrite, strong, null); 40 boolean strong, 47 this.strong = strong; 74 return strong; 108 && overwrite == _other.overwrite && strong == _other.strong;
|
/external/webrtc/talk/app/webrtc/objc/public/ |
RTCPair.h | 33 @property(nonatomic, strong, readonly) NSString *key; 34 @property(nonatomic, strong, readonly) NSString *value;
|
RTCMediaStream.h | 36 @property(nonatomic, strong, readonly) NSArray *audioTracks; 37 @property(nonatomic, strong, readonly) NSArray *videoTracks; 38 @property(nonatomic, strong, readonly) NSString *label;
|
/external/protobuf/objectivec/ |
GPBUnknownField.h | 47 @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;
|
/external/webrtc/webrtc/base/objc/ |
RTCCameraPreviewView.h | 26 @property(nonatomic, strong) AVCaptureSession *captureSession;
|
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/ |
main.m | 22 @property(strong, nonatomic) UIWindow *window;
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
GRPCCall+OAuth2.h | 49 @property(atomic, strong) id<GRPCAuthorizationProtocol> tokenProvider;
|
/external/webrtc/talk/app/webrtc/objctests/ |
RTCSessionDescriptionSyncObserver.h | 42 @property(atomic, strong) RTCSessionDescription *sessionDescription;
|