Home
last modified time | relevance | path

Searched refs:bootstrap (Results 1 – 16 of 16) sorted by relevance

/AliOS-Things-master/components/linksdk/
A DREADME.md35 │   ├── bootstrap #设备引导服务
/AliOS-Things-master/components/amp/services/
A DMakefile30 ../components/linksdk/components/bootstrap \
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c60 static VideoBootStrap *bootstrap[] = { variable
451 return SDL_arraysize(bootstrap) - 1; in SDL_GetNumVideoDrivers()
458 return bootstrap[index]->name; in SDL_GetVideoDriver()
497 for (i = 0; bootstrap[i]; ++i) { in SDL_VideoInit()
498 if (SDL_strncasecmp(bootstrap[i]->name, driver_name, SDL_strlen(driver_name)) == 0) { in SDL_VideoInit()
499 if (bootstrap[i]->available()) { in SDL_VideoInit()
500 video = bootstrap[i]->create(index); in SDL_VideoInit()
506 for (i = 0; bootstrap[i]; ++i) { in SDL_VideoInit()
507 if (bootstrap[i]->available()) { in SDL_VideoInit()
508 video = bootstrap[i]->create(index); in SDL_VideoInit()
[all …]
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c37 static const AudioBootStrap *const bootstrap[] = { variable
930 return SDL_arraysize(bootstrap) - 1; in SDL_GetNumAudioDrivers()
937 return bootstrap[index]->name; in SDL_GetAudioDriver()
961 for (i = 0; (!initialized) && (bootstrap[i]); ++i) { in SDL_AudioInit()
963 const AudioBootStrap *backend = bootstrap[i]; in SDL_AudioInit()
/AliOS-Things-master/components/amp/engine/duktape_engine/
A DMakefile80 ../../components/linksdk/components/bootstrap \
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m37 /* Cocoa driver bootstrap functions */
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt217 ./bootstrap
223 can skip the ./bootstrap step.
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m53 /* DUMMY driver bootstrap functions */
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt66 aux_source_directory(../../linksdk/components/bootstrap/ DIR_LINKSDK_BOOTSTRAP)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Daclocal.m4413 # order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A Daclocal.m4453 # order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Daclocal.m4402 # need in order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/image/
A Daclocal.m4502 # need in order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/gfx/Test/
A Daclocal.m49000 # need in order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/gfx/
A Daclocal.m49000 # need in order to bootstrap the dependency handling code.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Daclocal.m49491 # need in order to bootstrap the dependency handling code.

Completed in 48 milliseconds