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

1 2

  /external/boringssl/src/util/bot/go/
env.py 30 bootstrap = imp.load_source( variable
31 'bootstrap', os.path.join(os.path.dirname(__file__), 'bootstrap.py'))
34 new = bootstrap.prepare_go_environ()
48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
bootstrap.py 6 # Modified from go/bootstrap.py in Chromium infrastructure's repository to patch
64 """Bootstrap failed."""
248 def bootstrap(logging_level): function
254 logging_level: logging level of bootstrap process.
266 bootstrap(logging.INFO)
291 bootstrap(logging.DEBUG)
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
MacrobenchmarkAllocationWorker.java 42 @Override public void bootstrap() throws Exception { method in class:MacrobenchmarkAllocationWorker
Worker.java 55 public void bootstrap() throws Exception {} method in class:Worker
MicrobenchmarkAllocationWorker.java 64 @Override public void bootstrap() throws Exception { method in class:MicrobenchmarkAllocationWorker
65 // do some initial measurements and throw away the results. this warms up the bootstrap method
RuntimeWorker.java 61 @Override public void bootstrap() throws Exception { method in class:RuntimeWorker
WorkerMain.java 57 worker.bootstrap();
  /external/autotest/site_utils/
mysql_bootstrap.py 6 """Bootstrap mysql.
135 def bootstrap(user, password, source_host, dest_host): function
136 """Bootstrap the given user against dest_host.
141 @param user: The user to bootstrap.
154 logging.error("Cannot become/ssh into dest host. You need to bootstrap "
155 "it using fab -H <hostname> bootstrap from the "
198 parser = argparse.ArgumentParser(description='A script to bootstrap mysql '
227 bootstrap(user, password, local_hostname, dest_host)
232 bootstrap(user, password, gateway, dest_host)
  /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
  /build/kati/
main.cc 65 string bootstrap = ( local
90 bootstrap += StringPrintf("MAKE?=make -j%d\n",
93 bootstrap += StringPrintf("MAKE?=%s\n",
96 bootstrap += StringPrintf("MAKECMDGOALS?=%s\n",
104 bootstrap += StringPrintf("CURDIR:=%s\n", cwd);
105 Parse(Intern(bootstrap).str(), Loc("*bootstrap*", 0), stmts);
  /external/webrtc/webrtc/tools/rtcbot/
main.js 29 registerTest(name, bootstrap);
31 function bootstrap(test) {
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
NettyHttpClient.java 20 import io.netty.bootstrap.Bootstrap;
61 private Bootstrap bootstrap; field in class:NettyHttpClient
84 bootstrap = new Bootstrap();
85 bootstrap.group(new NioEventLoopGroup(concurrencyLevel))
104 Channel channel = bootstrap.connect(url.host(), url.port())
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/bytecode/
RobolectricClassLoader.java 67 public Class<?> bootstrap(Class testClass) { method in class:RobolectricClassLoader
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
CustomElements.js 914 function bootstrap() { function
942 bootstrap();
944 bootstrap();
947 window.addEventListener(loadEvent, bootstrap);
  /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/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.3.04/
xml-apis-1.3.04.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.4.01/
xml-apis-1.4.01.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /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 626 milliseconds

1 2