/external/chromium_org/tools/find_runtime_symbols/ |
D | prepare_symbol_info.py | 26 LOGGER = logging.getLogger('prepare_symbol_info') variable 45 if LOGGER.getEffectiveLevel() <= logging.DEBUG: 48 LOGGER.debug(line.rstrip()) 112 LOGGER.info('Data for profiling will be collected in "%s".' % output_dir_path) 115 LOGGER.warn('Using an empty existing directory "%s".' % output_dir_path) 117 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path) 119 LOGGER.warn('Using the existing directory "%s".' % output_dir_path) 125 LOGGER.warn('Using a temporary directory "%s".' % output_dir_path) 127 LOGGER.warn('The directory "%s" is not available.' % output_dir_path) 130 LOGGER.info('Creating a new directory "%s".' % output_dir_path) [all …]
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
D | symbol.py | 23 LOGGER = logging.getLogger('dmprof') variable 60 LOGGER.info('Preparing symbol mapping...') 69 LOGGER.info(' Prepared symbol mapping.') 71 LOGGER.warn(' Using a temporary directory for symbol mapping.') 72 LOGGER.warn(' Delete it by yourself.') 73 LOGGER.warn(' Or, move the directory by yourself to use it later.') 76 LOGGER.warn(' Failed to prepare symbol mapping.') 88 LOGGER.info('Loading symbol mapping...') 157 LOGGER.info('No need to resolve any more addresses.') 161 LOGGER.info('Loading %d unresolved addresses.' % [all …]
|
/external/v8/test/cctest/ |
D | test-log.cc | 46 LOGGER->TearDown(); in ~ScopedLoggerInitializer() 57 temp_file_ = LOGGER->TearDown(); in StopLoggingGetTempFile() 104 LOGGER->StringEvent("test-start", ""); in TEST() 106 LOGGER->StringEvent("test-profiler-start", ""); in TEST() 114 LOGGER->StringEvent("test-profiler-stop", ""); in TEST() 117 LOGGER->StringEvent("test-profiler-start-2", ""); in TEST() 125 LOGGER->StringEvent("test-profiler-stop-2", ""); in TEST() 126 LOGGER->StringEvent("test-stop", ""); in TEST() 361 LOGGER->LogCompiledFunctions(); in TEST() 386 LOGGER->LogCompiledFunctions(); in TEST() [all …]
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
D | ImageLoader.java | 49 private static final Logger LOGGER = Logger.getLogger(ImageLoader.class.getName()); field in ImageLoader 80 LOGGER.warning("Image could not be loaded by none of available loaders!"); in loadImage() 104 LOGGER.info("Unable to load image using AWT loader!"); in loadImage() 111 LOGGER.info("Unable to load image using DDS loader!"); in loadImage() 118 LOGGER.info("Unable to load image using TGA loader!"); in loadImage()
|
D | TextureHelper.java | 78 private static final Logger LOGGER = Logger.getLogger(TextureHelper.class.getName()); field in TextureHelper 189 LOGGER.warning("Point density texture loading currently not supported!"); in getTexture() 192 LOGGER.warning("Voxel data texture loading currently not supported!"); in getTexture() 196 …LOGGER.log(Level.WARNING, "Unsupported texture type: {0} for texture: {1}", new Object[]{type, tex… in getTexture() 390 LOGGER.log(Level.FINE, "Fetching texture with OMA = {0}", image.getOldMemoryAddress()); in getTextureFromImage() 396 LOGGER.log(Level.INFO, "Reading texture from file: {0}", texturePath); in getTextureFromImage() 399 LOGGER.info("Packed texture. Reading directly from the blend file!"); in getTextureFromImage() 415 if(LOGGER.isLoggable(Level.FINE)) { in getTextureFromImage() 416 …LOGGER.log(Level.FINE, "Adding texture {0} to the loaded features with OMA = {1}", new Object[] {t… in getTextureFromImage() 471 LOGGER.fine(e.getLocalizedMessage()); in loadTextureFromFile()
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | ExampleNumbersTest.java | 39 private static final Logger LOGGER = Logger.getLogger(ExampleNumbersTest.class.getName()); field in ExampleNumbersTest 74 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in checkNumbersValidAndCorrectType() 80 LOGGER.log(Level.SEVERE, "Wrong type for " + in checkNumbersValidAndCorrectType() 83 LOGGER.log(Level.WARNING, "Expected types: "); in checkNumbersValidAndCorrectType() 85 LOGGER.log(Level.WARNING, type.toString()); in checkNumbersValidAndCorrectType() 168 LOGGER.log(Level.SEVERE, e.toString()); in testCanBeInternationallyDialled() 172 LOGGER.log(Level.SEVERE, "Number " + exampleNumber.toString() in testCanBeInternationallyDialled() 190 LOGGER.log(Level.SEVERE, "Emergency example number test failed for " + regionCode); in testEmergency() 204 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in testGlobalNetworkNumbers()
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
D | policies.py | 16 LOGGER = logging.getLogger('dmprof') variable 78 LOGGER.info(' %s' % dump.path) 81 LOGGER.info(' shared with...') 99 LOGGER.info(' %s (time difference = %f)' % 103 LOGGER.info(' (no match with pid:%d)' % pid) 116 LOGGER.warn('%25s: %12d != %d (%d)' % ( 133 LOGGER.warn(' Assuming tc-unused=0 as it is negative: %d (bytes)' % 275 LOGGER.error('Unrecognized mapping status: %s' % value[0]) 301 LOGGER.info('Applying a policy %s to...' % label) 343 LOGGER.info('Applying a policy %s to...' % label) [all …]
|
D | upload.py | 15 LOGGER = logging.getLogger('dmprof') variable 74 LOGGER.info("Running: %s", command) 79 LOGGER.error('Error to run gsutil: %s', e)
|
D | cat.py | 15 LOGGER = logging.getLogger('dmprof') variable 48 LOGGER.error('Inconsistent heap profile dumps.') 75 LOGGER.info('Sorting a dump %s...' % dump.path) 124 LOGGER.info(' Sorting with %s:%s.' % (sorter.world, sorter.name)) 176 LOGGER.error('Unrecognized mapping status: %s' % region[0])
|
/external/chromium_org/tools/deep_memory_profiler/ |
D | dmprof.py | 17 LOGGER = logging.getLogger('dmprof') variable 64 LOGGER.setLevel(logging.DEBUG) 69 LOGGER.addHandler(handler)
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/ |
D | ParticlesHelper.java | 21 private static final Logger LOGGER = Logger.getLogger(ParticlesHelper.class.getName()); field in ParticlesHelper 119 …LOGGER.warning("Neither object nor group particles supported yet! Using point representation inste… in toParticleEmitter() 123 …LOGGER.warning("Lines not yet supported! Using point representation instead!");//TODO: support lin… in toParticleEmitter() 145 …LOGGER.warning("Default shape used! Unknown emitter shape value ('from' parameter: " + from + ')'); in toParticleEmitter() 182 … LOGGER.warning("Boids and Keyed particles physic not yet supported! Empty influencer used!"); in toParticleEmitter()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
D | MetadataManager.java | 44 private static final Logger LOGGER = Logger.getLogger(MetadataManager.class.getName()); field in MetadataManager 62 LOGGER.log(Level.WARNING, e.toString()); in close() 79 LOGGER.log(Level.WARNING, e.toString()); in loadMetadataFromFile()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/ |
D | BlenderModelLoader.java | 51 private static final Logger LOGGER = Logger.getLogger(BlenderModelLoader.class.getName()); field in BlenderModelLoader 65 …LOGGER.log(Level.INFO, "{0}: {1}--> {2}", new Object[]{((Node) object).getName(), ((Node) object).… in load() 77 LOGGER.log(Level.SEVERE, e.getMessage(), e); in load()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/cameras/ |
D | CameraHelper.java | 18 private static final Logger LOGGER = Logger.getLogger(CameraHelper.class.getName()); field in CameraHelper 66 … LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type); in toCamera250() 97 … LOGGER.log(Level.WARNING, "Unknown camera type: {0}. Perspective camera is being used!", type); in toCamera249()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/lights/ |
D | LightHelper.java | 55 private static final Logger LOGGER = Logger.getLogger(LightHelper.class.getName()); field in LightHelper 82 LOGGER.log(Level.WARNING, "'Sun' lamp is not supported in jMonkeyEngine."); in toLight() 99 LOGGER.log(Level.WARNING, "'Hemi' lamp is not supported in jMonkeyEngine."); in toLight()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/ |
D | ConstraintChildOf.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintChildOf.class.getName()); field in ConstraintChildOf 40 LOGGER.log(Level.WARNING, "ChildOf constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintTransform.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName()); field in ConstraintTransform 40 LOGGER.log(Level.WARNING, "'Transform' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintFollowPath.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintFollowPath.class.getName()); field in ConstraintFollowPath 40 LOGGER.log(Level.INFO, "'Follow path' not implemented! Curves not yet implemented!"); in bakeConstraint()
|
D | ConstraintRigidBodyJoint.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintRigidBodyJoint.class.getName()); field in ConstraintRigidBodyJoint 40 LOGGER.log(Level.WARNING, "'Rigid body joint' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintMinMax.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintMinMax.class.getName()); field in ConstraintMinMax 40 LOGGER.log(Level.WARNING, "'Min max' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintStretchTo.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintStretchTo.class.getName()); field in ConstraintStretchTo 40 LOGGER.log(Level.WARNING, "'Stretch to' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintClampTo.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintClampTo.class.getName()); field in ConstraintClampTo 41 LOGGER.log(Level.INFO, "'Clamp to' not yet implemented! Curves not yet implemented!", name); in bakeConstraint()
|
D | ConstraintPython.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintPython.class.getName()); field in ConstraintPython 40 LOGGER.log(Level.WARNING, "'Python' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintAction.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintAction.class.getName()); field in ConstraintAction 40 LOGGER.log(Level.WARNING, "'Action' constraint NOT implemented!"); in bakeConstraint()
|
D | ConstraintLockTrack.java | 15 private static final Logger LOGGER = Logger.getLogger(ConstraintLockTrack.class.getName()); field in ConstraintLockTrack 41 LOGGER.log(Level.WARNING, "'Lock track' constraint NOT implemented!"); in bakeConstraint()
|