OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decorator
(Results
1 - 25
of
85
) sorted by null
1
2
3
4
/external/autotest/client/common_lib/
log.py
29
Generic method
decorator
for logging calls under the
65
""" A
decorator
for wrapping functions in a 'log exception and ignore'
67
def
decorator
(fn):
function in function:log_and_ignore_errors
75
return
decorator
/external/autotest/client/cros/
xmlrpc_server.py
115
def
decorator
(wrapped_function):
function in function:dbus_safe
144
return
decorator
/external/chromium-trace/catapult/devil/devil/android/
decorators.py
68
"""A
decorator
that handles timeouts and retries.
83
"""Returns a
decorator
that handles timeouts and, in some cases, retries.
91
The actual
decorator
.
93
def
decorator
(f):
function in function:WithTimeoutAndConditionalRetries
98
return
decorator
102
"""Returns a
decorator
that handles timeouts and retries.
112
The actual
decorator
.
114
def
decorator
(f):
function in function:WithExplicitTimeoutAndRetries
118
return
decorator
122
"""Returns a
decorator
that handles timeouts and retries
137
def
decorator
(f):
function in function:WithTimeoutAndRetriesDefaults
165
def
decorator
(f):
function in function:WithTimeoutAndRetriesFromInstance
[
all
...]
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
profile.py
134
def
decorator
(func):
function in function:profile_decorator
136
return
decorator
137
def
decorator
(func):
function in function:profile_decorator
141
return
decorator
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_docxmlrpc.py
17
def
decorator
(func):
function in function:make_request_and_skipIf
23
return
decorator
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_docxmlrpc.py
17
def
decorator
(func):
function in function:make_request_and_skipIf
23
return
decorator
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py
17
def
decorator
(func):
function in function:make_request_and_skipIf
23
return
decorator
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_docxmlrpc.py
17
def
decorator
(func):
function in function:make_request_and_skipIf
23
return
decorator
/external/autotest/server/site_tests/firmware_ECLidSwitch/
firmware_ECLidSwitch.py
15
def
decorator
(f):
function in function:delayed
20
return
decorator
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_skipping.py
149
def
decorator
(func):
function in function:Test_TestSkipping.test_decorated_skip
155
@
decorator
/prebuilts/gdb/linux-x86/lib/python2.7/unittest/test/
test_skipping.py
149
def
decorator
(func):
function in function:Test_TestSkipping.test_decorated_skip
155
@
decorator
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py
149
def
decorator
(func):
function in function:Test_TestSkipping.test_decorated_skip
155
@
decorator
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_skipping.py
149
def
decorator
(func):
function in function:Test_TestSkipping.test_decorated_skip
155
@
decorator
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
middleware.py
102
def
decorator
(func):
function in function:wsgiapp
130
return
decorator
134
A
decorator
(meant to be used under ``wsgiapp()``) that resolves
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
connection.py
43
def
decorator
(func):
function in function:complex_amounts
54
return
decorator
59
def
decorator
(func):
function in function:requires
73
return
decorator
88
def
decorator
(func):
function in function:api_action
100
return
decorator
/external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java
113
TestDecorator
decorator
= (TestDecorator) test;
local
114
return makeDescription(
decorator
.getTest());
/tools/test/connectivity/acts/framework/acts/
utils.py
401
# Timeout
decorator
block
403
"""Exception for timeout
decorator
related errors.
415
"""A
decorator
used to add time out check to a function.
428
def
decorator
(func):
function in function:timeout
444
return
decorator
488
# Using timeout
decorator
.
/prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
testing.py
586
def
decorator
(test_item):
function in function:skipIf
592
return
decorator
/external/autotest/client/bin/
job.py
39
"""
Decorator
for job methods that automatically calls
1260
def
decorator
(func):
function in function:disk_usage_monitor.watch
[
all
...]
/external/autotest/server/cros/faft/
firmware_test.py
739
def
decorator
(f):
function in function:FirmwareTest.delayed
744
return
decorator
[
all
...]
/prebuilts/gdb/darwin-x86/include/python2.7/
graminit.h
6
#define
decorator
259
macro
/prebuilts/gdb/darwin-x86/lib/python2.7/
symbol.py
16
decorator
= 259
variable
/prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
case.py
58
def
decorator
(test_item):
function in function:skip
68
return
decorator
[
all
...]
/prebuilts/gdb/linux-x86/include/python2.7/
graminit.h
6
#define
decorator
259
macro
Completed in 1918 milliseconds
1
2
3
4