/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/hoistedPredicates/ |
T.g | 24 stat: identifier {NSLog(@"enum is an ID");} 25 | enumAsKeyword {NSLog(@"enum is a keyword");}
|
TParser.m | 175 NSLog(@"enum is an ID"); 191 NSLog(@"enum is a keyword");
|
/external/clang/test/SemaObjC/ |
format-strings-system.h | 10 #define NSAssert(fmt, arg) NSLog(fmt, arg, 0, 0)
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRFileStream.m | 96 #pragma mark fix these NSLog calls 97 NSLog( @"read %d chars; p was %d is now %d", n, p1, (p1+numRead) ); 101 #pragma mark fix these NSLog calls 102 NSLog( @"n=%d", n );
|
ArrayIterator.m | 117 NSLog( @"called dealloc in ArrayIterator" );
|
/external/opencv3/modules/videoio/src/ |
cap_ios_video_camera.mm | 109 NSLog(@"[Camera] Delete file %@", [self videoFileString]); 129 NSLog(@"[Camera] recording stopped"); 131 NSLog(@"[Camera] Recording Error: asset writer status is not writing"); 147 NSLog(@"layout preview layer"); 157 NSLog(@"to Portrait"); 162 NSLog(@"to UpsideDown"); 166 NSLog(@"to LandscapeLeft"); 170 NSLog(@"to LandscapeRight"); 197 NSLog(@"flip bounds"); 213 NSLog(@"layout preview layer") [all...] |
cap_ios_abstract_camera.mm | 98 NSLog(@"camera available: %@", (cameraAvailable == YES ? @"YES" : @"NO") ); 131 NSLog(@"camera available: %@", (cameraAvailable == YES ? @"YES" : @"NO") ); 163 NSLog(@"[Camera] Warning: Call start only from main thread"); 254 NSLog(@"deviceOrientationDidChange: %d", (int)orientation); 272 NSLog(@"[Camera] Error: could not set session preset"); 281 NSLog(@"[Camera] device connected? %@", device.connected ? @"YES" : @"NO"); 282 NSLog(@"[Camera] device position %@", (device.position == AVCaptureDevicePositionBack) ? @"back" : @"front"); 311 NSLog(@"[Camera] created AVCaptureVideoPreviewLayer"); 323 NSLog(@"error creating input %@", [error localizedDescription]); 333 NSLog(@"unable to lock device for autofocos configuration %@", [error localizedDescription]) [all...] |
cap_ios_photo_camera.mm | 108 NSLog(@"CvPhotoCamera captured image"); 150 NSLog(@"[Camera] still image output created");
|
cap_avfoundation.mm | 400 //NSLog(@"Setting pixel buffer orientation"); 549 //NSLog(@"Focus set"); 562 //NSLog(@"Exposure set"); 575 //NSLog(@"Flash mode set"); 588 //NSLog(@"White balance set"); 601 //NSLog(@"Torch mode set"); 810 NSLog(@"%@", [error localizedDescription]); 847 NSLog(@"%@", [error localizedDescription]); [all...] |
/external/webrtc/talk/app/webrtc/objc/ |
avfoundationvideocapturer.mm | 96 NSLog(@"Capture session error: %@", notification.userInfo); 159 NSLog(@"Dropped sample buffer."); 173 NSLog(@"Default video capture preset unsupported."); 189 NSLog(@"Default video capture output unsupported."); 207 NSLog(@"Failed to get capture devices."); 217 NSLog(@"Failed to get capture device input: %@", 225 NSLog(@"Failed to get capture device input: %@", 233 NSLog(@"Session does not support capture inputs.");
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
APPRTCViewController.m | 239 NSLog(@"Client connected."); 242 NSLog(@"Client connecting."); 245 NSLog(@"Client disconnected.");
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
Fuzzy.m | 494 NSLog(@"found class %@", (name!=nil?name.text:nil)); 831 NSLog(@"found method %@", (name!=nil?name.text:nil)); 938 NSLog(@"found var %@", (name!=nil?name.text:nil)); 1135 /*ignore if this/super */ NSLog(@"found call %@",(name!=nil?name.text:nil)); 1214 NSLog(@"found comment %@", [self text]); 1284 NSLog(@"found // comment %@", [self text]); [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
LangDumpDecl.m | 166 NSLog(@"int %@", (declarator1!=nil?[[input getTokenStream] toStringFromStart:[[input getTreeAdaptor] getTokenStartIndex:[declarator1 getStart]]ToEnd:[[input getTreeAdaptor] getTokenStopIndex:[declarator1 getStart]]]:0));
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/output1/ |
Fuzzy.m | 714 NSLog(@"found class %@", (name!=nil?[name getText]:0)); [all...] |
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/ |
SymbolTableParser.m | 309 NSLog( @"globals: %@", [((Symbols_Scope *)[Symbols_stack peek]).names toString] ); 463 NSLog( @"level %d symbols: %@", level, [((Symbols_Scope *)[Symbols_stack peek]).names toString] );
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableParser.m | 331 NSLog(@"globals: %@", /* scopeAttributeRef */ 463 NSLog(@"level %d symbols: %@", level, /* scopeAttributeRef */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCLexer.java | 358 NSLog(@"%@", list_int);
|
SimpleCLexer.m | 323 NSLog(@"%@", list_anInt);
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/ |
SimpleCLexer.java | 358 NSLog(@"%@", list_int);
|
SimpleCLexer.m | 631 NSLog(@"%@", list_int); /* element() */
|
/external/clang/test/Analysis/Inputs/ |
system-header-simulator-objc.h | 41 extern void NSLog(NSString *format, ...) __attribute__((format(__NSString__, 1, 2)));
|
/external/google-breakpad/src/common/mac/ |
GTMDefines.h | 117 // developer level errors. This implementation simply macros to NSLog/NSAssert. 137 #define _GTMDevLog(...) NSLog(__VA_ARGS__)
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/tests/ |
ARDAppClientTest.mm | 285 NSLog(@"Expectations error: %@", error);
|
/external/webrtc/webrtc/modules/video_capture/ios/ |
rtc_video_capture_ios_objc.mm | 279 NSLog(@"onVideoError: %@", notification);
|