/external/jackson-core/src/main/java/com/fasterxml/jackson/core/io/ |
D | InputDecorator.java | 30 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
|
D | OutputDecorator.java | 25 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/ |
D | TestDecorators.java | 28 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/ |
D | test_decorators.py | 5 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
|
D | test_contextlib.py | 87 def decorate(func): function
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 4 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
|
D | test_contextlib_async.py | 242 def decorate(func): function
|
D | test_contextlib.py | 188 def decorate(func): function
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | ShadowDecorator.java | 20 public void decorate(MutableClass mutableClass) { in decorate() method in ShadowDecorator
|
D | ClassInstrumentor.java | 512 void decorate(MutableClass mutableClass); in decorate() method
|
/external/slf4j/slf4j-site/src/site/pages/js/ |
D | decorator.js | 6 function decorate() { function
|
/external/autotest/client/common_lib/ |
D | metrics_mock_class.py | 20 def decorate(f): function
|
/external/python/pycparser/pycparser/ |
D | plyparser.py | 80 def decorate(rule_func): function
|
/external/python/cpython2/Tools/iobench/ |
D | iobench.py | 44 def decorate(f): function 50 def decorate(f): function
|
/external/python/cpython3/Tools/iobench/ |
D | iobench.py | 45 def decorate(f): function 51 def decorate(f): function
|
/external/tensorflow/tensorflow/lite/testing/ |
D | zip_test_utils.py | 57 def decorate(function, name=name): function
|
/external/pigweed/pw_doctor/py/pw_doctor/ |
D | doctor.py | 121 def decorate(func): function
|
/external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
D | SpirvIntrinsics.cpp | 229 for (auto& decorate : spirvDecorate->decorates) { in getSpirvDecorateQualifierString() local
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | modernize-use-nullptr.cpp | 147 #define decorate(EXPR) side_effect(); EXPR; in test_macro_args() macro
|
/external/skia/experimental/sktext/src/ |
D | Processor.cpp | 55 bool Processor::decorate(SkTArray<DecorBlock, true> decorBlocks) { in decorate() function in skia::text::Processor
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | LayoutPass.cpp | 423 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/ |
D | prettify.js | 849 var decorate = function (job) { function
|
/external/ImageMagick/MagickCore/ |
D | draw.h | 249 decorate; member
|
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 4528 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/ |
D | webcomponents-lite.min.js | 11 …ent.querySelector('script[src*="'+e+'"]'),n={};if(!n.noOpts){if(location.search.slice(1).split("&"… argument
|