Searched
refs:logging (Results
1351 -
1375 of
5540) sorted by null
<<51525354555657585960>>
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/ |
| AbstractDescriptorBox.java | 25 import java.util.logging.Level; 26 import java.util.logging.Logger;
|
| /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/configuration/ |
| ConfigParser.py | 29 import logging 62 self.__logger = logging.getLogger(__name__)
|
| /external/perfetto/tools/ |
| install-build-deps | 18 import logging 234 logging.info('Fetching %s @ %s into %s', git_url, revision, path) 266 logging.info('Downloading %s from %s', local_path, url) 271 logging.fatal('SHA1 mismatch for %s', download_path) 277 logging.info('Extracting %s into %s' % (local_path, zip_target_dir)) 280 logging.info('Deleting stale dir %s' % zip_target_dir) 309 logging.basicConfig(level=logging.INFO)
|
| /external/robolectric/v1/ |
| Android.mk | 25 robolectric-commons-logging \ 53 robolectric-commons-logging:lib/main/commons-logging-1.1.1.jar \ 54 robolectric-h2:lib/main/commons-logging-1.1.1.jar \
|
| /external/selinux/prebuilts/bin/ |
| sesearch.py | 24 import logging 134 logging.basicConfig(level=logging.DEBUG, 137 logging.basicConfig(level=logging.INFO, format='%(message)s') 139 logging.basicConfig(level=logging.WARNING, format='%(message)s') 244 logging.exception(str(err))
|
| /external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
| JCLLoggerFactory.java | 30 import org.apache.commons.logging.LogFactory; 48 Class.forName("org.apache.commons.logging.impl.SLF4JLogFactory"); 77 org.apache.commons.logging.Log jclLogger = LogFactory.getLog(name);
|
| /external/tensorflow/tensorflow/contrib/receptive_field/python/util/ |
| parse_layer_parameters.py | 23 from tensorflow.python.platform import tf_logging as logging 63 logging.vlog(4, "strides_attr = %s", strides_attr) 93 logging.vlog(4, "weight shape = %s", shape) 119 logging.vlog(4, "padding_attr = %s", padding_attr) 141 logging.warning( 271 logging.vlog(3, "node.name = %s", node.name) 272 logging.vlog(3, "node.op = %s", node.op) 273 logging.vlog(4, "node = %s", node)
|
| /external/tensorflow/tensorflow/core/platform/s3/ |
| aws_logging.h | 22 #include <aws/core/utils/logging/LogLevel.h> 23 #include <aws/core/utils/logging/LogSystemInterface.h> 24 #include "tensorflow/core/platform/default/logging.h" 28 class AWSLogSystem : public Aws::Utils::Logging::LogSystemInterface { 33 explicit AWSLogSystem(Aws::Utils::Logging::LogLevel log_level); 37 virtual Aws::Utils::Logging::LogLevel GetLogLevel(void) const override { 42 void SetLogLevel(Aws::Utils::Logging::LogLevel log_level) { 50 virtual void Log(Aws::Utils::Logging::LogLevel log_level, const char* tag, 54 virtual void LogStream(Aws::Utils::Logging::LogLevel log_level, 59 void LogMessage(Aws::Utils::Logging::LogLevel log_level [all...] |
| /external/tensorflow/tensorflow/examples/get_started/regression/ |
| dnn_regression.py | 105 tf.logging.set_verbosity(tf.logging.INFO)
|
| linear_regression_categorical.py | 110 tf.logging.set_verbosity(tf.logging.INFO)
|
| /external/tensorflow/tensorflow/python/framework/ |
| registry.py | 28 from tensorflow.python.platform import tf_logging as logging 64 logging.vlog(1, "Registering %s (%s) in %s.", name, candidate, self._name)
|
| /external/toolchain-utils/automation/clients/report/dejagnu/ |
| summary.py | 10 import logging 165 logging.info('Reading "%s" DejaGNU output file.', filename) 188 logging.debug('DejaGNU output file parsed successfully.') 189 logging.debug(self) 216 logging.info('Removed {%s} dependance.', res) 225 logging.info('Removed {%s} duplicate.', res) 245 logging.debug('Result suppressed for {%s}.', result) 257 logging.warning('Result {%s} listed in manifest but not suppressed.',
|
| /external/toolchain-utils/automation/common/ |
| command_executer_test.py | 9 import logging 38 logging.info('[%s] Executing: %s', machine, cmd) 40 logging.info('Executing: %s', cmd) 43 logging.error(msg) 46 logging.warning(msg) 49 logging.info(msg) 203 logging.basicConfig(format=FORMAT, level=logging.DEBUG)
|
| /frameworks/base/core/java/android/app/slice/ |
| SliceMetrics.java | 24 import com.android.internal.logging.MetricsLogger; 25 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
|
| /frameworks/base/libs/common_time/ |
| Android.mk | 21 # Uncomment to enable vesbose logging and debug service.
|
| /frameworks/support/jetifier/jetifier/gradle-plugin/src/main/kotlin/com/android/tools/build/jetifier/plugin/gradle/ |
| JetifierLoggerAdapter.kt | 20 import org.gradle.api.logging.Logger 23 * Logging adapter to hook jetfier logging into gradle.
|
| /libcore/luni/src/test/java/libcore/java/util/logging/ |
| OldErrorManagerTest.java | 18 package libcore.java.util.logging; 22 import java.util.logging.ErrorManager;
|
| /libcore/ojluni/src/main/java/java/util/logging/ |
| SimpleFormatter.java | 27 package java.util.logging; 32 import sun.util.logging.LoggingSupport; 43 * specified in the {@code java.util.logging.SimpleFormatter.format} 46 * in the {@linkplain LogManager#getProperty logging properties} 49 * the logging properties and system properties, 71 * {@code java.util.logging.SimpleFormatter.format}</a> property. 80 * {@code java.util.logging.SimpleFormatter.format} property 103 * <li> {@code java.util.logging.SimpleFormatter.format="%4$s: %5$s [%1$tc]%n"} 110 * <li> {@code java.util.logging.SimpleFormatter.format="%1$tc %2$s%n%4$s: %5$s%6$s%n"} 124 * <li> {@code java.util.logging.SimpleFormatter.format="%1$tb %1$td, %1$tY %1$tl:%1$tM:%1$tS %1$Tp %2$s%n%4$s: %5$s%n" [all...] |
| /packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
| DialerQuickContactBadge.java | 24 import com.android.dialer.logging.DialerImpression; 25 import com.android.dialer.logging.Logger;
|
| /packages/apps/Dialer/java/com/android/incallui/videotech/ |
| VideoTech.java | 23 import com.android.dialer.logging.DialerImpression; 89 com.android.dialer.logging.VideoTech.Type getVideoTechType();
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/ |
| boolquery.py | 19 import logging 56 self.log = logging.getLogger(__name__)
|
| boundsquery.py | 19 import logging 47 self.log = logging.getLogger(__name__)
|
| defaultquery.py | 19 import logging 51 self.log = logging.getLogger(__name__)
|
| fsusequery.py | 19 import logging 67 self.log = logging.getLogger(__name__)
|
| genfsconquery.py | 19 import logging 71 self.log = logging.getLogger(__name__)
|
Completed in 1079 milliseconds
<<51525354555657585960>>