HomeSort by relevance Sort by last modified time
    Searched defs:LOGGER (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintAction.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName());
40 LOGGER.log(Level.WARNING, "'Action' constraint NOT implemented!");
ConstraintChildOf.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintChildOf.class.getName());
40 LOGGER.log(Level.WARNING, "ChildOf constraint NOT implemented!");
ConstraintClampTo.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintClampTo.class.getName());
41 LOGGER.log(Level.INFO, "'Clamp to' not yet implemented! Curves not yet implemented!", name);
ConstraintDampTrack.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintDampTrack.class.getName());
41 LOGGER.log(Level.WARNING, "'Damp Track' constraint NOT implemented!");
ConstraintFollowPath.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintFollowPath.class.getName());
40 LOGGER.log(Level.INFO, "'Follow path' not implemented! Curves not yet implemented!");
ConstraintLockTrack.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintLockTrack.class.getName());
41 LOGGER.log(Level.WARNING, "'Lock track' constraint NOT implemented!");
ConstraintMinMax.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintMinMax.class.getName());
40 LOGGER.log(Level.WARNING, "'Min max' constraint NOT implemented!");
ConstraintPivot.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintPivot.class.getName());
42 LOGGER.log(Level.WARNING, "'Pivot' constraint NOT implemented!");
ConstraintPython.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintPython.class.getName());
40 LOGGER.log(Level.WARNING, "'Python' constraint NOT implemented!");
ConstraintRigidBodyJoint.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintRigidBodyJoint.class.getName());
40 LOGGER.log(Level.WARNING, "'Rigid body joint' constraint NOT implemented!");
ConstraintSplineInverseKinematic.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(ConstraintSplineInverseKinematic.class.getName());
42 LOGGER.log(Level.WARNING, "'Splie IK' constraint NOT implemented!");
ConstraintStretchTo.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintStretchTo.class.getName());
40 LOGGER.log(Level.WARNING, "'Stretch to' constraint NOT implemented!");
ConstraintTransform.java 8 import java.util.logging.Logger;
15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName());
40 LOGGER.log(Level.WARNING, "'Transform' constraint NOT implemented!");
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlenderFactory.java 4 import java.util.logging.Logger;
16 private static final Logger LOGGER = Logger.getLogger(TextureBlenderFactory.class.getName());
70 LOGGER.log(Level.WARNING, "Image type not yet supported for blending: {0}. Returning a blender that does not change the texture.", format);
  /external/chromium_org/tools/deep_memory_profiler/
dmprof.py 17 LOGGER = logging.getLogger('dmprof')
64 LOGGER.setLevel(logging.DEBUG)
69 LOGGER.addHandler(handler)
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
buckets.py 11 LOGGER = logging.getLogger('dmprof')
expand.py 13 LOGGER = logging.getLogger('dmprof')
58 LOGGER.info('total: %d\n' % total)
pprof.py 13 LOGGER = logging.getLogger('dmprof')
upload.py 15 LOGGER = logging.getLogger('dmprof')
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/
BlenderModelLoader.java 43 import java.util.logging.Logger;
51 private static final Logger LOGGER = Logger.getLogger(BlenderModelLoader.class.getName());
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);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/
CameraHelper.java 10 import java.util.logging.Logger;
18 private static final Logger LOGGER = Logger.getLogger(CameraHelper.class.getName());
66 LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type);
97 LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/
LightHelper.java 47 import java.util.logging.Logger;
55 private static final Logger LOGGER = Logger.getLogger(LightHelper.class.getName());
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/
ObjectAnimationModifier.java 6 import java.util.logging.Logger;
23 private static final Logger LOGGER = Logger.getLogger(ObjectAnimationModifier.class.getName());
66 LOGGER.log(Level.WARNING, "Armature modifier is invalid! Cannot be applied to: {0}", node.getName());
ParticlesModifier.java 20 import java.util.logging.Logger;
28 private static final Logger LOGGER = Logger.getLogger(MirrorModifier.class.getName());
59 LOGGER.log(Level.WARNING, "Particles modifier is invalid! Cannot be applied to: {0}", node.getName());
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
MetadataManager.java 31 import java.util.logging.Logger;
44 private static final Logger LOGGER = Logger.getLogger(MetadataManager.class.getName());
62 LOGGER.log(Level.WARNING, e.toString());
79 LOGGER.log(Level.WARNING, e.toString());

Completed in 161 milliseconds

1 2 3 4