HomeSort by relevance Sort by last modified time
    Searched refs:synthesize (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/opencv3/3rdparty/libjasper/
jpc_qmfb.h 105 int (*synthesize)(int *, int, int, int, int, int); member in struct:__anon20306
  /external/webrtc/talk/app/webrtc/objc/
RTCPair.m 32 @synthesize key = _key;
33 @synthesize value = _value;
RTCPeerConnectionInterface.mm 35 @synthesize iceTransportsType = _iceTransportsType;
36 @synthesize iceServers = _iceServers;
37 @synthesize bundlePolicy = _bundlePolicy;
38 @synthesize rtcpMuxPolicy = _rtcpMuxPolicy;
39 @synthesize tcpCandidatePolicy = _tcpCandidatePolicy;
40 @synthesize audioJitterBufferMaxPackets = _audioJitterBufferMaxPackets;
41 @synthesize iceConnectionReceivingTimeout = _iceConnectionReceivingTimeout;
42 @synthesize iceBackupCandidatePairPingInterval = _iceBackupCandidatePairPingInterval;
RTCICECandidate.mm 36 @synthesize sdpMid = _sdpMid;
37 @synthesize sdpMLineIndex = _sdpMLineIndex;
38 @synthesize sdp = _sdp;
RTCICEServer.mm 36 @synthesize URI = _URI;
37 @synthesize username = _username;
38 @synthesize password = _password;
RTCSessionDescription.mm 36 @synthesize description = _description;
37 @synthesize type = _type;
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDJoinResponse.m 28 @synthesize result = _result;
29 @synthesize isInitiator = _isInitiator;
30 @synthesize roomId = _roomId;
31 @synthesize clientId = _clientId;
32 @synthesize messages = _messages;
33 @synthesize webSocketURL = _webSocketURL;
34 @synthesize webSocketRestURL = _webSocketRestURL;
ARDSignalingMessage.m 23 @synthesize type = _type;
72 @synthesize candidate = _candidate;
89 @synthesize sessionDescription = _sessionDescription;
ARDAppClient.m 97 @synthesize shouldGetStats = _shouldGetStats;
98 @synthesize state = _state;
99 @synthesize delegate = _delegate;
100 @synthesize roomServerClient = _roomServerClient;
101 @synthesize channel = _channel;
102 @synthesize loopbackChannel = _loopbackChannel;
103 @synthesize turnClient = _turnClient;
104 @synthesize peerConnection = _peerConnection;
105 @synthesize factory = _factory;
106 @synthesize messageQueue = _messageQueue
    [all...]
ARDBitrateTracker.m 20 @synthesize bitrate = _bitrate;
ARDMessageResponse.m 19 @synthesize result = _result;
  /external/clang/test/Index/
complete-properties.m 20 @synthesize Prop2, Prop1, Prop3 = StoredProp3;
45 @synthesize Prop2 = Prop2_;
57 @synthesize Prop5;
  /external/webrtc/webrtc/api/objc/
RTCStatsReport.mm 21 @synthesize timestamp = _timestamp;
22 @synthesize type = _type;
23 @synthesize statsId = _statsId;
24 @synthesize values = _values;
RTCIceCandidate.mm 19 @synthesize sdpMid = _sdpMid;
20 @synthesize sdpMLineIndex = _sdpMLineIndex;
21 @synthesize sdp = _sdp;
RTCIceServer.mm 18 @synthesize urlStrings = _urlStrings;
19 @synthesize username = _username;
20 @synthesize credential = _credential;
RTCSessionDescription.mm 21 @synthesize type = _type;
22 @synthesize sdp = _sdp;
  /external/clang/test/PCH/
objcxx-ivar-class.h 15 @synthesize position;
  /external/webrtc/talk/app/webrtc/objctests/
RTCSessionDescriptionSyncObserver.m 47 @synthesize error = _error;
48 @synthesize sessionDescription = _sessionDescription;
49 @synthesize success = _success;
50 @synthesize condition = _condition;
51 @synthesize signaled = _signaled;
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ST.stg 63 @returnScopeImplementation.synthesize() ::= <<
64 <@super.synthesize()>
65 /* ST returnScope.synthesize */
66 @synthesize st;
79 <returnScopeImplementation.synthesize()>
112 @genericParser.synthesize() ::= <<
113 <@super.synthesize()>
114 /* ST genericParserImplementation.synthesize */
115 @synthesize templateLib;
199 @synthesize templateLib
    [all...]
ST4ObjC.stg 60 @returnScope.ruleReturn.synthesize() ::= <<
61 @synthesize st;
106 @genericParser.synthesize() ::= <<
107 <@super.synthesize()>
108 /* ST genericParserImplementation.synthesize */
109 @synthesize templateLib;
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 30 @synthesize window = _window;
31 @synthesize viewController = _viewController;
  /external/webrtc/webrtc/base/objc/
RTCCameraPreviewView.m 23 @synthesize captureSession = _captureSession;
  /external/opencv3/modules/videoio/src/
cap_ios_abstract_camera.mm 61 @synthesize imageWidth;
62 @synthesize imageHeight;
65 @synthesize defaultFPS;
66 @synthesize defaultAVCaptureDevicePosition;
67 @synthesize defaultAVCaptureVideoOrientation;
68 @synthesize defaultAVCaptureSessionPreset;
72 @synthesize captureSession;
73 @synthesize captureVideoPreviewLayer;
74 @synthesize videoCaptureConnection;
75 @synthesize running
    [all...]
cap_ios_photo_camera.mm 55 @synthesize stillImageOutput;
56 @synthesize delegate;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ArrayIterator.m 36 @synthesize peekObj;
37 //@synthesize count;
38 @synthesize index;
39 @synthesize anArray;

Completed in 256 milliseconds

1 2 3