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

12 3 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
SystemPropertiesRuntime.java 66 public void startup(final RuntimeData data) throws Exception { method in class:SystemPropertiesRuntime
67 super.startup(data);
LoggerRuntime.java 157 public void startup(final RuntimeData data) throws Exception { method in class:LoggerRuntime
158 super.startup(data);
  /external/swiftshader/src/Common/
Socket.hpp 41 static void startup();
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
AgentTest.java 93 agent.startup();
111 public void startup(AgentOptions options, RuntimeData data) {
123 agent.startup();
136 agent.startup();
147 agent.startup();
159 agent.startup();
173 agent.startup();
203 agent.startup();
236 public void startup(AgentOptions options, RuntimeData data) {
249 agent.startup();
    [all...]
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
FileOutputTest.java 42 controller.startup(options, new RuntimeData());
56 controller.startup(options, new RuntimeData());
71 // Startup should fail as the file can not be created:
72 controller.startup(options, new RuntimeData());
  /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 ...
  /external/valgrind/gdbserver_tests/solaris/
nlcontrolc.stderr.exp 3 (action at startup) vgdb me ...
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_amd64p32.s 20 startup: label
28 JMP startup
  /prebuilts/go/linux-x86/src/hash/crc32/
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);
  /external/syslinux/gpxe/src/core/
main.c 43 startup();
  /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/ltp/tools/pounder21/test_scripts/
statslogging 26 function startup() { function
105 startup $*
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
main.c 100 PYTHONSTARTUP: file executed on interactive startup (no default)\n\
144 char *startup = Py_GETENV("PYTHONSTARTUP"); local
145 if (startup != NULL && startup[0] != '\0') {
146 FILE *fp = fopen(startup, "r");
148 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf);
157 startup);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
main.c 100 PYTHONSTARTUP: file executed on interactive startup (no default)\n\
144 char *startup = Py_GETENV("PYTHONSTARTUP"); local
145 if (startup != NULL && startup[0] != '\0') {
146 FILE *fp = fopen(startup, "r");
148 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf);
157 startup);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
main.c 95 PYTHONSTARTUP: file executed on interactive startup (no default)\n\
139 char *startup = Py_GETENV("PYTHONSTARTUP"); local
140 if (startup != NULL && startup[0] != '\0') {
141 FILE *fp = fopen(startup, "r");
143 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf);
152 startup);
  /external/python/cpython2/Modules/
main.c 98 PYTHONSTARTUP: file executed on interactive startup (no default)\n\
149 char *startup = Py_GETENV("PYTHONSTARTUP"); local
150 if (startup != NULL && startup[0] != '\0') {
151 FILE *fp = fopen(startup, "r");
153 (void) PyRun_SimpleFileExFlags(fp, startup, 0, cf);
162 startup);
  /art/runtime/
native_bridge_art_interface.cc 95 VLOG(startup) << "Runtime::Setup native bridge library: "
102 VLOG(startup) << "Runtime::Pre-initialize native bridge";

Completed in 442 milliseconds

12 3 4 5 6 7 8 91011>>