/external/qemu/distrib/sdl-1.2.12/src/audio/ |
D | SDL_audio.c | 38 static AudioBootStrap *bootstrap[] = { variable 319 for ( i=0; bootstrap[i]; ++i ) { in SDL_AudioInit() 320 if ( SDL_strcasecmp(bootstrap[i]->name, "esd") == 0 ) { in SDL_AudioInit() 330 if ( bootstrap[i]->available() ) { in SDL_AudioInit() 331 audio = bootstrap[i]->create(0); in SDL_AudioInit() 350 for ( i=0; bootstrap[i]; ++i ) { in SDL_AudioInit() 351 if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) { in SDL_AudioInit() 352 if ( bootstrap[i]->available() ) { in SDL_AudioInit() 353 audio=bootstrap[i]->create(idx); in SDL_AudioInit() 359 for ( i=0; bootstrap[i]; ++i ) { in SDL_AudioInit() [all …]
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | Makefile.in | 96 $(FLEX): .bootstrap $(OBJECTS) $(FLEXLIB) 99 .bootstrap: initscan.c 102 touch .bootstrap 216 rm -f .bootstrap $(FLEX) scan.c tags TAGS Makefile config.status \
|
/external/openssl/crypto/des/ |
D | DES.pm | 17 bootstrap DES;
|
/external/bluetooth/hcidump/ |
D | bootstrap-configure | 7 ./bootstrap && \
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/ |
D | djgpp.sed | 9 /^flex/ s/\.bootstrap//
|
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/ |
D | DumpRenderTreeSupportPregenerated.pm | 7 bootstrap DumpRenderTreeSupport;
|
/external/bison/m4/ |
D | gnulib.m4 | 1 # This file is generated automatically by "bootstrap".
|
/external/bluetooth/bluez/ |
D | bootstrap-configure | 11 ./bootstrap && \
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
D | SDL_video.c | 35 static VideoBootStrap *bootstrap[] = { variable 177 for ( i=0; bootstrap[i]; ++i ) { in SDL_VideoInit() 178 if ( SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) { in SDL_VideoInit() 179 if ( bootstrap[i]->available() ) { in SDL_VideoInit() 180 video = bootstrap[i]->create(index); in SDL_VideoInit() 186 for ( i=0; bootstrap[i]; ++i ) { in SDL_VideoInit() 187 if ( bootstrap[i]->available() ) { in SDL_VideoInit() 188 video = bootstrap[i]->create(index); in SDL_VideoInit() 200 current_video->name = bootstrap[i]->name; in SDL_VideoInit()
|
/external/grub/docs/ |
D | menu.lst | 41 module (fd0)/boot/bootstrap
|
D | boot.S.texi | 1 /* @r{boot.S - bootstrap the kernel} */
|
D | internals.texi | 17 * Bootstrap tricks:: The bootstrap mechanism used in GRUB 295 @section The bootstrap mechanism used in GRUB
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | sad_tab_controller_unittest.mm | 36 // from CocoaTest, so do a bootstrap and create test window.
|
/external/kernel-headers/original/linux/netfilter/ |
D | x_tables.h | 304 struct xt_table_info *bootstrap,
|
/external/webkit/Source/WebKit2/WebProcess/mac/ |
D | WebProcessMainMac.mm | 37 #import <servers/bootstrap.h>
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
D | PluginProcessMainMac.mm | 36 #import <servers/bootstrap.h>
|
/external/chromium/chrome/common/extensions/docs/ |
D | README.txt | 66 2) This page loads bootstrap.js which inspects the <page> name
|
/external/qemu-pc-bios/bochs/ |
D | config.h.in | 52 // * processors=1, bootstrap=0, ioapic_id=1 (uniprocessor system) 53 // * processors=2, bootstrap=0, ioapic_id=2 54 // * processors=4, bootstrap=0, ioapic_id=4
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Game.java | 62 …public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeigh… in bootstrap() method in Game
|
D | AndouKun.java | 170 … mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty); in onCreate()
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/ |
D | ProcessLauncherMac.mm | 36 #import <servers/bootstrap.h>
|
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
D | NetscapePluginHostManager.mm | 36 #import <servers/bootstrap.h>
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/ |
D | descrip.mms | 132 MARKER = make.bootstrap
|
/external/bison/ |
D | ChangeLog | 201 * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use 202 that variable and the line breaks the bootstrap. Problem reported 697 * bootstrap: Undo changes to gnulib files that autoreconf made. 1138 * bootstrap (build_cvs_prefix): Remove; unused. 1402 * bootstrap (cleanup_gnulib): New function. Use it to clean up 1545 * bootstrap (gnulib_modules): Add unlocked-io. 1571 * bootstrap (gnulib_modules): Add strverscmp. 1675 * bootstrap (gnulib_modules): Add strerror, strtoul. 1694 * bootstrap (gnulib_modules): Add verify. 1708 * bootstrap (gnulib_modules): Remove alloca. Bison doesn't need [all …]
|
/external/llvm/test/Transforms/GVN/ |
D | rle.ll | 260 ;; bootstrap, see r82411
|