| /external/chromium_org/tools/perf/measurements/ |
| chrome_proxy.py | 6 import logging namespace 89 logging.warning('Navigation timeout on page %s',
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| FeatureSpecificTestSuiteBuilder.java | 20 import static java.util.logging.Level.FINER; 42 import java.util.logging.Logger;
|
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSQuestion.java | 9 import java.util.logging.Level; 10 import java.util.logging.Logger;
|
| HostInfo.java | 17 import java.util.logging.Level; 18 import java.util.logging.Logger;
|
| /external/libphonenumber/java/test/com/android/i18n/phonenumbers/ |
| ExampleNumbersTest.java | 29 import java.util.logging.Level; 30 import java.util.logging.Logger;
|
| /external/nanohttpd/ |
| README.md | 11 * No fixed config files, logging, authorization etc. (Implement by yourself if you need them.)
|
| /external/sonivox/jet_tools/JetCreator/ |
| eas.py | 5 import logging
namespace 138 eas_logger = logging.getLogger('EAS')
206 # map EAS severity levels to the Python logging module
207 severity_mapping = (logging.CRITICAL, logging.CRITICAL, logging.ERROR, logging.WARNING, logging.INFO, logging.DEBUG)
572 # setup the logging function [all...] |
| JetUtils.py | 29 import logging
namespace 536 logging.debug(segment.filename)
544 logging.debug(test_jet_file.config.filename)
575 __orig_getLogger = logging.getLogger
576 setattr(logging, 'getLogger', release_getLogger)
582 setattr(logging, 'getLogger', __orig_getLogger)
|
| /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/sisu-equinox-embedder/0.20.0/ |
| sisu-equinox-embedder-0.20.0.jar | |
| /prebuilts/tools/common/m2/repository/org/eclipse/tycho/sisu-equinox-embedder/0.18.1/ |
| sisu-equinox-embedder-0.18.1.jar | |
| /external/ceres-solver/ |
| Android.mk | 68 # Changing the logging library 111 # Set the logging max level to 1. 232 LOCAL_SRC_FILES += $(CERES_SRC_PATH)/miniglog/glog/logging.cc
|
| /external/chromium_org/chrome/browser/resources/hotword_helper/ |
| manager.js | 43 // Audio logging is opted in. 45 // Audio logging is opted out. 115 // Information regarding the audio logging preference was sent.
|
| /external/chromium_org/v8/test/cctest/ |
| log-eq-of-logging-and-traversal.js | 92 if (line === "test-logging-done,\"\"") { 146 // expecting more functions in traversal vs. logging. 147 // Since we don't track code deletions, logging can also report more entries
|
| /external/iputils/ |
| rdisc.c | 212 static int logging = 0; variable 214 #define logerr(fmt...) ({ if (logging) syslog(LOG_ERR, fmt); \ 216 #define logtrace(fmt...) ({ if (logging) syslog(LOG_INFO, fmt); \ 218 #define logdebug(fmt...) ({ if (logging) syslog(LOG_DEBUG, fmt); \ [all...] |
| /external/chromium_org/third_party/tcmalloc/vendor/ |
| Makefile.am | 176 LOGGING_INCLUDES = src/base/logging.h \ 182 liblogging_la_SOURCES = src/base/logging.cc \ 187 src/base/logging.h \ 253 ## src/base/logging.h 619 src/base/logging.h \ 630 src/base/logging.h \ 674 src/base/logging.h \ 685 src/base/logging.h \ 695 src/base/logging.h [all...] |
| /external/chromium_org/tools/telemetry/third_party/pyserial/serial/ |
| rfc2217.py | 68 import logging namespace 77 'debug': logging.DEBUG, 78 'info': logging.INFO, 79 'warning': logging.WARNING, 80 'error': logging.ERROR, 540 if option == 'logging': 541 logging.basicConfig() # XXX is that good to call it here? 542 self.logger = logging.getLogger('pySerial.rfc2217') 544 self.logger.debug('enabled logging') [all...] |
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
| android.py | 30 import logging namespace 51 _log = logging.getLogger(__name__) 482 def check_wdiff(self, logging=True): 483 return self._host_port.check_wdiff(logging) 593 if self._check_file_exists(font_path, '', logging=False): 670 def _android_server_process_constructor(port, server_name, cmd_line, env=None, logging=False): 672 universal_newlines=True, treat_no_data_as_crash=True, logging=logging) [all...] |
| driver.py | 31 import logging namespace 42 _log = logging.getLogger(__name__) 290 self._server_process = self._port._server_process_constructor(self._port, server_name, cmd_line, environment, logging=self._port.get_option("driver_logging"))
|
| /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/ |
| echo_client.py | 66 import logging namespace [all...] |
| /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/ |
| local_sync_delegate.cc | 83 util::Log(logging::LOG_VERBOSE, FROM_HERE, 535 util::Log(logging::LOG_VERBOSE, FROM_HERE, 552 util::Log(logging::LOG_VERBOSE, FROM_HERE,
|
| drive_file_sync_service.cc | 279 util::Log(logging::LOG_VERBOSE, FROM_HERE, "OnAuthenticated"); 290 util::Log(logging::LOG_VERBOSE, FROM_HERE, "OnNetworkConnected"); 456 util::Log(logging::LOG_VERBOSE, FROM_HERE, 673 util::Log(logging::LOG_VERBOSE, FROM_HERE, [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/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| tracer.c | 193 static int logging = 0; variable 194 /* Set these constants to be a file substring and line number to start logging. */ 201 if (logging) { 269 logging = 1;
|
| /external/apache-http/src/org/apache/http/impl/client/ |
| AbstractHttpClient.java | 38 import org.apache.commons.logging.Log; 39 import org.apache.commons.logging.LogFactory;
|
| /external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
| ConnPoolByRoute.java | 42 import org.apache.commons.logging.Log; 43 import org.apache.commons.logging.LogFactory;
|