Searched refs:_logger (Results 1 - 25 of 52) sorted by relevance

123

/external/autotest/client/cros/
H A Ddhcp_test_server.py83 self._logger = logging.getLogger("dhcp.test_server")
121 self._logger.info("DhcpTestServer started; opening sockets.")
124 self._logger.info("Opening socket on '%s' port %d." %
129 self._logger.info("Binding to %s" % self._interface)
138 self._logger.error("Socket error: %s." % str(socket_error))
139 self._logger.error(traceback.format_exc())
143 self._logger.error("Failed to open server socket. Aborting.")
188 self._logger.info("Manually aborting test.")
200 self._logger.info("DHCP server says test passed.")
202 self._logger
[all...]
/external/autotest/client/cros/cellular/wardmodem/
H A Dwardmodem.py65 self._logger = logging.getLogger(__name__)
105 self._logger.info('Starting wardmodem...')
117 self._logger.info('Stopping wardmodem.')
237 self._logger.debug('Added client specified machine {%s --> %s}',
246 self._logger.debug(
256 self._logger.debug('Added default machine {%s --> %s}',
259 self._logger.info('Loaded state machines: %s', str(state_machines))
352 self._logger = logging.getLogger(__name__)
353 self._logger.info('Initializing wardmodem context.')
357 self._logger
[all...]
H A Dat_transceiver.py78 self._logger = logging.getLogger(__name__)
118 self._logger.debug('Finished loading AT --> wardmodem configuration.')
119 self._logger.debug(self._at_to_wm_action_map)
120 self._logger.debug('Finished loading wardmodem --> AT configuration.')
121 self._logger.debug(self._wm_response_to_at_map)
166 self._logger.warning(
170 self._logger.info('Set mode to %s',
237 self._logger.debug('Processing wardmodem response %s%s',
260 self._logger.debug('Command {modem ==> []}: |%s|', command)
262 self._logger
[all...]
H A Dtask_loop.py61 self._logger = logging.getLogger(__name__)
98 self._logger.debug('Turning %s delays ignored mode.', ('on' if value
124 self._logger.debug('Turning %s random delays.', ('on' if value else
149 self._logger.warning(
154 self._logger.debug('Set max random delay to %d. Random delay is %s',
168 self._logger.info('Task Loop is now processing tasks...')
177 self._logger.info('Task Loop quitting.')
256 self._logger.debug('Task posted: %s', repr(callback))
257 self._logger.debug('Arguments: %s, Keyword arguments: %s',
315 self._logger
[all...]
H A Dstate_machine.py40 self._logger = logging.getLogger(__name__)
96 self._logger.debug(dbgstr)
123 self._logger.debug(dbgstr)
192 self._logger.error(errstring)
204 self._logger.error(errstring)
238 self._logger.debug(dbgstr)
H A Dat_channel.py72 self._logger = logging.getLogger(__name__)
109 self._logger.debug('AT command prefix set to: |%s|', value)
129 self._logger.debug('AT command suffix set to: |%s|', value)
155 self._logger.warning('%s Send Failed: |%s|',
160 self._logger.debug('%s Sent: |%s|',
170 self._logger.debug('%s Received: |%s|',
189 self._logger.warning('%s Signal received on unknown channel. '
196 self._logger.warning('%s Unexpected cb condition %s received. Ignored.',
H A Dmodem_configuration.py35 self._logger = logging.getLogger(__name__)
43 self._logger.info('Loading basic configuration.')
45 self._logger.debug('Basic configuration:\n%s',
51 self._logger.info('Loading modem specific configuration for modem '
54 self._logger.debug('Plugin configuration:\n%s',
H A Dglobal_state.py34 self._logger = logging.getLogger(__name__)
84 self._logger.debug('GlobalState write: [%s: %s --> %s]',
158 self._logger.error(errstring)
169 self._logger.error(errstring)
/external/toolchain-utils/automation/server/
H A Dserver.py37 self._logger = logging.getLogger(self.__class__.__name__)
41 self._logger.info('Received ExecuteJobGroup(%r, dry_run=%s) request.',
49 self._logger.info('Received GetAllJobGroups() request.')
53 self._logger.info('Received KillJobGroup(%d) request.', job_group_id)
57 self._logger.info('Received GetJobGroup(%d) request.', job_group_id)
62 self._logger.info('Received GetJob(%d) request.', job_id)
67 self._logger.info('Received GetMachineList() request.')
H A Djob_group_manager.py31 self._logger = logging.getLogger(self.__class__.__name__)
49 self._logger.debug('Creating runtime environment for %r.', group)
62 self._logger.info('Added %r to queue.', group)
68 self._logger.debug('Killing all jobs that belong to %r.', group)
73 self._logger.debug('Waiting for jobs to quit.')
82 self._logger.debug('Handling %r completion event.', job_)
/external/python/cpython2/Lib/multiprocessing/
H A Dutil.py65 _logger = None variable
69 if _logger:
70 _logger.log(SUBDEBUG, msg, *args)
73 if _logger:
74 _logger.log(DEBUG, msg, *args)
77 if _logger:
78 _logger.log(INFO, msg, *args)
81 if _logger:
82 _logger.log(SUBWARNING, msg, *args)
88 global _logger
[all...]
/external/autotest/client/cros/power/
H A Dpower_dashboard.py28 self._logger = logger
113 """Convert data from self._logger object to raw power measurement
146 'sample_count': len(self._logger.readings),
152 total_duration = self._logger.times[-1] - self._logger.times[0]
156 for i, domain_readings in enumerate(zip(*self._logger.readings)):
157 domain = self._logger.domains[i]
/external/autotest/client/cros/cellular/wardmodem/state_machines/
H A Dcall_machine.py32 self._logger.info(self._tag_with_name(
H A Drequest_response.py133 self._logger.info('Loaded request-response map.')
134 self._logger.debug(pprint.pformat(self._responses))
/external/autotest/client/tests/wb_kupdate/
H A Dwb_kupdate_unittest.py19 self._logger = logging.getLogger()
26 self._logger.info('Testing the "_needs_more_time" method.')
44 self._logger.info('Testing the "_wait_until_data_flushed" method - '
72 self._logger.info('Testing the "_wait_until_data_flushed" method - '
/external/toolchain-utils/crosperf/
H A Dschedv2.py30 self._logger = logger.GetLogger(self._sched.get_experiment().log_dir)
65 self._logger.LogOutput('{} started.'.format(self))
73 self._logger.LogOutput('ImageManager found no label '
80 self._logger.LogWarning('Re-image failed, dut '
106 self._logger.LogOutput('Reimaging {} using {}'.format(self, label))
133 self._logger.LogOutput('{} started working on {}'.format(self, br))
167 self._logger.LogOutput(
203 self._logger = self._schedv2.get_logger()
210 self._logger.LogOutput('Cache hit - {}'.format(br))
214 self._logger
[all...]
H A Ddownload_images.py49 self._logger = logger_to_use
52 self._logger, log_level=self.log_level)
71 self._logger.LogOutput('Preparing to download %s image to local '
87 self._logger.LogOutput('CMD: %s' % command)
108 exception_handler = RunCommandExceptionHandler(self._logger, self.log_level,
111 self._logger.LogOutput('CMD: %s' % command)
118 self._logger.LogOutput('CMD: %s' % clean_cmd)
128 self._logger.LogOutput('CMD: %s' % command)
150 self._logger.LogOutput('Preparing to download %s package to local '
165 self._logger
[all...]
H A Dbenchmark_run.py36 self._logger = logger_to_use
46 self.suite_runner = SuiteRunner(self._logger, self.log_level)
56 self._logger, log_level=self.log_level)
72 self.label.board, self.cache_conditions, self._logger,
87 self._logger.LogOutput('%s: Cache hit.' % self.name)
88 self._logger.LogOutput(self.result.out, print_to_console=False)
89 self._logger.LogError(self.result.err, print_to_console=False)
92 self._logger.LogOutput('%s: No cache hit.' % self.name)
97 self._logger, self.log_level, self.label, self.machine, output, err,
101 self._logger
[all...]
/external/parameter-framework/upstream/parameter/
H A DSubsystemObject.h94 core::log::details::Info info() const { return _logger.info(); }
95 core::log::details::Warning warning() const { return _logger.warning(); }
119 core::log::Logger &_logger; member in class:CSubsystemObject
H A DSelectionCriterion.cpp42 : base(strName), _pType(pType), _logger(logger)
70 _logger.info() << "Selection criterion changed event: "
78 _logger.warning() << "Selection criterion '" << getName() << "' has been modified "
/external/python/cpython3/Lib/multiprocessing/
H A Dutil.py41 _logger = None variable
45 if _logger:
46 _logger.log(SUBDEBUG, msg, *args)
49 if _logger:
50 _logger.log(DEBUG, msg, *args)
53 if _logger:
54 _logger.log(INFO, msg, *args)
57 if _logger:
58 _logger.log(SUBWARNING, msg, *args)
64 global _logger
[all...]
/external/toolchain-utils/
H A Dbuild_tool.py79 self._logger = logger.GetLogger()
86 self._logger.LogOutput('"{0}" and "{1}" are the same."'.format(t1, t2))
88 self._logger.LogWarning('"{0}" and "{1}" are different."'.format(t1, t2))
124 self._logger.LogError(
133 self._logger.LogError('Failed to create a temp branch for test, aborted.')
137 self._logger.LogOutput('"{0}" and "{1}" are the same, sync skipped.'.
154 self._logger.LogOutput('Sync successfully done.')
156 self._logger.LogError('Sync not successful, aborted.')
171 self._logger.LogError('Commit to local branch "{0}" failed, aborted.'.
225 self._logger
[all...]
/external/toolchain-utils/automation/common/
H A Dcommand_executer.py25 self._logger = logging.getLogger(self.__class__.__name__)
47 self._logger.warning('Command has been already terminated!')
57 self._logger.debug("Executing '%s' on %s.", cmd, login)
62 self._logger.debug("Executing: '%s'.", cmd)
66 self._logger.debug('{PID: %d} Finished with %d code.', child.pid,
75 self._logger.warning('{PID: %d} Timeout of %s seconds reached since '
78 self._logger.warning('{PID: %d} Terminating child.', child.pid)
96 self._logger.warning('{PID: %d} Process still alive.', child.pid)
97 self._logger.warning('{PID: %d} Killing child.', child.pid)
166 self._logger
[all...]
/external/tensorflow/tensorflow/python/platform/
H A Dtf_logging.py42 _logger = None variable
47 global _logger
50 if _logger:
51 return _logger
56 if _logger:
57 return _logger
87 _logger = logger
88 return _logger
/external/walt/ios/WALT/
H A DTapLatencyController.m35 WALTLogger *_logger;
53 _logger = [WALTLogger sessionLogger];
60 [_logger appendString:@"TAPLATENCY\n"];
108 [_logger appendFormat:@"%@\tX\tno shock\n", actionString];
117 [_logger appendFormat:@"%@\tX\tbogus kernelTime\t%f\n", actionString, physicalToKernel];
123 [_logger appendFormat:@"%@\tO\t%f\t%f\t%f\n",
153 [_logger appendString:@"RESET\n"];

Completed in 836 milliseconds

123