HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 1 - 25 of 338) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/gdbserver_tests/
nlsigvgdb.stderr.exp 3 (action at startup) vgdb me ...
nlpasssigalrm.stderr.exp 3 (action at startup) vgdb me ...
mcclean_after_fork.stderr.exp 2 (action at startup) vgdb me ...
mcmain_pic.stderr.exp 2 (action at startup) vgdb me ...
nlcontrolc.stderr.exp 3 (action at startup) vgdb me ...
mcsignopass.stderr.exp 2 (action at startup) vgdb me ...
mcsigpass.stderr.exp 2 (action at startup) vgdb me ...
mcwatchpoints.stderr.exp 2 (action at startup) vgdb me ...
  /sdk/find_java/
utils.cpp 63 STARTUPINFO startup; local
68 ZeroMemory(&startup, sizeof(startup));
69 startup.cb = sizeof(startup);
70 startup.dwFlags = STARTF_USESHOWWINDOW;
71 startup.wShowWindow = SW_SHOWDEFAULT;
82 &startup, /* startup info, i.e. std handles */
97 STARTUPINFO startup; local
    [all...]
find_java_lib.cpp 426 STARTUPINFO startup; local
452 ZeroMemory(&startup, sizeof(startup));
453 startup.cb = sizeof(startup);
454 startup.dwFlags = STARTF_USESHOWWINDOW | STARTF_USESTDHANDLES;
455 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
457 startup.hStdError = stdoutPipeWt;
458 startup.hStdOutput = stdoutPipeWt;
459 startup.hStdInput = GetStdHandle(STD_INPUT_HANDLE);
    [all...]
  /sdk/avdlauncher/
avdlauncher.c 73 STARTUPINFO startup; local
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
111 &startup, /* startup info, i.e. std handles */
  /sdk/sdklauncher/
sdklauncher.c 73 STARTUPINFO startup; local
80 ZeroMemory(&startup, sizeof(startup));
81 startup.cb = sizeof(startup);
82 startup.dwFlags = STARTF_USESHOWWINDOW;
83 startup.wShowWindow = SW_HIDE|SW_MINIMIZE;
111 &startup, /* startup info, i.e. std handles */
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/My/Test/
Class.pm 22 sub startup : Tests(startup => 1) { subroutine
  /bionic/libc/arch-arm/bionic/
crtbegin_dynamic.S 33 # this is the small startup code that is first run when
crtbegin_static.S 33 # this is the small startup code that is first run when
  /development/ndk/platforms/android-9/arch-mips/src/
crtbegin_dynamic.S 34 # this is the small startup code that is first run when
crtbegin_static.S 34 # this is the small startup code that is first run when
  /external/guava/guava/src/com/google/common/util/concurrent/
AbstractService.java 44 private final Transition startup = new Transition(); field in class:AbstractService
60 * This method is called by {@link #start} to initiate service startup. The
62 * either during this method's run, or after it has returned. If startup
68 * startup, even when {@link #start} is called multiple times.
99 return startup;
108 startup.set(State.TERMINATED);
112 startup.set(State.STOPPING);
159 startup.set(State.RUNNING);
203 startup.setException(cause);
  /external/qemu/android/
qemu-setup.c 496 STARTUPINFO startup; local
499 ZeroMemory( &startup, sizeof(startup) );
500 startup.cb = sizeof(startup);
501 startup.dwFlags = STARTF_USESHOWWINDOW;
502 startup.wShowWindow = SW_SHOWMINIMIZED;
526 &startup, /* startup info, i.e. std handles */
  /external/bluetooth/bluez/plugins/
maemo6.c 138 static gboolean startup = TRUE; local
142 if (startup) {
143 startup = FALSE;
  /dalvik/vm/jdwp/
JdwpPriv.h 52 bool (*startup)(struct JdwpState* state, const JdwpStartupParams* pParams); member in struct:JdwpTransport
154 return (*state->transport->startup)(state, pParams);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
packaging.properties 15 root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/
  /bionic/libc/kernel/common/linux/
irq.h 64 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /development/ndk/platforms/android-3/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip

Completed in 814 milliseconds

1 2 3 4 5 6 7 8 91011>>