Home
last modified time | relevance | path

Searched refs:then (Results 1 – 25 of 200) sorted by relevance

12345678

/AliOS-Things-master/components/SDL2/src/image/
A Dconfigure.in54 if test -z "$host_alias"; then
75 if test x$WINDRES != x; then
111 if test x$lib != x; then
296 if test x$enable_bmp = xyes; then
300 if test x$enable_gif = xyes; then
304 if test x$enable_lbm = xyes; then
308 if test x$enable_pcx = xyes; then
312 if test x$enable_pnm = xyes; then
316 if test x$enable_svg = xyes; then
320 if test x$enable_tga = xyes; then
[all …]
/AliOS-Things-master/components/amp/libjs/init/
A Dpromise.js110 var promise = subscriber.then;
138 var then = value.then; // then should be retrived only once
140 if (typeof then === 'function') {
141 then.call(value, function (val) {
235 then: function (onFulfillment, onRejection) { method in Promise
238 then: new this.constructor(NOOP), property in Promise.then.subscriber
252 return subscriber.then;
256 return this.then(null, onRejection);
282 if (promise && typeof promise.then === 'function')
283 promise.then(resolver(i), reject);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.ac260 then
264 then
276 then
280 then
292 then
296 then
318 then
322 then
346 then
350 then
[all …]
/AliOS-Things-master/components/SDL2/src/image/autom4te.cache/
A Doutput.0603 then
676 then
1807 }; then :
3020 then :; else
7560 then
7615 then
7849 then
8066 then
8719 then
10371 then
[all …]
A Doutput.1603 then
676 then
1807 }; then :
3020 then :; else
7560 then
7615 then
7849 then
8066 then
8719 then
10371 then
[all …]
A Doutput.2419 if test "$4"; then
1675 }; then :
1748 }; then :
2957 then :; else
8420 then
8475 then
8774 then
9033 then
9859 then
11740 then
[all …]
/AliOS-Things-master/components/SDL2/
A Dsdl2.m439 if test x$sdl_exec_prefix != x ; then
45 if test x$sdl_prefix != x ; then
53 if test "x$sdl_pc" = xyes ; then
67 if test "x$SDL2_FRAMEWORK" != x; then
87 if test "$SDL2_CONFIG" != "no"; then
88 if test "x$sdl_pc" = "xno"; then
175 if test "x$sdl_pc" = "xno"; then
176 if test "x$no_sdl" = "xyes"; then
184 if test "x$no_sdl" = x ; then
187 if test "$SDL2_CONFIG" = "no" ; then
[all …]
/AliOS-Things-master/components/amp/libjs/
A Dinit.js1then;if("function"==typeof r){e=c;try{o=r(o)}catch(t){b(i,t)}}m(i,o)||(e===c&&_(i,o),e===u&&b(i,o)… method in T
/AliOS-Things-master/components/SDL2/acinclude/
A Dpkg_config.m410 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
13 if test -n "$PKG_CONFIG"; then
16 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
38 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
47 [if test -n "$$1"; then
49 elif test -n "$PKG_CONFIG"; then
62 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
95 if test $pkg_failed = yes; then
98 if test $_pkg_short_errors_supported = yes; then
116 elif test $pkg_failed = untried; then
A Desd.m425 if test x$esd_exec_prefix != x ; then
27 if test x${ESD_CONFIG+set} != xset ; then
31 if test x$esd_prefix != x ; then
33 if test x${ESD_CONFIG+set} != xset ; then
42 if test "$ESD_CONFIG" = "no" ; then
54 if test "x$enable_esdtest" = "xyes" ; then
109 …printf("*** of ESD required is %d.%d.%d. If esd-config is correct, then it is\n", major, minor, mi…
123 if test "x$no_esd" = x ; then
128 if test "$ESD_CONFIG" = "no" ; then
134 if test -f conf.esdtest ; then
A Dlibtool.m4669 if $lt_cl_silent; then
843 if test -z "$GOC"; then
848 if test -z "$GOC"; then
2003 then
2063 if test -d .libs; then
2418 # Convert to unix form, then to dos form, then back to unix form
3105 if test -n "$LD"; then
4815 then
5038 then
5651 then
[all …]
/AliOS-Things-master/components/SDL2/test/
A Dconfigure.ac45 if test x$ac_cv_prog_gcc = xyes; then
54 if test "x$OSMESA_CONFIG" = "xyes"; then
104 if test x$have_x = xyes; then
105 …if test x$ac_x_includes = xno || test "x$ac_x_includes" = xNone || test "x$ac_x_includes" = x; then
110 if test x$ac_x_libraries = xno || test "x$ac_x_libraries" = xNone; then
113 if test "x$ac_x_libraries" = x; then
171 if test x$have_opengles = xyes; then
176 if test x$have_opengles2 = xyes; then
181 if test x$have_opengl = xyes; then
197 if test x$have_SDL_ttf = xyes; then
A Dacinclude.m432 if test x$sdl_exec_prefix != x ; then
38 if test x$sdl_prefix != x ; then
46 if test "x$sdl_pc" = xyes ; then
59 if test "$SDL_CONFIG" = "no" ; then
146 if test "x$no_sdl" = x ; then
152 if test "x$no_sdl" = x ; then
161 if test -f conf.sdltest ; then
239 if test -n "$PKG_CONFIG"; then
273 [if test -n "$$1"; then
275 elif test -n "$PKG_CONFIG"; then
[all …]
A Dtestoffscreen.c103 Uint32 then, now, frames; in main() local
140 then = SDL_GetTicks(); in main()
155 if (now > then) { in main()
156 double fps = ((double) frames * 1000) / (now - then); in main()
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dsdl2.m432 if test x$sdl_exec_prefix != x ; then
34 if test x${SDL2_CONFIG+set} != xset ; then
38 if test x$sdl_prefix != x ; then
40 if test x${SDL2_CONFIG+set} != xset ; then
46 if test "x$sdl_pc" = xyes ; then
59 if test "$SDL2_CONFIG" = "no" ; then
71 if test "x$enable_sdltest" = "xyes" ; then
146 if test "x$no_sdl" = x ; then
152 if test "x$no_sdl" = x ; then
155 if test "$SDL2_CONFIG" = "no" ; then
[all …]
A Dpkg.m430 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33 if test -n "$PKG_CONFIG"; then
36 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
69 [if test -n "$PKG_CONFIG"; then
70 if test -n "$$1"; then
86 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
119 if test $pkg_failed = yes; then
121 if test $_pkg_short_errors_supported = yes; then
141 elif test $pkg_failed = untried; then
A Dlibtool.m4631 if $lt_cl_silent; then
1105 then
1178 then
1889 then
1949 if test -d .libs; then
2877 [if test -z "$LD"; then
2902 if test -n "$LD"; then
4385 then
4602 then
5148 then
[all …]
/AliOS-Things-master/components/SDL2/src/hidapi/m4/
A Dpkg.m430 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
33 if test -n "$PKG_CONFIG"; then
36 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
59 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
69 [if test -n "$PKG_CONFIG"; then
70 if test -n "$$1"; then
86 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
119 if test $pkg_failed = yes; then
121 if test $_pkg_short_errors_supported = yes; then
141 elif test $pkg_failed = untried; then
/AliOS-Things-master/components/SDL2/src/hidapi/
A Dconfigure.ac135 if test "x$os" = xwindows; then
142 if test "x$threads" = xpthreads; then
145 if test "x$found_pthreads" = xyes; then
146 if test "x$os" = xlinux; then
176 if test "x$testgui_enabled" != "xno"; then
177 if test "x$os" = xdarwin; then
180 if test "x$foxconfig" = "xfalse"; then
187 elif test "x$os" = xwindows; then
189 if test "x$win_implementation" = xmingw; then
201 if test "x$os" = xfreebsd; then
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m4683 if $lt_cl_silent; then
855 if test -z "$GOC"; then
860 if test -z "$GOC"; then
2012 then
2418 # Convert to unix form, then to dos form, then back to unix form
4816 then
5039 then
5653 then
6034 then
8728 if $2; then
[all …]
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m4683 if $lt_cl_silent; then
855 if test -z "$GOC"; then
860 if test -z "$GOC"; then
2012 then
2418 # Convert to unix form, then to dos form, then back to unix form
4816 then
5039 then
5653 then
6034 then
8728 if $2; then
[all …]
/AliOS-Things-master/components/SDL2/src/timer/unix/
A DSDL_systimer.c207 Uint32 then, now, elapsed; in SDL_Delay() local
215 then = SDL_GetTicks(); in SDL_Delay()
227 elapsed = (now - then); in SDL_Delay()
228 then = now; in SDL_Delay()
/AliOS-Things-master/components/amp/example-js/
A Dpromise.js23 .then(function(){
27 .then(function(data){
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlibtool.m4677 if $lt_cl_silent; then
863 if test -z "$GOC"; then
868 if test -z "$GOC"; then
2083 then
2143 if test -d .libs; then
2591 # Convert to unix form, then to dos form, then back to unix form
3328 if test -n "$LD"; then
5203 then
5462 then
6118 then
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlibtool.m4677 if $lt_cl_silent; then
863 if test -z "$GOC"; then
868 if test -z "$GOC"; then
2083 then
2143 if test -d .libs; then
2591 # Convert to unix form, then to dos form, then back to unix form
3316 if test -n "$LD"; then
5185 then
5444 then
6099 then
[all …]

Completed in 149 milliseconds

12345678