| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 49 …Log::Warning(Event::ParseStyle, "current renderer implementation only supports style spec version … in parse() 67 Log::Warning(Event::ParseStyle, "center coordinate must be a longitude, latitude pair"); in parse() 132 Log::Warning(Event::ParseStyle, error.message); in parseTransition() 143 Log::Warning(Event::ParseStyle, error.message); in parseLight() 152 Log::Warning(Event::ParseStyle, "sources must be an object"); in parseSources() 163 Log::Warning(Event::ParseStyle, error.message); in parseSources() 176 Log::Warning(Event::ParseStyle, "layers must be an array"); in parseLayers() 182 Log::Warning(Event::ParseStyle, "layer must be an object"); in parseLayers() 187 Log::Warning(Event::ParseStyle, "layer must have an id"); in parseLayers() 193 Log::Warning(Event::ParseStyle, "layer id must be a string"); in parseLayers() [all …]
|
| H A D | style_impl.cpp | 65 Log::Error(Event::Setup, message.c_str()); in loadURL() 81 Log::Error(Event::ParseStyle, message.c_str()); in parse() 170 Log::Warning(Event::General, "Source '%s' is in use, cannot remove", id.c_str()); in removeSource() 301 Log::Error(Event::Style, "Failed to load source %s: %s", in onSourceError() 325 Log::Error(Event::Style, "Failed to load sprite: %s", util::toString(error).c_str()); in onSpriteError() 339 Log::Info(Event::General, "styleURL: %s", url.c_str()); in dumpDebugLogs()
|
| H A D | source.cpp | 35 Log::Info(Event::General, "Source::id: %s", getID().c_str()); in dumpDebugLogs() 36 Log::Info(Event::General, "Source::loaded: %d", loaded); in dumpDebugLogs()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | logging.cpp | 13 static std::unique_ptr<Log::Observer> currentObserver; 17 void Log::setObserver(std::unique_ptr<Observer> observer) { in setObserver() 21 std::unique_ptr<Log::Observer> Log::removeObserver() { in removeObserver() 27 void Log::record(EventSeverity severity, Event event, const std::string &msg) { in record() 31 void Log::record(EventSeverity severity, Event event, const char* format, ...) { in record() 41 void Log::record(EventSeverity severity, Event event, int64_t code, const char* format, ...) { in record() 51 void Log::record(EventSeverity severity, Event event, int64_t code, const std::string &msg) { in record()
|
| H A D | mapbox.cpp | 56 Log::Error(Event::ParseStyle, "Invalid style URL"); in normalizeStyleURL() 73 Log::Error(Event::ParseStyle, "Invalid sprite URL"); in normalizeSpriteURL() 91 Log::Error(Event::ParseStyle, "Invalid glyph URL"); in normalizeGlyphsURL() 108 Log::Error(Event::ParseStyle, "Invalid tile URL"); in normalizeTileURL()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/busybox/files/ |
| H A D | busybox-syslog.default | 6 # -O FILE : Log to FILE (default:/var/log/messages) 7 # -l N : Log only messages more urgent than prio N (1-8) 11 # -R HOST[:PORT]: Log to HOST:PORT (default PORT:514) 12 # -L : Log locally and via network 14 # -C[size_kb] : Log to shared mem buffer (use logread to read it) 17 # -K : Log to kernel printk buffer (use dmesg to read it) 20 # Log to local file /var/log/mylog 24 # Log to remote host
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | log.h | 25 void Log(const char* file, int line, LogPriority level, const char* fmt, ...); 28 #define LOGE(...) Log(__FILE__, __LINE__, LOG_ERROR, ##__VA_ARGS__) 29 #define LOGW(...) Log(__FILE__, __LINE__, LOG_WARN, ##__VA_ARGS__) 30 #define LOGI(...) Log(__FILE__, __LINE__, LOG_INFO, ##__VA_ARGS__) 31 #define LOGD(...) Log(__FILE__, __LINE__, LOG_DEBUG, ##__VA_ARGS__) 32 #define LOGV(...) Log(__FILE__, __LINE__, LOG_VERBOSE, ##__VA_ARGS__)
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/ |
| H A D | CameraPreviewActivity.java | 18 import android.util.Log; 108 Log.d(TAG, "get soc platform:" + platform); in onCreate() 135 Log.d(TAG, "onDestroy"); in onDestroy() 143 Log.d(TAG, "onPause"); in onPause() 153 Log.d(TAG, "onResume"); in onResume() 202 Log.d(TAG, "surfaceChanged"); in surfaceChanged() 211 Log.d(TAG, "surfaceCreated"); in surfaceCreated() 220 Log.d(TAG, "surfaceDestroyed"); in surfaceDestroyed() 239 Log.d(TAG, "mCameraId = " + mCameraId); in startCamera() 248 Log.d(TAG, "mCamera0 = " + mCamera0); in startCamera() [all …]
|
| H A D | MainActivity.java | 12 import android.util.Log; 67 Log.d("yolo", "onRequestPermissionsResult:"+requestCode); in onRequestPermissionsResult() 69 Log.d("yolo", "onRequestPermissionsResult"); in onRequestPermissionsResult()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/position/android/jar/src/org/qtproject/qt5/android/positioning/ |
| H A D | QtPositioning.java | 56 import android.util.Log; 114 Log.w(TAG, "No locationManager available in QtPositioning"); in providerList() 255 Log.d(TAG, "Regular updates using GPS " + updateInterval); in startUpdates() 267 Log.d(TAG, "Regular updates using network " + updateInterval); in startUpdates() 300 Log.d(TAG, "Stopping updates"); in stopUpdates() 321 Log.d(TAG, "Single update using GPS"); in requestUpdate() 331 Log.d(TAG, "Single update using network"); in requestUpdate() 374 Log.d(TAG, "Single update for Satellites " + updateInterval); in startSatelliteUpdates() 376 Log.d(TAG, "Regular updates for Satellites " + updateInterval); in startSatelliteUpdates() 432 Log.d(TAG, "Looper Thread startup time in ms: " + (stop-start)); in setActiveLooper() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 16 Log(Error) << "Unable to send REQUEST: ServerId not specified.\n" << LogEnd; 40 + Log(Info) << "### CPE Debug - Option with index " << optionCount++ << LogEnd ; 41 + Log(Info) << "### CPE Debug - Option with type " << (*opt)->getOptType() << LogEnd ; 44 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | tile.cpp | 30 Log::Info(Event::General, "Tile::id: %s", util::toString(id).c_str()); in dumpDebugLogs() 31 Log::Info(Event::General, "Tile::renderable: %s", isRenderable() ? "yes" : "no"); in dumpDebugLogs() 32 Log::Info(Event::General, "Tile::complete: %s", isComplete() ? "yes" : "no"); in dumpDebugLogs()
|
| /OK3568_Linux_fs/buildroot/package/glmark2/ |
| H A D | 0002-NativeStateDRM-Honor-visual-configuration.patch | 25 Log::error("Error: DRM device has not been initialized!\n"); 34 + Log::error("Failed to create GBM surface\n"); 50 Log::error("Failed to create FB: %d\n", status); 60 - Log::error("Failed to create GBM surface\n");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/ |
| H A D | 0007-netfilter-nft_log-complete-NFTA_LOG_FLAGS-attr-suppo.patch | 56 -#define NF_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */ 57 -#define NF_LOG_TCPOPT 0x02 /* Log TCP options */ 58 -#define NF_LOG_IPOPT 0x04 /* Log IP options */ 59 -#define NF_LOG_UID 0x08 /* Log UID owning local socket */ 61 +/* Log tcp sequence, tcp options, ip options and uid owning local socket */ 87 +#define NF_LOG_TCPSEQ 0x01 /* Log TCP sequence numbers */ 88 +#define NF_LOG_TCPOPT 0x02 /* Log TCP options */ 89 +#define NF_LOG_IPOPT 0x04 /* Log IP options */ 90 +#define NF_LOG_UID 0x08 /* Log UID owning local socket */
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/sprite/ |
| H A D | sprite_parser.cpp | 29 …Log::Error(Event::Sprite, "Can't create sprite with invalid metrics: %ux%u@%u,%u in %ux%u@%sx spri… in createStyleImage() 52 Log::Warning(Event::Sprite, "Value of '%s' must be an integer between 0 and 65535", in getUInt16() 66 Log::Warning(Event::Sprite, "Value of '%s' must be a number", name); in getDouble() 79 Log::Warning(Event::Sprite, "Value of '%s' must be a boolean", name); in getBoolean()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | program.hpp | 74 Log::Warning(Event::OpenGL, in createProgram() 80 Log::Warning(Event::OpenGL, "Could not load cached program: %s", in createProgram() 91 Log::Warning(Event::OpenGL, "Caching program in: %s", (*cachePath).c_str()); in createProgram() 94 Log::Warning(Event::OpenGL, "Failed to cache program: %s", error.what()); in createProgram()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/open-vm-tools/ |
| H A D | 0013-misc-Do-not-print-NULL-string-into-logs.patch | 8 its always null when the Log() API is called 23 - Log("%s: Cannot allocate memory to expand $ in \"%s\".\n", 24 + Log("%s: Cannot allocate memory to expand in \"%s\".\n",
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/rga/ |
| H A D | RGA.java | 3 import android.util.Log; 27 Log.w("rkyolo.RGA", "src or dst is null"); in colorConvertAndFlip()
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/app/src/main/java/com/rockchip/gpadc/demo/yolo/ |
| H A D | PostProcess.java | 20 import android.util.Log; 65 Log.d(TAG, "Loaded label!"); in loadLabelName()
|
| H A D | InferenceWrapper.java | 4 import android.util.Log; 97 Log.w(TAG, "post_process may fail."); in postProcess()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
| H A D | 0004-apache2-log-the-SELinux-context-at-startup.patch | 4 Subject: [PATCH] Log the SELinux context at startup. 6 Log the SELinux context at startup.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | render_layer.cpp | 86 Log::Error(Event::OpenGL, in checkRenderability() 94 Log::Error(Event::OpenGL, in checkRenderability()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_database.cpp | 28 Log::Error(Event::Database, (int)ex.code, ex.what()); in ~OfflineDatabase() 41 Log::Error(Event::Database, "Unexpected error connecting to database: %s", ex.what()); in ensureSchema() 101 …Log::Error(Event::Database, "Unexpected error creating database schema: %s", util::toString(std::c… in ensureSchema() 111 Log::Warning(Event::Database, "Removing existing incompatible offline database"); in removeExisting() 119 Log::Error(Event::Database, ex.code, ex.what()); in removeExisting() 208 Log::Info(Event::Database, "Unable to make space for entry"); in putInternal()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_logging.cpp | 8 void Log::platformRecord(EventSeverity severity, const std::string &msg) { in platformRecord()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | logging_stderr.cpp | 8 void Log::platformRecord(EventSeverity severity, const std::string &msg) { in platformRecord()
|