HomeSort by relevance Sort by last modified time
    Searched refs:bootstrap (Results 1 - 24 of 24) 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...]
  /ndk/sources/host-tools/sed-4.2.1/
Makefile.am 11 noinst_DATA = bootstrap.sh
26 cmp bootstrap.sh $(srcdir)/bootstrap.sh > /dev/null 2>&1 || \
27 cp -p bootstrap.sh $(srcdir)/bootstrap.sh
28 cp -p $(srcdir)/bootstrap.sh $(distdir)/bootstrap.sh
bootstrap.sh 11 /* A bootstrap version of config.h, for systems which can't
16 re-build starting with a run of "configure", as the bootstrap
25 #define BOOTSTRAP 1
bootstrap.sh.in 11 /* A bootstrap version of config.h, for systems which can't
16 re-build starting with a run of "configure", as the bootstrap
25 #define BOOTSTRAP 1
configure     [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/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/Tools/DumpRenderTree/mac/PerlSupport/
DumpRenderTreeSupportPregenerated.pm 7 bootstrap DumpRenderTreeSupport;
  /external/bluetooth/bluez/
bootstrap-configure 11 ./bootstrap && \
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessMainMac.mm 36 #import <servers/bootstrap.h>
  /external/grub/docs/
menu.lst 41 module (fd0)/boot/bootstrap
  /external/webkit/Source/WebKit2/WebProcess/mac/
WebProcessMainMac.mm 37 #import <servers/bootstrap.h>
  /external/chromium/base/
mach_ipc_mac.h 11 #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...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 646 SpannableStringBuilder builder, Object key, CharSequence bootstrap) {
650 start = TextUtils.indexOf(builder, bootstrap);
651 end = start + bootstrap.length();
  /external/kernel-headers/original/linux/netfilter/
x_tables.h 304 struct xt_table_info *bootstrap,
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 36 #import <servers/bootstrap.h>
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 36 #import <servers/bootstrap.h>
  /external/replicaisland/src/com/replica/replicaisland/
Game.java 62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { method in class:Game
AndouKun.java 170 mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/
build-hardy-toolchain.sh 192 BOOTSTRAP=
245 --bootstrap) BOOTSTRAP=yes
312 echo " --bootstrap Bootstrap toolchain (i.e. compile it with itself)"
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 334 Char *name; /* bootstrap name or NULL */
    [all...]

Completed in 1659 milliseconds