Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/decorators/class/
DdecoratedClassFromExternalModule.ts4 function decorate(target: any) { } function
/third_party/python/Lib/test/
Dtest_decorators.py4 def decorate(func): function
12 def decorate(func): function
28 def decorate(func): function
41 def decorate(func): function
97 def decorate(func): function
229 def decorate(func): function
Dtest_contextlib_async.py242 def decorate(func): function
Dtest_contextlib.py188 def decorate(func): 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/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/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/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