HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap (Results 1 - 14 of 14) 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 && \
  /dalvik/tools/
dex-preopt 25 # bootstrap classes must be created before this can be run on other files;
26 # use the "--bootstrap" option to do this.
50 # of bootstrap classpath elements, colon-separated. Order is significant
57 # --bootstrap -- Process the bootstrap classes. If this is specified,
77 bootstrap='no'
128 elif [ "${option}" = 'bootstrap' -a "${hasValue}" = 'no' ]; then
129 bootstrap='yes'
144 # Check and set up the input and output files. In the case of bootstrap
148 if [ "${bootstrap}" = 'yes' ]; the
    [all...]
  /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/chromium/base/
mach_ipc_mac.h 10 #include <servers/bootstrap.h>
  /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 455 milliseconds