/external/v8/src/compiler/ |
D | graph.cc | 28 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/ |
D | decorators.py | 93 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/ |
D | profile.py | 134 def decorator(func): function 137 def decorator(func): function
|
/external/autotest/client/common_lib/ |
D | log.py | 67 def decorator(fn): function
|
/external/autotest/client/cros/ |
D | xmlrpc_server.py | 115 def decorator(wrapped_function): function
|
/external/jetty/src/java/org/eclipse/jetty/servlet/ |
D | ServletContextHandler.java | 256 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/ |
D | connection.py | 72 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/ |
D | connection.py | 43 def decorator(func): function 59 def decorator(func): function 88 def decorator(func): function
|
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
D | firmware_ECLidSwitch.py | 15 def decorator(f): function
|
/external/junit/src/org/junit/internal/runners/ |
D | JUnit38ClassRunner.java | 113 TestDecorator decorator= (TestDecorator) test; in makeDescription() local
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/ |
D | middleware.py | 102 def decorator(func): function
|
/external/chromium-trace/catapult/third_party/beautifulsoup4/bs4/ |
D | testing.py | 586 def decorator(test_item): function
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/ |
D | test_appengine.py | 498 def _finish_setup(self, decorator, user_mock): argument
|
/external/autotest/server/cros/faft/ |
D | firmware_test.py | 739 def decorator(f): function
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/ |
D | apiviewer.js | 175 …",b=".prototype",L="function",K="Boolean",J="Error",I="constructor",H="warn",G="hasOwnProperty",F=…
|
/external/autotest/client/bin/ |
D | job.py | 1260 def decorator(func): function
|
/external/autotest/client/common_lib/test_utils/ |
D | unittest.py | 146 def decorator(test_item): function
|