Searched defs:LOGGER (Results 1 - 25 of 71) sorted by relevance

123

/external/chromium_org/tools/deep_memory_profiler/
H A Ddmprof.py17 LOGGER = logging.getLogger('dmprof') variable
64 LOGGER.setLevel(logging.DEBUG)
69 LOGGER.addHandler(handler)
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dbuckets.py11 LOGGER = logging.getLogger('dmprof') variable
H A Dexpand.py13 LOGGER = logging.getLogger('dmprof') variable
58 LOGGER.info('total: %d\n' % total)
H A Dpprof.py13 LOGGER = logging.getLogger('dmprof') variable
H A Dupload.py15 LOGGER = logging.getLogger('dmprof') variable
74 LOGGER.info("Running: %s", command)
79 LOGGER.error('Error to run gsutil: %s', e)
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/
H A DBlenderModelLoader.java51 private static final Logger LOGGER = Logger.getLogger(BlenderModelLoader.class.getName()); field in class:BlenderModelLoader
65 LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[]{((Node) object).getName(), ((Node) object).getLocalTranslation().toString(), ((Node) object).getParent() == null ? "null" : ((Node) object).getParent().getName()});
77 LOGGER.log(Level.SEVERE, e.getMessage(), e);
H A DAbstractBlenderLoader.java62 private static final Logger LOGGER = Logger.getLogger(AbstractBlenderLoader.class.getName()); field in class:AbstractBlenderLoader
92 LOGGER.log(Level.SEVERE, e.getLocalizedMessage(), e);
H A DBlenderLoader.java72 private static final Logger LOGGER = Logger.getLogger(BlenderLoader.class.getName()); field in class:BlenderLoader
91 LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[] { ((Node) object).getName(), ((Node) object).getLocalTranslation().toString(), ((Node) object).getParent() == null ? "null" : ((Node) object).getParent().getName() });
133 LOGGER.log(Level.SEVERE, e.getMessage(), e);
/external/chromium_org/tools/find_runtime_symbols/
H A Dprepare_symbol_info.py21 LOGGER = logging.getLogger('prepare_symbol_info') variable
40 if LOGGER.getEffectiveLevel() <= logging.DEBUG:
43 LOGGER.debug(line.rstrip())
107 LOGGER.info('Data for profiling will be collected in "%s".' % output_dir_path)
110 LOGGER.warn('Using an empty existing directory "%s".' % output_dir_path)
112 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path)
114 LOGGER.warn('Using the existing directory "%s".' % output_dir_path)
120 LOGGER.warn('Using a temporary directory "%s".' % output_dir_path)
122 LOGGER.warn('The directory "%s" is not available.' % output_dir_path)
125 LOGGER
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DConstraintAction.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName()); field in class:ConstraintAction
40 LOGGER.log(Level.WARNING, "'Action' constraint NOT implemented!");
H A DConstraintChildOf.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintChildOf.class.getName()); field in class:ConstraintChildOf
40 LOGGER.log(Level.WARNING, "ChildOf constraint NOT implemented!");
H A DConstraintClampTo.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintClampTo.class.getName()); field in class:ConstraintClampTo
41 LOGGER.log(Level.INFO, "'Clamp to' not yet implemented! Curves not yet implemented!", name);
H A DConstraintDampTrack.java16 private static final Logger LOGGER = Logger.getLogger(ConstraintDampTrack.class.getName()); field in class:ConstraintDampTrack
41 LOGGER.log(Level.WARNING, "'Damp Track' constraint NOT implemented!");
H A DConstraintFollowPath.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintFollowPath.class.getName()); field in class:ConstraintFollowPath
40 LOGGER.log(Level.INFO, "'Follow path' not implemented! Curves not yet implemented!");
H A DConstraintLockTrack.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintLockTrack.class.getName()); field in class:ConstraintLockTrack
41 LOGGER.log(Level.WARNING, "'Lock track' constraint NOT implemented!");
H A DConstraintMinMax.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintMinMax.class.getName()); field in class:ConstraintMinMax
40 LOGGER.log(Level.WARNING, "'Min max' constraint NOT implemented!");
H A DConstraintPivot.java16 private static final Logger LOGGER = Logger.getLogger(ConstraintPivot.class.getName()); field in class:ConstraintPivot
42 LOGGER.log(Level.WARNING, "'Pivot' constraint NOT implemented!");
H A DConstraintPython.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintPython.class.getName()); field in class:ConstraintPython
40 LOGGER.log(Level.WARNING, "'Python' constraint NOT implemented!");
H A DConstraintRigidBodyJoint.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintRigidBodyJoint.class.getName()); field in class:ConstraintRigidBodyJoint
40 LOGGER.log(Level.WARNING, "'Rigid body joint' constraint NOT implemented!");
H A DConstraintSplineInverseKinematic.java16 private static final Logger LOGGER = Logger.getLogger(ConstraintSplineInverseKinematic.class.getName()); field in class:ConstraintSplineInverseKinematic
42 LOGGER.log(Level.WARNING, "'Splie IK' constraint NOT implemented!");
H A DConstraintStretchTo.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintStretchTo.class.getName()); field in class:ConstraintStretchTo
40 LOGGER.log(Level.WARNING, "'Stretch to' constraint NOT implemented!");
H A DConstraintTransform.java15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName()); field in class:ConstraintTransform
40 LOGGER.log(Level.WARNING, "'Transform' constraint NOT implemented!");
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
H A DLightHelper.java55 private static final Logger LOGGER = Logger.getLogger(LightHelper.class.getName()); field in class:LightHelper
82 LOGGER.log(Level.WARNING, "'Sun' lamp is not supported in jMonkeyEngine.");
99 LOGGER.log(Level.WARNING, "'Hemi' lamp is not supported in jMonkeyEngine.");
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/modifiers/
H A DArrayModifier.java33 private static final Logger LOGGER = Logger.getLogger(ArrayModifier.class.getName()); field in class:ArrayModifier
131 LOGGER.log(Level.WARNING, "Array modifier is invalid! Cannot be applied to: {0}", node.getName());
173 LOGGER.log(Level.WARNING, "Problems in blender file structure! Object offset cannot be applied! The problem: {0}", e.getMessage());
192 LOGGER.log(Level.WARNING, "Cap object ''{0}'' couldn''t be loaded!", capStructure.getName());
195 LOGGER.log(Level.WARNING, "Problems in blender file structure! Cap object cannot be applied! The problem: {0}", e.getMessage());
H A DMirrorModifier.java29 private static final Logger LOGGER = Logger.getLogger(MirrorModifier.class.getName()); field in class:MirrorModifier
64 LOGGER.log(Level.WARNING, "Mirror modifier is invalid! Cannot be applied to: {0}", node.getName());
89 LOGGER.log(Level.SEVERE, "Cannot load mirror''s reference object. Cause: {0}", e.getLocalizedMessage());

Completed in 1032 milliseconds

123