/external/chromium_org/chrome_frame/crash_reporting/ |
minidump_test.cc | 14 #include "base/logging.h" 437 logging::LoggingSettings settings; 438 settings.logging_dest = logging::LOG_TO_ALL; 440 settings.lock_log = logging::DONT_LOCK_LOG_FILE; 441 logging::InitLogging(settings);
|
/external/chromium_org/remoting/client/plugin/ |
chromoting_instance.h | 150 // Note that no logging will be processed unless a ChromotingInstance has been 151 // registered for logging (see RegisterLoggingInstance). 159 // to it. If this instance is not the currently registered logging instance, 165 // base/logging.h. 266 // Weak reference to this instance, used for global logging and task posting.
|
/external/chromium_org/sync/notifier/ |
sync_system_resources.cc | 12 #include "base/logging.h" 29 logging::LogSeverity log_severity = -2; // VLOG(2) 41 log_severity = logging::LOG_WARNING; 45 log_severity = logging::LOG_ERROR; 54 logging::LogMessage(file, line, log_severity).stream() << result;
|
/external/chromium_org/tools/telemetry/docs/ |
telemetry.core.chrome.android_browser_finder.html | 28 <a href="logging.html">logging</a><br> 89 <td width="100%"><dl><dt><a name="-FindAllAvailableBrowsers"><strong>FindAllAvailableBrowsers</strong></a>(options, logging<font color="#909090">=<module 'logging' from '/System/Library/Framewor...Versions/2.7/lib/python2.7/logging/__init__.pyc'></font>)</dt><dd><tt>Finds all the desktop browsers available on this machine.</tt></dd></dl>
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
inspector_backend.py | 5 import logging namespace 227 logging.debug('got [%s]', data) 248 logging.debug('Unhandled inspector message: %s', res) 256 logging.debug('sent [%s]', data) 294 logging.debug('Dropped reply: %s', json.dumps(res))
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/ |
android_platform_backend.py | 5 import logging namespace 50 logging.warning('CPU governor will not be set!') 102 logging.warning('CPU stats cannot be retrieved on non-rooted device.') 108 logging.warning('CPU timestamp cannot be retrieved on non-rooted device.') 259 logging.warning('%s cannot be retrieved on non-rooted device.' % fname)
|
/external/dnsmasq/src/ |
log.c | 23 /* Implement logging to /dev/log asynchronously. If syslogd is 30 /* The "wire" protocol for logging is defined in RFC 3164 */ 118 /* Solaris logging is "different", /dev/log is not unix-domain socket. 248 when logging to a file, for instance. */ 357 /* almost always, logging won't block, so try and write this now,
|
/external/javassist/src/main/javassist/tools/web/ |
Webserver.java | 141 public void logging(String msg) { method in class:Webserver 148 public void logging(String msg1, String msg2) { method in class:Webserver 157 public void logging(String msg1, String msg2, String msg3) { method in class:Webserver 184 logging(e.toString()); 191 logging(clnt.getInetAddress().getHostName(),
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/ |
VendorPolicyLoader.java | 79 LogUtils.d(Logging.LOG_TAG, String.format("Using policy: package=%s name=%s", 121 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e); 124 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader: " + e); 151 LogUtils.w(Logging.LOG_TAG, "VendorPolicyLoader", e); 253 * and add logging. Other exceptions may escape here (such as null pointers) to fail fast.
|
/packages/apps/Email/src/com/android/email/provider/ |
AttachmentProvider.java | 32 import com.android.emailcommon.Logging; 208 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + 212 LogUtils.d(Logging.LOG_TAG, "openFile/thumbnail failed with " + 323 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + oome.getMessage()); 326 LogUtils.d(Logging.LOG_TAG, "createImageThumbnail failed with " + e.getMessage());
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 98 import logging namespace 99 logger = logging.getLogger("test_urllib2net") 100 logger.addHandler(logging.StreamHandler()) 203 import logging namespace 204 debug = logging.getLogger("test_urllib2").debug
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2net.py | 98 import logging namespace 99 logger = logging.getLogger("test_urllib2net") 100 logger.addHandler(logging.StreamHandler()) 203 import logging namespace 204 debug = logging.getLogger("test_urllib2").debug
|
/external/chromium/chrome/common/extensions/docs/server/ |
chromeextensionsdocs.py | 7 import logging namespace 65 logging.info("Cache miss: " + path) 72 logging.info("Path: " + self.request.path) 73 logging.info("Url: " + url) 77 logging.error("urlfetch failed: " + url) 80 logging.error("urlfetch failed: " + url) 84 logging.error("Memcache set failed.") 86 logging.error("Memcache set failed.") 171 logging.error("urlfetch failed.") 176 logging.error("Version number not found: " + result.content [all...] |
/external/smack/src/org/jivesoftware/smack/ |
ConnectionConfiguration.java | 554 * Returns true if the client is going to use SASL authentication when logging into the 558 * @return true if the client is going to use SASL authentication when logging into the 566 * Sets whether the client will use SASL authentication when logging into the 571 * logging into the server. 632 * @param sendPresence true if an initial available presence will be sent while logging in. 639 * Returns true if the roster will be loaded from the server when logging in. This 643 * @return true if the roster will be loaded from the server when logging in. 650 * Sets if the roster will be loaded from the server when logging in. This 654 * @param rosterLoadedAtLogin if the roster will be loaded from the server when logging in. 763 * Returns true if an available presence should be sent when logging in while reconnecting [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
Pop3Store.java | 25 import com.android.emailcommon.Logging; 218 LogUtils.d(Logging.LOG_TAG, "TLS not supported but required"); 229 LogUtils.d(Logging.LOG_TAG, me.toString()); 236 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 260 LogUtils.d(Logging.LOG_TAG, statException.toString()); 331 LogUtils.d(Logging.LOG_TAG, "Unable to index during getMessage " + ioe); 359 LogUtils.d(Logging.LOG_TAG, ioe.toString()); 577 LogUtils.w(Logging.LOG_TAG, "Can't read message " + messageId); 589 LogUtils.e(Logging.LOG_TAG, "No body length supplied"); 674 LogUtils.d(Logging.LOG_TAG, ioe.toString()) [all...] |
/external/chromium_org/build/android/ |
adb_profile_chrome.py | 9 import logging namespace 106 re.compile(r'Logging performance trace to file: (.*)') 122 # 1. "Logging performance trace to file [...]" 399 parser.add_option('-v', '--verbose', help='Verbose logging.', 406 logging.getLogger().setLevel(logging.DEBUG) 422 logging.warning('Using the "webview" category in systrace together with '
|
/external/chromium_org/chrome/installer/util/ |
installation_validator_unittest.cc | 9 #include "base/logging.h" 355 static logging::LogMessageHandlerFunction old_log_message_handler_; 361 logging::LogMessageHandlerFunction 384 old_log_message_handler_ = logging::GetLogMessageHandler(); 385 logging::SetLogMessageHandler(&HandleLogMessage); 403 logging::SetLogMessageHandler(old_log_message_handler_); 417 if (severity == logging::LOG_ERROR && !str.empty()) {
|
util_constants.cc | 47 // Disable logging 48 const char kDisableLogging[] = "disable-logging"; 63 // Enable logging at the error level. This is the default behavior. 64 const char kEnableLogging[] = "enable-logging"; 88 // If present, specify file path to write logging info. 166 // Enable verbose logging (info level). 167 const char kVerboseLogging[] = "verbose-logging";
|
/external/chromium_org/chrome/test/functional/gtalk/ |
test_basic.py | 12 import logging namespace 280 logging.info('Calling RunBasicFunctionalityTest on %s. Try #%s/%s' 284 logging.info('RunBasicFunctionalityTest on %s succeeded. Tries: %s' 288 logging.info("\n*** ERROR in RunBasicFunctionalityTest ***") 291 logging.info("\n") 294 logging.info('Closing all moles.') 297 logging.info('Retrying...')
|
/prebuilts/tools/common/netbeans-visual/ |
org-openide-util.jar | |
/external/chromium_org/chrome/test/pyautolib/ |
policy_base.py | 37 import logging namespace 155 logging.debug('DISABLE_BROWSER_RESTART_MAGIC_FILE found. ' 161 logging.debug('Starting session manager again') 261 logging.debug('Stopping session manager') 300 logging.debug('TestServer input path: %s' % self._temp_data_dir) 326 logging.debug('Stopping session manager') 394 """Convenience method for logging in with one of the test accounts.""" 484 logging.debug(r'Removing %s' % reg_base) 505 logging.debug('Removing directory %s' % policies_location_base) 538 logging.debug('Removing directory %s' % policies_location [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
checker_unittest.py | 36 import logging namespace 83 # webkit so as not to conflict with test-webkitpy logging. 84 logger = logging.getLogger("unittest") 88 # propagated to loggers used by test-webkitpy logging (e.g. 98 """Reset logging to its original state. 100 This method ensures that the logging configuration set up 101 for a unit test does not affect logging in other unit tests. 124 # We test the boundary case of a logging level equal to 29. 126 # which corresponds to a logging level of 20. 127 level = logging.WARNING - 1 # Equals 29 [all...] |
/external/chromium_org/media/cast/test/ |
end2end_unittest.cc | 915 LoggingImpl* logging = cast_environment_->Logging(); local 1009 LoggingImpl* logging = cast_environment_->Logging(); local [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
update_nacl_manifest.py | 19 import logging namespace 20 import logging.handlers namespace 46 logger = logging.getLogger(__name__) 290 class GsutilLoggingHandler(logging.handlers.BufferingHandler): 292 logging.handlers.BufferingHandler.__init__(self, capacity=0) 312 logging.handlers.BufferingHandler.flush(self) 541 if logger.isEnabledFor(logging.INFO): [all...] |
/external/chromium_org/build/android/pylib/instrumentation/ |
test_runner.py | 7 import logging namespace 99 logging.warning('Already copied test files to device %s, skipping.', 139 logging.info('Taking screenshot named %s', screenshot_name) 146 logging.warning('Unable to enable java asserts for %s, non rooted device', 270 logging.info('Saving Perf UI JSON from test ' + 325 logging.info('Ran the test with timeout of %ds.' % timeout)
|