OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:log_func
(Results
1 - 4
of
4
) sorted by null
/external/chromium-trace/catapult/devil/devil/utils/
timeout_retry.py
117
def _LogLastException(thread_name, attempt, max_attempts,
log_func
):
118
log_func
('*' * 80)
119
log_func
('Exception on thread %s (attempt %d of %d)', thread_name,
121
log_func
('*' * 80)
124
log_func
(line.rstrip())
125
log_func
('*' * 80)
/external/autotest/client/virt/
rss_client.py
83
def __init__(self, address, port,
log_func
=None, timeout=20):
89
@param
log_func
: If provided, transfer stats will be passed to this
108
self._log_func =
log_func
259
def __init__(self, address, port,
log_func
=None, timeout=20):
265
@param
log_func
: If provided, transfer stats will be passed to this
274
super(FileUploadClient, self).__init__(address, port,
log_func
, timeout)
358
def __init__(self, address, port,
log_func
=None, timeout=20):
364
@param
log_func
: If provided, transfer stats will be passed to this
373
super(FileDownloadClient, self).__init__(address, port,
log_func
, timeout)
457
def upload(address, port, src_pattern, dst_path,
log_func
=None, timeout=60
[
all
...]
virt_utils.py
[
all
...]
/external/opencv3/modules/cudaarithm/src/cuda/
math.cu
245
gridTransformUnary_< TransformPolicy<T> >(globPtr<T>(src), globPtr<T>(dst),
log_func
<T>(), stream);
Completed in 86 milliseconds