Home
last modified time | relevance | path

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

12

/external/ComputeLibrary/arm_compute/core/utils/logging/
DLogMsgDecorators.h73 void decorate(LogMsg &log_msg) override in decorate() function
90 void decorate(LogMsg &log_msg) override in decorate() function
120 void decorate(LogMsg &log_msg) override in decorate() function
138 void decorate(LogMsg &log_msg) override in decorate() function
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/
DInputDecorator.java30 public abstract InputStream decorate(IOContext ctxt, InputStream in) in decorate() method in InputDecorator
50 public abstract InputStream decorate(IOContext ctxt, byte[] src, int offset, int length) in decorate() method in InputDecorator
71 public DataInput decorate(IOContext ctxt, DataInput input) in decorate() method in InputDecorator
90 public abstract Reader decorate(IOContext ctxt, Reader r) throws IOException; in decorate() method in InputDecorator
DOutputDecorator.java25 public abstract OutputStream decorate(IOContext ctxt, OutputStream out) throws IOException; in decorate() method in OutputDecorator
37 public abstract Writer decorate(IOContext ctxt, Writer w) throws IOException; in decorate() method in OutputDecorator
/external/jackson-core/src/test/java/com/fasterxml/jackson/core/json/
DTestDecorators.java28 public InputStream decorate(IOContext ctxt, InputStream in) in decorate() method in TestDecorators.SimpleInputDecorator
35 public InputStream decorate(IOContext ctxt, byte[] src, int offset, int length) in decorate() method in TestDecorators.SimpleInputDecorator
42 public Reader decorate(IOContext ctxt, Reader src) { in decorate() method in TestDecorators.SimpleInputDecorator
50 public OutputStream decorate(IOContext ctxt, OutputStream out) throws IOException in decorate() method in TestDecorators.SimpleOutputDecorator
58 public Writer decorate(IOContext ctxt, Writer w) throws IOException in decorate() method in TestDecorators.SimpleOutputDecorator
/external/python/cpython2/Lib/test/
Dtest_decorators.py5 def decorate(func): function
13 def decorate(func): function
29 def decorate(func): function
42 def decorate(func): function
98 def decorate(func): function
226 def decorate(func): function
Dtest_contextlib.py87 def decorate(func): function
/external/python/cpython3/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
/external/python/absl-py/absl/flags/
D_validators.py109 def decorate(function): function
187 def decorate(function): function
/external/robolectric/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowDecorator.java19 public void decorate(MutableClass mutableClass) { in decorate() method in ShadowDecorator
/external/slf4j/slf4j-site/src/site/pages/js/
Ddecorator.js6 function decorate() { function
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowDecorator.java20 public void decorate(MutableClass mutableClass) { in decorate() method in ShadowDecorator
/external/python/setuptools/setuptools/_vendor/jaraco/
Dfunctools.py365 def decorate(func): function
512 def decorate(func): function
/external/python/setuptools/pkg_resources/_vendor/jaraco/
Dfunctools.py365 def decorate(func): function
512 def decorate(func): function
/external/autotest/client/common_lib/
Dmetrics_mock_class.py20 def decorate(f): function
/external/python/cpython3/Tools/iobench/
Diobench.py45 def decorate(f): function
51 def decorate(f): function
/external/python/cpython2/Tools/iobench/
Diobench.py44 def decorate(f): function
50 def decorate(f): function
/external/python/pycparser/pycparser/
Dplyparser.py80 def decorate(rule_func): function
/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py65 def decorate(function): function
/external/pandora/avatar/avatar/
D__init__.py170 def decorate(input: Tuple[Any, ...]) -> Callable[..., Any]: function
/external/pigweed/pw_doctor/py/pw_doctor/
Ddoctor.py128 def decorate(func): function
/external/tensorflow/tensorflow/lite/testing/
Dzip_test_utils.py56 def decorate(function, name=name): function
/external/deqp-deps/glslang/glslang/MachineIndependent/
DSpirvIntrinsics.cpp239 for (auto& decorate : spirvDecorate->decorates) { in getSpirvDecorateQualifierString() local
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSpirvIntrinsics.cpp239 for (auto& decorate : spirvDecorate->decorates) { in getSpirvDecorateQualifierString() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_sampled_image_pass.cpp88 for (auto decorate : in GetDescriptorSetBinding() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconvert_to_sampled_image_pass.cpp87 for (auto decorate : in GetDescriptorSetBinding() local

12