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

  /external/chromium_org/tools/perf/
run_measurement 14 from telemetry.util import bootstrap namespace
22 if '--print-bootstrap-deps-cros' in sys.argv:
23 print bootstrap.ListAllDepsPaths(CROS_BOOSTRAP_DEPS_PATH)
  /external/chromium_org/ipc/mojo/
ipc_mojo_bootstrap_unittest.cc 50 scoped_ptr<IPC::MojoBootstrap> bootstrap = IPC::MojoBootstrap::Create( local
53 ASSERT_TRUE(bootstrap->Connect());
55 ASSERT_TRUE(StartClientWithFD(bootstrap->GetClientFileDescriptor()));
59 bootstrap->OnClientLaunched(client_process());
72 scoped_ptr<IPC::MojoBootstrap> bootstrap = IPC::MojoBootstrap::Create( local
77 bootstrap->Connect();
  /art/runtime/native/
dalvik_system_VMStack.cc 90 ClosestUserClassLoaderVisitor(Thread* thread, mirror::Object* bootstrap, mirror::Object* system)
91 : StackVisitor(thread, NULL), bootstrap(bootstrap), system(system), class_loader(NULL) {}
97 if (cl != NULL && cl != bootstrap && cl != system) {
104 mirror::Object* bootstrap; member in struct:art::ClosestUserClassLoaderVisitor
109 mirror::Object* bootstrap = soa.Decode<mirror::Object*>(javaBootstrap); local
111 ClosestUserClassLoaderVisitor visitor(soa.Self(), bootstrap, system);
  /external/bison/
cfg.mk 54 bootstrap-tools = autoconf,automake,flex,gettext,gnulib
maint.mk     [all...]
  /external/ltrace/
prototype.h 165 int bootstrap : 1; member in struct:protolib_cache
  /external/chromium_org/tools/telemetry/telemetry/util/
find_dependencies.py 18 from telemetry.util import bootstrap namespace
36 deps_paths = bootstrap.ListAllDepsPaths(deps_file)
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 20 import io.netty.bootstrap.Bootstrap;
62 private Bootstrap bootstrap; field in class:NettyHttpClient
85 bootstrap = new Bootstrap();
86 bootstrap.group(new NioEventLoopGroup(concurrencyLevel))
105 Channel channel = bootstrap.connect(url.getHost(), Util.getEffectivePort(url))
  /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/repository/org/sonatype/gossip/gossip/1.3/
gossip-1.3.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1076 milliseconds