Home
last modified time | relevance | path

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

123

/external/chromium-trace/catapult/devil/devil/android/
Ddecorators.py93 def decorator(f): function
114 def decorator(f): function
137 def decorator(f): function
165 def decorator(f): function
/external/v8/src/compiler/
Dgraph.cc39 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator()
44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator()
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py591 def decorator(self, *args, **kwargs): function
674 def decorator(self, **kwargs): function
834 def decorator(self, **kwargs): function
985 def decorator(f): function
1025 def decorator(self, lazily_remote_copy, *args, **kwargs): function
1099 def decorator(f): function
1227 def decorator(f): function
1293 def decorator(f): function
1343 def decorator(f): function
1376 def decorator(f): function
[all …]
/external/autotest/client/common_lib/
Dlog.py22 def decorator(fn): function
Ddecorators.py97 def decorator(f): function
/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()
DClassInstrumentor.java34 final Decorator decorator; field in ClassInstrumentor
36 protected ClassInstrumentor(Decorator decorator) { in ClassInstrumentor()
/external/python/google-api-python-client/samples/tasks_appengine/
Dmain.py23 decorator = OAuth2Decorator(client_id=settings.CLIENT_ID, variable
/external/tensorflow/tensorflow/python/ops/
Dbatch_ops.py79 def decorator(fn): # pylint: disable=missing-docstring function
/external/python/google-api-python-client/samples/appengine/
Dmain.py72 decorator = appengine.oauth2decorator_from_clientsecrets( variable
/external/autotest/server/cros/bluetooth/
Dbluetooth_adapter_quick_tests.py167 def decorator(test_method): function
309 def decorator(batch_method): 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/autotest/client/cros/
Dxmlrpc_server.py115 def decorator(wrapped_function): function
/external/python/cpython2/Lib/test/
Dtest_docxmlrpc.py13 def decorator(func): function
/external/clang/tools/scan-build-py/libscanbuild/
Drunner.py53 def decorator(function): function
/external/tensorflow/tensorflow/python/util/
Ddispatch.py154 def decorator(func): function
/external/python/cpython3/Lib/test/
Dtest_docxmlrpc.py13 def decorator(func): 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/autotest/server/site_tests/firmware_ECLidSwitch/
Dfirmware_ECLidSwitch.py15 def decorator(f): # pylint:disable=missing-docstring function
/external/python/cpython3/Lib/test/support/
D__init__.py164 def decorator(test): function
589 def decorator(func): function
634 def decorator(func): function
668 def decorator(func): function
1733 def decorator(func): function
1769 def decorator(func): function
1875 def decorator(f): function
2255 def decorator(*args): function
/external/python/rsa/tests/
Dtest_cli.py77 def decorator(func): function

123