Home
last modified time | relevance | path

Searched defs:decorate (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/tests/cases/conformance/decorators/class/
DdecoratedClassFromExternalModule.ts4 function decorate(target: any) { } function
/third_party/typescript/tests/cases/compiler/
DmetadataReferencedWithinFilteredUnion.ts10 function decorate(target: any, propertyKey: string) { function
/third_party/typescript/tests/baselines/reference/
DdecoratedClassFromExternalModule.js4 function decorate(target: any) { } function
DmetadataReferencedWithinFilteredUnion.js9 function decorate(target: any, propertyKey: string) { function
/third_party/mindspore/mindspore/common/
D_decorator.py29 def decorate(func): function
/third_party/mindspore/tests/mindspore_test_framework/
Dmindspore_test.py37 def decorate(get_verification_set): function
/third_party/python/Lib/test/
Dtest_decorators.py6 def decorate(func): function
14 def decorate(func): function
30 def decorate(func): function
43 def decorate(func): function
120 def decorate(func): function
252 def decorate(func): function
Dtest_contextlib_async.py255 def decorate(func): function
Dtest_contextlib.py192 def decorate(func): function
/third_party/boost/boost/dll/detail/posix/
Dshared_library_impl.hpp62 static boost::dll::fs::path decorate(const boost::dll::fs::path & sl) { in decorate() function in boost::dll::detail::shared_library_impl
/third_party/boost/boost/dll/detail/windows/
Dshared_library_impl.hpp53 static boost::dll::fs::path decorate(const boost::dll::fs::path& sl) { in decorate() function in boost::dll::detail::shared_library_impl
/third_party/ltp/tools/sparse/sparse-src/Documentation/sphinx/
Dcdoc.py196 def decorate(l): function
/third_party/python/Tools/iobench/
Diobench.py45 def decorate(f): function
51 def decorate(f): function
/third_party/boost/boost/dll/
Dshared_library.hpp530 static boost::dll::fs::path decorate(const boost::dll::fs::path& sl) { in decorate() function in boost::dll::shared_library
/third_party/boost/boost/beast/websocket/impl/
Daccept.hpp76 auto const decorate = in build_response() local
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Daccept.hpp76 auto const decorate = in build_response() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dconvert_to_sampled_image_pass.cpp88 for (auto decorate : in GetDescriptorSetBinding() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp88 for (auto decorate : in GetDescriptorSetBinding() local
/third_party/flutter/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py385 def decorate(name, typ, arg): function
/third_party/typescript/src/compiler/transformers/
Dts.ts1258 const decorate = emitHelpers().createDecorateHelper(decoratorExpressions, localName); constant
/third_party/skia/third_party/externals/dawn/generator/
Ddawn_json_generator.py590 def decorate(name, typ, arg): function
/third_party/weston/xwayland/
Dwindow-manager.c164 int decorate; member