HomeSort by relevance Sort by last modified time
    Searched refs:NSAssert (Results 1 - 15 of 15) sorted by null

  /external/clang/test/SemaObjC/
format-strings-system.h 10 #define NSAssert(fmt, arg) NSLog(fmt, arg, 0, 0)
  /external/chromium_org/third_party/libjingle/source/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.");
RTCICECandidate.mm 44 NSAssert(NO, @"nil arguments not allowed");
75 NSAssert(NO, @"ICECandidateInterface->ToString failed");
RTCICEServer.mm 38 NSAssert(NO, @"nil arguments not allowed");
RTCMediaSource.mm 51 NSAssert(NO, @"nil arguments not allowed");
RTCMediaStream.mm 83 NSAssert(index != NSNotFound,
94 NSAssert(index != NSNotFound,
110 NSAssert(NO, @"nil arguments not allowed");
RTCPeerConnectionFactory.mm 69 NSAssert(initialized, @"Failed to initialize SSL library");
74 NSAssert(deinitialized, @"Failed to deinitialize SSL library");
80 NSAssert(_nativeFactory, @"Failed to initialize PeerConnectionFactory!");
RTCVideoCapturer.mm 46 NSAssert(initialized, @"DeviceManager::Init() failed");
RTCMediaStreamTrack.mm 88 NSAssert(NO, @"nil arguments not allowed");
RTCPeerConnection.mm 231 NSAssert(NO, @"nil arguments not allowed");
  /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/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.m 62 NSAssert([array count] > 0, @"Empty array");
69 NSAssert([array count] > 0, @"Empty expectation array");
134 NSAssert(--_expectedErrors >= 0, @"Unexpected error");
142 NSAssert(expectedState == (int) stateChanged, message);
149 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected");
156 NSAssert([expectedLabel isEqual:stream.label], @"Stream not expected");
181 NSAssert(expectedState == (int)newState, @"Empty expectation array");
187 NSAssert(expectedState == (int)newState, @"Empty expectation array");
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
APPRTCAppDelegate.m 60 NSAssert(NO, @"PeerConnection failed.");
72 NSAssert([stream.audioTracks count] >= 1,
74 //NSAssert([stream.videoTracks count] >= 1,
109 NSAssert(NO, @"Unable to serialize JSON object with error: %@",
238 NSAssert(!error,
241 NSAssert([objects count] > 0, @"Invalid JSON object");
269 NSAssert(NO, @"Invalid message: %@", data);
291 NSAssert(NO, error.description);
304 NSAssert(!error,
315 NSAssert(NO, error.description)
    [all...]
APPRTCAppClient.m 93 NSAssert(!error, @"Unexpected error compiling regex: ",
107 NSAssert([value length] > 2,
109 NSAssert(([value characterAtIndex:0] == '\'' &&
162 NSAssert(status == 200,
200 NSAssert(!error, @"Unable to parse. %@", error.localizedDescription);
239 NSAssert(statusCode == 200, @"Invalid response of %d received.", statusCode);
293 NSAssert(!error, @"Unable to parse. %@", error.localizedDescription);
GAEChannelClient.m 97 NSAssert(NO, @"Invalid message sent from UIWebView: %@",

Completed in 171 milliseconds