/external/chromium_org/build/android/pylib/ |
cmd_helper.py | 7 import logging namespace 42 logging.info(str(args) + ' ' + (cwd or '')) 90 logging.info(s) 98 logging.critical(stderr) 103 logging.debug('Truncated output:') 104 logging.debug(stdout[:4096])
|
/external/chromium_org/chrome/test/chromedriver/ |
logging_unittest.cc | 10 #include "chrome/test/chromedriver/logging.h" 21 TEST(Logging, NameLevelConversionHappy) { 31 TEST(Logging, NameToLevelErrors) { 99 TEST(Logging, CreatePerformanceLog) { 114 TEST(Logging, IgnoreUnknownLogType) { 127 TEST(Logging, DefaultLogs) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/ |
metered_stream_unittest.py | 29 import logging namespace 47 self.logger = logging.getLogger(__name__) 48 self.logger.setLevel(logging.DEBUG) 68 handler = logging.StreamHandler(logging_stream) 69 root_logger = logging.getLogger() 72 root_logger.setLevel(logging.DEBUG)
|
/external/chromium_org/tools/find_runtime_symbols/ |
find_runtime_symbols.py | 12 import logging namespace 184 log = logging.getLogger('find_runtime_symbols') 185 log.setLevel(logging.WARN) 186 handler = logging.StreamHandler() 187 handler.setLevel(logging.WARN) 188 formatter = logging.Formatter('%(message)s')
|
/external/libvpx/libvpx/vpx_mem/include/ |
vpx_mem_tracker.h | 120 type - value representing the logging type to use 123 Sets the logging type for the memory tracker. 130 -1: if the logging type could not be set, because the value was invalid 138 logfunc - the logging function to be used to output data from 140 Sets a logging function to be used by the memory tracker. 143 -1: if the logging type could not be set because logfunc was NULL
|
/external/srec/config/en.us/ |
baseline11k.par | 31 # logging 34 # 0 no logging 35 # BIT 0 -> BASIC logging 36 # BIT 1 -> AUDIO waveform logging 37 # BIT 2 -> ADD WORD logging 38 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
|
baseline8k.par | 31 # logging 35 # 0 no logging 36 # BIT 0 -> BASIC logging 37 # BIT 1 -> AUDIO waveform logging 38 # BIT 2 -> ADD WORD logging 39 # e.g. value is 3 = BASIC+AUDIO logging, no ADDWORD
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
MailLogService.java | 44 * To add logging to this service, call {@link #log(String, String, Object...)} with a tag name, 46 * resulting buffer any information of interest at logging time. This is kept in a ring buffer, 55 /** The tag which needs to be turned to DEBUG to get logging going. */ 141 * Return true if the logging level is high enough for this service to function. 172 // Write out a sub-header: Logging for tag "MyModuleName" 173 writer.append("Logging for tag: \"");
|
/external/chromium_org/tools/metrics/histograms/ |
extract_histograms.py | 58 import logging namespace 138 logging.error('ordering needs to be prefix or suffix, value is %s' % 152 logging.error( 172 logging.error('Unknown enum type %s' % enum.getAttribute('type')) 178 logging.error('Enums %s and %s are not in alphabetical order' 184 logging.error('Duplicate enum %s' % name) 197 logging.error('Enum %s int values %d and %d are not in numerical order' 202 logging.error('Duplicate enum value %d for enum %s' % (int_value, name)) 228 logging.error('Histograms %s and %s are not in alphabetical order' 233 logging.error('Duplicate histogram definition %s' % name [all...] |
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 33 import logging namespace 143 #logging.info('==========================EXCEPTION: NO LANG COOKIE FOUND, USING [%s]', langName) 144 logging.info('==========================REQ INIT name [%s] langName [%s] resetLangCookie [%s]', reqUri, langName, resetLangCookie) 155 logging.info(' Content URI is [%s]...', contentUri) 162 # logging.info(' Handling a MISMATCHED intl request') 167 #logging.info('INTL PREP resetting langName to urlLangName [%s]', langName) 169 # logging.info('INTL PREP no need to reset langName') 192 # logging.info(' Request being handled as clean: [%s]', name) 205 # logging.info(' Handling an invalid intl request...') 243 logging.info('Redirect cache miss. Computing new redirect data.\n [all...] |
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicAndroidKeyStore/BasicAndroidKeyStoreSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicContactables/BasicContactablesSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicGestureDetect/BasicGestureDetectSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicImmersiveMode/BasicImmersiveModeSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicMediaRouter/BasicMediaRouterSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicNetworking/BasicNetworkingSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/BorderlessButtons/BorderlessButtonsSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/CardEmulation/CardEmulationSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |
/developers/build/prebuilts/gradle/CardReader/CardReaderSample/src/main/java/com/example/android/common/logger/ |
Log.java | 27 // Grabbing the native values from Android's native logging facilities, 61 * @param tr If an exception was thrown, this can be sent along for the logging facilities 87 * @param tr If an exception was thrown, this can be sent along for the logging facilities 110 * @param tr If an exception was thrown, this can be sent along for the logging facilities 132 * @param tr If an exception was thrown, this can be sent along for the logging facilities 154 * @param tr If an exception was thrown, this can be sent along for the logging facilities 175 * @param tr If an exception was thrown, this can be sent along for the logging facilities 187 * @param tr If an exception was thrown, this can be sent along for the logging facilities 209 * @param tr If an exception was thrown, this can be sent along for the logging facilities 230 * @param tr If an exception was thrown, this can be sent along for the logging facilitie [all...] |