HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 26 - 50 of 1207) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/valgrind/gdbserver_tests/
mcclean_after_fork.stderr.exp 1 (action at startup) vgdb me ...
mcmain_pic.stderr.exp 1 (action at startup) vgdb me ...
nlcontrolc.stderr.exp 3 (action at startup) vgdb me ...
nlvgdbsigqueue.stderr.exp 3 (action at startup) vgdb me ...
mcsignopass.stderr.exp 1 (action at startup) vgdb me ...
mcsigpass.stderr.exp 1 (action at startup) vgdb me ...
mcwatchpoints.stderr.exp 1 (action at startup) vgdb me ...
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stderr.exp 3 (action at startup) vgdb me ...
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64.s 20 startup: label
28 JMP startup
crc32_amd64p32.s 20 startup: label
28 JMP startup
  /prebuilts/go/linux-x86/src/hash/crc32/
crc32_amd64.s 20 startup: label
28 JMP startup
crc32_amd64p32.s 20 startup: label
28 JMP startup
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
gc-relocs-257.d 8 # only the startup code.
gc-relocs-257-dyn.d 8 # also removed. So after gc, we should be left with the startup code.
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
PreMain.java 48 runtime.startup(agent.getData());
Agent.java 50 agent.startup();
114 public void startup() { method in class:Agent
122 output.startup(options, data);
  /sdk/find_java/src/source/
find_java_lib.cpp 451 STARTUPINFO startup; local
477 ZeroMemory(&startup, sizeof(startup));
478 startup.cb = sizeof(startup);
479 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
480 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
482 startup.hStdError = stdoutPipeWt;
483 startup.hStdOutput = stdoutPipeWt;
484 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
    [all...]
  /sdk/find_java2/src/
JavaFinder.cpp 86 STARTUPINFO startup; local
114 ZeroMemory(&startup, sizeof(startup));
115 startup.cb = sizeof(startup);
116 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
117 startup.wShowWindow = SW_HIDE | SW_MINIMIZE;
119 startup.hStdError = stdoutPipeWt;
120 startup.hStdOutput = stdoutPipeWt;
121 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
LoggerRuntime.java 157 public void startup(final RuntimeData data) throws Exception { method in class:LoggerRuntime
158 super.startup(data);
ModifiedSystemClassRuntime.java 63 public void startup(final RuntimeData data) throws Exception { method in class:ModifiedSystemClassRuntime
64 super.startup(data);
URLStreamHandlerRuntime.java 47 public void startup(final RuntimeData data) throws Exception { method in class:URLStreamHandlerRuntime
48 super.startup(data);
  /external/chromium-trace/catapult/third_party/Paste/paste/
modpython.py 13 ``startup`` and the WSGI app is ``app``::
19 PythonOption wsgi.application startup::app
202 startup = None variable
208 # Run a startup function if requested.
209 global startup
210 if 'wsgi.startup' in options and not startup:
211 func = options['wsgi.startup']
215 startup = apache.resolve_object(module, object_str)
216 startup(req
    [all...]
  /art/runtime/
native_bridge_art_interface.cc 92 VLOG(startup) << "Runtime::Setup native bridge library: "
99 VLOG(startup) << "Runtime::Pre-initialize native bridge";
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
FileOutput.java 39 public final void startup(final AgentOptions options, final RuntimeData data) method in class:FileOutput
TcpClientOutput.java 47 public void startup(final AgentOptions options, final RuntimeData data) method in class:TcpClientOutput

Completed in 878 milliseconds

12 3 4 5 6 7 8 91011>>