HomeSort by relevance Sort by last modified time
    Searched refs:logging (Results 776 - 800 of 5540) sorted by null

<<31323334353637383940>>

  /external/autotest/server/cros/network/
random_mac_address_test_base.py 5 import logging
48 logging.debug('Starting packet capture')
77 logging.debug('Stopping packet capture')
84 logging.debug('Analyzing packet capture...')
  /external/autotest/server/site_tests/bluetooth_Sanity_Discoverable/
bluetooth_Sanity_Discoverable.py 6 import logging
35 logging.info('Found device with RSSI %d', rssi)
54 logging.warning('Device did not have a name')
56 logging.warning('Failed to find device')
  /external/autotest/server/site_tests/display_NoEdid/
display_NoEdid.py 7 import logging
48 logging.error(error_message)
52 logging.info('Set mirrored: %s', test_mirrored)
59 logging.error(error_message)
  /external/autotest/server/site_tests/network_WiFi_ChaosConfigSniffer/
network_WiFi_ChaosConfigSniffer.py 5 import logging
22 logging.info('Scanning for SSID: %s', ssid)
55 logging.error('The following SSIDs could not be found:')
57 logging.error('\t%s', ssid)
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
network_WiFi_ChaosLongConnect.py 5 import logging
48 logging.info('Connecting DUT (try: %d) to AP', (i+1))
54 logging.info('Connection attempt of DUT failed try %d;'
59 logging.info('DUT connected to the AP')
  /external/autotest/server/site_tests/network_WiFi_HiddenRemains/
network_WiFi_HiddenRemains.py 5 import logging
31 logging.info('Checking that %s has hidden=%r.', ssid, should_be_hidden)
38 logging.debug(service_properties)
44 logging.info('Service had the expected hidden value.')
  /external/autotest/server/site_tests/network_WiFi_MissingBeacons/
network_WiFi_MissingBeacons.py 5 import logging
36 logging.info('Waiting %.2f seconds for client to notice the missing '
46 logging.info('Client detected the AP absence in %.2f seconds',
69 logging.info('Repeating test with a client scan just before AP death.')
  /external/autotest/server/site_tests/platform_TotalMemory/
platform_TotalMemory.py 5 import logging, time
53 logging.info('Iteration %d', (reboot_count + 1))
61 logging.info('MemTotalSize %d', mem_total_size)
65 logging.info('MemFreeSize %d', mem_free_size)
  /external/autotest/server/site_tests/provision_FirmwareUpdate/
provision_FirmwareUpdate.py 9 import logging
30 logging.warning('Failed to get build label from the DUT, skip '
35 logging.debug('ChromeOS image %s is staged on the USB stick.',
78 logging.error(e)
  /external/autotest/server/site_tests/provision_TestbedUpdate/
provision_TestbedUpdate.py 5 import logging
75 logging.debug('Start provisioning %s to %s', testbed, value)
98 logging.error(e)
100 logging.debug('Finished provisioning %s to %s', host, value)
  /external/caliper/caliper/src/main/java/com/google/caliper/config/
ConfigModule.java 22 import java.util.logging.LogManager;
32 * The {@code doNotRemove} parameter is required here to ensure that the logging configuration
  /external/chromium-trace/catapult/devil/devil/utils/
timeout_retry_unittest.py 8 import logging
44 error_log_func=logging.debug)
51 _DEFAULT_TIMEOUT, 3, error_log_func=logging.debug)
58 _DEFAULT_TIMEOUT, 0, error_log_func=logging.debug)
  /external/emma/core/java12/com/vladium/logging/
ILogLevels.java 9 package com.vladium.logging;
47 /** setting log level to NONE disables all logging */
  /external/guice/core/src/com/google/inject/internal/util/
Stopwatch.java 19 import java.util.logging.Logger;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 14 import java.util.logging.Handler;
15 import java.util.logging.Level;
16 import java.util.logging.LogRecord;
17 import java.util.logging.Logger;
24 * This {@link IRuntime} implementation uses the Java logging API to report
91 mv.visitMethodInsn(Opcodes.INVOKESTATIC, "java/util/logging/Logger",
92 "getLogger", "(Ljava/lang/String;)Ljava/util/logging/Logger;",
95 // Stack[2]: Ljava/util/logging/Logger;
102 // Stack[1]: Ljava/util/logging/Logger;
105 mv.visitFieldInsn(Opcodes.GETSTATIC, "java/util/logging/Level", "INFO"
    [all...]
  /external/libbrillo/brillo/
syslog_logging_unittest.cc 5 #include <base/logging.h>
  /external/libchrome/base/
vlog.h 15 namespace logging { namespace
22 // |v_switch| gives the default maximal active V-logging level; 0 is
23 // the default. Normally positive values are used for V-logging
26 // |vmodule_switch| gives the per-module maximal V-logging levels to
28 // E.g. "my_module=2,foo*=3" would change the logging level for all
38 // "*/foo/bar/*=2" would change the logging level for all code in
75 } // namespace logging
  /external/libese/esed/
ScopedEseConnection.h 19 #include <android-base/logging.h>
  /external/libmojo/third_party/catapult/devil/devil/utils/
timeout_retry_unittest.py 8 import logging
44 error_log_func=logging.debug)
51 _DEFAULT_TIMEOUT, 3, error_log_func=logging.debug)
58 _DEFAULT_TIMEOUT, 0, error_log_func=logging.debug)
  /external/libtextclassifier/util/base/
logging.cc 17 #include "util/base/logging.h"
26 namespace logging { namespace in namespace:libtextclassifier2
66 } // namespace logging
  /external/ply/ply/example/calcdebug/
calc.py 5 # with output routed to a logging object.
116 import logging
117 logging.basicConfig(
118 level=logging.INFO,
129 yacc.parse(s, debug=logging.getLogger())
  /external/slf4j/jcl-over-slf4j/src/main/java/org/apache/commons/logging/
LogConfigurationException.java 17 package org.apache.commons.logging;
  /hardware/google/interfaces/pixelstats/1.0/default/
service.cpp 19 #include <android-base/logging.h>
  /hardware/interfaces/broadcastradio/2.0/default/
service.cpp 18 #include <android-base/logging.h>
  /hardware/interfaces/confirmationui/1.0/default/
service.cpp 20 #include <android-base/logging.h>

Completed in 1178 milliseconds

<<31323334353637383940>>