Home
last modified time | relevance | path

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

12

/external/qemu/distrib/sdl-1.2.12/src/audio/
DSDL_audio.c38 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/
DMakefile.in96 $(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/
DDES.pm17 bootstrap DES;
/external/bluetooth/hcidump/
Dbootstrap-configure7 ./bootstrap && \
/external/webkit/Tools/android/flex-2.5.4a/MISC/MSDOS/
Ddjgpp.sed9 /^flex/ s/\.bootstrap//
/external/webkit/Tools/DumpRenderTree/mac/PerlSupport/
DDumpRenderTreeSupportPregenerated.pm7 bootstrap DumpRenderTreeSupport;
/external/bison/m4/
Dgnulib.m41 # This file is generated automatically by "bootstrap".
/external/bluetooth/bluez/
Dbootstrap-configure11 ./bootstrap && \
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_video.c35 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/
Dmenu.lst41 module (fd0)/boot/bootstrap
Dboot.S.texi1 /* @r{boot.S - bootstrap the kernel} */
Dinternals.texi17 * Bootstrap tricks:: The bootstrap mechanism used in GRUB
295 @section The bootstrap mechanism used in GRUB
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dsad_tab_controller_unittest.mm36 // from CocoaTest, so do a bootstrap and create test window.
/external/kernel-headers/original/linux/netfilter/
Dx_tables.h304 struct xt_table_info *bootstrap,
/external/webkit/Source/WebKit2/WebProcess/mac/
DWebProcessMainMac.mm37 #import <servers/bootstrap.h>
/external/webkit/Source/WebKit2/PluginProcess/mac/
DPluginProcessMainMac.mm36 #import <servers/bootstrap.h>
/external/chromium/chrome/common/extensions/docs/
DREADME.txt66 2) This page loads bootstrap.js which inspects the <page> name
/external/qemu-pc-bios/bochs/
Dconfig.h.in52 // * 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/
DGame.java62 …public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeigh… in bootstrap() method in Game
DAndouKun.java170 … mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty); in onCreate()
/external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
DProcessLauncherMac.mm36 #import <servers/bootstrap.h>
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DNetscapePluginHostManager.mm36 #import <servers/bootstrap.h>
/external/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms132 MARKER = make.bootstrap
/external/bison/
DChangeLog201 * 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/
Drle.ll260 ;; bootstrap, see r82411

12