Home
last modified time | relevance | path

Searched refs:decorate (Results 1 – 25 of 50) sorted by relevance

12

/external/python/cpython3/Lib/test/
Dtest_decorators.py4 def decorate(func): function
7 return decorate
12 def decorate(func): function
15 return decorate
28 def decorate(func): function
35 return decorate
41 def decorate(func): function
49 return decorate
97 def decorate(func): function
100 return decorate
[all …]
Dtest_contextlib.py157 def decorate(func): function
161 return decorate
/external/python/cpython2/Lib/test/
Dtest_decorators.py5 def decorate(func): function
8 return decorate
13 def decorate(func): function
16 return decorate
29 def decorate(func): function
36 return decorate
42 def decorate(func): function
50 return decorate
98 def decorate(func): function
101 return decorate
[all …]
Dtest_contextlib.py87 def decorate(func): function
91 return decorate
/external/autotest/client/common_lib/
Dmetrics_mock_class.py12 def decorate(f): function
23 return decorate
/external/guice/extensions/persist/lib/
Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META ...
/external/python/cpython3/Tools/iobench/
Diobench.py45 def decorate(f): function
48 return decorate
51 def decorate(f): function
54 return decorate
/external/python/cpython2/Tools/iobench/
Diobench.py44 def decorate(f): function
47 return decorate
50 def decorate(f): function
53 return decorate
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Dprettify.js849 var decorate = function (job) { function
919 decorate, decorations);
930 decorate, decorations);
935 return decorate;
/external/antlr/antlr-3.4/runtime/Python/tests/
Dt050decorate.g23 @decorate {
/external/slf4j/slf4j-site/src/site/pages/js/
Ddecorator.js6 function decorate() { function
/external/antlr/antlr-3.4/runtime/Python/
DChangeLog29 * Python.stg (rule): Added support for @decorate {...} action for
/external/curl/
Dmaketgz159 git log --pretty=fuller --no-color --date=short --decorate=full -1000 | ./scripts/log2changes.pl > …
/external/ImageMagick/MagickCore/
DAndroid.mk25 decorate.c\
DMakefile.am115 MagickCore/decorate.c \
116 MagickCore/decorate.h \
335 MagickCore/decorate.h \
Ddraw.h248 decorate; member
Dannotate.c518 if (annotate->decorate == OverlineDecoration) in AnnotateImage()
526 if (annotate->decorate == UnderlineDecoration) in AnnotateImage()
539 if (annotate->decorate == LineThroughDecoration) in AnnotateImage()
Ddraw.c282 clone_info->decorate=draw_info->decorate; in CloneDrawInfo()
1971 decorate; in DrawImage() local
1974 decorate=ParseCommandOption(MagickDecorateOptions,MagickFalse, in DrawImage()
1976 if (decorate == -1) in DrawImage()
1979 graphic_context[n]->decorate=(DecorationType) decorate; in DrawImage()
4966 draw_info->decorate=NoDecoration; in GetDrawInfo()
/external/libmicrohttpd/src/include/
Dautoinit_funcs.h129 #error Do not know how to decorate symbols for this architecture
/external/python/cpython3/Modules/_ctypes/libffi/
DMakefile.am254 …if [ -d $(top_srcdir)/.git ] ; then (cd $(top_srcdir); git log --no-decorate) ; else echo 'See git…
/external/python/cpython2/Modules/_ctypes/libffi/
DMakefile.am254 …if [ -d $(top_srcdir)/.git ] ; then (cd $(top_srcdir); git log --no-decorate) ; else echo 'See git…
/external/libffi/
DMakefile.am258 …if [ -d $(top_srcdir)/.git ] ; then (cd $(top_srcdir); git log --no-decorate) ; else echo 'See git…
/external/ImageMagick/MagickWand/
Ddrawing-wand.c2265 return(CurrentContext->decorate); in DrawGetTextDecoration()
2494 MagickDecorateOptions,(ssize_t) CurrentContext->decorate), in DrawGetVectorGraphics()
5912 (CurrentContext->decorate != decoration)) in DrawSetTextDecoration()
5914 CurrentContext->decorate=decoration; in DrawSetTextDecoration()
6256 CurrentContext->decorate=(DecorationType) ParseCommandOption( in DrawSetVectorGraphics()
/external/libmicrohttpd/
DMHD_config.h.in390 /* defines how to decorate public symbols while building */
Dconfigure.ac491 [defines how to decorate public symbols while building])
499 [defines how to decorate public symbols while building])

12