HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 51 - 75 of 1248) sorted by null

1 23 4 5 6 7 8 91011>>

  /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/ltp/tools/pounder21/test_scripts/
statslogging 26 function startup() { function
105 startup $*
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-aarch64/
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/
Agent.java 68 agent.startup();
158 public void startup() { method in class:Agent
166 output.startup(options, data);
  /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";
  /external/valgrind/gdbserver_tests/
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/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
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
ExecuteInstrumentedCodeScenario.java 42 runtime.startup(new RuntimeData());
  /external/syslinux/gpxe/src/core/
device.c 105 .startup = probe_devices,
  /prebuilts/go/darwin-x86/src/runtime/
debug.go 37 // at process startup. Changes to operating system CPU allocation after
38 // process startup are not reflected.
vdso_linux_test.go 17 // It's normally initialized at startup and remains unchanged after that.
35 // Call with fast-path enabled (if vDSO symbol found at startup)
  /prebuilts/go/linux-x86/src/runtime/
debug.go 37 // at process startup. Changes to operating system CPU allocation after
38 // process startup are not reflected.
vdso_linux_test.go 17 // It's normally initialized at startup and remains unchanged after that.
35 // Call with fast-path enabled (if vDSO symbol found at startup)
  /prebuilts/go/darwin-x86/misc/cgo/test/
env.go 22 // C runtime takes a *copy* at process startup of thei

Completed in 338 milliseconds

1 23 4 5 6 7 8 91011>>