Home
last modified time | relevance | path

Searched refs:recursive (Results 1 – 25 of 40) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/build/
A DMakefile.in144 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
145 ctags-recursive dvi-recursive html-recursive info-recursive \
146 install-data-recursive install-dvi-recursive \
147 install-exec-recursive install-html-recursive \
148 install-info-recursive install-pdf-recursive \
149 install-ps-recursive install-recursive installcheck-recursive \
150 installdirs-recursive pdf-recursive ps-recursive \
151 tags-recursive uninstall-recursive
157 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
158 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/
A DMakefile.in143 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
144 ctags-recursive dvi-recursive html-recursive info-recursive \
145 install-data-recursive install-dvi-recursive \
146 install-exec-recursive install-html-recursive \
147 install-info-recursive install-pdf-recursive \
148 install-ps-recursive install-recursive installcheck-recursive \
149 installdirs-recursive pdf-recursive ps-recursive \
150 tags-recursive uninstall-recursive
156 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
157 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/
A DMakefile.in146 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
147 ctags-recursive dvi-recursive html-recursive info-recursive \
148 install-data-recursive install-dvi-recursive \
149 install-exec-recursive install-html-recursive \
150 install-info-recursive install-pdf-recursive \
151 install-ps-recursive install-recursive installcheck-recursive \
152 installdirs-recursive pdf-recursive ps-recursive \
153 tags-recursive uninstall-recursive
188 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
189 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/thread/generic/
A DSDL_sysmutex.c31 int recursive; member
47 mutex->recursive = 0; in SDL_CreateMutex()
86 ++mutex->recursive; in SDL_LockMutex()
94 mutex->recursive = 0; in SDL_LockMutex()
117 ++mutex->recursive; in SDL_TryLockMutex()
126 mutex->recursive = 0; in SDL_TryLockMutex()
150 if (mutex->recursive) { in SDL_mutexV()
151 --mutex->recursive; in SDL_mutexV()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DMakefile.in121 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
122 ctags-recursive dvi-recursive html-recursive info-recursive \
123 install-data-recursive install-dvi-recursive \
124 install-exec-recursive install-html-recursive \
125 install-info-recursive install-pdf-recursive \
126 install-ps-recursive install-recursive installcheck-recursive \
127 installdirs-recursive pdf-recursive ps-recursive \
128 tags-recursive uninstall-recursive
134 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
135 distclean-recursive maintainer-clean-recursive
[all …]
A Dconfigure1016 ac_init_help=recursive ;;
1463 short | recursive ) echo "Configuration of libwebp 1.0.2:";;
1605 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1608 $SHELL "$ac_srcdir/configure" --help=recursive
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/
A DMakefile.in187 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
188 ctags-recursive dvi-recursive html-recursive info-recursive \
189 install-data-recursive install-dvi-recursive \
190 install-exec-recursive install-html-recursive \
191 install-info-recursive install-pdf-recursive \
192 install-ps-recursive install-recursive installcheck-recursive \
193 installdirs-recursive pdf-recursive ps-recursive \
194 tags-recursive uninstall-recursive
200 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
201 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/
A DMakefile.in197 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
198 ctags-recursive dvi-recursive html-recursive info-recursive \
199 install-data-recursive install-dvi-recursive \
200 install-exec-recursive install-html-recursive \
201 install-info-recursive install-pdf-recursive \
202 install-ps-recursive install-recursive installcheck-recursive \
203 installdirs-recursive pdf-recursive ps-recursive \
204 tags-recursive uninstall-recursive
213 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
214 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/thread/psp/
A DSDL_sysmutex.c33 int recursive; member
49 mutex->recursive = 0; in SDL_CreateMutex()
88 ++mutex->recursive; in SDL_mutexP()
96 mutex->recursive = 0; in SDL_mutexP()
119 if (mutex->recursive) { in SDL_mutexV()
120 --mutex->recursive; in SDL_mutexV()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DMakefile.in147 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
148 ctags-recursive dvi-recursive html-recursive info-recursive \
149 install-data-recursive install-dvi-recursive \
150 install-exec-recursive install-html-recursive \
151 install-info-recursive install-pdf-recursive \
152 install-ps-recursive install-recursive installcheck-recursive \
153 installdirs-recursive pdf-recursive ps-recursive \
154 tags-recursive uninstall-recursive
189 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
190 distclean-recursive maintainer-clean-recursive
[all …]
/AliOS-Things-master/components/SDL2/src/thread/pthread/
A DSDL_sysmutex.c37 int recursive; member
94 ++mutex->recursive; in SDL_LockMutex()
102 mutex->recursive = 0; in SDL_LockMutex()
132 ++mutex->recursive; in SDL_TryLockMutex()
141 mutex->recursive = 0; in SDL_TryLockMutex()
171 if (mutex->recursive) { in SDL_UnlockMutex()
172 --mutex->recursive; in SDL_UnlockMutex()
/AliOS-Things-master/components/amp/libjs/
A Dbuild.js29 watch('./lib', { recursive: true }, function(evt, name) {
/AliOS-Things-master/components/py_engine/engine/tools/
A Dcodeformat.py86 files.update(glob.glob(os.path.join(prefix, pattern), recursive=True))
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/microfrontend/
A DBUILD41 # Selective registration uses constexprs with recursive
/AliOS-Things-master/components/SDL2/acinclude/
A Dltoptions.m4375 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
376 [m4_define([_LTDL_MODE], [recursive])])
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dltoptions.m4360 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
361 [m4_define([_LTDL_MODE], [recursive])])
/AliOS-Things-master/components/ucamera/
A DREADME.md105 $git clone --recursive https://github.com/espressif/esp-who.git
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dltoptions.m4428 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
429 [m4_define([_LTDL_MODE], [recursive])])
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dltoptions.m4428 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
429 [m4_define([_LTDL_MODE], [recursive])])
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dltoptions.m4428 LT_OPTION_DEFINE([LTDL_INIT], [recursive],
429 [m4_define([_LTDL_MODE], [recursive])])
/AliOS-Things-master/solutions/ucloud_ai_demo/
A DREADME.md54 $git clone --recursive https://github.com/espressif/esp-who.git
/AliOS-Things-master/components/SDL2/src/gfx/
A DINSTALL327 `--help=recursive'
330 only in the top level, while the `recursive' variant lists options
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A DINSTALL327 `--help=recursive'
330 only in the top level, while the `recursive' variant lists options
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dconfigure950 ac_init_help=recursive ;;
1398 short | recursive ) echo "Configuration of libjpeg 9.2.0:";;
1501 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1504 $SHELL "$ac_srcdir/configure" --help=recursive
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dconfigure998 ac_init_help=recursive ;;
1445 short | recursive ) echo "Configuration of libpng 1.6.37:";;
1611 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1614 $SHELL "$ac_srcdir/configure" --help=recursive

Completed in 84 milliseconds

12