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

<<31323334353637383940>>

  /external/autotest/site_utils/lxc/container_pool/
client.py 5 import logging
112 logging.debug('No container (id=%s). Connection failed.', id)
151 logging.debug('Attempting connection to %s', self._address)
153 logging.debug('Connection to %s successful', self._address)
189 logging.warning(
  /external/chromium-trace/catapult/common/battor/battor/
battor_wrapper_devicetest.py 5 import logging
40 logging.critical('No BattOrs attached. Cannot run tests.')
44 logging.critical('Platform %s is not supported on CQ.' % self._platform)
102 logging.getLogger().setLevel(logging.DEBUG)
  /external/libmojo/third_party/catapult/devil/devil/utils/
reset_usb.py 8 import logging
28 logging.debug('fcntl.ioctl(%s, %d)', usb_file_path, _USBDEVFS_RESET)
66 logging.info('Reset USB device (bus: %03d, device: %03d, serial: %s)',
69 logging.info('Reset USB device (bus: %03d, device: %03d)',
72 logging.error(
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 31 import logging
47 :type level: logging.level
56 self.__logger = logging.getLogger(__name__)
63 # Start stream logging
110 # Default logging level
111 self._stdOutLogLevel = logging.DEBUG
139 # Logging threaded file-object
146 logging.ERROR,
149 # Logging stdout and stderr through objects
194 # Script logging leve
    [all...]
  /external/slf4j/jul-to-slf4j/src/test/java/org/slf4j/bridge/
SLF4JBridgeHandlerPerfTest.java 27 import java.util.logging.Handler;
28 import java.util.logging.LogManager;
41 // set to false to test enabled logging performance
46 java.util.logging.Logger julRootLogger = LogManager.getLogManager().getLogger("");
48 java.util.logging.Logger julLogger = java.util.logging.Logger.getLogger(LOGGER_NAME);
  /external/toolchain-utils/automation/clients/
crosstool.py 7 import logging
86 logging.error('Exactly one target required as a command line argument!')
87 logging.info('List of valid targets:')
89 logging.info('%d) %s', pair)
101 logger.SetUpRootLogger(level=logging.DEBUG, display_flags={'name': False})
  /external/toolchain-utils/automation/clients/report/dejagnu/
report.py 5 import logging
72 logging.info('Generating report for: %s.', test_run)
97 logging.info('Rendering report in HTML format.')
104 logging.error('Django framework not installed!')
105 logging.error('Failed to generate report in HTML format!')
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
IconLoggerImpl.java 17 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_NUM_STATUS_ICONS;
18 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_STATUS_ICONS;
19 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.STATUS_BAR_ICONS_CHANGED;
20 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.TYPE_ACTION;
29 import com.android.internal.logging.MetricsLogger;
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
KeyButtonViewTest.java 17 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.ACTION_NAV_BUTTON_EVENT;
18 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_FLAGS;
19 import static com.android.internal.logging.nano.MetricsProto.MetricsEvent.FIELD_NAV_ACTION;
30 import com.android.internal.logging.MetricsLogger;
31 import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
  /test/vts/testcases/codelab/host_multi_hal/
VtsCodelabHostMultiHalTest.py 18 import logging
82 logging.info("Light test round: %s", i)
85 logging.info("Light test exiting.")
89 logging.info("Thermal test round: %s", i)
92 logging.info("Thermal test exiting.")
  /test/vts/utils/app_engine/
bigtable_client.py 16 import logging
73 logging.debug('Creating the table %s', self._table_name)
91 logging.debug('Writing to the table : %s, column : %s', self._table_name,
112 logging.info('Getting a single row by row key.')
125 logging.debug('Deleting the table : %s', self._table_name)
  /test/vts/utils/python/mirror/
pb2py.py 17 import logging
87 logging.error("unsupported type %s", curr_value.type)
108 logging.error("unsupported type %s", curr_value.type)
137 logging.error("PyDict2PbStruct: unsupported type %s",
179 logging.error("Got unsupported callback arg type %s" % var.type)
  /test/vts-testcase/hal/treble/platform_version/
VtsTreblePlatformVersionTest.py 18 import logging
46 logging.info("sysprop %s undefined", prop)
51 logging.info("getprop {}={}".format(prop, result))
61 logging.info("environment variable %s undefined", env)
66 logging.info("printenv {}:{}".format(env, result))
  /test/vts-testcase/hal/usb/gadget/V1_0/host/
VtsHalUsbGadgetV1_0HostTest.py 18 import logging
47 logging.exception(e)
63 logging.info("ID %04x:%04x ", device.getVendorID(),
66 logging.info("config: %d", config.getConfigurationValue())
71 logging.info("interfaceNum:%d altSetting:%d "
  /test/vts-testcase/kernel/syscall/
VtsKernelSyscallExistenceTest.py 18 import logging
45 logging.info(str(results[const.STDOUT]))
53 logging.info("testing syscall: name_to_handle_at [%d]",
63 logging.info("testing syscall: open_by_handle_at [%d]",
73 logging.info("testing syscall: uselib [%d]",
  /tools/test/connectivity/acts/tests/google/wifi/
SetupWifiNetworkTest.py 17 import logging
38 logging.info("Starting server socket on localhost port %s", port)
42 logging.info("Waiting for client socket connection")
46 logging.error("Did not receive signal. Shutting down AP")
48 logging.error("Socket connection errored out. Shutting down AP")
  /external/autotest/client/bin/
setup_job.py 5 import logging, os, pickle, re, sys
83 logging.exception('%s import error: %s. Skipping %s' %
87 logging.exception("%s: %s", test_name, e)
141 logging.info('setup %s.' % test_name)
151 logging.error(err)
195 logging.error('### No test setup candidates ###')
203 logging.info('############################# SUMMARY '
208 logging.info('Finished setup -- The following tests failed')
210 logging.info(failed_test)
212 logging.info('Finished setup -- All tests built successfully'
    [all...]
  /external/autotest/client/cros/audio/
cmd_utils.py 8 import logging
92 logging.log(logger._level, '%s%s', logger._prefix, line)
95 def create_logger(self, level=logging.DEBUG, prefix=''):
98 @param level: the desired logging level
115 def create_logger(level=logging.DEBUG, prefix=''):
118 @param level: the desired logging level
138 logging.warning('failed to kill %d, %s', p.pid, e)
140 logging.warning('command exit (pid=%d, rc=%d): %s',
156 logging.error(error_message)
215 stdout = create_logger(level=logging.DEBUG, prefix=prefix
    [all...]
  /external/autotest/client/site_tests/power_CPUFreq/
power_CPUFreq.py 5 import glob, logging, os
142 logging.info('saving state:')
146 logging.info(file + ': ' + data)
150 logging.info('restoring state:')
157 logging.info(file + ': ' + data)
163 logging.info('available governors: %s' % governors)
169 logging.info('current governor: %s' % governor)
174 logging.info('setting governor to %s' % governor)
180 logging.info('available frequencies: %s' % frequencies)
186 logging.info('current frequency: %s' % freq
    [all...]
  /external/autotest/contrib/
generate_rpm_mapping.py 28 import logging
194 logging.error('Could not determine hydra for %s',
303 logging.warn('Rule not implemented for row 13 in chromeos4')
343 logging.error('Could not determine outlet for device %s',
370 logging.error('Could not determine hydra hostname for %s',
393 logging.error('Could not parse %s', device_hostname)
420 logging.error(
428 logging.info(
451 logging.basicConfig(level=logging.DEBUG
    [all...]
  /external/autotest/server/cros/
tradefed_utils.py 6 import logging
32 logging.info('Waiting for cache lock...')
47 logging.error('Permanent lock failure. Trying to break lock.')
56 logging.info('Acquired cache lock after %d attempts.', attempts)
61 logging.info('Released cache lock.')
85 stderr_level=logging.DEBUG,
184 logging.warning('No result reported for the last chunk. ' +
204 logging.error('Found %d failures for %s '
208 logging.info('Waived failure for %s %d time(s)', testname,
216 logging.info(msg
    [all...]
  /external/autotest/server/site_tests/audio_AudioAfterReboot/
audio_AudioAfterReboot.py 7 import logging
40 logging.debug('Plugging' if plug_state else 'Unplugging')
43 logging.debug('Jack plugger is NOT present!')
64 logging.debug('Start playing %s', self.golden_file.path)
69 logging.debug('Start recording.')
75 logging.debug('Stopped recording.')
95 logging.debug('Saving recorded data to %s', recorded_file)
106 logging.debug('Saving filtered data to %s', recorded_file)
135 logging.info('Disconnecting audio bus before reboot')
141 logging.debug('After reboot'
    [all...]
  /external/autotest/server/site_tests/firmware_FWupdate/
firmware_FWupdate.py 5 import logging
55 logging.info('EC=%s BIOS=%s PD=%s',
73 logging.info('Execute %s', command)
75 logging.info('Output %s', output)
84 logging.info('Execute %s', command)
86 logging.info('Output %s', output)
181 logging.info('crossystem BEFORE: %s', crossystem_before)
182 logging.info('crossystem AFTER: %s', crossystem_after)
183 logging.info('Expects bios %s', bios_version)
184 logging.info('Expects ec %s', ec_version
    [all...]
  /external/autotest/site_utils/
diagnosis_utils.py 8 import logging
111 logging.error('Bad interval %s', self.interval_hours)
190 logging.info('Suite timed out. Started on %s, timed out on %s',
247 logging.error('No hosts found for board:%s in pool:%s',
268 logging.error('host: %s, status: %s, locked: %s '
309 logging.debug('skip_duts_check is on, do not enforce minimum DUTs check.')
313 logging.debug('The total number of DUTs for %s in pool:%s is %d, '
322 logging.debug('%d of %d DUTs are available for board %s pool %s.',
347 logging.info('\n%s printing summary of incomplete jobs (%s):\n',
351 logging.info('%s: %s', job.testname[job.testname.rfind('/')+1:]
    [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
runner.py 14 import logging
93 logging.debug("Run analyzer against '%s'", command)
98 logging.error("Problem occured during analyzis.", exc_info=1)
133 logging.debug('exec command in %s: %s', cwd, ' '.join(cmd))
175 logging.debug('exec command in %s: %s', cwd, ' '.join(cmd))
193 # return the output for logging and exit code for testing
237 logging.debug('skip analysis, language not known')
240 logging.debug('skip analysis, language not supported')
243 logging.debug('analysis, language: %s', language)
265 logging.debug('analysis, on arch: %s', current
    [all...]

Completed in 1299 milliseconds

<<31323334353637383940>>