/external/grpc-grpc/src/objective-c/RxLibrary/ |
GRXWriter.m | 24 NSAssert(NO, @"Missing base implementation for %@", NSStringFromSelector(_cmd)); 29 NSAssert(NO, @"Missing base implementation for %@", NSStringFromSelector(_cmd));
|
GRXConcurrentWriteable.m | 90 NSAssert(error, @"For a successful completion, use enqueueSuccessfulCompletion.");
|
/external/clang/test/SemaObjC/ |
format-strings-system.h | 10 #define NSAssert(fmt, arg) NSLog(fmt, arg, 0, 0)
|
/external/webrtc/talk/app/webrtc/objctests/ |
RTCPeerConnectionSyncObserver.m | 68 NSAssert([array count] > 0, @"Empty array"); 75 NSAssert([array count] > 0, @"Empty expectation array"); 168 NSAssert(expectedState == (int)stateChanged, message); 175 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected"); 182 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected"); 205 NSAssert([_expectedICEGatheringChanges count] > 0, 208 NSAssert(expectedState == (int)newState, 217 NSAssert([_expectedICEConnectionChanges count] > 0, 220 NSAssert(expectedState == (int)newState, 228 NSAssert([expectedLabel isEqual:dataChannel.label] [all...] |
/external/clang/test/Preprocessor/ |
macro_fn.c | 51 #define NSAssert(condition, desc, ...) /* expected-warning {{variadic macros are a C99 feature}} */ \ 53 NSAssert(somecond, somedesc)
|
/external/webrtc/talk/app/webrtc/objc/ |
RTCSessionDescription.mm | 41 NSAssert(NO, @"nil arguments not allowed"); 58 NSAssert(NO, @"nil arguments not allowed"); 66 NSAssert(NO, @"Invalid SessionDescriptionInterface.");
|
RTCPeerConnectionFactory.mm | 66 NSAssert(initialized, @"Failed to initialize SSL library"); 71 NSAssert(deinitialized, @"Failed to deinitialize SSL library"); 78 NSAssert(result, @"Failed to start signaling thread."); 81 NSAssert(result, @"Failed to start worker thread."); 85 NSAssert(_nativeFactory, @"Failed to initialize PeerConnectionFactory!");
|
RTCICECandidate.mm | 44 NSAssert(NO, @"nil arguments not allowed"); 75 NSAssert(NO, @"ICECandidateInterface->ToString failed");
|
RTCMediaSource.mm | 51 NSAssert(NO, @"nil arguments not allowed");
|
RTCMediaStream.mm | 83 NSAssert(index != NSNotFound, 94 NSAssert(index != NSNotFound, 111 NSAssert(NO, @"nil arguments not allowed");
|
RTCICEServer.mm | 44 NSAssert(NO, @"nil arguments not allowed");
|
RTCVideoCapturer.mm | 46 NSAssert(initialized, @"DeviceManager::Init() failed");
|
RTCOpenGLVideoRenderer.mm | 200 NSAssert(context != nil, @"context cannot be nil"); 272 NSAssert(_context, @"context shouldn't be nil"); 285 NSAssert(!_program, @"program already set up"); 287 NSAssert(vertexShader, @"failed to create vertex shader"); 290 NSAssert(fragmentShader, @"failed to create fragment shader"); 434 NSAssert(textureOffset + 3 <= kNumTextures, @"invalid offset"); 463 NSAssert(!_vertexArray, @"vertex array already set up"); 470 NSAssert(!_vertexBuffer, @"vertex buffer already set up");
|
RTCMediaStreamTrack.mm | 106 NSAssert(NO, @"nil arguments not allowed");
|
RTCDataChannel.mm | 152 NSAssert(data, @"data cannot be nil"); 278 NSAssert(dataChannel != NULL, @"dataChannel cannot be NULL");
|
RTCEnumConverter.mm | 52 NSAssert(NO, @"kIceConnectionMax not allowed");
|
/external/grpc-grpc/examples/objective-c/auth_sample/Misc/ |
AppDelegate.m | 29 NSAssert(!configureError, @"Error configuring Google services: %@", configureError);
|
/external/grpc-grpc/src/objective-c/RxLibrary/private/ |
GRXNSFastEnumerator.m | 63 NSAssert(_mutationFlag == *(_state.mutationsPtr),
|
/external/webrtc/webrtc/api/objc/ |
RTCMediaConstraints.mm | 82 NSAssert([key isKindOfClass:[NSString class]], 84 NSAssert([constraints[key] isKindOfClass:[NSString class]],
|
RTCOpenGLVideoRenderer.mm | 181 NSAssert(context != nil, @"context cannot be nil"); 253 NSAssert(_context, @"context shouldn't be nil"); 266 NSAssert(!_program, @"program already set up"); 268 NSAssert(vertexShader, @"failed to create vertex shader"); 271 NSAssert(fragmentShader, @"failed to create fragment shader"); 416 NSAssert(textureOffset + 3 <= kNumTextures, @"invalid offset"); 445 NSAssert(!_vertexArray, @"vertex array already set up"); 452 NSAssert(!_vertexBuffer, @"vertex buffer already set up");
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
ARDSignalingMessage.m | 99 NSAssert(NO, @"Unexpected type: %@", typeString);
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
GRPCHost.m | 180 NSAssert(
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
ARDAppClientTest.mm | 87 NSAssert(NO, @"Expectation timed out.");
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
GRPCCall.m | 465 NSAssert(_wrappedCall, @"Error allocating RPC objects. Low memory?");
|
/external/walt/ios/WALT/ |
WALTClient.m | 508 NSAssert(_responseQueue.count > 0, @"_responseQueue is empty!");
|