/external/chromium_org/tools/find_runtime_symbols/ |
D | prepare_symbol_info.py | 27 LOGGER = logging.getLogger('prepare_symbol_info') variable 46 if LOGGER.getEffectiveLevel() <= logging.DEBUG: 49 LOGGER.debug(line.rstrip()) 113 LOGGER.info('Data for profiling will be collected in "%s".' % output_dir_path) 116 LOGGER.warn('Using an empty existing directory "%s".' % output_dir_path) 118 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path) 120 LOGGER.warn('Using the existing directory "%s".' % output_dir_path) 126 LOGGER.warn('Using a temporary directory "%s".' % output_dir_path) 128 LOGGER.warn('The directory "%s" is not available.' % output_dir_path) 131 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 …]
|
D | pageframe.py | 11 LOGGER = logging.getLogger('dmprof') variable 106 LOGGER.info('%s%s' % (log_header, path)) 146 LOGGER.error('Broken page frame number: %s.' % encoded_pfn)
|
D | bucket.py | 11 LOGGER = logging.getLogger('dmprof') variable 123 LOGGER.info('Loading bucket files.') 135 LOGGER.info(' %s' % path)
|
D | sorter.py | 14 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)
|
D | subcommand.py | 17 LOGGER = logging.getLogger('dmprof') variable 43 LOGGER.info('Assuming %s on device as %s on host' % (device, host))
|
D | policy.py | 11 LOGGER = logging.getLogger('dmprof') variable 401 LOGGER.info('Loading policy files.') 404 LOGGER.info(' %s: %s' % (label, directory[label]['file']))
|
D | deep_dump.py | 20 LOGGER = logging.getLogger('dmprof') variable 171 LOGGER.info('%s%s ...ignored an empty dump.' % (log_header, self._path)) 173 LOGGER.error('%s%s ...error %s' % (log_header, self._path, e)) 176 LOGGER.info('%s%s (version:%s)' % (log_header, self._path, self._version))
|
D | dump.py | 9 LOGGER = logging.getLogger('dmprof') variable
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
D | ExampleNumbersTest.java | 37 private static final Logger LOGGER = Logger.getLogger(ExampleNumbersTest.class.getName()); field in ExampleNumbersTest 57 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in checkNumbersValidAndCorrectType() 63 LOGGER.log(Level.SEVERE, "Wrong type for " + in checkNumbersValidAndCorrectType() 66 LOGGER.log(Level.WARNING, "Expected types: "); in checkNumbersValidAndCorrectType() 68 LOGGER.log(Level.WARNING, type.toString()); in checkNumbersValidAndCorrectType() 151 LOGGER.log(Level.SEVERE, e.toString()); in testCanBeInternationallyDialled() 155 LOGGER.log(Level.SEVERE, "Number " + exampleNumber.toString() in testCanBeInternationallyDialled() 169 LOGGER.log(Level.SEVERE, "Failed validation for " + exampleNumber.toString()); in testGlobalNetworkNumbers() 190 LOGGER.log(Level.SEVERE, "Failed validation for string " + invalidStringCase); in testShortNumbersValidAndCorrectCost() 195 LOGGER.log(Level.SEVERE, "Failed validation for " + phoneNumber.toString()); in testShortNumbersValidAndCorrectCost() [all …]
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
D | policies.py | 15 LOGGER = logging.getLogger('dmprof') variable 77 LOGGER.info(' %s' % dump.path) 80 LOGGER.info(' shared with...') 98 LOGGER.info(' %s (time difference = %f)' % 102 LOGGER.info(' (no match with pid:%d)' % pid) 115 LOGGER.warn('%25s: %12d != %d (%d)' % ( 132 LOGGER.warn(' Assuming tc-unused=0 as it is negative: %d (bytes)' % 273 LOGGER.error('Unrecognized mapping status: %s' % value[0]) 299 LOGGER.info('Applying a policy %s to...' % label) 344 LOGGER.info('Applying a policy %s to...' % label) [all …]
|
D | cat.py | 14 LOGGER = logging.getLogger('dmprof') variable 69 LOGGER.error('Inconsistent heap profile dumps.') 74 LOGGER.info('Sorting a dump %s...' % dump.path) 123 LOGGER.info(' Sorting with %s:%s.' % (sorter.world, sorter.name)) 175 LOGGER.error('Unrecognized mapping status: %s' % region[0])
|
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 | expand.py | 12 LOGGER = logging.getLogger('dmprof') variable 73 LOGGER.info('total: %d\n' % total)
|
D | buckets.py | 11 LOGGER = logging.getLogger('dmprof') variable
|
D | map.py | 14 LOGGER = logging.getLogger('dmprof') variable
|
/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)
|
D | accumulate.py | 26 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/src/com/android/i18n/phonenumbers/ |
D | MetadataManager.java | 45 private static final Logger LOGGER = Logger.getLogger(MetadataManager.class.getName()); field in MetadataManager 69 LOGGER.log(Level.WARNING, e.toString()); in close() 86 LOGGER.log(Level.WARNING, e.toString()); in loadAlternateFormatsMetadataFromFile() 116 LOGGER.log(Level.WARNING, e.toString()); in loadShortNumberMetadataFromFile()
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/prefixmapper/ |
D | PrefixFileReader.java | 35 private static final Logger LOGGER = Logger.getLogger(PrefixFileReader.class.getName()); field in PrefixFileReader 59 LOGGER.log(Level.WARNING, e.toString()); in loadMappingFileProvider() 87 LOGGER.log(Level.WARNING, e.toString()); in loadPhonePrefixMapFromFile() 98 LOGGER.log(Level.WARNING, e.toString()); in close()
|
D | PhonePrefixMap.java | 40 private static final Logger LOGGER = Logger.getLogger(PhonePrefixMap.class.getName()); field in PhonePrefixMap 99 LOGGER.severe(e.getMessage()); in getSmallerMapStorage()
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ |
D | alerts.py | 14 LOGGER = logging.getLogger(__name__) variable 62 LOGGER.warn(warning)
|
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/prefixmapper/ |
D | MappingFileProviderTest.java | 41 private static final Logger LOGGER = Logger.getLogger(MappingFileProviderTest.class.getName()); field in MappingFileProviderTest 71 LOGGER.log(Level.SEVERE, e.getMessage()); in testReadWriteExternal()
|
/external/chromium_org/chrome/installer/linux/common/ |
D | apt.include | 181 LOGGER=$(which logger 2> /dev/null) 182 if [ "$LOGGER" ]; then 183 "$LOGGER" -t "$0" "Reverted repository modification: $REPOLINE."
|
/external/smack/asmack-master/jingle/ |
D | 60-remove-jingle_mediaimpl.patch | 220 - private static final SmackLogger LOGGER = SmackLogger.getLogger(JMFInit.class); 458 - LOGGER.debug(mesg); 721 - private static final SmackLogger LOGGER = SmackLogger.getLogger(ScreenShareSession.class); 776 - LOGGER.debug("Receiving on:" + receiver.getLocalPort()); 902 - private static final SmackLogger LOGGER = SmackLogger.getLogger(ImageTransmitter.class); 966 - LOGGER.debug("KEYFRAME:" + keyframe); 996 - LOGGER.error("Bytes out > 1000. Equals " + bytesOu… 1028 - LOGGER.debug("Loop Time:" + trace); 2002 - private static final SmackLogger LOGGER = SmackLogger.getLogger(OctTreeQuantizer.class); 2032 - LOGGER.debug(indentStr + index + ": count=" + count); [all …]
|