Searched refs:_log (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/ |
| H A D | filemap.py | 77 self._log = log 78 if self._log is None: 79 self._log = logging.getLogger(__name__) 117 self._log.debug("opened image \"%s\"" % self._image_path) 118 self._log.debug("block size %d, blocks count %d, image size %d" 195 self._log.debug("FilemapSeek: initializing") 231 self._log.debug("lseek(0, SEEK_HOLE) returned %d" % offs) 246 self._log.debug("FilemapSeek: block_is_mapped(%d) returns %s" 273 self._log.debug("FilemapSeek: yielding range (%d, %d)" 279 self._log.debug("FilemapSeek: get_mapped_ranges(%d, %d(%d))" [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastermain/management/commands/ |
| H A D | buildimport.py | 51 def _log(msg): function 302 _log("TOASTER_CLONE(%s/%s), version=%s" % (line,sub_path,version)) 307 _log("LOCAL_CLONE(%s/%s), version=%s" % (line,sub_path,version)) 322 … _log("Find_import_release(%s):version=%s,Toaster=%s" % (lv_id[1],version,is_toaster_clone)) 331 _log("Find_import_release:RELEASE=%s" % release.name) 351 _log(" %s => %s;%s" % (key,lv_id[0],lv_id[1])) 359 _log(" %s ?> %s" % (key,lv_dict[key_short])) 361 _log("%s <= %s" % (key,layer_path)) 368 _log(" Project Local Layer found!") 370 _log("ERROR: Local Layer '%s'" % e) [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | logger.h | 78 int _log(int level, const char* fmt, va_list arglist) in _log() function 108 int ret = instance()._log(level,fmt,arglist); in log() 118 int ret = instance()._log(LEVEL, fmt, ap); \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | log.h | 72 int _log(enum log_category_t cat, enum log_level_t level, const char *file, 99 _log((enum log_category_t)(_cat), _l, __FILE__, __LINE__, \
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | codeparser.py | 285 self._log = log 315 self.log = BufferedLogger('BitBake.Data.PythonParser', logging.DEBUG, self._log) 336 self._log = log 359 self.log = BufferedLogger('BitBake.Data.%s' % self._name, logging.DEBUG, self._log)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | api.py | 34 def _log(msg): function 417 _log("Local Layer created=%s" % created) 1167 _log("LAYER_ORPHAN_CHECK:Check for orphaned layers") 1170 _log("LAYER_ORPHAN_CHECK:Ref Count for '%s' = %d" % (layer.name,len(layer_refs))) 1172 _log("LAYER_ORPHAN_CHECK:DELETE orpahned '%s'" % (layer.name))
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | super.rst | 56 - s\_log\_block\_size 57 - Block size is 2 ^ (10 + s\_log\_block\_size). 60 - s\_log\_cluster\_size 61 - Cluster size is 2 ^ (10 + s\_log\_cluster\_size) blocks if bigalloc is 62 enabled. Otherwise s\_log\_cluster\_size must equal s\_log\_block\_size. 324 - s\_log\_groups\_per\_flex
|
| H A D | bigalloc.rst | 26 stored in the s\_log\_cluster\_size field in the superblock); from then
|
| /OK3568_Linux_fs/u-boot/test/log/ |
| H A D | log_test.c | 20 _log(log_uc_cat(cat), i, file, 100 + i, "func", "_log %d\n", in log_run()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | log.c | 128 int _log(enum log_category_t cat, enum log_level_t level, const char *file, in _log() function
|