Home
last modified time | relevance | path

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

12

/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.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
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DShadowDecorator.java20 public void decorate(MutableClass mutableClass) { in decorate() method in ShadowDecorator
DClassInstrumentor.java512 void decorate(MutableClass mutableClass); in decorate() method
/external/slf4j/slf4j-site/src/site/pages/js/
Ddecorator.js6 function decorate() { function
/external/autotest/client/common_lib/
Dmetrics_mock_class.py20 def decorate(f): function
/external/python/pycparser/pycparser/
Dplyparser.py80 def decorate(rule_func): function
/external/python/cpython2/Tools/iobench/
Diobench.py44 def decorate(f): function
50 def decorate(f): function
/external/python/cpython3/Tools/iobench/
Diobench.py45 def decorate(f): function
51 def decorate(f): function
/external/tensorflow/tensorflow/lite/testing/
Dzip_test_utils.py57 def decorate(function, name=name): function
/external/pigweed/pw_doctor/py/pw_doctor/
Ddoctor.py121 def decorate(func): function
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/
DSpirvIntrinsics.cpp229 for (auto& decorate : spirvDecorate->decorates) { in getSpirvDecorateQualifierString() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-nullptr.cpp147 #define decorate(EXPR) side_effect(); EXPR; in test_macro_args() macro
/external/skia/experimental/sktext/src/
DProcessor.cpp55 bool Processor::decorate(SkTArray<DecorBlock, true> decorBlocks) { in decorate() function in skia::text::Processor
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DLayoutPass.cpp423 LayoutPass::decorate(File::AtomRange<DefinedAtom> &atomRange) const { in decorate() function in lld::mach_o::LayoutPass
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js849 var decorate = function (job) { function
/external/ImageMagick/MagickCore/
Ddraw.h249 decorate; member
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp4528 for (auto& decorate : spirvDecorate.decorates) { in decorateStructType() local
8819 for (auto& decorate : spirvDecorate.decorates) { in getSymbolId() local
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
Dwebcomponents-lite.min.js11 …ent.querySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&"… argument

12