Searched refs:LOGGER (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsymbol.py23 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
[all...]
H A Dpageframe.py11 LOGGER = logging.getLogger('dmprof') variable
106 LOGGER.info('%s%s' % (log_header, path))
146 LOGGER.error('Broken page frame number: %s.' % encoded_pfn)
H A Dsubcommand.py17 LOGGER = logging.getLogger('dmprof') variable
44 LOGGER.info('Assuming %s on device as %s on host' % (device, host))
H A Dbucket.py11 LOGGER = logging.getLogger('dmprof') variable
126 LOGGER.info('Loading bucket files.')
138 LOGGER.info(' %s' % path)
H A Dsorter.py14 LOGGER = logging.getLogger('dmprof') variable
156 LOGGER.error('The unit id=%s already exists.' % str(unit.unit_id))
341 LOGGER.error('Unknown sorter world type')
363 LOGGER.error('Unknown sorter world type')
448 LOGGER.info('Loading sorters.')
450 LOGGER.info(' Loading a sorter "%s".' % filename)
H A Dpolicy.py11 LOGGER = logging.getLogger('dmprof') variable
401 LOGGER.info('Loading policy files.')
404 LOGGER.info(' %s: %s' % (label, directory[label]['file']))
H A Ddump.py20 LOGGER = logging.getLogger('dmprof') variable
168 LOGGER.info('%s%s ...ignored an empty dump.' % (log_header, self._path))
170 LOGGER.error('%s%s ...error %s' % (log_header, self._path, e))
173 LOGGER.info('%s%s (version:%s)' % (log_header, self._path, self._version))
/external/chromium_org/tools/find_runtime_symbols/
H A Dprepare_symbol_info.py26 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
[all...]
/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)
H A Daccumulate.py26 LOGGER = logging.getLogger('dmprof-accumulate') variable
218 LOGGER.error('A template \'%s\' is not found.' % template_label)
249 LOGGER.setLevel(logging.DEBUG)
254 LOGGER.addHandler(handler)
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DExampleNumbersTest.java37 private static final Logger LOGGER = Logger.getLogger(ExampleNumbersTest.class.getName()); field in class:ExampleNumbersTest
57 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString());
63 LOGGER.log(Level.SEVERE, "Wrong type for " +
66 LOGGER.log(Level.WARNING, "Expected types: ");
68 LOGGER.log(Level.WARNING, type.toString());
151 LOGGER.log(Level.SEVERE, e.toString());
155 LOGGER.log(Level.SEVERE, "Number " + exampleNumber.toString()
169 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString());
190 LOGGER.log(Level.SEVERE, "Failed validation for string " + invalidStringCase);
195 LOGGER
[all...]
/external/chromium_org/tools/deep_memory_profiler/subcommands/
H A Dupload.py15 LOGGER = logging.getLogger('dmprof') variable
74 LOGGER.info("Running: %s", command)
79 LOGGER.error('Error to run gsutil: %s', e)
H A Dbuckets.py11 LOGGER = logging.getLogger('dmprof') variable
H A Dpolicies.py16 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)
346 LOGGER
[all...]
H A Dcat.py15 LOGGER = logging.getLogger('dmprof') variable
70 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])
H A Dexpand.py13 LOGGER = logging.getLogger('dmprof') variable
74 LOGGER.info('total: %d\n' % total)
H A Dmap.py14 LOGGER = logging.getLogger('dmprof') variable
H A Dpprof.py13 LOGGER = logging.getLogger('dmprof') variable
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DMetadataManager.java45 private static final Logger LOGGER = Logger.getLogger(MetadataManager.class.getName()); field in class:MetadataManager
69 LOGGER.log(Level.WARNING, e.toString());
86 LOGGER.log(Level.WARNING, e.toString());
116 LOGGER.log(Level.WARNING, e.toString());
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/
H A DPrefixFileReader.java35 private static final Logger LOGGER = Logger.getLogger(PrefixFileReader.class.getName()); field in class:PrefixFileReader
59 LOGGER.log(Level.WARNING, e.toString());
87 LOGGER.log(Level.WARNING, e.toString());
98 LOGGER.log(Level.WARNING, e.toString());
H A DPhonePrefixMap.java40 private static final Logger LOGGER = Logger.getLogger(PhonePrefixMap.class.getName()); field in class:PhonePrefixMap
99 LOGGER.severe(e.getMessage());
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/
H A DMappingFileProviderTest.java41 private static final Logger LOGGER = Logger.getLogger(MappingFileProviderTest.class.getName()); field in class:MappingFileProviderTest
71 LOGGER.log(Level.SEVERE, e.getMessage());
/external/smack/asmack-master/lib/
H A Djstun.jarMETA-INF/ META-INF/MANIFEST.MF de/ de/javawi/ de/javawi/jstun/ de/javawi/jstun/attribute/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 323 milliseconds

12