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

  /art/runtime/native/
dalvik_system_VMStack.cc 78 ClosestUserClassLoaderVisitor(Thread* thread, mirror::Object* bootstrap, mirror::Object* system)
79 : StackVisitor(thread, NULL), bootstrap(bootstrap), system(system), class_loader(NULL) {}
85 if (cl != NULL && cl != bootstrap && cl != system) {
92 mirror::Object* bootstrap; member in struct:art::ClosestUserClassLoaderVisitor
97 mirror::Object* bootstrap = soa.Decode<mirror::Object*>(javaBootstrap); local
99 ClosestUserClassLoaderVisitor visitor(soa.Self(), bootstrap, system);
  /external/bison/
cfg.mk 54 bootstrap-tools = autoconf,automake,flex,gettext,gnulib
maint.mk     [all...]
  /external/qemu/distrib/sdl-1.2.15/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/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 67 public Class<?> bootstrap(Class testClass) { method in class:RobolectricClassLoader
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 35 static VideoBootStrap *bootstrap[] = { variable
183 for ( i=0; bootstrap[i]; ++i ) {
184 if ( SDL_strcasecmp(bootstrap[i]->name, driver_name) == 0) {
185 if ( bootstrap[i]->available() ) {
186 video = bootstrap[i]->create(index);
192 for ( i=0; bootstrap[i]; ++i ) {
193 if ( bootstrap[i]->available() ) {
194 video = bootstrap[i]->create(index);
206 current_video->name = bootstrap[i]->name;
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
AndouKun.java 170 mGame.bootstrap(this, dm.widthPixels, dm.heightPixels, defaultWidth, defaultHeight, mDifficulty);
Game.java 62 public void bootstrap(Context context, int viewWidth, int viewHeight, int gameWidth, int gameHeight, int difficulty) { method in class:Game
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 260 milliseconds