Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dgraph.cc28 for (auto const decorator : decorators_) { in Decorate() local
34 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator()
39 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator()
/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/chromium-trace/catapult/third_party/Paste/paste/debug/
Dprofile.py134 def decorator(func): function
137 def decorator(func): function
/external/autotest/client/common_lib/
Dlog.py67 def decorator(fn): function
/external/autotest/client/cros/
Dxmlrpc_server.py115 def decorator(wrapped_function): function
/external/jetty/src/java/org/eclipse/jetty/servlet/
DServletContextHandler.java256 Decorator decorator = _decorators.get(i); in startContext() local
500 public void addDecorator(Decorator decorator) in addDecorator()
1054 Decorator decorator = _decorators.get(i); in createFilter() local
1078 Decorator decorator = _decorators.get(i); in createServlet() local
1231 Decorator decorator = _decorators.get(i); in createListener() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dconnection.py72 def decorator(func): function
90 def decorator(func): function
133 def decorator(func): function
149 def decorator(func): function
168 def decorator(func): function
187 def decorator(func): function
207 def decorator(func): function
223 def decorator(func): function
237 def decorator(func, quota=int(quota), restore=float(restore)): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/fps/
Dconnection.py43 def decorator(func): function
59 def decorator(func): function
88 def decorator(func): function
/external/autotest/server/site_tests/firmware_ECLidSwitch/
Dfirmware_ECLidSwitch.py15 def decorator(f): function
/external/junit/src/org/junit/internal/runners/
DJUnit38ClassRunner.java113 TestDecorator decorator= (TestDecorator) test; in makeDescription() local
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/
Dmiddleware.py102 def decorator(func): function
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/
Dtesting.py586 def decorator(test_item): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
Dtest_appengine.py498 def _finish_setup(self, decorator, user_mock): argument
/external/autotest/server/cros/faft/
Dfirmware_test.py739 def decorator(f): function
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dapiviewer.js175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
/external/autotest/client/bin/
Djob.py1260 def decorator(func): function
/external/autotest/client/common_lib/test_utils/
Dunittest.py146 def decorator(test_item): function