HomeSort by relevance Sort by last modified time
    Searched refs:NSMutableArray (Results 26 - 33 of 33) sorted by null

12

  /external/walt/ios/WALT/
ScreenResponseController.m 48 NSMutableArray<NSNumber *> *_deltas;
124 _deltas = [[NSMutableArray<NSNumber *> alloc] init];
DragLatencyController.mm 169 NSMutableArray<WALTTouch *> *_touchEvents;
170 NSMutableArray<WALTLaserEvent *> *_laserEvents;
253 _touchEvents = [[NSMutableArray<WALTTouch *> alloc] init];
254 _laserEvents = [[NSMutableArray<WALTLaserEvent *> alloc] init];
WALTClient.m 90 NSMutableArray<NSData *> *_responseQueue; // TODO(pquinn): Lock-free circular buffer?
110 _responseQueue = [[NSMutableArray<NSData *> alloc] init];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDStatsBuilder.m 310 NSMutableArray *values = dict[pair.key];
312 values = [NSMutableArray arrayWithCapacity:1];
ARDAppClient.m 163 _messageQueue = [NSMutableArray array];
164 _iceServers = [NSMutableArray arrayWithObject:[self defaultSTUNServer]];
285 _messageQueue = [NSMutableArray array];
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/
ARDAppClientTest.mm 64 NSMutableArray *_expectations;
69 _expectations = [NSMutableArray array];
  /external/grpc-grpc/src/objective-c/GRPCClient/
GRPCCall.m 108 NSMutableArray *_unaryOpBatch;
179 _unaryOpBatch = [NSMutableArray arrayWithCapacity:kMaxClientBatch];
  /external/google-breakpad/src/common/mac/testing/
GTMSenTestCase.h 504 NSMutableArray *strings = [NSMutableArray arrayWithCapacity:sizeof(a1) / sizeof(float)]; \
    [all...]

Completed in 415 milliseconds

12