HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap (Results 1 - 12 of 12) sorted by null

  /external/skia/src/core/
SkGlobals.cpp 27 SkGlobals::BootStrap& bootstrap = SkGlobals::GetBootStrap(); local
29 Rec* rec = bootstrap.fHead;
43 bootstrap.fMutex.acquire();
48 Rec*& head = bootstrap.fHead;
61 bootstrap.fHead = rec;
64 bootstrap.fMutex.release();
74 SkGlobals::BootStrap& bootstrap = SkGlobals::GetBootStrap(); local
76 bootstrap.fMutex.acquire()
    [all...]
  /external/openssl/crypto/des/
DES.pm 17 bootstrap DES;
  /external/bluetooth/hcidump/
bootstrap-configure 7 ./bootstrap && \
  /external/bluetooth/bluez/
bootstrap-configure 11 ./bootstrap && \
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audio.c 38 static AudioBootStrap *bootstrap[] = { variable
319 for ( i=0; bootstrap[i]; ++i ) {
320 if ( SDL_strcasecmp(bootstrap[i]->name, "esd") == 0 ) {
330 if ( bootstrap[i]->available() ) {
331 audio = bootstrap[i]->create(0);
350 for ( i=0; bootstrap[i]; ++i ) {
351 if (SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
352 if ( bootstrap[i]->available() ) {
353 audio=bootstrap[i]->create(idx);
359 for ( i=0; bootstrap[i]; ++i )
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportTiger.pm 7 bootstrap DumpRenderTreeSupport;
  /external/clearsilver/perl/
ClearSilver.pm 30 bootstrap ClearSilver $VERSION;
  /external/grub/docs/
menu.lst 41 module (fd0)/boot/bootstrap
  /external/webkit/WebKitTools/Scripts/webkitpy/
autoinstall.py 47 try the bootstrap loader. See below.
115 bootstrap module. For example::
117 # or via the bootstrap
126 # http://svn.python.org/projects/sandbox/trunk/bootstrap/bootstrap.py
127 import bootstrap
131 bootstrap.main((url,))
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_video.c 35 static VideoBootStrap *bootstrap[] = { variable
177 for ( i=0; bootstrap[i]; ++i ) {
178 if ( SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
179 if ( bootstrap[i]->available() ) {
180 video = bootstrap[i]->create(index);
186 for ( i=0; bootstrap[i]; ++i ) {
187 if ( bootstrap[i]->available() ) {
188 video = bootstrap[i]->create(index);
200 current_video->name = bootstrap[i]->name;
    [all...]
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 304 struct xt_table_info *bootstrap,
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 39 #import <servers/bootstrap.h>

Completed in 331 milliseconds