Home
last modified time | relevance | path

Searched defs:decorator (Results 1 – 25 of 89) sorted by relevance

1234

/external/chromium-trace/catapult/devil/devil/android/
Ddecorators.py105 def decorator(f): function
128 def decorator(f): function
153 def decorator(f): function
182 def decorator(f): function
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py651 def decorator(self, *args, **kwargs): function
761 def decorator(self, **kwargs): function
921 def decorator(self, **kwargs): function
1072 def decorator(f): function
1112 def decorator(self, async_mode, *args, **kwargs): function
1183 def decorator(f): function
1309 def decorator(f): function
1375 def decorator(f): function
1425 def decorator(f): function
1458 def decorator(f): function
[all …]
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DSandboxClassLoader.java46 ClassInstrumentor.Decorator decorator = new ShadowDecorator(); in SandboxClassLoader() local
81 protected ClassInstrumentor createClassInstrumentor(ClassInstrumentor.Decorator decorator) { in createClassInstrumentor()
DInvokeDynamicClassInstrumentor.java40 public InvokeDynamicClassInstrumentor(Decorator decorator) { in InvokeDynamicClassInstrumentor()
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py241 def decorator(test_method): function
473 def decorator(batch_method): function
632 def decorator(batch_method): function
/external/autotest/client/common_lib/
Dlog.py26 def decorator(fn): function
Ddecorators.py97 def decorator(f): function
/external/python/cpython3/Lib/test/support/
Dhashlib_helper.py24 def decorator(func): function
/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID, variable
/external/python/google-api-python-client/samples/appengine/
Dmain.py72 decorator = appengine.oauth2decorator_from_clientsecrets( variable
/external/tensorflow/tensorflow/python/ops/
Dbatch_ops.py89 def decorator(fn): # pylint: disable=missing-docstring function
/external/tensorflow/tensorflow/python/autograph/pyct/testing/
Ddecorators.py43 def decorator(f): function
/external/python/cpython3/Doc/library/
Dcontextlib.rst723 .. _single-use-reusable-and-reentrant-cms:
/external/tensorflow/tensorflow/core/common_runtime/
Ddebugger_state_interface.cc86 std::unique_ptr<DebugGraphDecoratorInterface>* decorator) { in CreateDecorator()
/external/python/cffi/demo/
Dapi.py12 def decorator(func): function
/external/oss-fuzz/infra/
Dretry.py47 def decorator(func): function
/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py354 def decorator(test_method_or_class): function
484 def decorator(self, has_chief, num_workers, runner, **kwargs): function
/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py13 def decorator(func): function
/external/autotest/client/cros/
Dxmlrpc_server.py205 def decorator(wrapped_function): function
/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py53 def decorator(function): function
/external/python/cpython2/Lib/test/support/
D__init__.py420 def decorator(func): function
1286 def decorator(func): function
1322 def decorator(func): function
1396 def decorator(f): function
1423 def decorator(f): function
1717 def decorator(*args): function
/external/tensorflow/tensorflow/lite/testing/model_coverage/
Dmodel_coverage_quantization_test.py63 def decorator(to_be_wrapped): function
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py13 def decorator(func): function
/external/autotest/server/site_tests/firmware_ECLidSwitch/
Dfirmware_ECLidSwitch.py15 def decorator(f): # pylint:disable=missing-docstring function
/external/tensorflow/tensorflow/python/keras/
Dtesting_utils.py969 def for_all_test_methods(decorator, *args, **kwargs): argument
1013 def decorator(f): function
1053 def decorator(f): function

1234