/external/selinux/libsepol/cil/src/ |
cil_log.c | 40 void cil_default_log_handler(__attribute__((unused)) int lvl, char *msg) 45 void (*cil_log_handler)(int lvl, char *msg) = &cil_default_log_handler; 47 void cil_set_log_handler(void (*handler)(int lvl, char *msg)) 52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args) 54 if (cil_log_level >= lvl) { 61 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...) 65 cil_vlog(lvl, msg, args); 69 void cil_set_log_level(enum cil_log_level lvl) 71 cil_log_level = lvl;
|
cil_log.h | 37 __attribute__ ((format(printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args); 38 __attribute__ ((format(printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ksdebug.h | 103 # define _DbgPrintFEx(component, lvl, strings) { \ 104 if ((lvl) <= DEBUG_VARIABLE) { \ 105 DbgPrintEx(component, lvl, STR_MODULENAME); \ 106 DbgPrintEx(component, lvl, strings); \ 107 DbgPrintEx(component, lvl, "\n"); \ 108 if ((lvl) == DEBUGLVL_ERROR) { \ 115 # define _DbgPrintF(lvl, strings) { \ 116 if (((lvl)==DEBUG_VARIABLE) || (lvl < DEBUG_VARIABLE)) { \ 120 if ((lvl) == DEBUGLVL_ERROR) { [all...] |
/external/opencv3/3rdparty/libjasper/ |
jpc_t2enc.c | 164 jpc_enc_rlvl_t *lvl; local 216 lvl = &comp->rlvls[lvlno]; 217 endbands = &lvl->bands[lvl->numbands]; 218 for (band = lvl->bands; band != endbands; ++band) { 343 lvl = &comp->rlvls[lvlno]; 344 endbands = &lvl->bands[lvl->numbands]; 345 for (band = lvl->bands; band != endbands; ++band) { 394 jpc_enc_rlvl_t *lvl; local 442 jpc_enc_rlvl_t *lvl; local 490 jpc_enc_rlvl_t *lvl; local [all...] |
/external/libdrm/nouveau/ |
private.h | 14 #define dbg_on(lvl) (nouveau_debug & (1 << lvl)) 15 #define dbg(lvl, fmt, args...) do { \ 16 if (dbg_on((lvl))) \ 20 #define dbg_on(lvl) (0) 21 #define dbg(lvl, fmt, args...)
|
/external/mesa3d/src/mesa/main/ |
texcompress_cpal.c | 116 int lvl; local 128 for (lvl = 0; lvl < num_levels; lvl++) { 129 w = width >> lvl; 132 h = height >> lvl; 172 GLint lvl, num_levels; local 192 for (lvl = 0; lvl < num_levels; lvl++) [all...] |
/external/opencv3/modules/photo/src/ |
merge.cpp | 226 for(int lvl = 0; lvl < maxlevel; lvl++) { 228 pyrUp(img_pyr[lvl + 1], up, img_pyr[lvl].size()); 229 img_pyr[lvl] -= up; 231 for(int lvl = 0; lvl <= maxlevel; lvl++) { 233 split(img_pyr[lvl], splitted) [all...] |
/external/pdfium/tools/drmemory/scripts/ |
logging_utils.py | 31 def setLevel(self, lvl): 32 logging.Handler.setLevel(self, lvl) 33 self._err.setLevel(lvl) 34 self._out.setLevel(lvl)
|
/external/selinux/libsepol/cil/include/cil/ |
cil.h | 61 extern void cil_set_log_level(enum cil_log_level lvl); 62 extern void cil_set_log_handler(void (*handler)(int lvl, char *msg)); 67 extern void cil_log(enum cil_log_level lvl, const char *msg, ...);
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
SimpleLog.java | 214 String lvl = getStringProperty(systemPrefix + "log." + logName); local 216 while(null == lvl && i > -1) { 218 lvl = getStringProperty(systemPrefix + "log." + name); 222 if(null == lvl) { 223 lvl = getStringProperty(systemPrefix + "defaultlog"); 226 if("all".equalsIgnoreCase(lvl)) { 228 } else if("trace".equalsIgnoreCase(lvl)) { 230 } else if("debug".equalsIgnoreCase(lvl)) { 232 } else if("info".equalsIgnoreCase(lvl)) { 234 } else if("warn".equalsIgnoreCase(lvl)) { [all...] |
/external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/impl/ |
SimpleLog.java | 209 String lvl = getStringProperty(systemPrefix + "log." + logName); local 211 while (null == lvl && i > -1) { 213 lvl = getStringProperty(systemPrefix + "log." + name); 217 if (null == lvl) { 218 lvl = getStringProperty(systemPrefix + "defaultlog"); 221 if ("all".equalsIgnoreCase(lvl)) { 223 } else if ("trace".equalsIgnoreCase(lvl)) { 225 } else if ("debug".equalsIgnoreCase(lvl)) { 227 } else if ("info".equalsIgnoreCase(lvl)) { 229 } else if ("warn".equalsIgnoreCase(lvl)) { [all...] |
/external/skia/bench/ |
PictureNestingBench.cpp | 44 int sierpinsky(SkCanvas* canvas, int lvl, const SkPaint& paint) { 45 if (++lvl > fMaxLevel) { 50 bool recordPicture = lvl <= fMaxPictureLevel; 67 pics += this->sierpinsky(c, lvl, paint); 70 pics += this->sierpinsky(c, lvl, paint); 73 pics += this->sierpinsky(c, lvl, paint);
|
/external/libjpeg-turbo/ |
jerror.h | 277 #define TRACEMS(cinfo,lvl,code) \ 279 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 280 #define TRACEMS1(cinfo,lvl,code,p1) \ 283 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 284 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ 288 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 289 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ 293 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) 294 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ 298 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) [all...] |
/external/opencv3/3rdparty/libjpeg/ |
jerror.h | 265 #define TRACEMS(cinfo,lvl,code) \ 267 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 268 #define TRACEMS1(cinfo,lvl,code,p1) \ 271 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 272 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ 276 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 277 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ 281 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) 282 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ 286 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) [all...] |
/external/pdfium/third_party/libjpeg/ |
jerror.h | 252 #define TRACEMS(cinfo,lvl,code) \ 254 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 255 #define TRACEMS1(cinfo,lvl,code,p1) \ 258 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 259 #define TRACEMS2(cinfo,lvl,code,p1,p2) \ 263 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl))) 264 #define TRACEMS3(cinfo,lvl,code,p1,p2,p3) \ 268 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) 269 #define TRACEMS4(cinfo,lvl,code,p1,p2,p3,p4) \ 273 (*(cinfo)->err->emit_message) ((j_common_ptr) (cinfo), (lvl)); ) [all...] |
/external/srtp/crypto/kernel/ |
err.c | 146 err_reporting_set_level(err_reporting_level_t lvl) { 147 err_level = lvl;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.c | 130 radeon_mipmap_level *lvl = &mt->levels[level]; local 133 height = _mesa_next_pow_two_32(lvl->height); 135 lvl->rowstride = get_texture_image_row_stride(rmesa, mt->mesaFormat, lvl->width, mt->tilebits, mt->target); 136 lvl->size = get_texture_image_size(mt->mesaFormat, lvl->rowstride, height, lvl->depth, mt->tilebits); 138 assert(lvl->size > 0); 140 lvl->faces[face].offset = *curOffset; 141 *curOffset += lvl->size 303 radeon_mipmap_level *lvl; local [all...] |
radeon_texture.c | 160 radeon_mipmap_level *lvl; local 169 lvl = &image->mt->levels[image->base.Base.Level]; 171 image->base.Map = image->mt->bo->ptr + lvl->faces[image->base.Base.Face].offset; 172 image->base.RowStride = lvl->rowstride / _mesa_get_format_bytes(image->base.Base.TexFormat); 252 radeon_mipmap_level *lvl = &image->mt->levels[texImage->Level]; local 255 base = mt->bo->ptr + lvl->faces[image->base.Base.Face].offset; 257 *stride = lvl->rowstride; 712 radeon_mipmap_level *lvl; local 723 lvl = &image->mt->levels[level]; 725 rs = lvl->rowstride / texel_size [all...] |
/external/dhcpcd-6.8.2/ |
common.h | 168 #define logger_mask(ctx, lvl) setlogmask((lvl)) 173 #define logger_mask(ctx, lvl) setlogmask((lvl))
|
dhcpcd-run-hooks.in | 184 local lvl="$1" 186 if [ "$lvl" = debug ]; then 189 [ -n "$lvl" ] && shift 191 case "$lvl" in 196 logger -i -p daemon."$lvl" -t dhcpcd-run-hooks "$interface: $*"
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_miptree.c | 40 struct nv30_miptree_level *lvl = &mt->level[level]; local 43 return (layer * mt->layer_size) + lvl->offset; 45 return lvl->offset + (layer * lvl->zslice_size); 93 struct nv30_miptree_level *lvl = &mt->level[level]; local 108 rect->pitch = lvl->pitch; 323 struct nv30_miptree_level *lvl = &mt->level[l]; local 327 lvl->offset = size; 328 lvl->pitch = mt->uniform_pitch; 329 if (!lvl->pitch 403 struct nv30_miptree_level *lvl = &mt->level[tmpl->u.tex.level]; local [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_miptree.c | 229 struct nv50_miptree_level *lvl = &mt->level[l]; local 234 lvl->offset = mt->total_size; 236 lvl->tile_mode = nvc0_tex_choose_tile_dims(nbx, nby, d); 238 tsx = NVC0_TILE_SIZE_X(lvl->tile_mode); /* x is tile row pitch in bytes */ 239 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode); 240 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); 242 lvl->pitch = align(nbx * blocksize, tsx); 244 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
|
/external/v8/tools/gcmole/ |
gccause.lua | 41 local function TrackCause(name, lvl) 42 io.write((" "):rep(lvl or 0), name, "\n") 49 TrackCause(f, (lvl or 0) + 1)
|
/device/moto/shamu/camera/QCamera2/HAL/ |
QCameraThermalAdapter.cpp | 156 qcamera_thermal_level_enum_t lvl = (qcamera_thermal_level_enum_t) level; local 158 rc = instance.mCallback->thermalEvtHandle(lvl, userdata, data);
|
/external/boringssl/src/crypto/x509v3/ |
pcy_node.c | 174 int policy_node_match(const X509_POLICY_LEVEL *lvl, 181 if ( (lvl->flags & X509_V_FLAG_INHIBIT_MAP)
|